Live data from Hacker News

Viewing profile — impulsivepuppet

impulsivepuppet

HN member
Joined
Sat, Aug 26, 2023, 9:30 AM UTC
HN karma
92
Public activity
22 items

About impulsivepuppet

No profile information was provided.

Recent public activity

  1. comment
    Comment #49152534

    what is often overlooked in corporate culture: if you take a step back, two coworkers refusing to cooperate, regardless of the reason, is a typical "corporate kindergarten" scenari…

  2. comment
    Comment #46210421

    While I circumstantially agree, I hold it to be self-evident that the "optimal amount of grift is nonzero". I leave it to politicians to decide whether increased oversight, decentr…

  3. comment
    Comment #46105113

    I can't help but think that this is a "I have nothing to hide" argument. It's quite sisyphean to keep accounts perfectly segregated, therefore there's always a chance that personal…

  4. comment
    Comment #45357376

    Related and likely inspired by the related thought: https://www.mattmahoney.net/dc/

  5. comment
    Comment #45150232

    On the topic of working hours, flexitime is highly addicting and I cannot imagine anything that's better for a software developer. Clock in, have meetings, write code, commit, cloc…

  6. comment
    Comment #44921618

    I find it quite intriguing to introduce "language-native" matrices and 2d blocks (which I still find difficult to wrap my head around.) The reason why most people would more intuit…

  7. comment
    Comment #44839199

    Looking at the software development today, is as if the pioneers failed to pass on the torch onto the next generation of developers. While I see strict safety/reliability/maintaina…

  8. comment
    Comment #44656667

    Org mode offers so much more than just syntax. You can use org files as a calendar, a todo/issue tracker with time accounting, a diary/knowledge base (zettelkasten, org-roam), as a…

  9. comment
    Comment #43885270

    Since I don't often write raw SQL, I can only assume the author named their CTE `deleted_tasks` to elucidate that the query might delete multiple items. Otherwise, it makes little …

  10. comment
    Comment #43838609

    I admire your deontological zealotry. That said, I think there is an implied virtuous aspect of "internet vigilantism" that feels ignored (i.e. disabling a malicious bot means it d…

  11. comment
    Comment #43054587

    I find it hard to believe that vigilance can be opted out of, unless—sarcastically speaking—you leave the company before the lack of vigilance becomes a problem. I somewhat agree w…

  12. comment
    Comment #42912607

    There are more interpretations of "OO" than there are people, but the overall direction is that OO isn't a panacea for code maintainability, and some frameworks ahem Spring create …

  13. comment
    Comment #42898424

    This is mostly the case because most solutions provide more than the bare minimum of DOM rendering and event binding that a web view originally entails. Once you "accidentally" shi…

  14. comment
    Comment #42892224

    I resonate with skepticism for perhaps a different reason -- I just don't see how the censorship discussion is ever about helping China, when the whole discussion is "thinly-veiled…

  15. comment
    Comment #42873279

    It might seem less credible to encounter English in a place where it’s less expected, but think of it this way: would a Yandex-developed ClickHouse database be adopted by Chinese d…

  16. comment
    Comment #40606690

    blaming Neanderthals for most things is a gross over-simplification and misdirects reader's attention towards genetics. While there is some humour to it, I would be cautious of giv…

  17. comment
    Comment #40306829

    As a worthless junior dev, thank you for the post. I am seeing a general sentiment of reluctancy towards an introduction of yet another dubious metric in an environment where "soft…

  18. comment
    Comment #40306761

    Don't tell the corporate about it, but using charcount/80, excluding newlines and whitespace is the _improved_ pseudoscience. Additionally, excluding 'imports', namespacing, and ot…

  19. comment
    Comment #40274069

    Written language is like the outer skin layer, a product of a living organism consisting of dead cells. Being a good translator is to have a good sense of what those organisms are.…

  20. comment
    Comment #40262204

    Using Tinder as analogy for bandmate-finding works quite well, as the end goal can be abstracted away as some "intimate relationship". Whether the mechanics of Tinder are worth par…

  21. comment
    Comment #39499852

    Before ChatGPT, human language translation had a similar problem but people weren't as vocal about it. What I find frustrating that it's increasingly challenging to have DeepL tran…

  22. comment
    Comment #37271501

    A strongly-related topic would be Curry–Howard correspondence, that is to say that programs and mathematical proofs have a lot in common. Proving an assertion is chaining transform…