Earlier quoted context omitted.
Ah, Android, with a userspace based on Java, Kotlin, C and C++ standard libraries, Android native APIs, without anything related to GNU/Linux, unless it is a rooted device, or one gets to package a full Linux userspace as an APK, which isn't fully compatible due to security enforcement mechanisms. I would look into those statistics regarding desktop world wide adoption, distribution per OS.
People using Linux in 1992 would say something similar to people using any of the current flavours of Linux.
GNU Hurd News 2026-Q2
51–60 of 163 posts
Re: GNU Hurd News 2026-Q2
#52Earlier quoted context omitted.
Ah, Android, with a userspace based on Java, Kotlin, C and C++ standard libraries, Android native APIs, without anything related to GNU/Linux, unless it is a rooted device, or one gets to package a full Linux userspace as an APK, which isn't fully compatible due to security enforcement mechanisms. I would look into those statistics regarding desktop world wide adoption, distribution per OS.
Oh come on. :-) Linux is not userspace. Linux is a kernel, and android is a parallel fork of the kernel. So android is a version of linux but is not GNU/Linux. Android/Linux, if you will. We dont have to be shy this.
GNU/Linux, the Linux desktop, has zero relevance on Android.
No one, not a single person, buying Android tablets and phones at places like MediaMarkt, cares about GNU/Linux Desktop.
They care about what apps via PlayStore, Samsung, Huawei and Xiomi stores, they can use, just like all normies.
Re: GNU Hurd News 2026-Q2
#53Re: GNU Hurd News 2026-Q2
#54Re: GNU Hurd News 2026-Q2
#55Cool to finally see some small silly tech stuff here that isn't trying to make money.
You are calling a Linux (sorry, GNU/Linux) killer small silly stuff?
Linux just has too much momentum and there are too few real benefits to Hurd.
Re: GNU Hurd News 2026-Q2
#56Re: GNU Hurd News 2026-Q2
#57Earlier quoted context omitted.
Hurd will have its day once Linux makes it on the desktop :-)
Eric S. Raymond opines that now that Microsoft makes its profits mainly from Azure, some product owner in Microsoft will be allowed to enshittify Windows for collection short-term profit, thus paving way for Linux on the desktop. https://x.com/esrtweet/status/2084605702203424896
Re: GNU Hurd News 2026-Q2
#58From the wiki:
> 9P is perhaps not as robust or as fault tolerant as NFS
How is it not robust? What metric did they use? Fault tolerance is not explained here so I don't know what they mean by this. You can use aan(8) on 9front which runs on each side of the connection and holds it open if the network breaks, then resume on reconnect.
Re: GNU Hurd News 2026-Q2
#59Re: GNU Hurd News 2026-Q2
#60Does anyone more familiar with Hurd know how they addressed performance issues encountered by other Mach-based kernels? I remember reading that one of Mach's bottlenecks was validating that each IPC message had proper permissions/access when sending them between processes due to the large number and frequency of messages.