hungrybread

joined 2 years ago
[–] [email protected] 3 points 9 months ago

Exactly! Blockchain and PoW are terrible but id really like to know how much time and electricity is consumed to serve ads, cool servers, train and educate people to effectively become ad engineers.

[–] [email protected] 13 points 9 months ago (3 children)

This comment feels like a Poes Law situation.. surely this is a bit, right?

 

What lemmy clients for android do y'all use? I browse mainly with jerboa but I usually run into issues commenting or posting.

[–] [email protected] 1 points 1 year ago

I have no idea, just inferred that from some other posts.

[–] [email protected] 3 points 1 year ago (1 children)

The basic idea is to keep data as close to the processor as possible, so with a database that means storing the result of commonly used queries in memory.

[–] [email protected] 9 points 1 year ago (6 children)

There's no need to migrate the database, that shouldn't be an issue at this size. Caching should be implemented as another comment suggested.

[–] [email protected] 4 points 1 year ago

I'd be interested as well.