Elektrine lite

← Feed

Jarkko Sakkinen

jarkko@social.kernel.org

.

Posts

  • Post #3989146

    I cannot understand that even in 2026 there is a strong anti-systemd movement o_O We waited 20 years to something like systemd to happen to have great cross-distribution compatiblity.

  • Post #2113300

    I feel so much better of using Pi now as the reference client in my local infrastructure project Puu,: https://mariozechner.at/posts/2026-03-25-thoughts-on-slowing-the-fuck-down/ For majority, I share his opinions. I don't like AI. That's why I work on Puu.

  • Post #1591536

    I find rpm-ostree really cool technology. Have been playing with it my X390 Thinkpad, which is like my "testing ground for new stuff". Has this been applied to other distributions so far similarly as in Silverblue? I'm particularly interested could I redo this with arch baseline?

  • Post #899776

    I've created over last few months or so a single pane filemanger called Caffeine Commander aka ccd: 1.It has a VFS layer. 2. It does not invoke external programs as subconsequence of its predefined actions. 3. It does not have plugins. 4. While not always unavoidable, minimizing and reducing the build configuration is a continuous goal.

  • Post #337549

    A new git tidbit learned: git branch --edit-description Read: git config --get branch.container.description Now git-format-patch will import it as the body of the cover-letter: git format-patch --cover-letter master