• 15 Posts
  • 300 Comments
Joined 1 year ago
cake
Cake day: September 29th, 2023

help-circle
  • I’ve been managing my containers using the older mechanism (systemd-generate) since I started and it’s great. You get the reliable service start of systemd and its management interface. Monitoring is consistent with all your other services and you have your logs in exactly one location.

    I really wouldn’t want a separate interface or service manager just because I’m running containers.











  • exu@feditown.comtoLinux@lemmy.mlIs Pine64 dead?
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 days ago

    They require a lot of driver work to get everything working. Many of their chips for example only support h264 hardware decoding at the moment, although they would be capable of h265 as well. Another example would be the PineTab 2, which now after a few years has working wifi and an alpha bluetooth driver. Yes, it’s always getting better, but very slowly and it might well take another few years until you can just run a mainline kernel with full hardware functionality.













  • I’m not a kernel dev, but I’ve read often enough that there are some places where “everything is a file” somewhat breaks down on Unix. (I think /proc and some /dev)

    For an “absolutely everything is a file” system have a look at plan9, it was the intended successor to Unix, but then that got popular while plan9 stayed a research project.