Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zerd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zerd
11d ago
Time to start some new restaurants matching those. Like Bubba Gump.
2.
▲
by
zerd
18d ago
How do you scale past 16 channels though? 16 channels give you around 614 GB/s, while PIM can do that per chip, so it can achieve 58TB/s.
3.
▲
by
zerd
20d ago
Veritasium did a video on this 4 years ago. https://www.youtube.com/watch?v=GVsUOuSjvcg
4.
▲
by
zerd
21d ago
I’ve been doing the same thing, giving the same tasks to Qwen 3.8 27B and Opus, and the main difference is that Qwen does not consider edge cases which Opus catches. It’s good at the happy path, but even when hinting that there are uncovere
5.
▲
by
zerd
3mo ago
"We're doing it for your own good, pinky promise"
6.
▲
by
zerd
3mo ago
I noticed Claude code does something similar when "Exploring" the code base, it spawns a subagent using Heroku to get the summary and file locations, which is both faster and it doesn't pollute the context as much. I wonder h
7.
▲
by
zerd
3mo ago
I'd love an RTX 6000 Pro, but how can you justify it when it costs 10 years worth of Claude Max?
8.
▲
by
zerd
3mo ago
I noticed Fable was quite a bit terser, and I think it's due to changes in the system prompt [0]. They're literally saying "just give me the TLDR" and "give brief updates". You can tweak a lot of that with an A
9.
▲
by
zerd
4mo ago
Thunderbird does not seem to have auto-categorization from what I see, just filtering. Neither does KMail. Unless you’re referring to some addons? For apple mail you have to add it on each client. And a lot of comments are about how to disa
10.
▲
by
zerd
4mo ago
Reddit “best” sorting is pretty much like instagram and TikTok now, have to make sure it on hot/top, otherwise it’ll show you “related” things from subreddits you never subscribed to.
11.
▲
by
zerd
5mo ago
Also it breaks copying links. If I want to link to an issue I copy the URL. But now there's two different issues open at the same time, which one am I linking to? Original? Popup? Both?
12.
▲
by
zerd
6mo ago
Based on the communication fix, they also didn't have a simulator, or tests, or complete source code, on a custom instruction set that wasn't well documented, so they had to reverse engineer how it worked. https://www.y
13.
▲
by
zerd
6mo ago
It's ok because I rarely need it, but sometimes it's so slow I'm looking for alternative install methods while it's doing it's thing.
14.
▲
by
zerd
6mo ago
I was making a telegram to Claude via tmux capture-pane and send-keys, this will be so much nicer. Also sounds like something that addresses some of what Steve Yegge said was missing for agent to agent communication as well.
15.
▲
by
zerd
6mo ago
I just watched 20 minutes on the gardening channel and learned a bunch that I never would have seen with the YouTube algorithm, and wouldn’t have thought of to search for.
16.
▲
by
zerd
7mo ago
Sounds similar to these quotes from the article: > we found that employees worked at a faster pace, took on a broader scope of tasks, and extended work into more hours of the day, often without being asked to do so. > On their own ini
17.
▲
by
zerd
8mo ago
If it's DLP then using alternative file browsers should also be affected, right? Which at least in my case it isn't.
18.
▲
by
zerd
8mo ago
Had the same issue with slow file explorer in Windows 10. A couple of things helped a bit, such as disabling "Show recently used files" and "Show frequently used folders". I also cleaned up the Quick access list. For som
19.
▲
by
zerd
8mo ago
I was about to do exactly what OP did and create a chrome extension when I found karakeep which saved me from doing that. I really like the full archive because sites disappear all the time, and screenshots for a visual overview. Used to us
20.
▲
by
zerd
10mo ago
Even after 40 years of battle-hardening, it has had buffer overflow and double free vulnerabilities discovered recently, which Rust protects against. sudoedit one was pretty bad. https://www.sudo.ws/security/advisories&
21.
▲
by
zerd
10mo ago
The "perfectly functional one" from 1980 also has multiple critical vulnerabilities in it in recent years.
22.
▲
by
zerd
11mo ago
It's funny that converting the first example to the second is a common thing a compiler does, Static single assignment [0], to make various optimizations easier to reason about. [0] https://en.wikipedia.org/wiki/St
23.
▲
by
zerd
11mo ago
WebSocket doesn't specify data format, it's just bytes, so they have to handle that themselves. It looks like they're using Arrow IPC. Since they're using Arrow they might look into Flight RPC [1] which is made for this
24.
▲
by
zerd
11mo ago
[citation needed]
25.
▲
by
zerd
11mo ago
I've had LLMs cite me bullshit many times, links that don't exist and claiming it does. It even cited a very realistic git commit log entry about a feature that never existed. Haven't yet had the same issue with Wikipedia.
26.
▲
by
zerd
11mo ago
I've had issues in a database with billions of rows where the PKs were a UUID. Indices on PK, and also foreign keys from other tables pointing to that table were pretty big, so much so that the indices themselves didn't all fit in
27.
▲
by
zerd
1y ago
Sounds a bit like Wuala https://www.youtube.com/watch?v=3xKZ4KGkQY8
28.
▲
by
zerd
1y ago
I had similar issues, raid 1 on two hdd and the server would randomly reboot and be slow because it was resyncing the raid. Have to pay extra to get new refurbished drives. It’s great for throwaway machines, e.g. CI. But don’t rely on them
29.
▲
by
zerd
1y ago
This. the main trick, outside of just bigger hardware, is smart batching. E.g. if one user asks why the sky is blue, the other asks what to make for dinner, both queries go though the same transformer layers, same model weights so they can
30.
▲
by
zerd
1y ago
How is it different to bufstream?
More ›