Avatar

TheWoozy

TheWoozy@lemmy.dbzer0.com
Joined
0 posts • 17 comments
Direct message

An expected surprise? No such thing.

permalink
report
parent
reply

The Kentucky state library will give anyone a virtual library card. I also have cards from a couple nearby counties that have cooperative agreements with my local library. Libby makes you search each of them separately.

permalink
report
parent
reply

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.

permalink
report
reply

I’m pretty sure the state of Kentucky will let anyone get a card.

permalink
report
parent
reply

Would be nice if you posted the script to lemmy instead of a paste bin that deletes everything after a couple days.

permalink
report
reply

The rats are beginning to turn on each other. This is good.

permalink
report
reply

I’m driving a school bus. (just kidding)

permalink
report
reply

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.

permalink
report
parent
reply

It’s a compressed ram disk (virtual block device) that is often used for swap.

permalink
report
parent
reply