• 0 Posts
  • 18 Comments
Joined 11 months ago
cake
Cake day: August 6th, 2023

help-circle




  • Well, vote with your choices, I suppose.

    I’ve seen enough poor practices go unacknowledged and buried, or simply forgotten (lemmy user count +1 is kindof a minor but hilarious ‘fix’ for divide-by-zero), that I just like or when an organization acknowledges it and makes a change. I don’t need rustdesk, but I wouldn’t mind using them.



  • There are two types of computer memory that fundamentally matter on the consumer level:

    • memory, as in RAM, which is like short-term memory in people, or how much you can think about at once. It is blanked when the computer restarts. It is very fast.
    • drive storage, as in hdd or ssd space. This is like long-term memory or overall knowledge capacity, and persists across boots. It is comparatively slow.

    Solid state disk storage, and in particular some SD cards, can be vulnerable to excessive writes.

    Ram, however, is not impacted by the number of uses.

    A swap file works like this: When memory gets full, you move the least-used parts onto the swap file.

    A normal swapfile is on-disk. When memory gets close to full, the system moves some onto the (much much slower, like 10-1000x) on-disk swapfile.

    Zram swap creates a compressed swapfile out of your free memory. A file in linux does not have to be on a hard disk/ssd, it just has to look and quack like a file. When memory gets close to full, the system copies some onto the in-memory compressed file. This is very fast, but uses some cpu. It doesn’t touch your drive storage.




  • “But I shouldn’t have to” is a trap, everywhere it occurs. It cripples one’s ability to act on an emotional level, and manifests as all kinds of resistances and avoidances that ultimately prevent you from seeing the problem clearly - and if you somehow do see the problem clearly, you still don’t want to do anything about it.

    The world owes you nothing. You exist. If you want love and fairness and a reasonable world, love and be fair and be reasonable, and choose to work together with those who are. Where you work, what you spend your time on, where you spend your money, and who you spend your time with are your places of impact. Don’t let others steal that - particularly over ‘but I shouldn’t have to defend myself.’


  • I don’t think that’s a better question. I’d just say ‘not everyone understamds the things I do, and someone might find that useful. But it’s useless noise to me, so I’ll filter it out (in this case by blocking it).’ Conveniently there’s a tool for just that.

    The point to consider addressing it differently is when the bot owners pull some shit like creating new accounts to circumvent blocks. that would be an issue. How to address that, if it occurs, is a better question.