Live data from Hacker News

Viewing profile — compscigirl

compscigirl

HN member
Joined
Fri, Sep 17, 2021, 8:02 PM UTC
HN karma
12
Public activity
9 items

About compscigirl

No profile information was provided.

Recent public activity

  1. comment
    Comment #37636021

    Ah yes “the poors don’t deserve to afford toilet paper because market forces and capitalism!” It’s amazing what tech bros making 6 figures will say from their ivory towers.

  2. comment
    Comment #37300620

    While I agree that it’s quite common these days for people to use ADHD as an excuse for why they can’t do X, in this case I don’t think your dismissal of others’ symptoms is fair. …

  3. comment
    Comment #36670598

    Not really, calling KVM a type-1 is a misunderstanding of what the “bare-metal” distinction is referring to. The real difference between the two types is whether the hypervisor own…

  4. comment
    Comment #36604236

    This is an odd take. From what I understand from the article it’s a 90% chance of healing , after which you can still get surgery — which doesn’t heal but restores some functionali…

  5. comment
    Comment #36419984

    Isn’t everything in Unix/Linux already a file? Isn’t that the power of Unix? There’s even a Wikipedia article about it: https://en.m.wikipedia.org/wiki/Everything_is_a_file#:~:text…

  6. comment
    Comment #36396301

    I feel like I must be missing something. It seems to me (just from reading this post) that if you need algebraic effects you’ve probably painted yourself into a corner and should p…

  7. comment
    Comment #36384697

    Panic is not a rust-specific term, it generally refers to software halting intentionally because something has gone so wrong that you can’t reasonably recover. For example, some sa…

  8. comment
    Comment #36384431

    Isn’t there a 2TB dump of Reddit posts and comments as of February 2023? Couldn’t you that instead of the API to seed your site’s content as a workaround to the TOS?

  9. comment
    Comment #36343262

    Panics have a place in systems programming — all operating systems panic when fundamental guarantees are violated.