Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
null_point
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
null_point
2y ago
I have a moderate sized legacy project where I need to migrate tests from Enzyme to React Testing Library (RTL). Probably 150+ test files, each containing upwards of 10 test cases. While not using Copilot, I have GTP-4o assistant with a sys
2.
▲
by
null_point
2y ago
They don't think superintelligence will "always" be destructive to humanity. They believe that we need to ensure that a superintelligence will "never" be destructive to humanity.
3.
▲
by
null_point
2y ago
I'm on the fence with this because it's plausible that some critical component of achieving superintelligence might be discovered more quickly by teams that, say, have sophisticated mechanistic interpretability incorporated into t
4.
▲
by
null_point
2y ago
Read through this last night. Loved the article! Blending the story of your personal experience with a pseudo, high-level tutorial was really interesting.
5.
▲
by
null_point
2y ago
Strategic timing for the release of this paper. As of last week OpenAI looks weak in their commitment to _AI Safety_, losing key members of their Super Alignment team.
6.
▲
by
null_point
2y ago
I found using Nix package manager on my current daily-driver OS was a great way to break the ice. After translating my dotfiles to Nix and figuring out my project-specific development workflow I had given myself a strong foundation for NixO
7.
▲
by
null_point
2y ago
Are you able to access Claude 3 via AWS Bedrock or GCP Vertex AI? I haven't used Vertex AI, but I know that several US regions have Claude 3 access through Bedrock.
8.
▲
by
null_point
2y ago
Toxicity testing? That a self-imposed requirement by Microsoft?
9.
▲
MSFT's WizardLM2 models have been taken down
(huggingface.co)
58 points
by
null_point
2y ago
|
25 comments
10.
▲
by
null_point
3y ago
Cool. I was just learning about GGUF by creating my own parser for it based on the spec https://github.com/ggerganov/ggml/blob/master/docs/gguf.md (for educational purposes)
11.
▲
by
null_point
3y ago
I use Nix every day. I love it, but I'd be lying if I claimed it things less complex. I don't think that is very controversial. To build software using Nix you still need to understand how that software builds without Nix plus you
12.
▲
by
null_point
3y ago
> In a world of horrendously complex software developed by myriads of authors, be smart, use Nix I mean, Nix is pretty complex software, and is an added layer of abstraction in many contexts. Framing Nix as a solution to complexity seems
13.
▲
by
null_point
3y ago
Hey, c'mon now. Just being playful about the "magic" string used in GGUF files to detect that it is in-fact a GGUF file.
14.
▲
by
null_point
3y ago
I found the magic! https://github.com/search?q=repo%3Aggerganov%2Fggml%20magic&...
15.
▲
What is Nix and NixOS – high level, minimal Nix jargon
(medium.com)
2 points
by
null_point
3y ago
|
0 comments
16.
▲
by
null_point
3y ago
Setting something like this up would at the very least be a fun little project.
17.
▲
by
null_point
3y ago
This reading this for me is like watching someone order eggs sunny-side up but then they scope out the yokes and toss them; eating only the egg whites. Similes and feels aside, I wonder which situations using vim in this way comes up that y
18.
▲
Free and Open-Source Grammar Correction in Neovim Using LTeX and N-Grams
(medium.com)
3 points
by
null_point
3y ago
|
1 comments
19.
▲
by
null_point
3y ago
Trying to make writing with nvim feel just as effective as coding with it. This is really my first pass at it. Certainly an improvement, but I know that I'll be iterating this more. Question for any other nvim users doing a lot of writ
20.
▲
by
null_point
3y ago
I suspect this may delay some short term progress by creating pressure on AI labs to train their models from data curated or synthesized in a way that is contentious of copyright law. There is already troves of data that are fair game for t
21.
▲
by
null_point
3y ago
Thanks for the feedback. Glad you got something out of it. > covered a lot of things I had to figure out myself, at great pain My starting point for this was from Hugging Face docs, which don't really offer much for how to deploy to
22.
▲
Self-Hosting GPU-Accelerated LLM (Mistral 7B) on Kubernetes (EKS)
(medium.com)
8 points
by
null_point
3y ago
|
3 comments
23.
▲
by
null_point
3y ago
Guide based on my experience running Mistral 7B LLM on EKS. Warning, some opinionated tech choices: AWS, EKS, Karpenter, NVIDIA GPUs, Hugging Face. If you try this, be sure not to forget the GPU nodes sitting idle!