• 3 Posts
  • 387 Comments
Joined 5 months ago
cake
Cake day: April 20th, 2026

help-circle


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













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




  • Vemondo ist eine Eigenmarke von Lidl, also wirst du nur in Lidl-Supermärkten finden.

    Kenne mich mit Sojadrinks nicht aus, aber habe mich schon gefragt, ob vielleicht die “Barista”-Variante, die man teilweise bekommt, dann dickflüssiger ist.
    Die sollen ja zum Aufschäumen gut sein, also vermutlich mehr Protein, aber hilft bestimmt auch beim Aufschäumen, wenn sie nicht so wässrig sind…




  • Well, Anthropic have previously used their near-infinite investor money to give out tokens to open-source projects as a publicity stunt. And it just seemed so impossible to me that they would revert when they’re owned by Anthropic, that it made me unsure, if they’re aware of this ownership… 😅

    And good point about Bun being more than just a package manager.
    uv is also more than a package manager. Pretty sure, it could also be referred to as a bundler and a test runner, and I’ve seen it used to manage the install of different Python runtime versions. But yeah, being a full language runtime by itself, that is the big one here.

    I mean, there’s also a near-infinite supply of toy programming languages being implemented in Rust, if the LLM needs something to ripoff, but yeah, a production codebase will be magnitudes more complex, of course.