• 5 Posts
  • 52 Comments
Joined 3 months ago
cake
Cake day: February 13th, 2025

help-circle

  • Updates taking that much space is a bit surprising. I used to run linux mint on a 20 gb partition and usually had 3-4 gb space free. Does Linux mint comes pre-installed with flatpaks (you check with flatpak list)?

    But 20 gb is on the very low side, you will run into issues on updates. You probably need to extend the linux partition by at least 10 gb.

    For the printer issue, check the status of the cups service (sudo systemctl status cups).










  • One thing I’m doing differently in Arch this time is I’m trying out installing as many things as possible as flatpaks. I’ve successfully ignored them until now. Surprisingly, a lot of my apps are already packaged as flatpaks.

    Yeah I have grown a liking to flatpaks too but I dont think I can live with only flatpaks yet.

    The other thing I’m borrowing is distrobox+podman. I didn’t know about that before. This seems useful for dev environments.

    Distrobox is really nice, I even run some gui applications in containers.

    That being said, I’ve never had a problem with pacman breaking my system, so I don’t see major value in doing this… other than… it’s helping me procrastinate! I should be doing real work right now. 😄

    This is the only thing keeping from arch tbh. I shudder to think of all the ways I can procrastinate on arch!







  • The MAU of lemmy.world is ~18,600 which is a bit greater than the combined MAU of the next 7 instances (a big help here is lemm.ee which has ~7000 MAU). This is a really healthy spread of users and it means we don’t lose lemmy if the biggest instance goes down.

    Compare that to Mastodon, where mastodon.social has more MAU (~372,000) than the combined MAU of the next 30 instances at least (I gave up counting). Thats not healthy for the ecosystem. Though tbf the total MAU of mastodon is ~899,000 so without mastodon.social they will still have ~527,000 but it will be very spread out.







  • Unfortunately it seems to be a completely proprietary kernel. I did find a paper on it (presented by Huawei in a conference): https://www.usenix.org/conference/osdi24/presentation/chen-haibo

    The first line of the abstract reads

    This paper presents the design and implementation of HongMeng kernel (HM), a commercialized general-purpose microkernel that preserves most of the virtues of microkernels while addressing the above challenges.

    Another interesting tidbit from the paper:

    We started the HongMeng kernel (HM) project over 7 years ago to re-examine and retrofit the microkernel into a general OS kernel for emerging scenarios. To be practical for production deployment, HM achieves full Linux API/ABI compatibility and is capable of reusing the Linux applications and driver ecosystems such that it can run complex frameworks like AOSP [42] and OpenHarmony [35] with rich peripherals.