Viewing profile — spkm
spkm
HN member- Joined
- Sat, May 15, 2021, 11:35 PM UTC
- HN karma
- 96
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About spkm
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48341631
I know, but they didn't.
-
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 ..…
-
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…
-
comment
Comment #46255906
Privatization and capitalism.
-
comment
Comment #45776657
Just don't use animated gifs inbetween text.
-
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…
-
comment
Comment #37292209
"void linux" is a great distro if you want BSD-like but still linux. It also uses runit instead of systemd.
-
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…
-
comment
Comment #37128827
Probably not, I'm just wondering why a C++ toolchain is supposed to handle this though.
-
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…
-
comment
Comment #36688745
Maybe if you used a typesafe language, you wouldn't have to track down 100 other more significant problems (:
-
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 …
-
comment
Comment #34050561
"Got it!"
-
comment
Comment #32500445
TBF, everyone hates these cryptic errors :)
-
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…
-
comment
Comment #32050733
I miss my childhood :(
-
comment
Comment #32021360
It's worse, turns out in the end it's just 0s and 1s.
-
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 …
-
comment
Comment #29921195
Which is my fetish.
-
comment
Comment #29883776
Same here. A test email to my google account indicates it passed DKIM.
-
comment
Comment #28031418
Yeah, everybody does it with wordpress now.
-
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…
-
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…
-
comment
Comment #27169924
Now make a TIL/Tk and I'm sold!