• 46 Posts
  • 430 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2024

help-circle







  • Isn’t omarchy just a preconfigured Arch + Hyprland + Dmenu?

    I never went that route have always been using Arch with gnome until I like you liked what I saw with Hyprland (it was before Omarchy blew up) and just configured it myself over time and pushed my configuration public once it was stable enough: https://git.jeena.net/jeena/hypr-dotfiles

    It’s just dot files (configuration files) anyway.

    In the beginning I sometimes had to log in to gnome because some things didn’t work but over time it happened less and less.


  • Thanks, my old german blog is https://paradies.jeena.net/ but the last post there is from 2012, so I’m not posting in German anymore. I stopped when I moved to Sweden and couldn’t share my blog with anyone, that’s when I started the new blog in English so that both the Germans and Swedes could at least in theory read it. Sadly I don’t have much time for well researched blog posts, so I only seldom post even there, but once in a while I do.

    Swedish I never blogged in, even though it would have been good to improve my Swedish writing skills.









  • I am developing a script which will do that specifically for my services.

    Right now at the first stage it only checks GitHub, Codeberg, etc. To check if there is a new version compared to what each service is running right now.

    https://git.jeena.net/jeena/service-update-alerts

    I am extending it now with a auto update part, but it’s difficult because sometimes I can’t just call a static script because some other migration things need to run. So I have a classifier which takes the release notes and let’s a local LLM to judge if it’s OK to run the automation or if I need to do it manually. But for that I am collecting old release notes as examples from each service. This takes forever to do so I only have it done for PieFed, PeerTube, Immich and open-webui, and I didn’t push those changes to the public repo yet.