Live data from Hacker News

Viewing profile — survivedurcode

survivedurcode

HN member
Joined
Sat, Aug 31, 2024, 4:59 PM UTC
HN karma
15
Public activity
12 items

About survivedurcode

No profile information was provided.

Recent public activity

  1. comment
    Comment #41967007

    I stand corrected, it is not a lazy shitshow. You’re right, fake sudo prompts is how people get exploited all day long. I’ve witnessed it on MacOS. For UAC, the user still has to l…

  2. comment
    Comment #41957484

    > programmers can allocate their smarts to something more productive than expertise in programs corrupting themselves Amen. This is called progress.

  3. comment
    Comment #41957186

    When you write C++, you can allocate memory all day long and write ZERO delete statements. That is possible, I’ve been writing C++ like that since 1998 (Visual C++ 5.0 and lcc). Ca…

  4. comment
    Comment #41956384

    LOL you should be upvoted as your comment perfectly captures the blind arrogance of the software industry. When you call people computer illiterate, you are blind to the technocrat…

  5. comment
    Comment #41956186

    lol UAC is such a lazy shitshow of a security implementation… A) there is no interception to be had. It’s a fucking “Yes I am Admin” single click a child could do unsupervised. B) …

  6. comment
    Comment #41855777

    Continuing to use a memory-unsafe language that has no recourse for safety and is full of footguns and is frankly irresponsible for the software profession. God help us all. By the…

  7. comment
    Comment #41814661

    I think there’s more to it than just messing with serotonin. There’s something about Sertraline (Zoloft) that seems to make it quite reliable at causing brain zaps. 3 people I’ve k…

  8. comment
    Comment #41593574

    I would check your answer. These are pauses due to time spent writing to diagnostic outputs. These are not traditional collection pauses. This affects both jstat as well as writes …

  9. comment
    Comment #41593527

    Probably because pages mapped, even if they are locked into memory are not allowed to stay dirty forever. Does this help? https://stackoverflow.com/a/11024388 (In contrast, if you …

  10. comment
    Comment #41587347

    Beware the trade-offs of interning affecting GC behavior. Now you can’t have a stack-allocation optimization, for example.

  11. comment
    Comment #41558273

    Just because there was research from 1970 (as there was in subsequent years) showing that big design up front is a bad idea doesn’t mean that waterfall is a straw man argument. It …

  12. comment
    Comment #41465890

    [flagged]