Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scottyeager
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
scottyeager
3mo ago
The next generation of models are currently being withheld from general release. Beyond that, there's still a lot of room to compete on price and also independence from the US labs.
2.
▲
by
scottyeager
3mo ago
Sure!
3.
▲
by
scottyeager
3mo ago
Did you mean Sonnet and Opus?
4.
▲
by
scottyeager
3mo ago
Back then they were both written in Go too. OpenCode was rewritten in TypeScript after Crush got the rename.
5.
▲
by
scottyeager
3mo ago
Community and listener supported radio stations can be a great resource. I discover a lot of music via a local station I discovered by surfing on the FM dial. Most stations offer online streams these days and some even produce video content
6.
▲
by
scottyeager
4mo ago
Refusing future applications to adjust status would be one thing (still wrong, in my opinion). The fact that they are canceling pending applications is simply evil. There will be so much unnecessary anguish and expense. I really feel for an
7.
▲
by
scottyeager
4mo ago
It's just too bad Emacs doesn't also include a decent text editor, right?
8.
▲
Parakeet-unified-en-0.6B: Unified ASR model for offline and streaming inference
(huggingface.co)
1 points
by
scottyeager
5mo ago
|
1 comments
9.
▲
by
scottyeager
5mo ago
New Nvidia Parakeet release does both offline and streaming. English only and outperforms v2 error rate in offline mode while being very competitive with v2 in high latency streaming mode.
10.
▲
by
scottyeager
8mo ago
Aider isn't abandoned, but it feels like it's basically in maintenance mode at this point. Updates over the last year were limited to small improvements and fixes. There are some forks aimed at making it more "agentic"
11.
▲
by
scottyeager
8mo ago
Do you mean to say Zed wasn't vibe coded? There's actually another comment on this post describing how someone is using Opus 4.5 to work on Zed. Given how forward the AI features are in Zed I'd be surprised if the team wasn&#
12.
▲
by
scottyeager
9mo ago
Happens to me even with an ad blocker.
13.
▲
MiniMax M2.1
(minimaxi.com)
5 points
by
scottyeager
9mo ago
|
4 comments
14.
▲
by
scottyeager
9mo ago
"Significantly Enhanced Multi-Language Programming, Built for Real-World Complex Tasks"
15.
▲
by
scottyeager
9mo ago
Not the OP, but I did release my source :D https://github.com/scottyeager/Pal My tool can read stdin, send it to an LLM, and do a couple nice things with the reply. Not exactly RAG, but most man pages fit into the cont
16.
▲
by
scottyeager
9mo ago
I'm not the OP, but I did build a tool that I use in the same way: https://github.com/scottyeager/Pal Actually for many cases the LLM already knows enough. For more obscure cases, piping in a --help output is also
17.
▲
by
scottyeager
9mo ago
Older cars don't have these systems. Also they are easy to bypass with a dummy buckle. There are counties where seatbelt usage is far less common than the US.
18.
▲
by
scottyeager
9mo ago
As others have mentioned, a firewall might have been useful in restricting outbound connections to limit the usefulness of the machine to the hacker after the breach. An inbound firewall can only help protect services that aren't mea
19.
▲
by
scottyeager
9mo ago
On Linux, the default init program is usually systemd. The main job of the default init program is typically to be a process manager. That is, it starts other programs and can restart them if they crash. Since it's the first process to
20.
▲
by
scottyeager
10mo ago
You can read that 3.2 is live on web and app here: https://api-docs.deepseek.com/news/news251201 The pdf describes how they did "continued pre-training" and then post training to make 3.2. I guess what's
21.
▲
by
scottyeager
1y ago
Personally I found the mini SWE-agent to be a very approachable introduction to building agents: https://github.com/SWE-agent/mini-swe-agent There are a number of free and cheap LLM options to experiment with. Google o
22.
▲
by
scottyeager
1y ago
I just did some code to display digits on my APC Mini's 8x8 light grid: https://github.com/scottyeager/pressed/blob/main/controllers... By using the three available colors on my older model, I was a
23.
▲
by
scottyeager
1y ago
Fast inference can change the entire dynamic or working with these tools. At the typical speeds, I usually try to do something else while the model works. When the model works really fast, I can easily wait for it to finish. So the total di
24.
▲
by
scottyeager
1y ago
They have a "max" plan with 120m tokens/day limit for $200/month: https://www.cerebras.ai/blog/introducing-cerebras-code
25.
▲
by
scottyeager
1y ago
Haven't seen any issues like this while using a key from their subscription plan: https://www.cerebras.ai/blog/introducing-cerebras-code
26.
▲
by
scottyeager
1y ago
Incus is really nice. It manages to provide a rather container-like experience for VMs. Having the ability to grab a shell on or copy files to/from a VM with the ease of using Docker is a great quality of life improvement. This require
27.
▲
by
scottyeager
1y ago
This is so cool—thanks for publishing it! I was just starting to study coding agent implementation, specifically with tool use. Seeing the insight on the README that `bash` is all a modern LLM needs to solve coding tasks was very interestin
28.
▲
by
scottyeager
1y ago
Yes.
29.
▲
by
scottyeager
1y ago
Here's a neat looking project that allows for using other models with Claude Code: https://github.com/musistudio/claude-code-router I found that while looking for reports of the best agents to use with K2. The usu
30.
▲
by
scottyeager
1y ago
Looks nice. There's also this project with a very similar concept: https://playtoob.com I ended up creating my own solution, based on mitmproxy and a bit of JS that gets injected into each new page that loads. The end resul
More ›