Live data from Hacker News

Viewing profile — sproingie

sproingie

HN member
Joined
Mon, Jul 10, 2023, 3:01 AM UTC
HN karma
14
Public activity
9 items

About sproingie

No profile information was provided.

Recent public activity

  1. comment
    Comment #38712264

    I dunno, there was also awarding the Peace Prize to Kissinger…

  2. comment
    Comment #38704905

    It’s a cheeky way of saying that the punctuation is doing a lot of work in making the phrase understandable.

  3. comment
    Comment #38670747

    [flagged]

  4. comment
    Comment #38656266

    Emacs keybindings are even baked into NSText, the basis of everything to do with text handling in macOS.

  5. 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…

  6. 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…

  7. comment
    Comment #38374810

    > Plus Atlassian is kind of just an awful company. How so?

  8. 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 …

  9. 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…