I’m a worldbuilding consultant and fanfiction writer for the Pokémon fandom, also work with computers ‘n’ stuff. Linux user (but not Arch, btw).

I have a Mastodon btw as @VeniaSilente .

  • 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • Does it really, practically, impact things?

    If people had to obey the law of “every country that has any internet presence”, site operators worldwide would have to do such silly things as ban women from using the internet while not sitting right next to their husbands, or who knows what other silly things as per the Sharia. So I don’t really see how any such thing is to be taken at anything but grandposturing from boomer political parties, at face value.

    Now, if you want to ban Bri’ish IP addresses, your hosting can take care of that. For the most capable ones it’s just a flip of a switch. But do consider that in some cases that makes your site worse for everyone else worldwide as such rules are sometimes implemented via privacy-invading systems (eg.: yet another control that makes your site depend on Cloudflare).







  • I use SQLite to power up lots of stuff I’m working on. It’s lightweight, fast, simple and well-documented for small projects — like a Postgres but very local. Saves me from having to deal with containers “just to store data”, let alone for moving stuff to other machine where I would also need the permissions to configure and run containers in the first place; whereas all you need to pass SQLite databases along is scp / rsync.



  • venia_sil@fedia.iotoFirefox@fedia.ioFirefox ESR?
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    Firefox ESR is basically the LTS of Firefox. Over a portion of the normal (“stable”) Firefox’s release cycle, ESR will get security fixes and backports, but nothing that changes interface or expected UX behaviours. It’s basically there for keeping an environment that is consistent and predictable over a reasonably long term (~1 y) which is why it’s the Firefox version that gets shipped with eg.: Debian.

    In general, ESR is the default version I install for anything clients-wise that for some reason requires that we don’t intervene client machines too much (including maintenance). It’s fire-and-forget once you have the usual extensions rolling like uBlock Origin.

    Memory wise it’s also quite reasonable in its usage and I’ve found it’s far more responsive to customization of in-RAM memory usage patterns than stable, nightly or develiper Firefox, who tend to ignore or misinterpret my requests such as “only use up to 16 MB of cache in RAM”.

    One part where maybe ESR is too conservative is the HTML / CSS lexer. Because it’s intended to stay stable over very long periods it gets stuck with stuff like still not accepting CSS :has(), and it seems the next ESR won’t support it either, whereas Nightly does already. Also, because behaviours are retained as long as possible, bug UI breaking changes such as the migration off Australis or the incorporation of the Extensions Button are a more jarring clash in ESR than in normal Firefox, because you get all those workflow-changing changes in one BIG update.