• 4 Posts
  • 53 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • GitOps + Renovate

    Gives you:

    • automation of updates
    • smart notification of updates that are below a certain confidence that it won’t break stuff
    • rollback: simply git revert
    • the whole shebang

    Some stacks that work well with GitOps are:

    • k8s + Flux or ArgoCD
    • Nix(OS)

    Mixing them is a LOT of complexity though. Just pick whichever you are most comfortable with. If you want a declarative immutable OS just for running k8s, check Talos Linux.

    If you don’t want to deal with GitOps, Nix or k8s, and you don’t need recent versions, just run Debian and set a cronjob for auto updates. Then only deal with potential breaking changes just once every 5(?) years or thereabouts.



  • You forgot the /s.

    Or the helmet. I mean, if you’re not wearing a helmet, you’re not covering yourself appropriately and kind of asking to get hit in the head, right? I’m not blaming you if someone clubs you, but you do make it really easy and you should think about what kind of attention you’re asking and what kind of message that sends when you’re not wearing a helmet in public.

    (Can’t find the source of the pastor that got this IRL)


  • The closest to Mint in terms of:

    • stability: only have breaking changes once every 6 months
    • just-works-factor: shipping drivers and whatever proprietary code is necessary to have a smooth out of the box experience

    That I know of, beside maybe OpenSUSE (have no experience with it) is Kubuntu 24.10. Yes apt will say weird things and you’ll want to uninstall snapd.

    But Kubuntu 24.10, current latest, ships with Plasma 6.1. Current stable, Kubuntu 24.04 ships with Plasma 5 still.

    But I assume you’re not a fan of the rolling release model like EndeavourOS (Archlinux based, KDE is the default). So if you want recent packages AND a versioned release model, that leaves only Fedora out of the distros I’m familiar with. They recently promoted the KDE version from a Spin to a full version beside the GNOME version.

    But Fedora is much heavier on the FLOSS philosophy, and not as works-out-of-the-box as Mint or any Ubuntu flavor.

    Debian isn’t, but it will take a long time for Plasma 6.3 to make it to Debian stable.

    So yeah, I guess OpenSUSE may be your best bet EDIT: took a quick look, there’s a rolling release model of OpenSUSE called Tumbleweed. But you probably don’t like rolling release. And a versioned one called Leap. The current latest Leap version still ships Plasma 5 so that still isn’r nearly as recent as Fedora, which has had Plasma 6 in the last TWO versions.




  • After years of fighting pip and conda, I got a job where “we work with Python but also still have some .NET Framework apps”.

    NuGet seemed just as bad.

    People shit on JavaScript (for very good reasons) but npm is amazing compared to all these. You can have one dependency needing PackageX v1 and another dependency needing PackageX v3 and your project will just work!

    A modern statically-linked language with a first-class package manager, like Rust or Go is ideal. No fighting the dependency manager, no issue with deploying on different systems, just “run this binary”.







  • Of course, if you’re living in Russia, it’s dangerous to state anything other than support for Russia’s invasion of Ukraine.

    That doesn’t mean it isn’t cringeworthy to watch someone awkwardly dance around it, trying to ignore it while complaining about (checks notes) losing a bit of reputation over an unnecessary war that their country started and which literally cost thousands of lives.

    Any Russian who stands up against that is incredibly brave. The others, just different levels of sad. Non-Russians who support Putin are the worst.

    I understand why you’d want FOSS to not care abot borders, wars and politics and that is noble. But to call this comment racism, comes across as a veiled show of support for Putin. As if critiquing his invasion is a racist act that hurts the Russian people. Putins invasion is hurting the Russian people. Not this comment.


  • Yes, you are right.

    The old stuff, now no longer supported, is:

    • .NET Framework up to and incl version 4.8
    • Runtimes distributed as part of Windows
    • Mono is a Linux Runtime used for compatibility

    The new stuff:

    • .NET Core, up to and incl 3, more recent versions are named .NET from version 5 onwards (to prevent mixing it up with the old Framework)
    • Is completely cross-platform, natively
    • I don’t know about desktop specific graphical stuff but that probably depends on the specific library




  • I have never heard of WattOS but that sounds terrible.

    It seems like antiX is a systemd-free Debian flavor.

    If you want systemd, why not just use Debian? Or, if you are looking for a nice preconfigured DE/WM, any of a number of Debian/Ubuntu derivatives.

    Mint for best out of the box setup, Pop!_OS for tiling, Zorin OS if you’re looking for a funky styling, any of the Ubuntu derivatives for the major DEs: Kubuntu, Xubuntu, etc.