refugee from lemmy.sdf.org

  • 0 Posts
  • 9 Comments
Joined 2 months ago
cake
Cake day: January 9th, 2026

help-circle
  • I’m honestly regularly shocked at how many people use Chrome on Linux.

    I generally prefer to run firefox (ESR) on my debian machines. But I regularly open a couple dozen tabs during a research session and sometimes FF eats eat all my RAM (16GB), then swap, then locks up the machine. If I catch the degradation before lockup sometimes I can kill enough tabs to recover. I had a few of those lockups last month before I got tired of it.

    So for now I’ve swapped back to chromium to get around that problem. Same behavior on my part, ~same extensions, but chromium’s RAM usage stays sane.






  • No matter what plugin you find that supposedly will do the job, in my experience it is always a PITA that ends up involving a lot of programming.

    I had a good experience with jekyll’s wordpress->jekyll import tool. But see below.

    I would go for a database-less static site generator like Hugo

    Graybeard here, so it’s probably just braindamage specific to me, but I’ve found ruby dependency setup and troubleshooting to be extremely frustrating. Hard for me to wrap my head around.

    When jekyll is actually dead (right now it is “only mostly dead”) I’ll change to something that does not require ruby (eleventy?) or just go back to the nineties and do something barebones with gtml or whatever. Already playing with the latter.