Live data from Hacker News

Viewing profile — thinkharderdev

thinkharderdev

HN member
Joined
Wed, Jun 12, 2019, 2:06 PM UTC
HN karma
1,854
Public activity
694 items

About thinkharderdev

https://www.thinkharder.dev

[ my public key: https://keybase.io/thinkharder; my proof: https://keybase.io/thinkharder/sigs/Ibpz0COsvz2qYl2K8YfzrhucHf2rcZIxityh5WvYC_k ]

Recent public activity

  1. comment
    Comment #49212825

    > 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-exp…

  2. comment
    Comment #49187270

    The chart in the article is inflation adjusted.

  3. comment
    Comment #48661261

    > 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 k…

  4. comment
    Comment #48293455

    Honestly asking for any specific number is a deeply weird and off-putting question to ask.

  5. comment
    Comment #48277878

    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 real…

  6. comment
    Comment #48192623

    > 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 …

  7. comment
    Comment #48192536

    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 ha…

  8. comment
    Comment #48151705

    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 fr…

  9. comment
    Comment #47753599

    > 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,…

  10. comment
    Comment #47750154

    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

  11. comment
    Comment #47702508

    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.

  12. comment
    Comment #47702494

    > 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 thi…

  13. comment
    Comment #47702468

    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 …

  14. comment
    Comment #47702451

    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…

  15. comment
    Comment #47702373

    > 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 b…

  16. comment
    Comment #47617200

    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 go…

  17. comment
    Comment #47523376

    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-cod…

  18. comment
    Comment #47506765

    > This is flat-earther level Ok, so do you have a counterexample?

  19. comment
    Comment #46993734

    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 annoyan…

  20. comment
    Comment #46947345

    There's an old saying among cyclists attributed to Greg Lemond: "It doesn't get easier, you just go faster"

  21. comment
    Comment #46898678

    > 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 new…

  22. comment
    Comment #46196686

    > To have better performance in benchmarks Yes, exactly.

  23. comment
    Comment #46153654

    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 struct…

  24. comment
    Comment #46149089

    > 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 reas…

  25. comment
    Comment #46133447

    > 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 …