Viewing profile — lllr_finger
lllr_finger
HN member- Joined
- Sat, May 07, 2016, 12:20 PM UTC
- HN karma
- 442
- Public activity
- 176 items
- HN profile
- View on Hacker News ↗
About lllr_finger
No profile information was provided.
Recent public activity
-
comment
Comment #31704308
"When was the last time you could tell someone the difference between version 1.2.1 and 1.2.3 quickly?" Especially if you're using something like fzf that can easily search your co…
-
comment
Comment #31491090
I'm sure we'll start hearing "I AI-posted on HN for 4 years, got X karma, and no one suspected" type stories pretty soon. Eventually people could start asking for badges or flair t…
-
comment
Comment #31434659
It's really cool that you experimented with this! My experience is that choosing Rust just for performance gains usually doesn't pay off. In your case, node already uses C/C++ unde…
-
comment
Comment #26193234
The article isn't related to repo structure, however repo structure can relate to the core issue of how to share code and maintain domain boundaries - search for the "umbrella" thr…
-
comment
Comment #26193114
This is what I do in several of my backend Kotlin code bases and it's worked very well. I've also heard it called "distributed monorepo". There are a handful of ways to share code,…
- comment
-
comment
Comment #25486388
> they each have a profile Absolutely true that languages are built to fulfill specific roles and have associated trade-offs. I think you answered your own question - JavaScript's …
-
comment
Comment #25331897
At a more agile org, getting 2-3 stories done in one day isn't too extraordinary. A PR that follows some of the rules from the OP (especially 5/6/7) might only take 5-10 minutes to…
-
comment
Comment #25331684
This is great! Many of these things are slowly learned over time, but explicitly listing them out will be helpful when refreshing or teaching others. The three that have been most …
-
comment
Comment #25302140
Tufte would disagree, and at least some consider his thoughts on design to be very solid. Would you be amenable to "A well-designed web page does not need to rely on custom fonts, …
-
comment
Comment #25249175
I didn't downvote, but I'm assuming that suggesting an equivalence between concerns with GMO and being antimask/antivaxx comes off as hyperbolic. I sometimes have a difficult time …
-
comment
Comment #25228828
For those wondering how a spark plug would work: https://en.wikipedia.org/wiki/Ninja_rocks
-
comment
Comment #25171339
It sounds like your position makes use of those data structures and algorithms - and the author's didn't. I think the key here is that you memorize the important aspects of your ro…
-
comment
Comment #24882971
I believe that zeromsg does not support true zero-copy messaging which might be a reason to look at nanomsg or nng if you need every last ounce of performance.
-
comment
Comment #24882959
Look up "nanomsg is not dead" and nanomsg's replacement nng for even further confusion. My takeaway is that even though these newer libs seem to be simpler and avoid some issues, t…
-
comment
Comment #24882947
The only times I've ever reached for zeromq are when I needed sockets and didn't want to deal with the hassle of programming sockets - it worked great then. I'd happily use it as t…
-
comment
Comment #24817838
As a follow-up, if you're wondering why, 500mb is roughly 5700m/18kft above ground level in the US - not quite jet stream level (200-300mb) - but high enough to give insight into l…
-
comment
Comment #24469374
Not OP, but I routinely call a specific HTTP API for millions of entities or pull down entire Kafka topics - all in JSON format. For various reasons those are the canonical sources…
-
comment
Comment #24399237
In the midwest it's "lead". I've also been on teams where nearly every developer is a lead, which sounds strange, but it's really just a confluence of "could this person lead a tea…
-
comment
Comment #24363177
My emails/handles are almost always just first initial, last name but that's short enough (6 chars) these days to get weird things as well - most notable was a few months of commun…
-
comment
Comment #24197824
The good news is this is already happening - lots of Java orgs in my market (not SV, but still a large US market) started working on new server-side things in Kotlin a year or two …
-
comment
Comment #24142822
> we live in the reality of disparate functionality paired with an ever-changing technical landscape It is the responsibility of tech leaders to minimize this (accurate) stereotype…
-
comment
Comment #23819828
I've found the same. One of my favorite blog posts on getting FreeBSD working well on laptop is: https://www.c0ffee.net/blog/freebsd-on-a-laptop/
-
comment
Comment #23819804
It's historically been a very similar proposition to Solaris: zfs, dtrace, containers, and higher performance. For as much as I like both FreeBSD and Solaris, Brendan Gregg (mentio…
-
comment
Comment #23668975
If they read the article - probably nothing. At a really basic level, running a caloric deficit is a still a viable method of losing weight. The article goes on to talk about how a…