Viewing profile — sproingie
sproingie
HN member- Joined
- Mon, Jul 10, 2023, 3:01 AM UTC
- HN karma
- 14
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About sproingie
No profile information was provided.
Recent public activity
-
comment
Comment #38712264
I dunno, there was also awarding the Peace Prize to Kissinger…
-
comment
Comment #38704905
It’s a cheeky way of saying that the punctuation is doing a lot of work in making the phrase understandable.
-
comment
Comment #38670747
[flagged]
-
comment
Comment #38656266
Emacs keybindings are even baked into NSText, the basis of everything to do with text handling in macOS.
-
comment
Comment #38648828
Sure, the average container in fact brings along an entire OS distribution like Alpine or Ubuntu or whatnot, but there’s still no extra layers added (save perhaps for the filesyste…
-
comment
Comment #38641894
A container is simply a process with isolated namespaces — an OS does not run within them, and any hardware access they have is mediated by the OS in the same way as any other proc…
-
comment
Comment #38374810
> Plus Atlassian is kind of just an awful company. How so?
-
comment
Comment #38374397
Why would you even dump your loot in Borderlands? Money is absolutely meaningless in that game. You look at the comparison box to see if there are more green arrows and if not you …
-
comment
Comment #38348441
I have been writing JavaScript since JS has existed, and the One Weird Trick I learned to working with JS’s OO system is to use it as little as possible. Don’t get me wrong, object…