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 .

  • 1 Post
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle


  • Starting up wikis is so easy nowadays that there’s no excuse. I maintain a few Dokuwiki-based ones, it’s my preferred engine for simple wiki stuff, but Mediawiki (the same one that powers Wikipedia) is not bad either and not really too difficult, just a bit more demanding storage-wise. Heck, you can currently fire-and-forget DW-based wikis on SDF’s “one payment” access tier, even! Probably on Neocities too, haven’t checked.







  • 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.



  • 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.




  • Thanks for the continued assistance!

    I experience less (fewer?) 500 errors overall now. My profile now no longer does that thing at random anywhere, least. Stuff from lemmy.world tends to 500 more often, as does (for some weird reason) going to page 2 of any search result, but those are things I can def live with at the moment, I have no hurries.



  • I’m not seeing this with all non-local mags, but I’m def seeing it with all non-local mags that I’m subscribed to. I first thought it was a problem with subscription and tried desubbing and subbing again, but it doesn’t seem to have an effect.

    It’s not a very breaking problem when it comes to threads, but it is when it comes to comments, because sometimes even if a thread (post) is mirrored, it’s incomplete and thus I cant participate in a specific comment tree.


  • But, caveat emptor, we are on the development branch of early-in-its-lifecycle open source software.

    Living dangerously, eh? You gotta do what you gotta do.

    All I can comment ATM is that I’m no longer having the HTTP 500 erros I reported some days ago. Instead the issues I have now seem to do with federation: kbin magazines I’m suscribed to in other servers seem to not be updating (I get a message in Spanish that in English probably translates to something like “warning: this federated magazine is not complete. Explore the full content at [remote magazine link].”). Meaning I can’t ATM interact with magazines not in fedia.io since eg.: the posts or comments I want to reply to are not here.

    Which leads me to a question I’ve always had about kbin model of federation but didn’t know how to put in words until now: my current understanding is that “federation” is actually the local instance working on an archived copy of the remote instance content and then sending the new content to be synchronized, yes? If so, is there an alternative model or configuration for federation that actually fetches the remote content when it’s going to be used rather than local users working over potentially incomplete copies?

    I’m getting very “git rebase memes” from the current model, so I thought to ask.