Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
12
Comments
2,982
Joined
1 yr. ago

  • No, the reason why browsers use so much RAM is because every tab is it's own process and sandbox. That and lazy handling of content.

    Edit: apparently i overestimated the overhead of process & sanbox per tab? So it's more lazy handling, i.e. keeping pictures in RAM instead of pushing them to cache?

  • Wrong move. To make sudo more secure, you should instead ditch 90% of the features intended for server which nobody on desktop uses. 150 lines of C code is enough to provide sudo-like functionality on desktop, probably similiar in Rust.