Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
latch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
latch
19d ago
And Canada, the UK, Australia, New Zealand, ...
2.
▲
by
latch
19d ago
401 people voted directly for her.
3.
▲
by
latch
21d ago
Who's angry about how people are spending their already-taxed income? Is that really a thing? Is it sincere or just racism masked as "think of the economy"? (Honest question, Not American. Don't live there, news to me).
4.
▲
by
latch
1mo ago
left alt + left shift + print screen toggles high contrast mode in Window 9x. That was always fun to do on an unlocked screen.
5.
▲
by
latch
1mo ago
"common sense" is common sense because it is the "sound and prudent judgment based on a simple perception of the situation or facts" (1). Maybe what you meant to say is that the position isn't, in fact, "common
6.
▲
by
latch
1mo ago
You can read the guidelines at https://news.ycombinator.com/newsguidelines.html Might find this one relevant: "If a story is spam or off-topic, flag it. Don't feed egregious comments by replying; flag them instead
7.
▲
by
latch
2mo ago
Repost of https://news.ycombinator.com/item?id=48791799 (with 63 comments)
8.
▲
by
latch
3mo ago
Felt it ~600KM away in a high floor, building was swaying. Others didn't feel it and at first I thought I was just [unusually] light-headed or something, but then we realized a door was swinging back and forth slightly, and a hanging p
9.
▲
by
latch
3mo ago
I also dislike his self-promotion, but his work _is_ well know and, as far as I know, well looked upon. I think he has more expertise and knowledge in this area than most (including what you'd find in the news).
10.
▲
by
latch
5mo ago
Are you moving the goal post? I generally trust health agencies, more so when they all agree.
11.
▲
by
latch
5mo ago
Not sure how you get to that conclusion from the article when it ends with the conclusion from 5 health agencies that it's safe (and then more references from the scientific community that it's safe).
12.
▲
by
latch
5mo ago
I'm not sure this is particularly telling. You can write a tiny program that generates a 4K image, and the image could be 1000x larger. Or, if I write a short description "A couple walks hand-in-hand through a park at sunset. The
13.
▲
by
latch
6mo ago
20 seconds each time. Last time I tried to enable incremental build, it wasn't working for us. It was a while ago, but I think it had to do with something in our v8 bridge.
14.
▲
by
latch
6mo ago
Just a slower build. From ~20 seconds to ~65 seconds the first time after I nuke it.
15.
▲
by
latch
6mo ago
Zig 0.15 is pretty stable. The biggest issue I face daily are silent compiler errors (SIGBUS) for trivial things, e.g. a typo in an import path. I've yet to find exactly why this [only sometimes] causes such a crash, but they're a
16.
▲
by
latch
7mo ago
Maybe because they still have to pay for part replacements?
17.
▲
by
latch
7mo ago
And what pattern would you recommend if you needed to allocate?
18.
▲
by
latch
7mo ago
It wasn't clear from the examples, and the gist doesn't have a `deinit` method, so what happens if an error needs to own data? > Here, sqlite.ErrorPayload.init saves 500 bytes of error message from sqlite Who owns those 500 byt
19.
▲
by
latch
7mo ago
Claude code has those "thoughts" you say it never will. In plan mode, it isn't uncommon that it'll ask you: do you want to do this the quick and simple way, or would you prefer to "extract this code into a reusable
20.
▲
by
latch
8mo ago
Makes me think of an iolist in erlang/elixir.
21.
▲
by
latch
8mo ago
Aren't you missing something? Gemini tells me that non-NA market makes up 33% of Ford's sales, and 51% of GMs. So a better way to put it is "protects US automakers in the US." And that assumes NA manufacturers would be u
22.
▲
by
latch
10mo ago
Isn't the problem exactly the opposite? A corporation has personhood which shields its executives?
23.
▲
by
latch
11mo ago
https://news.ycombinator.com/item?id=45769901
24.
▲
by
latch
1y ago
I ... don't disagree with you. Thanks. It helps my understanding. I know this is moving the goalpost, but it's still a shame that it [obviously] has to be a runtime error. Practically speaking, I still think it leaves lot of frict
25.
▲
by
latch
1y ago
Then in the top-most snippet, what size should `buffer` be?
26.
▲
by
latch
1y ago
Author here. I see it both ways. Blog posts are collaboration (1). I did get the sense that Andrew doesn't see it that way. (And for this post in particular, and writegate in general, I have been discussing it on the discord channel. I
27.
▲
by
latch
1y ago
Author here. I finally got it working. I had to flush both the encrypted writer and then the stream writer. There was also some issues with reading. Streaming works, but it'll always return 0 on the first read because Writer.Fixed does
28.
▲
by
latch
1y ago
A friend recently shared a newspaper article about his company. I hadn't seen him in a little while, and I told him how great he looked. Turns out, an AI-assisted image was used. It surprised me - I had hoped/expected more from th
29.
▲
by
latch
1y ago
I think having a thread pool on top of some evented IO isn't _that_ uncommon. You might have a thread pool doing some very specific thing. You can do your own threadpool which wont use the Io interface. But if one of the tasks in the t
30.
▲
by
latch
1y ago
I don't disagree. It's like 13 years old. `GetWithoutPromote` was added in 2022, I assume someone asked for it, so I added it. That kind of stuff happens, especially when you stop building it for your own needs. For the most part,
More ›