Oh yeah don’t get me wrong i 100% agree.
juipeltje
I’d just like to interject for a moment…
- 0 Posts
- 22 Comments
From an ideological point of view i respect the fact that people want software to stay free of AI, but realistically how feasible is it going to be to have something be completely free of it? If someone for example contributes to this project and they used AI assistance to write the code, but never disclose it, how would you know? When that happens this “minus-ai” fork will also have AI code in it and there’s nothing you can do about that it seems.
I’m sure this post isn’t going to be controversial at all lol
I’m confused on why you think ubuntu and omarchy can’t also be part of that “culture” you describe. It’s also a bit different for omarchy. Part of it is that it’s just another arch flavor that isn’t all that special, but everyone started talking about it all of a sudden, which made people grow tired of hearing about it pretty quickly (kinda reminds me of what happened to ghostty tbh). The other part of it is its creator being a conspiracy weirdo, which puts people off.
juipeltje@lemmy.worldto
Star Wars Memes@lemmy.world•Qin Shi Huang And The Search For Eternal Life: Episode 5: The Mercury Elixir Strikes BackEnglish
0·12 days agoWhen i read the first sentence of your comment i thought you were talking about the real-life emperor and i got very confused for a second there lol.
juipeltje@lemmy.worldto
Linux@lemmy.ml•What package manager do you use for arch based distros?
0·15 days agoYou can choose between things like flatpak or aur packages, but you’re gonna have to use pacman either way, since your core packages are still managed by pacman even if you decide to install most things through flatpak. Just wanted to point that out in case you were thinking of not using it at all anymore, cause it’s definitely not good to have your system get extremely out of date overtime. Having said that, it’s a matter of preference. The aur has more packages available, but flatpak has verified packages available, so assuming you stick to those, it could be safer. It also offers things like sandboxing. When i was on arch i only used the aur. I usually go with whatever has the most packages available or whatever is most convenient.
I don’t think elogind hooks into other inits directly, but it it is a fork of the logind part of systemd that has been altered so that it can work without systemd, if that’s what you mean.
I had similar thoughts, but at the same time i honestly think that wouldn’t be an issue because of the nature of linux and it being free and open source. There’s bound to be distros out there that won’t conform to whatever bs the corpos come up with.
Luckily i barely use discord, but i have one small usecase for it where it is pretty much irreplacable, which is that i use it to voice chat with a friend when playing games with crossplay support, since he is on ps5, and discord now having ps5 support makes that the go-to app.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Are you using systemd or an alternative, what do you recommend?
0·19 days agoNot sure if i agree with you on the performance part. There’s definitely people out there that try to find the “fastest” init and some inits out there definitely boot faster. I personally don’t care about it that much since it’s usually a matter of a few seconds, but it is a thing.
Gruvbox is probably my favorite theme. I configured a handfull of themes for my rice but gruvbox and tokyonight are the ones i use the most. I’m a dark user though >:)
juipeltje@lemmy.worldto
Linux@lemmy.ml•Are you using systemd or an alternative, what do you recommend?
0·20 days agoI’m using shepherd right now and i’ve used runit in the past. Shepherd is definitely a beast of its own since it’s configured in guile scheme, but in the case of runit it just runs schell scripts and the commands are for the most part just as simple as systemd. I’ve seen people claim that some programs won’t work without systemd but i’ve never come across something that didn’t work.
juipeltje@lemmy.worldto
Linux@lemmy.ml•[Discussion] My thoughts about the usability of Linux
0·20 days agoI can’t help but wonder how those people you speak of use a computer at all tbh, when windows requires troublehooting as well, especially with how much of a buggy mess windows 11 is.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Post age-attestation distro migration | Artix vs Void vs endeavorOS vs ???
0·22 days agoWell they have xbps-src, which is often compared to the aur but it’s not really the same thing. It doesn’t provide any extra packages on top of the default repos, but it’s their package build system that you can use to create package templates (so like pkgbuild files in arch) and build your own packages with them. If you look hard enough you can probably find other peoples templates out there though if they’ve put them on github or something.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Post age-attestation distro migration | Artix vs Void vs endeavorOS vs ???
0·22 days agoI think both Artix and Void have also said that they do not plan to implement age attestation. I haven’t used Artix all that much aside from playing around with it in a vm, but i have daily driven Void for about 2 years total probably. Artix is probably the easiest to install if you choose the gui installer. Void has a guided ncurses installer and it isn’t super difficult, but it does help if you have some experience with manually installing arch. In particular they’ll ask you to format your drive using a cli tool. Void does offer an xfce image though, so once you get it installed you’ve got a gui ready to go. Runit is pretty simple to use. It uses shell scripts so that’s something to keep in mind if you want to create a custom service, but other than that you basically just use
ln -scommands to enable services,sv downto stop, andsv upto start a service.
There’s always Guix for a declarative system without systemd :)
If it’s a more complex subject matter i can understand people asking questions, because in those cases the documentation can also be more difficult to understand. I’ve asked questions in those situations myself as well, and a video of someone walking you through it can be very helpful. When someone asks the most basic questions ever i tend to be more on the RTFM side of things though. If you ask a question that literally has like a oneliner answer in the manual it seems to me like you didn’t put in that much effort before posting. I never actually RTFM’d someone though. I either answer anyway if i feel generous, or i just ignore it lol.
Pure cli or also TUI? When it comes to TUI probably yazi is my most used tool right now, use it pretty much every day. For pure cli i would probably give my vote to sed. I use the crap out of it in a bunch of scripts. For example i switch my themes with it by replacing whatever import i had in the config to the desired theme, then reload the programs.


I’m not sure what GNU is going to do. A while back they announced that they wanted to make sure free software phones were going to be a thing, but i don’t think they’re forking android to do it.