“Git” is only really a word in British English which implicitly gives it lower worldwide cultural penetration than a general English term. For most non-British programmers (and honestly I would imagine many British ones given how ubiquitous Git VC is now), “Git” refers to the software first and the pejorative second, if they’ve even heard of the latter before.
- 0 Posts
- 34 Comments
yoevli@lemmy.worldto
Linux@lemmy.ml•Can the GNU/ Linux Foundation Fork Android and Maintain it?English
16·4 months agoThe second paragraph isn’t accurate - Android uses the Linux kernel. Hardware manufacturers typically ship their own proprietary modules, but in principle there’s nothing stopping you from running a mainline kernel image as long as support for the specific device or SoC is present. Granted, this isn’t the case for the majority of phones, but this isn’t a limitation of Android itself and you’d run into the same issue trying to run postmarketOS or really anything else on an unsupported device.
I also want to point out that there really aren’t any good alternatives to Android (and its derivatives) at the moment. Mobile Linux distributions are getting better, but at least in my personal experience and from what I’ve heard from others it’s still a pretty janky experience in comparison and arguably is only suitable for enthusiasts.
yoevli@lemmy.worldto
Linux@lemmy.ml•What are the silliest reasons people have given you for not wanting to try Linux?English
3·9 months agoNot to interject, but when people talk about using “Linux” they’re generally referring to desktop Linux (usually GNU/Linux). ChromeOS and SteamOS are Linux distros of a sort under the hood, but they’re also highly curated experiences. Android technically uses the Linux kernel but architecturally it’s so drastically different from basically any other system using it that it’s quite misleading to call it “Linux” in the colloquial sense.
yoevli@lemmy.worldto
Linux@lemmy.ml•To the Korean Linux users: Which distro would you recommend?English
71·10 months agoThanks ChatGPT.
yoevli@lemmy.worldto
Linux@lemmy.ml•am I the only one getting HTTP Error 403: Forbidden when executing yt-dlp from the terminal on debian?English
4·10 months agoThe article you linked is describing how to set a static internal IP address (i.e. the address your computer uses within your local network) whereas YouTube would be seeing your external IP address (which is typically assigned automatically by your ISP). I’m not sure what the parent comment is referring to with “changing” their address, but I would assume they’re probably using a VPN or something similar so that YouTube sees the address of the current VPN server instead.
yoevli@lemmy.worldto
Linux@lemmy.ml•if you use GrapheneOS on a pixel device, is it something you'd recommend for a privacy worried user? How seamless is running it after install?English
11·1 year agoIt’s overall a pretty good experience, but there’s occasional weirdness you may run into. For instance, up until a month or two ago I was encountering a bug that caused my phone to basically slow to a crawl after running Android Auto for 20 minutes or so, with a reboot being the only solution. This happened once while I was driving somewhere unfamiliar and it took about 5 minutes to start back up due to app optimization (which, incidentally, I don’t remember being a thing on other Android flavors after 2018 or so) so it turned into a whole adventure.
There’s also a fairly persistent issue I’ve run into where GrapheneOS starts very aggressively killing background apps, like as soon as another app gains focus. Not sure what that’s about but I haven’t really encountered it on other Android versions to the same extent, so I’m inclined to think it’s GOS-specific.
Ah, I assumed you were just talking about the upcoming release. AFAIK
trixie-backportsdoesn’t exist yet though.
Debian stable only uses LTS kernel releases, so unfortunately you’ll need to wait for it to appear in
trixie-backports.
Fedora Workstation has been really good in my experience. The available software is shockingly up to date and I haven’t run into much breakage of any kind in the year or so I’ve been using it across 2 systems (despite my best efforts every few months when the urge to tinker hits me). I do occasionally run into issues caused by the default SELinux policies, but they’re not especially difficult to work around if you’re comfortable using the terminal.
I do share your sentiment about the AUR - I definitely miss it at times. That said, Flatpaks and the fact that pre-built RPMs are so commonplace have both softened the blow a lot.
yoevli@lemmy.worldto
Linux@lemmy.ml•How to disable Polkit password prompts (the annoying ones that pop up when you want to update, for example)English
81·1 year agoOdds are, it’s usually the opposite because they’re insecure and can’t handle when people do things differently from them.
If this isn’t projection then I don’t know what is.
yoevli@lemmy.worldto
Linux@lemmy.ml•GTK's X11 Backend Now Deprecated, Planned For Removal In GTK 5English
1·2 years agoUnless I’m mistaken, X has never had proper color management support in the first place.
yoevli@lemmy.worldto
Linux@lemmy.ml•GTK's X11 Backend Now Deprecated, Planned For Removal In GTK 5English
11·2 years agoWhen is the last time you tried a Wayland DE? I can’t speak to them all, but Plasma for one has been in really good shape for basically everything a typical user might want to do with it for around a year now.
yoevli@lemmy.worldto
Linux@lemmy.ml•GTK's X11 Backend Now Deprecated, Planned For Removal In GTK 5English
124·2 years agoX11 versus Wayland isn’t some kind of holy war; Wayland was specifically designed as a successor protocol to the largely cobbled-together X and is objectively superior to it in most ways outside of accessibility.
yoevli@lemmy.worldto
Linux@lemmy.ml•Systemd improves image features and adds varlink API [LWN.net]English
92·2 years ago“systemd bad”
yoevli@lemmy.worldto
Linux@lemmy.ml•"I'll move to Linux if it runs every game I want" just say that you never will moveEnglish
7·2 years agoNot sure what the situation is on the NVIDIA side, but Mesa’s raytracing performance is… lacking. Don’t get me wrong; it’s amazing that it works as well as it does, but even with a high-end card it’s not the best experience. I don’t personally care much about RT, but if I were more into it I would probably consider setting up a Windows dual-boot.
The way I look at it is that most of my time spent fighting with the compiler is usually made up for in time saved debugging. I’m in the process of RIIRing a hobby project and so far most of the ported code just works, and I only end up needing to fix a few dumb logic mistakes before it’s fully up and running.
I’m not familiar with the specific install/upgrade process on Gentoo so maybe I’m missing something, but what’s wrong with forcing new installations to use
time64and then forcing existing installs to do some kind of offline migration from a live disk a decade or so down the line? I feel like it’s probably somewhat uncommon for an installation of any distro to be used continuously for that amount of time (at least in a desktop context), and if anyone could be expected to be able to handle a manual intervention like this, it’s long-time Gentoo users.The bonus of this would be that it wouldn’t be necessary to introduce a new
lib*folder - the entire system either usestime64or it doesn’t. Maybe this still wouldn’t be possible though depending on how source packages are distributed; like I said I dont really know Gentoo.
The fact remains that Arch generally requires more work to maintain an installation than a typical point-release distro. I’m speaking from experience - I had two systems running Arch for over 2 years. I switched away when each system separately had a pacman update somehow get interrupted resulting in a borked install. I was using Mint before and Fedora now, and both are a lot more hands-off at the cost of some flexibility.
Also, just to be clear, I’m not trying to disparage Arch at all. I think it’s a really cool distro that’s perfect for a certain type of user; I just don’t think it’s great to lead people to believe it’s more reliable than it is in the way that I’ve been seeing online for a while now.
I can understand the desire to change it given that the current name is arguably a slur in some contexts, but this is a terrible new name. There was a fork awhile back with this same motivation called “Glimpse” - I really think they should have chosen a name with some continuity from the original, and certainly not what looks to be an initialism (I never would have come to “Wilbur” on my own).