Viewing profile — Mesopropithecus
Mesopropithecus
HN member- Joined
- Sun, Nov 11, 2018, 9:33 AM UTC
- HN karma
- 138
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About Mesopropithecus
No profile information was provided.
Recent public activity
-
comment
Comment #48184381
True. I just happen to prefer the US to set the rules over an illegitimate, theocratic, and terrorist regime.
-
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.
-
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…
- comment
-
comment
Comment #45147814
I'm seeing this way too often in production code, despite linters and reviews. So we have to keep plastering over.
-
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…
-
comment
Comment #43671838
Like this? https://protobuf.dev/reference/protobuf/textformat-spec/
-
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…
-
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…
-
comment
Comment #41070811
That's what options are for. But I find it more cost effective to just diversify my investments.
-
comment
Comment #41008805
Ok satire and i fell for it. Nice.
-
comment
Comment #41008785
Not familiar with the details, but page fault != segfault.
-
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…
-
comment
Comment #40741810
I agree with that, but null safety would be a big deal for correctness.
-
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…
-
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? …
-
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…
-
comment
Comment #40089104
RIP. When I wasn't sure what to make of Goedel, Escher, Bach, his writings tipped the scale. Thanks!
-
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…
-
comment
Comment #38197204
As someone who hasn't thought about it that way yet: that's interesting!
-
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…
-
comment
Comment #37223029
Title should read "Extend a C project with Zig".
-
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…
-
comment
Comment #37003226
The thing I love about HN is that enthusiast stuff like this makes it to the front page. <3
-
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 …