Live data from Hacker News

Viewing profile — Mesopropithecus

Mesopropithecus

HN member
Joined
Sun, Nov 11, 2018, 9:33 AM UTC
HN karma
138
Public activity
57 items

About Mesopropithecus

No profile information was provided.

Recent public activity

  1. comment
    Comment #48184381

    True. I just happen to prefer the US to set the rules over an illegitimate, theocratic, and terrorist regime.

  2. comment
    Comment #47460029

    Funny how Windows copies KDE (features and trajectories), almost 18 years after KDE 4.0/4.1. Also makes me feel old.

  3. comment
    Comment #45502619

    Was gonna write that it pays dividends only from a certain project size onwards, but in fact it could be true from a certain org size instead. So yes, it has some component of bure…

  4. comment
  5. comment
    Comment #45147814

    I'm seeing this way too often in production code, despite linters and reviews. So we have to keep plastering over.

  6. comment
    Comment #44479186

    "They know what’s intuitive and what isn’t" ... and then they ignore it? It triggers me when someone calls hidden swipe gestures intuitive. It's the opposite of affordance, which t…

  7. comment
    Comment #43671838

    Like this? https://protobuf.dev/reference/protobuf/textformat-spec/

  8. comment
    Comment #41233003

    Funnily, 1.5 decades after Golang popularized formatters, in 2024 it is the only language that I work in that requires me to think about formatting. Mostly line length, but super a…

  9. comment
    Comment #41118699

    They have tons of commuters and business travelers. Didn't look into the methodology, but my first guess would be that those are included in the numerator, but not in the denominat…

  10. comment
    Comment #41070811

    That's what options are for. But I find it more cost effective to just diversify my investments.

  11. comment
    Comment #41008805

    Ok satire and i fell for it. Nice.

  12. comment
    Comment #41008785

    Not familiar with the details, but page fault != segfault.

  13. comment
    Comment #40787150

    Do it. I recently built a beefy machine, the first time in years that I have something I can play on, it's Linux only and it's great. Deepening on the games you play, check protond…

  14. comment
    Comment #40741810

    I agree with that, but null safety would be a big deal for correctness.

  15. comment
    Comment #40616122

    In the intern's place, I probably would not have bragged about copying that company's idea. Then again, as the company, if I felt a former intern could threaten my business like th…

  16. comment
    Comment #40456642

    In the second example, buffer is still a pointer? If so, when does free run, and who decides that? When buffer goes out of scope, could do_stuff store the pointer some place else? …

  17. comment
    Comment #40221933

    Try-blocks with ~one line are best practice on code based I have worked with. The upside is that you can bubble errors up to the place where you handle them, AND get stack traces f…

  18. comment
    Comment #40089104

    RIP. When I wasn't sure what to make of Goedel, Escher, Bach, his writings tipped the scale. Thanks!

  19. comment
    Comment #38457239

    Some of the in-house stuff was built before alternatives were available or scalable, and now there'd be a high cost and friction to trying to change it. Happens in many big compani…

  20. comment
    Comment #38197204

    As someone who hasn't thought about it that way yet: that's interesting!

  21. comment
    Comment #37724282

    Interesting. Though "ein Paar" is singular, "ein paar" is plural, making it clear from the context in many cases. Curiously, it's not clear in the case where it matters most: "plea…

  22. comment
    Comment #37223029

    Title should read "Extend a C project with Zig".

  23. comment
    Comment #37168478

    Exactly. So when people take"essential oils" or whatever to "detox" - yeah sure, you may feel a difference. But that's probably because that substance you ingested wasn't healthy i…

  24. comment
    Comment #37003226

    The thing I love about HN is that enthusiast stuff like this makes it to the front page. <3

  25. comment
    Comment #36815246

    Depending on your background, learning either will be beneficial in that you'll learn about a C-like memory model. My experience is that Go is way easier to get started with (both …