Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thinkharderdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
thinkharderdev
23d ago
It is pretty common to be prompted to tip by the PoS system in any place you can buy made-to-order food. This includes stores that are normal retail stores but also have some sort of made-to-order food. Like a fancy wine shop or gourmet foo
2.
▲
by
thinkharderdev
1mo ago
> You get better at modeling the trajectory because the neurons physically move closer together as you learn I think "modeling the trajectory" is not necessarily what we are doing either. It's more likely we are using much
3.
▲
by
thinkharderdev
1mo ago
> LLM-generated code has a tendency to “over-justify” This is the thing that drives my nuts about LLM-generated code. I will see PRs that fix a bug and the entire bug fix is re-explained in 10 different places in a code comment.
4.
▲
by
thinkharderdev
1mo ago
The chart in the article is inflation adjusted.
5.
▲
by
thinkharderdev
3mo ago
> 55% chance for a $10 payout; 45% chance to lose $10. You would keep on rolling that die, right? The answer is that it depends? If I have $1B then yeah I would roll the dice and keep rolling as long as they let me. If I have $100? Maybe
6.
▲
by
thinkharderdev
4mo ago
Honestly asking for any specific number is a deeply weird and off-putting question to ask.
7.
▲
by
thinkharderdev
4mo ago
I'm in my early forties and both my parents worked (as did all my neighborhood friend's parents) and we still spent a lot of time wandering around. Honestly I think people are really overthinking this. We spent a lot of time wande
8.
▲
by
thinkharderdev
4mo ago
> The best endurance runners run in such a way that their feet land on the front of their foot during running This is not really true and the whole fore foot vs heal striker thing is a bit of a red herring. There are elite distance runne
9.
▲
by
thinkharderdev
4mo ago
Congratulations on getting back in shape. Just here to say that there is no such thing as ramping up too slowly when getting into (or back into running). So many people push too hard too fast and flame out.
10.
▲
by
thinkharderdev
4mo ago
Sure, findings ways to burn tokens is not hard. Even finding ways to burn tokens on things (like your example) which are actually useful is not hard. But what is the ROI on that from the company perspective. I mean, you could have also hire
11.
▲
by
thinkharderdev
5mo ago
> The Grand Canyon review is spot on though. The review of the Grand Canyon annoyed me the most: ``` Can you hike in the Grand Canyon? Yes, technically. You can walk along the rim, but the view won’t change; same damn canyon on one side,
12.
▲
by
thinkharderdev
5mo ago
Same, but it's configurable in slack so now I have it configured the Enter inserts a line break and Cmd+Enter submits the message
13.
▲
by
thinkharderdev
5mo ago
Mr Back is already a very public figure in the bitcoin/crypto community who is the face of a public company. This isn't some rando who nobody has ever heard of before.
14.
▲
by
thinkharderdev
5mo ago
> Because in this particular case it endangers subject's life. This seems like a stretch. Mr Back is already a well-known wealthy person who (presumably) owns lots of crypto. I think it's a stretch to think this article signifi
15.
▲
by
thinkharderdev
5mo ago
I mean, yeah? We can wag our fingers about what people find interesting but it is what it is. Bitcoin is an important technology in the world, and people are interested in who the inventor is. You may think it doesn't matter, but clear
16.
▲
by
thinkharderdev
5mo ago
This one is challenging I think because the article itself is so thin. The evidence seems really shaky. That said, clearly a lot of people really do seem to care who Satoshi is, so it doesn't seem like its out of the question for a new
17.
▲
by
thinkharderdev
5mo ago
> I agree there's a sort of "who cares" aspect to the piece Sure, rationally I agree, but clearly a lot of people do care. It may not matter in any substantive way who Satoshi is but people still care. > There is no ar
18.
▲
by
thinkharderdev
6mo ago
I think they are saying what you want them to say. In the past they got a bunch of AI slop and now they are getting a lot of legit bug reports. The implication being that the AI got better at finding (and writing reports of) real bugs.
19.
▲
by
thinkharderdev
6mo ago
Are you saying Maccy was vibe-coded or that it was written in Python? I don't think either are true. I've definitely been using it (you're right, it's great!) since before vibe-coding was a thing. And looking at the GitH
20.
▲
by
thinkharderdev
6mo ago
> This is flat-earther level Ok, so do you have a counterexample?
21.
▲
by
thinkharderdev
7mo ago
This will obviously depend on which implementation you use. Using the rust arrow-rs crate you at least get panics when you overflow max buffer sizes. But one of my enduring annoyances with arrow is that they use signed integer types for buf
22.
▲
by
thinkharderdev
7mo ago
There's an old saying among cyclists attributed to Greg Lemond: "It doesn't get easier, you just go faster"
23.
▲
by
thinkharderdev
7mo ago
> Keep in mind, our parents (age specific) and/or their parents parents paid for news and didn't question that setup I don't think this is quite right. Our parents paid for the newspaper but the newspaper was basically the
24.
▲
by
thinkharderdev
9mo ago
> To have better performance in benchmarks Yes, exactly.
25.
▲
by
thinkharderdev
10mo ago
That makes sense. I don't know anything about embedded programming really but I thought that it really fundamentally requires async (in the conceptual sense). So you have to structure your program as an event loop no matter what. Wasn&
26.
▲
by
thinkharderdev
10mo ago
> Except a consumer can discard an unprocessable record? It's not the unproccessable records that are the problem it is the records that are very slow to process (for whatever reason).
27.
▲
by
thinkharderdev
10mo ago
> If it were written with async it would likely have enough other baggage that it wouldn't fit or otherwise wouldn't work I'm unclear what this means. What is the other baggage in this context?
28.
▲
by
thinkharderdev
10mo ago
Right, because this would deadlock. But it seems like Zig would have the same issue. If I am running something in a evented IO system and then I try and do some blocking IO inside it then I will get a deadlock. The idea that you can write l
29.
▲
by
thinkharderdev
10mo ago
Honestly I don't see how that is different than how it works in Rust. Synchronous code is a proper subset of asynchronous code. If you have a streaming API then you can have an implementation that works in a synchronous way with no ove
30.
▲
by
thinkharderdev
10mo ago
> The problem is I still have some of their clothes I bought 10 years ago and their quality trumps premium brands now. I'm skeptical of this claim. Maybe it's true for some particular brand but that's just an artifact of o
More ›