Comment on
Better times back then
Conversely, ads are now one of the primary vectors how malware is distributed, so you still have at least 3 viruses on your computer. 👍
Comment on
Better times back then
Conversely, ads are now one of the primary vectors how malware is distributed, so you still have at least 3 viruses on your computer. 👍
Comment on
PSA: Firefox now auto-uses the XDG portal file picker
Reply in thread
You can still move your folder from .config/librewolf/ to .librewolf/ and it will use it from there. At least, it works like that in Firefox (potentially to be removed in the future, but there's no real reason to remove it any time soon).
But yeah, I don't know how that works together with KeePassXC. I mean, if it worked on LibreWolf before, then presumably moving the folder back to .librewolf/ should fix it until KeePassXC is updated...
(And yes, the .config/ directory is specified by the XDG standard.)
(Also, good shout about the directory being relevant. I guess, that's also why the extension is currently broken for me, because I was a bit too eager to switch to the .config/ dir. 🙃)
Comment on
Zuckersteuer soll schon 2027 kommen – und auch Zero-Getränke betreffen
Reply in thread
Hab schon von Leuten aus Großbritannien gehört, dass jetzt eben alles mögliche mit Süßstoffen vollgeballert ist. Das ist auch nicht geil, weil:
Comment on
Trains in western Europe on a typical week day
Reply in thread
Part of it is that the sun rises later there. They are still in the same timezone, but it's been comically expanded:
Comment on
PSA: Firefox now auto-uses the XDG portal file picker
Reply in thread
Oh, I think, you're right. It was a patch by openSUSE at first, but then they integrated it in about:config.
Comment on
PSA: Firefox now auto-uses the XDG portal file picker
Just saw this while flicking through the changelog and hadn't heard of this when it was released. Perhaps too niche to report on for news pages. So, I figured, I'd post here. ¯\_(ツ)_/¯
Comment on
Christmas is upon us
Huh, isn't that just plastic bullshit? Why is it so expensive?
Comment on
#515 (2018-04-17)
Reply in thread
It was originally written in Zulu, where it was "wembube" ("of the lion").
Then the song got colonized and distributed into the US under the title "Wimoweh".
Later the lyrics "the lion sleeps tonight" got added, but from what I can find, they did not change the "wimoweh".
Comment on
What’s an obscure but concrete technical fact that keeps creating preventable issues in the real world?
Reply in thread
By the way, it's absolutely not just Germany that does it the other way:
https://en.wikipedia.org/wiki/Decimal_separator#Conventions_worldwide
Comment on
Shame it's walmart brand.
Oh man, that does not register as food to my brain, from all the food dyes. If the packaging wasn't there, you could've told me this is a cleaning sponge and I might've believed you...
Comment on
librewolf not loading css file
Reply in thread
The same path should work in Firefox, just with mozilla/firefox/ instead of librewolf/librewolf/.
Or are you surprised by it being stored under ~/.config/? That's a quite recent change: https://lemmy.ml/post/39240208
Comment on
librewolf not loading css file
Reply in thread
Are you on Windows? On Windows, filename capitalization in general does not matter.
But OP seems to be on Linux. I just tried it on Linux with the filename as "userchrome.css" and it was not loaded.
I would've been very surprised, if it did work on Linux, macOS etc., because to my knowledge, as a software engineer, there is no way to implement that without a second filesystem access, which would've delayed startup.
Nowadays, you even have to set a about:config flag, specifically because they don't even want the first filesystem access to try to load the file...
Comment on
Every time I use podman
Reply in thread
No, they mean the license costs. I'm pretty sure, you only have to pay a fee for Docker Desktop...
Comment on
If we restarted Earth with 120 people, how long until we get to 8 billion?
Humanity started growing massively when the Industrial Revolution hit:
Source: https://ourworldindata.org/population-growth-over-time
So, that would be a factor, whether they'd still have access to technology (and whether we'd expect them to be able to maintain at least some of this technology).
Comment on
Best free text HTML, CSS, PHP courses?
MDN has a really good tutorial: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core
I also want to throw in that a "static site generator" would probably be up your alley.
It is additional software, but it just gives you HTML+CSS in the end, so you can still upload to NeoCities or the like. It would effectively replace PHP for your use-case.
Knowing some HTML and CSS, and the rest of what you learned in that tutorial, is still helpful, as you may want to customize your template, but for the most part you can just write your blog posts in Markdown and it'll generate the HTML with navigation links for you.
Of course, a static site generator is still an additional layer of complexity. For learning how HTML and such work, it's definitely valid to plug everything together yourself. 🙂
Comment on
Wo dickflüssigen Sojadrink kaufen?
Reply in thread
Ah, guter Punkt. Soweit um die Ecke hatte ich nicht gedacht.
Comment on
Plastic-free vegan leather sees production-scale breakthrough
Reply in thread
Cork leather is likely what you want, at least it's available already.
My cork leather belt has lasted easily three times as long as my faux leather belts before that, and it's the buckle that crapped out in the end.
Comment on
librewolf not loading css file
Reply in thread
Hmm, not a lot to go off of then.
Can you just go through these steps to see if anything isn't set up correctly?
https://www.userchrome.org/how-create-userchrome-css.html
You can also check via the Browser Toolbox, whether the file gets loaded.
In the "Style Editor" tab, you can filter the list on the left and if "userChrome.css" isn't listed there, then it didn't get loaded.
If it is listed in the Style Editor, then something about your rules is broken. You might be missing !important in places.
Or your CSS rules might not target the right classes/ids/variables anymore. For example, I had a breakage about a month ago, because they renamed the CSS variable --toolbarbutton-inner-padding to --toolbarbutton-padding-inner.
Comment on
Easy Vegan Crepes
Reply in thread
I would most definitely think so, since they're just using it for the pan anyways...
Comment on
librewolf not loading css file
The file has to be called userChrome.css, with a capital C.