TheWoozy
Metropolis is in the United States & Clark Kent is a US citizen, therefore the CIA cannot touch him. They just informally encourage the FBI to keep an eye on him.
Would be nice if you posted the script to lemmy instead of a paste bin that deletes everything after a couple days.
TIL: I am a cultist.
The rats are beginning to turn on each other. This is good.
My faith in the wisdom of my fellow citizens.
I’m driving a school bus. (just kidding)
I used zram + swap for years. I dedicated 25% of my memory to zram. The problem is that zram would get filled with infrequently used data, and disk swap would get the frequently used data. Once that happens everything slows down.
Zswap tries to fix that be creating a compressed swap buffer in memory. Older/less used data will get written to disk, but fresh/frequently used data will stay in the compressed ram buffer. That’s my understanding, at least. I don’t remember how to query Zswap usage stats.