Live data from Hacker News

Viewing profile — spkm

spkm

HN member
Joined
Sat, May 15, 2021, 11:35 PM UTC
HN karma
96
Public activity
25 items

About spkm

No profile information was provided.

Recent public activity

  1. comment
    Comment #48341680

    Thank you! That's exactly what it is. Instead of presenting you 1000 results (or 0) which you have to manually skim through, it generates 1 result as a summary. And even if there i…

  2. comment
    Comment #48341631

    I know, but they didn't.

  3. comment
    Comment #48341573

    Remember the OOP Hype 20 years ago? I'm still cleaning shit up from then in our codebase when everyone used patterns after skimming through the GoF book without even knowing why ..…

  4. comment
    Comment #48241215

    I'm a german software developer working for a japanese corporation in a german subsidiary. I agree with pretty much everything in your post. Especially the exhausting chain of appr…

  5. comment
    Comment #46255906

    Privatization and capitalism.

  6. comment
    Comment #45776657

    Just don't use animated gifs inbetween text.

  7. comment
    Comment #45478064

    I've been selfhosting for like dunno 10-15 years. Cheap kimsufi box, opensmtp, dovecot, later then rspamd, done. Never really had a problem. At one point telekom.de blocked my mail…

  8. comment
    Comment #37292209

    "void linux" is a great distro if you want BSD-like but still linux. It also uses runit instead of systemd.

  9. comment
    Comment #37221153

    Fully agree. Also, jq exists, a simple example how open and simple interfaces (text streams) allow for extensibility. There is a reason why so much is built on top of "simple termi…

  10. comment
    Comment #37128827

    Probably not, I'm just wondering why a C++ toolchain is supposed to handle this though.

  11. comment
    Comment #37128460

    > That means you have a mix of FORTRAN, ada, c, rust, some custom internal corporate language, and so on all mixed with the C++. If your build system cannot handle that mess i'm no…

  12. comment
    Comment #36688745

    Maybe if you used a typesafe language, you wouldn't have to track down 100 other more significant problems (:

  13. comment
    Comment #35409678

    I work for a Japanese company and if you've ever worked with them you know they go crazy with testing (often automated). I get bugreports like this constantly. And while you might …

  14. comment
    Comment #34050561

    "Got it!"

  15. comment
    Comment #32500445

    TBF, everyone hates these cryptic errors :)

  16. comment
    Comment #32500425

    It's my impression that people tend to underestimate "junior engineers" in the C++ world. I'm always impressed at conferences that there are so many young people holding presentati…

  17. comment
    Comment #32050733

    I miss my childhood :(

  18. comment
    Comment #32021360

    It's worse, turns out in the end it's just 0s and 1s.

  19. comment
    Comment #30431765

    I absolutely agree. I'm also self-hosting all sorts of stuff, including mail (opensmtpd, dovecot) and never really had a problem. At some point a mail to telekom.de was refused by …

  20. comment
    Comment #29921195

    Which is my fetish.

  21. comment
    Comment #29883776

    Same here. A test email to my google account indicates it passed DKIM.

  22. comment
    Comment #28031418

    Yeah, everybody does it with wordpress now.

  23. comment
    Comment #28028849

    I completely agree. At work we still use SVN, so I'm used to TortoiseSVN which is OK imo. Now for GIT there's TortoiseGIT, but it was such a bad experience. The TortoiseSVN backgro…

  24. comment
    Comment #27534040

    This! If I had to choose between the two snippets I would have taken the loop based one without a second though, because of its simplicity. The second snippet is what usually happe…

  25. comment
    Comment #27169924

    Now make a TIL/Tk and I'm sold!