• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle

  • If Mozilla gets blocked, people would just install some other browser (probably, something from Russia). I do not see how this helps anyone but the government itself. And departure of hundreds (if not thousands) of western companies did nothing to the Russian government, some problems with a browser with almost non-existent userbase would have the same effect. It should be quite clear by now that such tactic simply does not work.


  • Well, it’s up to you to decide if advantages of a distro are more significant to you then disadvantages.

    I would argue that the best part about void is not actually runit and xbps, but minimalist dependencies.

    I wouldn’t care about unofficial status of hyprland package, since it is unofficial in most distros.

    And about the lack of some software. There is a thing, called xdeb, that allows you to automatically convert any deb package to xbps package (with correct dependencies). You can even automatically install them from any deb repository via xdeb-install tool.









  • If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much.










  • Basically, if you do not see any reason to switch from systemd then you should not. The thing with systemd is that it is really big and complicated. If you just use defaults of your distro systemd works just fine, but if you want to (or have to) change something fundamental, then dealing with this monstrosity becomes a bit of pain. You basically end with the situation where you are in a war with your own PC. After some time of this, dealing with an init system that does exactly what you tell it to do feels refreshing. There is also the part, where some init systems (sysVinit and runit) boot faster then others (openRC and systemd), but it is not that significant. I use runit BTW. With my setup I spend much less time dealing with runit then I used to with systemd. That being said I still miss some of systemd features.