Remix.run Logo
nerdjon a day ago

I have to wonder how much of this is people switching to Linux vs the larger trend of people not having traditional computers to begin with.

Outside of gamers, I don't know anyone that has a computer at home that is not their work laptop if they have one. At least in my circle everyone I know has moved to their general computing being on phones and tablets which is not captured here. So is a solid chunk of this the people that would have already had Linux desktops continuing to have theirs since they would likely be the same people (more technical, needing to do tasks not possible on phones and tablets) less likely to be making that switch.

Basically if the higher percent is due to less desktops overall instead of a major uptick in Linux desktops, it is not really much to celebrate.

Given these numbers are percents I would be very curious.

Now yes there is a clear uptick thanks to the Steam Deck (however with Microsoft pushing their optimized for gaming Windows it will be interesting to see if that continues or goes backwards). But I would be reluctant to call that Linux Desktop anymore than I would call Android an uptick for Linux.

palata a day ago | parent | next [-]

I agree with your points, except this:

> thanks to the Steam Deck [...] but I would be reluctant to call that Linux Desktop anymore than I would call Android an uptick for Linux.

The Steam Deck very much runs Linux Desktop. Android runs the Linux kernel, but everything else is different. SteamOS is a Linux distribution based on Arch. If you run your Steam Deck in "desktop mode", it is very much a Linux Desktop (with a read-only system and A/B updates etc, but still).

zozbot234 a day ago | parent | next [-]

Android systems don't even run the linux kernel in any real sense, pretty much every downstream kernel has millions of lines of patched code that will never make it upstream in their current form. Of course, that's no different from mostly any other "Linux" embedded device, but it's very different indeed from what's standard on desktop systems.

palata a day ago | parent | next [-]

I would still count it as the Linux kernel. They don't change the syscall API, it's really mostly at the BSP level, right?

Said differently: if manufacturers cared to mainstream their changes, they could. And we would all be better for it.

fsflover a day ago | parent [-]

> I would still count it as the Linux kernel.

This may be technically true, except it has no single meaningful implication, like no Linux software works there.

jchw a day ago | parent | next [-]

That's not even true. You can use typical Linux software inside of a chroot, like with Termux.

conradev a day ago | parent | next [-]

Yep, and in the reverse, you don't need a separate kernel to run Android software on Linux: https://waydro.id

udev4096 a day ago | parent [-]

Waydroid is garbage. It's so bad. Better use redroid: https://github.com/remote-android/redroid-doc

return_to_monke a day ago | parent | next [-]

You failed to provide any reason why waydroid is "so bad".

fsflover a day ago | parent | prev [-]

Waydroid actually allows me to run Android software on my GNU/Linux phone.

longfingers a day ago | parent | prev [-]

Whether your virtual container is lightweight, heavyweight or from the cloud doesn't really change anything from a regular user's perspective. You aren't installing software in the main environment you are looking at, running a desktop on, etc.

jchw a day ago | parent [-]

Recall the post above mine:

> > I would still count it as the Linux kernel.

> This may be technically true, except it has no single meaningful implication, like no Linux software works there.

Termux is notable is because you in fact don't need a virtual machine at all, or even a proper container. Even the "chroot" aspect is basically just to create a facade to make software work with less effort; it's not literally needed. And you can indeed run typical graphical Linux software as long as you have a compatible display server; Termux offers an X server as an add-on.

This doesn't mean that Android is the same as desktop Linux, but that's not the point here. The point is that Android runs the Linux kernel, and not just in name only. You actually can make use of the Linux aspect of Android, which many of us do.

It's possible that Google will lock down Android further in the future and make the host Linux environment less usable for stock Linux apps, but today you can run quite a lot of typical CLI and even desktop Linux software directly in Android with minimal fuss. Even if it's a little cumbersome, it's quite useful in a pinch.

I'd argue whether you can readily install software to the Linux host environment is also neither here nor there. For an immutable abroot setup like SteamOS, you can't really install directly to the host environment, but in my mind that does not make it any less "desktop Linux" or Linux kernel based.

MatthewPhillips a day ago | parent | prev | next [-]

I think this really undervalues what Linux provides. The Android software is Linux software.

fsflover a day ago | parent [-]

It's completely incompatible, so in practice it's a different OS. Doesn't mean it's not valuable.

jraph a day ago | parent | next [-]

You are talking about the OS while the person you are discussing with is speaking about the kernel.

The Linux kernel has its own merits outside standard Linux userspace.

I agree, saying that the fact standard Linux distros and Android share the same kernel has no single meaningful implication really undervalues the Linux kernel.

I also agree that it's important to keep in mind the two OSes are mostly incompatible.

The two OSes sharing the kernel have practical implications, including (theoretically) seeing improvements coming from Android dev in the kernel that can benefit standard linux distros, and things like Termux or Waydroid.

ravenstine a day ago | parent | next [-]

Compiling the mainline Linux kernel myself really taught me that the kernel does way more than people give it credit for. Sure, it can be debated as to whether two distributions of Linux can really be considered the same OS, but acting like the kernel is a relatively minor detail comes off to me as ignorant.

philistine a day ago | parent | prev | next [-]

You’re keeping a discussion on technical reasoning for why Android and Desktop Linux are separated in a list like that, but the reason is not technical. It’s wholly for convenience. We want to know the performance of Desktop Linux separate from Android. Whether or not they are a different OS or not is irrelevant.

jraph 14 hours ago | parent [-]

> We want to know the performance of Desktop Linux separate from Android

... Because they are a different OS.

> You’re keeping a discussion on technical reasoning for why Android and Desktop Linux are separated in a list like that

Mind you, my motivation to have them separated aren't that technical. Actually, I'd be more interested in the philosophical / social aspects of the question.

That doesn't mean the technical aspects aren't interesting and this subthread is technical, and I've been snipped by the technical inaccuracies present there.

In a way, the philosophical discussion also has less risk of being clouded by technical inaccuracies too, and more chance of succeeding in the technicalities are sorted out, especially in presence of people who know the technical details.

You are free to spark a nontechnical discussion in which you motivate why, technical details aside, we should be interested in having the two separated. Please do!

Actually, I did this a bit there: https://news.ycombinator.com/item?id=44580682#44583693

fsflover a day ago | parent | prev [-]

So when somebody says "Linux reaches X market share", are they talking about the kernel? Why does it even matter how much the kernel is used? Would you count WSL?

jraph a day ago | parent [-]

I'm not sure why you are asking me all this, this is beside my points.

> So

I reject the link here.

> when somebody says "Linux reaches X market share", are they talking about the kernel?

Likely not.

> Why does it even matter how much the kernel is used?

Why not? Depends what's your concern.

> Would you count WSL?

Depends what you want to evaluate.

fsflover a day ago | parent [-]

> Depends what you want to evaluate.

This is exactly my question. You said the discussion's about the kernel. Why do you want to evaluate its usage? Which conclusions are you going to draw?

Because when talking about the OS, you can conclude that Windows and MacOS start falling behind the free software.

jraph a day ago | parent [-]

> Why do you want to evaluate its usage?

I never implied this. This subthread is about countering your affirmation that Android being based on the linux kernel has no single meaningful implication. It's not anymore about evaluating usage and counting stuff.

This all started with a commenter writing "Android systems don't even run the linux kernel in any real sense", which is wrong, or at least highly misleading and confusing (I do agree with this commenter about the fact that we are talking about forks that don't upstream their shit, which does have severe implications). You could say that Android systems usually don't run mainline Linux kernel.

> you can conclude that Windows and MacOS start falling behind the free software.

I wish :-) And I wouldn't generally include Android in the free software family, few people run Replicant or some Android flavor without the Google services, let alone without proprietary blobs. (I would count blob-free Android)

vkazanov a day ago | parent | prev | next [-]

In practice Linux is a family of different OSes. Sometimes POSIX-centric, sometimes not.

What do you even count as "an OS"? Linux + gnu userland + Gnome? Or is it KDE? Embedded Linux? Does ChromeOS count? LG's WebOS?

oblio a day ago | parent [-]

Desktop Linux has a clear scope, and we all know. We can act like we don't, but we do.

Can I install LibreOffice on Android? Gnome, KDE, Xfce? Which percentage of packages in the Debian repos can I use on Android?

vkazanov a day ago | parent [-]

Linux is a kernel, that's it. There is an organisation maintaining it, and also the trademark.

There is also a major family of OSes building on the kernel + gnu userspace, which you probably call "desktop linux".

In my house there are dozens of devices running linux the kernel: routers, a tv set, washing machines, NAS, printers, etc. Some have the full gnu posix-like stack, others are very barebones.

Then, there's is a bunch of android devices running the kernel as well.

What's wrong with all of these? At what point should i draw a line?

palata a day ago | parent [-]

To me, Desktop Linux is the Linux I run on my work computer: the one that has a screen, a keyboard and a mouse. It is based on Linux (obviously), the GNU userland to some extent, and then it has a graphical environment (usually based on Xorg or Wayland).

This is different from embedded Linux or Linux on a server. And this is different from Linux-the-kernel (which runs on Android).

sophacles a day ago | parent | next [-]

What if I run linux + gnu + gnome over rdp on VM a server in a rack somewhere that has no screen keyboard and mouse on it? Am i using desktop linux or not?

What if that same VM also is running nginx and serving up web content?

What if I have a pc with a keyboard and monitor sitting literally on my desktop, and it's running linux + gnu but no graphical environment, and I use it for coding (it has music playing when I do this, and i sometime check email or github issues, etc via cli) - yes I've done this, even recently to reduce distractions... some days GUIs are bad for my adhd. Is that a desktop linux? If not, why? What's different about this than doing basically the same thing, but also having a browser open when it's surrounded by a GUI?

palata a day ago | parent [-]

I feel like you're overthinking it. It's not that one can get a badge saying "powered by Desktop Linux". It's a rough categorisation based on the use case:

* Embedded Linux is what you expect to see on a "small" device that usually doesn't have a graphical environment (it may have a small screen showing a temperature).

* A Linux server is what you expect to see in racks, serving stuff over the Internet. A homeserver could be that, too.

* Linux on mobile is what you would put on your phone.

* Desktop Linux is what you would put on your working computer, the one you interact with "physically".

Of course, you can run a server on your personal laptop, and you could run a "Desktop" graphical environment on a mobile phone. But that's beside the point. And of course, you can work on a Linux without a graphical environment.

vkazanov a day ago | parent | prev [-]

Well, you came up with a rather vague definition. Xorg OR wayland. Gtk or qt? Which set of tools do you expect to be available?

All of that is just too nebulous. Linux is something that runs the kernel, that's about it.

I mean, I've been using linux for all of my life, servers, at home, for work, embedded dev, corporate environment, as a manager and as a dev, etc.

What I see is that linux as already everywhere. Desktop space is the only OS market where non-linux OSes are in the majority, and maybe this is why people are so excited about these pointless numbers.

jraph a day ago | parent | next [-]

Desktop Linux is difficult to define exactly, but the idea has merits. Something that's not proprietary, and that's not incredibly closed / locked / controlled by a monopolist like Android or Chrome OS.

> maybe this is why people are so excited about these pointless numbers.

I'd be excited by numbers showing an increase free software use, including the OS, first and foremost.

For what I personally care, I'd be happy to drop the Linux kernel requirement and extend the scope to Desktop BSDs and other open source desktop OS as well. People being trapped in closed OSes that happen to be based on a Linux kernel is of limited comfort anyway, actually.

a day ago | parent | prev [-]
[deleted]
hagbard_c a day ago | parent | prev [-]

Try Termux and you'll be surprised how much 'Linux' software runs fine on Android, this includes things made to run under X11 etc.

thesuperbigfrog a day ago | parent | next [-]

Termux turns my Android phone into a programmable pocket computer.

https://termux.dev/en/

Please give it a try and if you find it useful, donate.

fsflover a day ago | parent | prev [-]

https://github.com/termux-play-store/

jraph a day ago | parent [-]

What's your point? This mess is caused by Google policies, not technical considerations. You can still install Termux from F-Droid.

We can argue about Android being a horrible OS for all sorts of reasons but that's a separate discussion.

jauntywundrkind a day ago | parent | next [-]

> Almost every Android version imposes new major restrictions when it comes to security requirements, and specifically the Android 10 version update was dramatic for Termux usage, as it disallowed executing downloaded files directly.

> The Termux app avoided that by using a targetSdkVersion of Android 9, declaring that it was not compatible with the Android 10 requirements.

Android level 9 is from Android 2 Gingerbread (2010!!). https://apilevels.com/

For now it's not a huge barrier to Termux running. We can go run Android 2 stuff today, & maybe Android will forever be backwards compatible.

It does mean that Termux can't build a top or use any new Android features. Termux is glued to a truly ancient version of Android, because Android became inhospitable to basic Linux userland use cases. Seems its mostly about being unable to run downloaded code, which feels admittedly like very much "just a technicality", but boy oh boy has that technicality kept Android from expanding outside of its own bespoke userland.

jraph a day ago | parent | next [-]

> > The Termux app avoided that by using a targetSdkVersion of Android 9, declaring that it was not compatible with the Android 10 requirements.

> Android level 9 is from Android 2 Gingerbread (2010!!). https://apilevels.com/

Wait, no, Termux is not stuck at Gingerbread, it's stuck at Android 9 (Pie).

Agree with the rest though. Android is a sinking ship, not only the Termux issue, but the increasing number of basic apps and features that are proprietary and not part of AOSP. I hope we'll be able to be caught by Linux Mobile or something like this in time.

jauntywundrkind a day ago | parent [-]

Apologies! I originally posted Android 9 Pie (2018), but had doubt & switched to the SDK version. My mistake!!

The AI age where the AI needs to be able to peak into all the apps will hopefully create a new API / MCP age, new machine-to-machine work. I'm not sure how much of what Google is doing today is proprietary, adding hooks into all their apps and creating some means for Gemini to access that all, and how much is paved road & available for others. Very curious to know more.

zozbot234 a day ago | parent | prev | next [-]

Right, Android target levels are so different in how they behave towards applications that they're practically best treated as distinct OS's to begin with. There's really no such thing as a unified Android or iOS, unlike Windows or desktop Linux where even a program from the mid-1990s will run unmodified in the latest version of the OS.

jraph a day ago | parent [-]

> Android target levels are so different in how they behave towards applications that they're practically best treated as distinct OS's to begin with

You can run applications running different target levels side by side though

> desktop Linux where even a program from the mid-1990s will run unmodified in the latest version of the OS

mhm... I wish but that's not so true for Linux. Your old program will likely be missing some dynamic library or be incompatible with your current libc. Desktop Linux userspace is awfully unstable, compatibility is broken left and right, basically no one cares except the Linux kernel itself. There's a reason people jokingly say that win32, through wine, is the most stable Linux API. If you still have the source code of your program (and the linux ecosystem is full of free software so that's likely), you can always recompile but you'll probably need to edit the code so it's compatible with the current versions of libraries).

I've heard macOS is not great at this neither.

charcircuit a day ago | parent | prev [-]

>Termux is glued to a truly ancient version of Android, because Android became inhospitable to basic Linux userland use cases.

No, this only a problem with Termux's approach of trying to put all apps into a single app. One Linux app should correspond to one Android app. This also makes it so that permissions you grant to the app is not to all of termux, but to a specific app.

jraph a day ago | parent [-]

> trying to put all apps into a single app

That's not exactly what it does, it dynamically downloads the programs using apt-get.

I get the security benefits of preventing the execution of data stuff, but building one Android app for each binary is difficult to work with.

charcircuit a day ago | parent [-]

>it dynamically downloads the programs using apt-get.

And then runs them as the Termux app. I didn't mean to imply that it put all of the apps into itself at build time.

>Android app for each binary is difficult to work with.

You could group multiple binaries that belong to a single conceptual app into a single android app. What do you think would make it difficult to work with? I think most of it could be automated away.

zozbot234 a day ago | parent [-]

The principled way of doing this (while coping with the new post-Pie restrictions) would be to build a new "updated" .apk on-device with a new /usr/bin/ equivalent, then have the user explicitly "install" it and relaunch Termux. It would work no different than any live-CD install, or for that matter any other kind of "immutable" OS.

jraph a day ago | parent | next [-]

But then, everything runs under the same Termux user app again, just with extra cumbersome steps. And I'm not sure it's possible to do this safely, you need the APK to be signed, and the only way to do this would be to share the private key. And likely to have a good chunk of the Android SDK bundled with Termux. A version that runs on Android anyway.

Not sure it would fly with Google's Play Store policies.

to your parent:

> And then runs them as the Termux app. I didn't mean to imply that it put all of the apps into itself at build time.

ok, got you

zozbot234 a day ago | parent [-]

Yes but you could just have a custom private key that's generated by a separate "apk builder" app and stored on-device.

a day ago | parent | prev [-]
[deleted]
fsflover a day ago | parent | prev [-]

Touché.

palata a day ago | parent | prev | next [-]

No software compiled for arm will run on x86. No software depending on Qt will run without Qt, even if you have GTK.

Doesn't mean they don't run the same kernel, does it?

fsflover a day ago | parent [-]

You can recompile software for a different architecture relatively easily. You can't easily rewrite GNU/Linux software to run on Android.

palata a day ago | parent [-]

And you can't easily rewrite Qt software to use GTK. Still they both run on Linux.

msgodel a day ago | parent [-]

You probably could if Android weren't intentionally constrained by Google to prevent it. That's what fsflover is trying to point out: Android is more of a television firmware than an OS and counting it like a PC OS makes very little sense because you can't use it like one.

EDIT: I think you still don't understand. It doesn't matter what hardware Android runs on it's written to be appliance firmware. Even if you put it on a laptop it just turns the laptop into what is essentially a television.

palata a day ago | parent [-]

So I was saying that Android runs the Linux kernel, period.

But now that you say it, Android is very much a full OS. It's not a Linux Desktop, but it is a full OS. And televisions running Android are called "smart TVs", precisely because they run a full OS instead of a minimal firmware like they used to.

Google is working on bringing Android to the Desktop, and Samsung already does it. As in: you plug your smartphone into a docking station and it is suddenly a Desktop computer.

MYEUHD a day ago | parent | prev | next [-]

Checkout https://postmarketos.org Those vendor provided kernel trees let you run a real Linux distribution on your phone.

zozbot234 a day ago | parent [-]

PostmarketOS doesn't use downstream kernel trees because those are useless for anything that's not AOSP-based (unless you use terrible hacks like libhybris) and are often not upgradable to newer versions. They rely on "close-to-mainline" kernels that are much closer to real Linux.

udev4096 a day ago | parent | prev | next [-]

This is the reason I hate the recent surge in linux desktop users. People jumping in without allocating enough time to get familiar with the ecosystem

assbuttbuttass a day ago | parent | prev [-]

You can run Linux software on Android via termux, or the amazing UserLAnd app even lets you install an entire distro userland with several choices (Debian, Arch, etc)

a day ago | parent [-]
[deleted]
cherryteastain a day ago | parent | prev | next [-]

Android is Linux

Android is not GNU/Linux.

Article talks about GNU/Linux clearly. There is a point to the whole "I'd like to interject for a moment..." copypasta and Android's situation is the clearest illustration of it.

throwaway0665 a day ago | parent | next [-]

The article talks about browsers that use Linux in the user agent. This includes Alpine Linux - which is not GNU/Linux. It also splits out Chrome OS which is pretty much GNU/Linux.

blueflow a day ago | parent [-]

Alpine and GNU/Linux are Posix, while Android is not.

TheDong a day ago | parent [-]

I don't think Posix is very relevant to what is or isn't linux.

macOS is more posix than NixOS, but everyone knows NixOS is a real linux distro, and macOS is not one.

blueflow a day ago | parent [-]

Me neither! I was suggesting to use "Posix" instead of "Linux" because it properly separates GNU/Linux or other Linuxes from Android. Posix is what Android isn't but what MacOS is. What people erroneously try to call "Linux" because they don't have a better word.

palata a day ago | parent | prev | next [-]

> Article talks about GNU/Linux clearly.

There are Linux distributions that don't use the GNU userland. Should we start being pedantic about that? And say Busybox/Linux or MyCustomThingy/Linux etc?

And actually, were you talking about GNU/Linux/Xorg, or GNU/Linux/Wayland? Can I also ask people to mention which libc they use? Alpine is OpenRC/Busybox/musl/Linux, which is not systemd/GNU/glibc/Linux.

So yeah... Desktop Linux is not worse a way to describe an OS than GNU/Linux.

jraph a day ago | parent | prev [-]

> There is a point to the whole "I'd like to interject for a moment..." copypasta and Android's situation is the clearest illustration of it.

Well… :-)

With you in spirit, but to add to the mess, one could argue Alpine (and Postmarket OS) is a standard Linux distro, but non GNU.

"GNU/" cannot be used for clarifying things anymore.

charcircuit a day ago | parent | prev [-]

This has been repeated for so long that in the meantime enough of the changes have been upstreamed such that Android has been able to run with the upstream kernel since 6 years ago.

kube-system a day ago | parent | prev | next [-]

> The Steam Deck very much runs Linux Desktop. Android runs the Linux kernel, but everything else is different.

Linux is a kernel.

jraph a day ago | parent | next [-]

Seeing how the Linux name is used in practice, it's useful to clarify.

giancarlostoro a day ago | parent | prev | next [-]

"IT'S GNU/LINUX!" ~ rms

palata a day ago | parent | prev | next [-]

Which is exactly why people here talk about "Linux Desktop". Linux is a kernel, Linux Desktop is some flavour of a full OS made to run on a PC, as opposed to e.g. embedded Linux or a Linux server.

Not sure what your point is?

anthk a day ago | parent | next [-]

There are no 'Linux desktops'.

tuna74 a day ago | parent | prev [-]

Yeah, but ChromeOS is just as much "Desktop Linux" as Fedora Workstation.

danieldk a day ago | parent [-]

I think that's pretty pedantic. When most people here say 'Linux Desktop', they mean the Linux kernel, GNU(-ish) userland, Wayland/X11, and some desktop like GNOME, KDE or Mate.

Though, I guess outside tech circles, people will just talk about Linux as the whole desktop OS. E.g. our municipality was promoting installing a Linux distribution to save Windows laptops after the Windows 10 apocalypse, and they just call it Linux.

Even Wikipedia says: Linux (/ˈlɪnʊks/ LIN-uuks[15]) is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds.

9rx a day ago | parent | next [-]

But with respect to "Linux on the Desktop" in the context of marketshare, the interest is in seeing how far Linux has gone, not how far software running on Linux has gone.

The only reason "ChromeOS" isn't considered Linux in this dataset is because Chrome has a flag that removes Linux from the user-agent on certain systems. If we were talking about Linux on the desktop casually, or were compiling a dataset through some other means where the kernel is a known quantity, we'd most certainly include said systems.

palata a day ago | parent | prev [-]

> When most people here say 'Linux Desktop', they mean the Linux kernel, GNU(-ish) userland, Wayland/X11, and some desktop like GNOME, KDE or Mate.

This. It actually surprises me that it's apparently not entirely clear for everybody.

sneak a day ago | parent | prev | next [-]

A distinction without a difference. The point of this subthread is that the term Linux is overloaded to mean two things: a kernel and also an OS that has certain assumptions (usually glibc and some unix userspace stuff).

The point being that “Linux Desktop” means something more than “runs the Linux kernel”.

rhabarba a day ago | parent [-]

There is not even one common "the Linux kernel".

paulddraper 21 hours ago | parent | prev | next [-]

So anyone saying "the Windows operating system" is doing wrong?

1718627440 8 hours ago | parent [-]

Windows is/was actually a classification of a graphical OS based on a windows-metaphor. What you are talking about is probably MS Windows.

paulddraper 6 hours ago | parent [-]

Oof but how can you be sure

a day ago | parent | prev [-]
[deleted]
mcv a day ago | parent | prev | next [-]

The Steam Deck is absolutely a full blown Linux. But it's not a desktop. It's a handheld.

Well, unless you hook a screen and keyboard to it, I suppose. No idea how many people do that. But if you do that, phones and tablets also become desktops.

palata 13 hours ago | parent | next [-]

> unless you hook a screen and keyboard to it, I suppose.

You can run Steam Deck in "Desktop mode" without hooking a screen and keyboard to it, and it will be running a full Desktop Linux environment.

If I plug a screen and keyboard to my Android, it's still a mobile OS (e.g. made to run with a touch screen). Samsung has apparently "dex" and Google is working on convergence as well, but this is not yet a thing.

I'm looking forward to being able to hook a screen and keyboard to an Android phone and have it behave like a Desktop Android, though :-).

throwawayk7h a day ago | parent | prev | next [-]

I attach screen + keyboard to it often. It has an official dock to facilitate this. In my mind, it's a device that can function as both desktop and hand-held.

whatevaa 12 hours ago | parent | prev | next [-]

It is very visible that Desktop mode is not primary function of Steam Deck, though. Some weird behavior here and there, reboot always goes into gaming mode and so on. It's a gaming handheld first, desktop second.

anon7000 a day ago | parent | prev [-]

I mean, a keyboard on iPad is way less powerful than a keyboard on steam deck. The steam deck can plug into a monitor and runs Plasma out of the box, which is a full blown desktop environment

koolala a day ago | parent | prev | next [-]

Typing this from my Steam Deck, its the best Linux desktop I've ever had. It's awesome to have my PC also be a handheld when laying in bed. I hope the Deckard has M+KB support too.

nerdjon a day ago | parent | prev | next [-]

Admittedly yeah SteamOS does walk that line, and I guess technically given that I think these numbers are based on browser data it would only be capturing the people that actually go into desktop mode (maybe?).

But, I think there is a conversation around this to ask how many of the people using a Steam Deck actually go into desktop mode or care that it is Linux (or even understand that it is Linux) vs would switch to a Windows version if it worked as well.

palata a day ago | parent | next [-]

Even in the "normal mode", I would argue that it is still Linux Desktop. A Linux Desktop init system, with a Linux Desktop userspace, with a Linux Desktop libc, with the Linux Desktop security model, a Linux Desktop package manager, a Linux Desktop compositor (it uses something based on Wayland, right?), etc.

If you open a terminal (or SSH into it), you're on Linux. It's very, very different on Android.

> how many of the people using a Steam Deck [...] care that it is Linux

Probably most don't. But that's a goal. If corporate employees could use a Linux Desktop without caring that it is Linux, it would mean that the corporation can move to Linux, and that would be big.

nialv7 a day ago | parent | next [-]

I think it might be good to stand back a bit and think through what we are actually excited for. Because:

1. if someone uses Linux Desktop without caring about that it is Linux, why is that different from them using Windows? 2. why do we say SteamOS count as Linux Desktop but Android doesn't? is it really because how much of it is "Linux"?

For me, I think what matters to me is who has control over it. SteamOS is based on Arch, so the community has a say over where it will go, and Valve will have to work with the community. Android/Windows are fully controlled Google/Microsoft, doesn't matter that Android is Open Source.

vladvasiliu a day ago | parent | next [-]

As a user, what usually matters to me is what software I'm able to run on it. So even if people don't actually care about the OS itself, they will care that X runs on it but Y doesn't, which, given enough users, may push X to support that OS.

I actually daily drive Linux (Arch) because Windows is a PITA I'm not willing to put up with. But there are things I use which still don't run on Linux (Photoshop and Lightroom), so I'm actually thinking of getting a Mac again instead of having a second PC / dual boot, even though I know that can also be irritating (though less so than Windows).

"Who controls the OS" isn't that important to me. What matters is that it gets out of my way and lets me do what I want to do with as little friction as possible. I know Linux being free means I can go and hack on it however I like. But I also have to contend with reality: I can't reasonably think that I (personnally) am going to hack on the kernel or on some desktop environment in any meaningful measure, so I still have to put up with whatever other people figure is best.

But if there are enough people like me, including those who don't actually care about what OS they're running, maybe the apps I want to run will adopt Linux. But that only matters because, as it turns out, it's the OS which I find the less irritating to use. If tomorrow Windows 12 finally became sane, I'd switch in a heartbeat. I'm not married to Linux.

palata a day ago | parent | prev | next [-]

If someone runs Linux Desktop without caring that it is Linux, it still means that they use software that runs on Linux. Say if governments move to some Linux distro, they will need an office suite, and they may pay for its development.

If someone runs SteamOS, it means that they play games on Linux. So it becomes interesting for game devs to test for Linux. And then if someone runs SteamOS, instead of a dual boot with Windows maybe they just go to the Desktop mode. Which means that instead of Microsoft Office, they use something that runs on Linux, etc.

This is good for the Linux ecosystem. And the reason I like the Linux ecosystem is because, as you say, it's not fully controlled by TooBigTech.

fragmede a day ago | parent [-]

The alternative to Microsoft Word isn't LibreOffice Writer, it's Google Docs, which is very much controlled by a big tech company.

palata 21 hours ago | parent [-]

If a government chooses to move away from Microsoft, I hope it's not to get closer to Google.

And there are alternatives other than LibreOffice and Google Docs.

schmorptron a day ago | parent | prev [-]

I'd start that conversation from another perspective. If someone uses linux, not caring that it's not windows, then that's a milestone.

nerdjon a day ago | parent | prev | next [-]

It is an interesting distinction, unlike Android I do admit that SteamOS is obviously contributing to Linux Desktop market share. I just think it is a complicated situation.

From my understanding Xbox is running a version of Windows on their consoles (not talking about the new handhelds) tailor made for Xbox. But I would not call that adding to the Windows marketshare.

iOS and iPadOS were started with versions of OSX and then modified (and clearly share some pieces) but we would not call either of those as contributing to Mac's marketshare.

Obviously yes neither of those let you go into the traditional Mac or Windows desktop unlike SteamOS. But how the users perceive it is still important.

> Probably most don't. But that's a goal. If corporate employees could use a Linux Desktop without caring that it is Linux, it would mean that the corporation can move to Linux, and that would be big.

The problem is this works the other way also. If most users of the Steam Deck don't care or really know that it is Linux there is not much getting in the way of Microsoft coming in with their new handheld/OS and eating up that market if they can get the OS to perform as well.

Put another way, if Valve decided (not saying they would, just asking a hypothetical) to either write their own OS or switch the underlying OS to Windows but kept the look of SteamOS as it behaved now and performance was the same. Would most users of the Steam Deck know or care?

Personally I think for claims about the "linux desktop" to really matter, there has to be a conscious desire and care that it is Linux or it could disappear.

palata a day ago | parent [-]

> I do admit that SteamOS is obviously contributing to Linux Desktop market share. I just think it is a complicated situation.

Agreed. And IMO, the thing is that you can benefit from the work made on SteamOS on any Linux Desktop. By making most games run on SteamOS, Valve contributed to make Gentoo a better platform for gaming.

> If most users of the Steam Deck don't care or really know that it is Linux there is not much getting in the way of Microsoft coming in with their new handheld/OS and eating up that market if they can get the OS to perform as well.

Sure. But what I see is really the other side: if SteamOS is relevant, then game devs will have an incentive to support SteamOS, which gives the opportunity for gamers to move to SteamOS. Now they are on Linux, so they can start using software that runs on Linux.

necovek a day ago | parent | prev | next [-]

I would agree on most points regarding SteamOS except for package manager: there are really two on the system — base one and Steam itself.

Users generally only care about the latter.

palata a day ago | parent | next [-]

Linux Desktop routinely has multiple package managers (for the better or worse): be it flatpak, pip, npm, nix... but it's still Linux Desktop. Just like you don't need to have the same libc to be a Linux Desktop.

nemomarx a day ago | parent | prev | next [-]

At least some of the dedicated ones also want to run epic games or others through heroic, but that's only a little more Linux on top of steam yeah

cma a day ago | parent | prev [-]

I think it is fixed now, but for a while you couldn't even use the touchpads on the desktop without steam running.

tuna74 a day ago | parent | prev [-]

There is no "Desktop Linux init system" etc. There are init systems built for/on Linux.

happymellon a day ago | parent | prev | next [-]

> how many of the people using a Steam Deck actually go into desktop mode or care that it is Linux

How many Windows users care that it is Windows? They just want to click on the Internet icon.

acdha a day ago | parent | prev | next [-]

One way to think about it is what APIs application developers are using. If most of the code running on a Steam Deck is Windows code running under a compatibility layer, it probably doesn’t help the larger Linux community in the same way that, say, iOS popularity has helped ensure that many libraries have excellent macOS support.

anonymous_sorry a day ago | parent | prev | next [-]

> But, I think there is a conversation around this to ask how many of the people using a Steam Deck actually go into desktop mode or care that it is Linux

If Linux adoption is to increase significantly (and I guess I'm of the opinion that would be a positive thing), then at some point that can only be done by acquiring users who don't care particularly deeply or understand much about their OS. That is, the vast majority of people. And that's probably not going to happen by converting that demographic to true believers.

Some of those people might decide they want to dig deeper later, and that's great. Most won't and that's fine too.

It would be a bit asymmetrical to restrict the definition of "Linux user" to folk who really care what Linux is or know their way around coreutils.

stackbutterflow a day ago | parent | prev [-]

Think about it from a brand perspective. If you were microsoft and some flavor of windows were running on people's phone and game station, would you claim this market share? I'm sure they would.

BolexNOLA a day ago | parent | prev | next [-]

Totally agree. It's what finally got me to commit to a linux machine for my recent desktop build!

dartharva a day ago | parent | prev | next [-]

What even is "Linux Desktop" and why does Android not qualify as one? Many Android tablets (especially those with Samsung Dex) can certainly double up as desktops if its users were so willing, at least a lot more so than the Steam Deck.

DanOpcode a day ago | parent | next [-]

Linux Desktop is something else. When Adobe considers if it's worth to port Photoshop to run on the Linux Desktop they don't include the market share of Android devices in that calculation. It's two completely different markets: desktop Linux apps and Android apps.

rstuart4133 a day ago | parent | prev [-]

> What even is "Linux Desktop" and why does Android not qualify as one?

A desktop is a computer that sits on your desk, as opposed to being held in your hand. In concrete terms, you can install Android Firefox on ChromeOS, and it runs fine. But it is near unusable because it turns out how people interact with desktops is very different to how people interact with phones.

Also, desktop window managers tend to look like a protocol, rather than a library. That because every language can speak a protocol, but a library is written in one language and if you are lucky, someone many have provided bindings to that library to the language you are using.

Android's display is effectively a Java library. If you want to talk to it from C or Python, you have to FFI to Java, which sucks from a number of perspectives. It's not how you would implement a general purpose desktop environment, and I've never met anyone who considers it to be one.

That lack of flexibility shows up in a number of other ways. For example it's not difficult to implement an phone OS interface using XWindows or Wayland. Neither particularly care what window manager is running on top of them them. The reverse isn't true. You can't provide a the multi-window desktop environment on Android as it stands.

None of this is true for ChromeOS. It uses Wayland under the hood, and so you can install and run Debian GUI apps on it. In fact I do that, and it mostly works as you would expect. Thus I consider ChromeOS to be true Linux Desktop environment, and it should be counted as one. It isn't mind you - but I think should be.

Google seems to be in the process of replacing ChromeOS with Android, and as part of that process ChromeOS's ability to run Linux desktop apps is being ported to Android. If and when that happens, then I'd consider Android to be Linux desktop too.

dartharva 8 hours ago | parent [-]

Sounds like a ton of arbitrary gatekeeping. If it is a computer I can use on my desk, it is a desktop to me. Why should a user bother about what window manager or whatever is being used when he gets to use the computer as he wants? I still fail to see why Android can't be counted as among those plug-and-play immutable Linux distros.

scarface_74 a day ago | parent | prev | next [-]

Market share only matters to geeks and commercial software vendors when deciding the total addressable market. A “Linux desktop” that is connected to a TV used to play games is not part of the market they care about.

jorvi a day ago | parent | prev | next [-]

You are being obtuse.

99% of Steam Deck users won't ever use the desktop mode except for maybe setting up emulation or Discord.

In general, that makes Steam Deck users no more Linux users than people that use Android.

palata 13 hours ago | parent | next [-]

Where does that 99% number come from?

The very reason why I bought a Steam Deck is because it is both a handheld and a Linux Desktop.

LoveMortuus 10 hours ago | parent [-]

While I don't have data to support the number, I would say that it's a pretty safe bet to say that majority of Steam Deck owners do not use the desktop mode on regular basis, they might check out what it is, but the majority probably stays in the game mode.

Regarding your point, do realise that just by being a NH reader, you're in the 1%, not to mention all the other delineations that are commonly attributed to the HN crowd.

We are not the majority.

bigyabai a day ago | parent | prev | next [-]

Android users are Linux users. So are Nintendo Switch users, the whole "can Linux game/be used for mobile" question is already answered.

jorvi a day ago | parent | next [-]

They aren't. Or not in the sense that it matters for traditional Linux desktop users, which is pretty much the only reason the metric gets brought up.

Following your logic, people using the old TiVo setop boxes were also Linux users.

Active Linux desktop adoption rates matter because it means companies will put money into ensuring their product works well on it. 1Password or Telegram is not going to meaningfully care about Steam Deck users. Or Android users vis a vis the Linux desktop client, because Android can't readily run Linux GUI applications :)

It's honestly kind of nuts no one here is getting that.

bigyabai a day ago | parent [-]

It really doesn't matter, you're again conflating the "kernel" and "desktop" distinction that's important here. It's like saying that XNU isn't being used by gamers - in practice you're correct, but the kernel is used to run millions of iPhone games. It doesn't matter for the adoption of macOS as a gaming platform, but the kernel is used for it.

What matters, to me as a Linux user on the desktop, is that Nintendo and Google simply follow the license. I don't want them contributing patches to GNOME or Firefox, I want them downstream testing the kernel and contributing patches back for me to benefit from. And I do! My Switch Pro controller has official Linux support because of Nintendo. My day-to-day life on the desktop is improved by both company's contributions.

The idea that Nintendo or Google are neglecting their duty because Photoshop doesn't run on Linux is a facetious argument. It might be a major issue for you, but clearly millions of Linux users are perfectly happy without those trappings.

> Or Android users vis a vis the Linux desktop client, because Android can't readily run Linux GUI applications :)

A travesty for Android's adoption metrics, one can only imagine. Thankfully for Linux users, the inverse is not so true: https://waydro.id/

jorvi 10 hours ago | parent [-]

> It really doesn't matter, you're again conflating the "kernel" and "desktop" distinction that's important here

Right, under a post that says "Linux reaches 5% desktop market share".

to which I will just point to my earlier remark: bringing up that stat only matters if you actually use desktop Linux and want the marketshare to increase so Photoshop or Affinity Photo will be released and supported on Linux.

Steam Deck users spend the overwhelming majority of time in Game Mode / Big Picture. They care not for the Linux desktop experience, for they don't actively use it. If they don't actively use it, companies won't care about improving it.

Klonoar a day ago | parent | prev [-]

Errr, isn’t the Switch BSD based? Or am I confusing it with the PS5?

dole 16 hours ago | parent [-]

Switch’s network stack and some drivers are FreeBSD based, but that’s about it

BolexNOLA 21 hours ago | parent | prev [-]

You would be correct if steam deck users were in line with the average computer user, but they definitely skew more towards the tech savvy crowd - the crowd that would be interested in desktop/emulation.

Part of this is in order to use a steam deck, unless you want to be very limited, you kind of have to be a little more tech savvy. I love my deck, but it is definitely not plug and play/turn key like a switch is for instance. Hell until a year or so ago swapping between gaming and desktop mode resulted in a total crash like 30% of the time. It still doesn’t dock and undock seamlessly, you get all kinds of wild behavior with standard TVs still, and if you’re off your home network and it tries to update it can still lock you out. It’s not as bad as it used to be, but it’s still a distinct possibility.

I love it and frankly the machine is a marvel, especially at its price point. But I still struggle to recommend it to people.

paulcole a day ago | parent | prev [-]

If your belief is that Steam Deck is Linux Desktop then you need to count Switch/PS5/Xbox as desktops as well and take those into account with the OS percentages.

IsTom a day ago | parent | next [-]

Steam Deck has (accessible in menu by default) desktop mode that is just KDE with desktop icons and everything.

MostlyStable a day ago | parent | next [-]

I don't think his point was that it's not linux but rather that it's not a desktop, and if it counts as a desktop, then so do the rest of the gaming consoles runnining non-linux, which probably didn't get counted so the 5% would be lower.

samrus a day ago | parent | next [-]

This is wrong. A steamdeck in desktop mode is exactly a desktop. You can write and execute code on it the exact same way you do on your laptop

You cant do that on mobile devices or other handhelds

MostlyStable a day ago | parent [-]

Yes, you can, and yes, among the group of people represented on HN, I have no doubt that a fair number do use it this way.....but how typical is that? How often does the average steam deck owner use it as a desktop? How often does the average user leave the steam launcher? How often does the average user think of it as anything other than a gaming console?

If all you care about is some very technical sense of "how many linux desktop environments are installed in the world", then none of these questions matter. But if the reason one is interested in the "Linux Desktop market share" is some level of interest in how people are using desktop computers, and when/if they are choosing them over competing OSs like Windows and MacOS, then these questions matter a lot. My guess is that 90% of SteamDeck owners don't think about the fact that it is Linux, barely every leave the steam launcher, and were they to be looking at getting a new desktop computer, their SteamDeck experience would not make them consider a linux distro vs. Windows or MacOS.

In case it matters, I think more people should be running Linux than do, I think people over-estimate the difficulty of switching. I want the steam deck and SteamOS to be a gateway for people to switch in more contexts....I'm just skeptical that it's actually doing that more than a trivial amount.

IsTom a day ago | parent | next [-]

You need to switch to desktop mode to install non-steam software like emulators, so I assume some people use it at least intermittently. And I've seen some posts about people running a DAW (bitwig) on it. It's not going to be many people, but the deck is a legit linux PC if you've got a dock with peripherials attached. Can't say that about other consoles.

samrus a day ago | parent | prev [-]

Great point actually.

And it got me thinking, i already hook up the deck to my tv and use bluetooth peripherals with it. Maybw ill try using it as my daily driver at home

westpfelia a day ago | parent | prev | next [-]

Yea except I cant use my PS5 as a actual desktop. As in my steamdeck has a DE. My actual desktop is 4000 km away. So I have a monitor and mouse + KB plugged into my steamdeck Dock and its no different.

const_cast 20 hours ago | parent | prev [-]

The other consoles don't have the same capabilities. They don't have a desktop, so they're not a desktop. SteamOS has a desktop, and it's one of the most popular Linux desktops, KDE. So, it's a desktop operating system.

throwaway2037 a day ago | parent | prev [-]

Wow, I did not know this. Does anyone know the history behind why they chose KDE over GNOME? I promise: I am not picking a fight over those two.

chupasaurus a day ago | parent [-]

My guess is the same reason as with SteamOS: not relying on a single party.

happymellon a day ago | parent | prev | next [-]

By picking a standard menu option I can go to a traditional desktop and use Libre Office and Firefox.

Can I so that with a Switch?

I can plug in a USB dock, with a monitor, mouse and keyboard and edit images with GIMP.

Can I do that with a PS5?

If I like the Steam Deck UI, I can install a package on my desktop and pick it on login, thus gaining basically all of this functionality. I in fact do have the SteamOS 3 UI installed on a gaming PC, and it works really well.

Can I install the PS5 UI and the ability to play PlayStation games on a BSD box?

Our_Benefactors a day ago | parent [-]

> Can I do that with a Switch?

You can install Ubuntu on a Nintendo switch by using a paperclip so yes.

https://www.reddit.com/r/SwitchHacks/comments/8f0ugz/hardwar...

const_cast 20 hours ago | parent | next [-]

But that's not the same operating system. I would need to install a different operating system. So the Switch does not have a Linux Operating System - you can just install one.

If that's the metric, then Linux desktop use must be close to 100%. Almost every platform can install some Linux distro.

But SteamOS IS a Linux distro.

happymellon a day ago | parent | prev [-]

> by using a paperclip

So, no?

Our_Benefactors a day ago | parent [-]

Yes, you can. With a paper clip.

Some installations of linux require a USB drive.

This one requires a paper clip.

happymellon a day ago | parent [-]

> > By picking a standard menu option I can go to a traditional desktop and use Libre Office and Firefox.

> > Can I so that with a Switch?

> Yes. With a paperclip

A paperclip isn't a standard menu item. It's a hack to switch the operating systems. Once you've hacked it you can't play Switch games until you revert back. That's nothing like what the deck is offering.

> Some installations of linux require a USB drive.

We aren't talking about hacking, we are talking about whether the deck comes with desktop Linux, which it does. What you are talking about is nothing like what the Deck is offering.

Our_Benefactors a day ago | parent [-]

> you can't play Switch games until you revert back

You literally just have to reboot into the normal switch OS, it’s not different than dual booting.

happymellon a day ago | parent [-]

The Deck doesn't need to "dual boot".

Hit the power button and instead on sleep or shutdown pick desktop and it switches interfaces.

When in the desktop mode it still has Steam and you can still play Steam games.

You're really reaching with the Switch is a desktop OS.

palata 11 hours ago | parent | prev [-]

I can't use a Switch as a Desktop Linux, I can use my Steam Deck as a Desktop Linux.

It's not exactly a belief, it's my experience.

Fokamul a day ago | parent | prev | next [-]

> At least in my circle everyone I know has moved to their general computing being on phones and tablets which is not captured here

Interesting, could you tell me which part of US you are from?

---

My 2 cents, small country, mid-Europe, more or less in the middle of list of GDP / AIC per capita in EU.

Nearly everyone has some sort of PC or laptops for personal use.

Now it's changing, kids(~5-13yrs old) are using phones and tablets for school, Tiktok, Ytube, games. And only minority of kids is using PCs.

After they reach certain age, they've switched to PC games, at least in the past. Let's see what will happen now.

Gamers use primarily PC (Windows, because forced BS Anticheats), consoles are minority.

Probably because big tradition of piracy here, for long time it was legal to download anything. Even after forced change from EU, it's somewhat grey area and you can torrent anything, without VPN and nobody will care. But regarding pirating games, it changed years ago, with Steam of course. Like everywhere else.

Still it's funny that we have same price or sometimes even higher than US and our median salary is ~5x lower than US. :-) Here we call it "specific market", meaning "everybody buys it and everybody's stupid".

Only prosecuted cases I know, it was people uploading movies (usually local production) and they've made money from it.

In case of Germany and their automation of spamming letters from lawyers with ransom for €1k because someone on your internet torrented something. That's totally ridiculous from our point of view and it would spawn huge public backlash. I think that even lawyers torrents here :D

jabroni_salad a day ago | parent | next [-]

(US minnesota) recently a 23 year old new hire advised me that he doesn't have a normal computer or laptop and he buys plane tickets, files his taxes, plans projects etc on a phone or ipad. Thinking that some tasks are better suited to a desk / 2 monitors is apparently a millennial thing now .

thewebguyd a day ago | parent | next [-]

> Thinking that some tasks are better suited to a desk / 2 monitors is apparently a millennial thing now .

Sad, but true. Recent batch of new hires where I work, same age range - mid-late 20's, none of them have computers at home except their work issued laptop. They are by far the biggest source of help desk tickets for us, and same story as you, using phone & iPad for everything at home.

Honestly concerns me for talent recruitment in the future, if AI isn't doing everything tech when that time comes - kids only tech experiences now are fully locked down walled gardens, takes away both the ability and incentive to tinker, explore, or even troubleshoot. Whole generation of new workers coming in without even the most basic of troubleshooting/problem solving skills. Have a few at my work where even just reading an error message on the screen seems overwhelming to them.

scarface_74 a day ago | parent | prev [-]

I had my first personal computer in 1986. But I can easily do all of those things just as conveniently on my phone.

90% of tax payers claim the standard deduction. That means filing your taxes just means going to Turbo tax and it importing your W2’s automatically if your employer uses one of the major payment providers like ADP or worse case taking a picture of your W2, clicking “Next” a few times after answering a few questions and it’s done.

Why would I need a desktop to buy plane tickets? I launch my airline app, get the ticket.

Plans? For my personal projects I use Trello. I have an M2 MacBook Air that I only bought when I was between jobs for around a month to do a side contract.

My wife wanted a new computer to replace her aging x86 MacBook Air and then her older iPad went out. We bought an iPad Air 13 inch and paid $70 for a regular old Bluetooth keyboard and mouse and that’s her “computer” now.

dmix a day ago | parent | next [-]

Planning a trip is one of the best usecases for not being phone-only. If it was jut "open app and buy ticket" then it'd be fine, but most trips involve a lot of moving parts that need to be in sync.

Comparing multiple different websites, copying and pasting information to share, looking up locations, etc. All way easier with a mouse, keyboard, and large tabbed browser windows.

Even Airbnb is better on desktop, since it very easily resets your search queries on the mobile app, because state is managed differently vs browser you can leave 10 different spots or multiple queries open in different tabs, which is common issue in mobile apps. And tab switching on mobile browsers is very slow.

throwaway2037 a day ago | parent | next [-]

I feel exactly the same: Context switching is awful on a mobile, but great on something with a mouse and keyboard. Even copy and paste on mobile still feels weird after 10 years of doing it.

scarface_74 a day ago | parent | prev [-]

[Context: this isn’t bragging my wife and I got rid of everything we physically owned and downsized so we could do this.

https://news.ycombinator.com/item?id=44159562]

We travel so much, we keep things as “simple” as possible - Hilton and Hyatt brand hotels 95% of the time, Delta for domestic flights and preferably Delta or SkyTeam (AirFrance, Virgin Airlines, etc) for international flights. We have status with Hilton, Hyatt and Delta (Platinum Medallion) and Delta lounge access. Of course we have TSA Precheck and Clear.

We found a couple that runs a few AirBnbs in Costa Rica for our winter stays there starting next year.

In october 2022, my wife and I got rid of everything we owned that wouldn’t fit in 4 suitcases, sold our cars, rented our home [1] out to our adult son (and two of his friends that we considered family) and flew one way trips to 15 different cities until landing in our then second home [2] in Florida. We did all of the planning via a shared Google Sheet on our phone, the Delta and American airline apps and Hilton and Hyatt hotel apps.

During the past 7 months, we’ve had trips to Vegas, Costa Rica, 4-5 flights back home to ATL, a few flights to see my parents in south GA, DC, London and Niagara Falls Canada, we still have a few trips back to Atlanta and to see my parents this year.

While we are doing all of this traveling together, my wife flies to conferences and I did travel semi frequently for business as a consultant but that has died down.

At the same time, I’m managing the best use of Delta Skymiles, when to transfer points from Amex to AirFrance to get cheap domestic flights on Delta (check out r/awardtravel), Hilton points, Hyatt points either directly or by transferring from Chase. These are all using the apps.

I have a Google sheet to keep track of various credit card perks (Delta stays credits, companion passes, etc)

I have a spreadsheet with tabs for the next couple of years plans - next year we are staying in Costa Rica for a 45 days in an Airbnb and 3-4 cities domestically during the summer and a couple of other random domestic flights during the year.

I am also keeping track of my budget, when is the best time to “nomad” based on potential rental income from my home [2].

While we have one account for hotels and a shared calendar, miles flying are based on “butts in seat”, whoever flies gets the miles. But you can book flights for others using your miles. We juggle those together too.

This is all from our phones usually at night.

We really have this down to science after 3+ years.

[1] we sold our primary home last year

[2] our current home is a unit in a condotel (https://www.investopedia.com/terms/c/condotel.asp) we own. When we leave for months at a time, we just pack everything we own in 4 suitcases and store what we can’t in our one car - like my “desk” which is just a card table.

We then put our unit in the rental pool and get income whenever someone stays in our unit. That covers our mortgage and all inclusive HOA fee. But that really only works in March - mid April (spring break), during the summer and the last two or three weeks of the year.

Fokamul a day ago | parent | prev | next [-]

>That means filing your taxes just means going to Turbo tax and it importing your W2’s automatically

Whoa interesting, so everyone is using 3rd party company service, is it paid service or free, I've checked their website and cannot understand if it's free or not for this basic level you've mentioned.

In my country, if this was a thing, that you must pay some company to file your taxes, it would probably cause public meltdown and end of any current government :)

Here, basic level taxes are done by your employer for you, by law, for free. Because actually they don't do taxes, but they only report amount of tax advances, social security, healthcare paid by your employer, to state, (all 3 is required by law to be paid and you or your employer have big legal problems if not). And also variables for tax deduction and then "something like IRS" will just send you tax return into your account.

And for any other cases(if you have more sources of income, eg.: salary + self-employed / rent) you must do taxes yourself, website for helping you to file taxes, is managed by state agency, for free.

Or you pay some money to "tax specialist" to file your taxes for you and liability to file it right goes after them (something like accountant, but hired only for this one task)

throwaway2037 a day ago | parent [-]

US tax forms and rules are insanely complex compared to other highly developed nations. Lots of people use a commercial product called Turbo Tax to help them.

ryandrake a day ago | parent [-]

If you just have a W2 and are taking the standard deduction (applicable to many, if not most taxpayers), then there is no insane complexity. Your tax document is one and a half pages and can be done with a pen and calculator.

If you have stock trades, IRA distributions, rental income, things like that, then yea, you probably need computer-based help.

const_cast 20 hours ago | parent | prev | next [-]

> But I can easily do all of those things just as conveniently on my phone.

Well no, the UI on a phone is severely dumbed down because it has to work with a smaller screen and touch input. You can do the same stuff, sometimes, but with more effort.

Like, I could program on my phone, if I wanted. But that would suck major ass. It has the same capabilities, but certainly nowhere near the convenience. Even just running two things at once. It's... possible... on an iPhone. But it's not a desktop with split screen. And, if it can do split screen, I really have to squint, right?

mathiaspoint 20 hours ago | parent | next [-]

Programming on a phone is actually pretty amazing if you can run a good overlapping window manager and an OS that won't randomly kill background tasks. I had a phone running Linux for a while and it was great I wrote a ton of unit tests for my side projects on it while taking the train. One time I was out and ran into some UI issue and fixed it right there on the bus. There's nothing like that now and everything that's available is so bad no one even understands what they're missing.

const_cast 20 hours ago | parent [-]

I'm sure, because phone have multiple problems. One is the software, usually it's fisher-price levels of dumbed down. Buttons are huge because people have fat fingers.

So we can fix the software, but we still have hardware limitations. The hardware is small. The screen is small. There's no keyboard, only buttons on said screen. I can open a document on my phone, yes. But I see 1/10th the content I would on a computer screen - just because the screen is very small. I mean, we have these super high resolution displays... running at 400% scaling. Meanwhile, I have 1440p running at 100% on my computer.

That's, like, a lot more stuff that can be on the screen.

mathiaspoint 19 hours ago | parent [-]

Modern phone hardware is incredible. Often the most powerful computer people own these days is their smartphone because it's so good.

And I ran my phone with unit scaling. You don't need everything blown up to 400% especially with keyboard driven UIs.

const_cast 19 hours ago | parent [-]

I'll have to try Plasma Mobile sometime. I've been using KDE for 10 years now, and I love it. Very excited to see how Linux on smartphones progresses.

scarface_74 19 hours ago | parent | prev [-]

What do I need to see on my phone that I can’t when I am doing my taxes or even more so planning a trip - which I do a lot of?

I launch the Delta app as a Delta loyalist (Platinum Medallion) to book my flight. I then launch the Hilton app (I am Hilton Diamond) and compare prices/convenience with hotels with Hyatt (I am Hyatt Explorist).

The only exception was when we were looking for an AirBnb for an extended stay in Costa Rica next year.

jabroni_salad a day ago | parent | prev | next [-]

Personally if I am going to spend more than $100 I am going to comparison shop and I like having multiple windows open to do it in.

Opening a specific airline's app and just getting whatever they have on offer is completely foreign to me. I would think I am getting cheated.

Also, federal taxes may be easy but the only way to free-file the state tax is to do it directly with the state and that means filling out a form myself.

scarface_74 a day ago | parent [-]

I just mentioned in another comment, we travel a lot

https://news.ycombinator.com/item?id=44583545

We don’t comparison shop. Domestically flights on Delta, hotels are either Hyatt or Hilton brand hotels. Internationally? Most Delta partners (AirFrance, Virgin Airways) or Delta itself.

For Hilton, we get points directly and can transfer from Amex (rarely worth it). For Hyatt, points are more valuable and it’s easy to get points from Chase credit cards (r/churning) that can be transferred to Hyatt (saves us thousands a dollars a year sometimes).

On Delta, we have lounge access, 2 free checked bags, free regional (domestic, north and Central America) flight upgrades, priority check in, etc.

ryandrake a day ago | parent | prev [-]

> 90% of tax payers claim the standard deduction. That means filing your taxes just means going to Turbo tax and it importing your W2’s automatically

Why even pay TurboTax if you're just taking the standard deduction and have only W2 income? Might as well just paper file for free. Anything more complex than that, and having a desktop monitor and full size keyboard is very useful. I can imagine even filling out 5 stock trades in TurboTax on a phone would be quite painful.

> Why would I need a desktop to buy plane tickets? I launch my airline app, get the ticket.

This one bit me recently as I did some traveling. None of the major airline apps even work on my phone anymore. Their developers all just up and decided to block use of their app on older phones with full-screen modals preventing the software from working. My only choice is to buy a new phone or do my flight booking on a desktop. Mobile apps are an absolute shit show unless you have a <= 5 year old phone.

scarface_74 a day ago | parent [-]

Spending $30 bucks to save time once per year is well worth it to me. I live in a state without state taxes so I don’t have to pay for state filing.

xaitv a day ago | parent | prev | next [-]

Netherlands here. Most people I know (outside of gamers) tend to have a laptop only if they have one for work anyway, they use their phones for banking, tax, searching the correct spelling of words etc. That's in the age groups from like 30 all the way to 70.

I don't think I know any non-gamer that has an actual desktop, just people with laptops.

For the gamers consoles are the vast majority, of the PC gamers pretty much all use Windows. When I tell friends I use Linux it's mostly "oh yeah I looked into that as well when Windows 11 came out but didn't end up switching".

Fokamul a day ago | parent | next [-]

Yes, top of the list, it shows :)

Latops and desktops, it's a mix here. Older people had mainly desktops in the past. That's my experience, at least.

Banking, yeah mainly phones because of ridiculous forced banking apps from corporate masters, like everywhere else? (certain bank even lost a lot of customers because of that)

Taxes, if you are just an employee, taxes are done by your employer for you, by law. (I presume it's a post-communism BS, so people doesn't pay attention how much taxes we pay.)

If you have other types of income, you do it yourself, you have app/website to click through it, easy. Not automatic though. Self-employed IT pay less taxes than normal employees :D and overall lower-income people pay bigger taxes by percentage, what a great country :D

We call your country Holland, great country imho, If I would thinking about moving, that's top option for me.

Only thing that keeps me here are best gun laws in EU (I have Glock, AR15 clone, Bren3 ordered), you can conceal carry nearly everywhere, you can even use gun for self-defense, sadly very low criminality here :)

Hell, I can even legally carry katana, not kidding.

Linux is used only by IT people, friends cannot switch because they play MP games with invasive Anticheat running on kernel.

Personally, I'm only switching people to Linux if they cannot afford new PC because of Win11 upgrade. Zorin OS usually.

throwaway2037 a day ago | parent | next [-]

    > Only thing that keeps me here are best gun laws in EU (I have Glock, AR15 clone, Bren3 ordered), you can conceal carry nearly everywhere, you can even use gun for self-defense, sadly very low criminality here :)
Wild. I had no idea you can do this in continental Europe. I found this map on Reddit: https://www.reddit.com/r/europe/comments/11qkksb/concealed_c...
400thecat 11 hours ago | parent | prev [-]

are you talking about Czech Republic ?

VagabundoP a day ago | parent | prev [-]

College students will have laptops or a laptop-like device.

wltr 2 hours ago | parent | prev [-]

I’m curious to know the country, if you don’t mind sharing. I thought these EU letters of happiness are a real deal.

adamc a day ago | parent | prev | next [-]

Must be circles. I just visited relatives, and brought my laptop as well as my phone; I barely used the laptop. But my brother always uses his, and his kids used laptops, and even one of my great nieces used a laptop. Did they have phones? Yes.

Games isn't the only driver. It's hard to do things like write papers on phones.

dmd a day ago | parent [-]

Nearly everyone in our family’s (public, Massachusetts) high school writes papers exclusively on their phone.

danieldk a day ago | parent | next [-]

Wow, isn't that painful without a big screen and keyboard? [1] Most primary schools here (NL) use Chromebooks or Windows laptops. High schools sometimes have a BYOD, but you certainly have to bring a laptop.

[1] Of course, you can hook up most phones to a display, keyboard, mouse, but that blurring the lines a bit. A Samsung DeX device or future Pixel desktop mode device hooked up to peripherals is pretty much a desktop (Pixel will even support Linux apps in a VM).

dmd a day ago | parent [-]

To you or me, yes. And I would say “oh they just don’t know what they’re missing” but they all have laptops and chromebooks but prefer to use their phones.

spacechild1 a day ago | parent | prev | next [-]

I'm a millenial and I'm touch typing. The idea of writing long texts on a phone or tablet feels ridiculous to me. I already get annoyed when I have to write an e-mail on my phone. Also, I find the mobile UX for text formatting, cut/copy/paste extremely frustrating.

chrisweekly a day ago | parent | prev | next [-]

Interesting. I'm also in MA, and my daughters (like all their classmates) mostly use the chromebooks issued by their public high school. They strongly prefer their macbooks tho. Granted, we live in an affluent town. But I thought the chromebooks were a statewide thing.

eitally a day ago | parent | next [-]

I'm in San Jose and it's school-issued Chromebooks here, too, though many students have their own [superior] laptop they are able to use. In the case of my household, my son has a Thinkpad X1 Carbon and my daughter has a Pixelbook Go, I use a MacBook Pro M1 and my wife uses an old Pixelbook or an old iPad with a Magic Keyboard. Everyone's pretty much chained to their phones but recognize a real keyboard and bigger screen are beneficial for certain tasks (like writing, or Khan Academy, or even consuming media).

dmd a day ago | parent | prev [-]

We’re also in a quite affluent town, and yes everyone does have chromebooks. But they’re considered uncool to use.

esseph a day ago | parent | prev | next [-]

In highschool classes forever ago we had to write 20+ page papers. I can't imagine trying to do that on a phone!

generic92034 a day ago | parent [-]

These days might be gone, with the availability of LLMs now. You only need to prompt a bit, then it is all copy and paste. I have no idea if the students are learning a whole lot this way, though.

adamc a day ago | parent | prev | next [-]

Interesting. My great nieces have Lenovos (Windows) that they use for school work and light gaming. They'd like better gaming laptops, but don't have them.

virgildotcodes a day ago | parent | prev | next [-]

This is incredible, wow.

leptons a day ago | parent | prev | next [-]

Have they ever tried to use a real computer for that? Can they afford a real computer? Would they prefer a bigger screen and a real keyboard over a tiny screen and an even smaller keyboard? Maybe they just don't have the experience of using a real computer to know how far superior it is to a tiny screen/keyboard?

Using a phone to write papers seems like an exercise in masochism, if better alternatives are available.

It's also possible that their peer group that does use laptops to write papers is doing far better in many ways.

dmd a day ago | parent [-]

Yes, this is a very affluent district. Everyone has a chromebook from school and most have a macbook from their parents. They prefer the phone. (“Big computers are more of an old person millennial thing.”)

leptons a day ago | parent [-]

They sound young and dumb, to the point that their opinion on this matter is irrelevant. They will figure it out eventually.

throwawaylaptop 11 hours ago | parent [-]

I made an account finally just because this no laptop thing was too shocking. I get kids and teens have preferences. But what in the world is going on with the parents? Who cares if Timmy wants to write his paper on a phone. You tell him to sit down at a desk, focus, and write like a normal person. You can always regress to your own quirks once youve proven yourself.

leptons 3 hours ago | parent [-]

I have no idea what your comment is supposed to convey.

FirmwareBurner a day ago | parent | prev [-]

How do you write long school papers on the phone's tiny screen and keyboard?

bryanlarsen a day ago | parent | next [-]

ChatGPT?

FirmwareBurner a day ago | parent [-]

Good point. You don't even need to use the screen and keyboard for that, just voice prompts. Kids are already living in the future.

nancyminusone a day ago | parent | prev [-]

With your thumbs

const_cast 20 hours ago | parent [-]

Right, slowly and painfully, with a lot of mistakes. Mouse and keyboard is still, by far, the most efficient input method into a computer.

JohnFen a day ago | parent | prev | next [-]

> Outside of gamers, I don't know anyone that has a computer at home that is not their work laptop if they have one.

Interesting. I don't know anyone who doesn't have a personal computer at home. Mostly laptops. With the exceptions of nerds like myself, the signifier that someone is a gamer is that their home computer is a tower rather than a laptop.

I wonder how much regional variation there is around this sort of thing? It sounds like it might be quite a lot.

chrisweekly a day ago | parent [-]

FWIW, this is my experience too. I'm 50yo, live in the Boston area.

itsoktocry a day ago | parent | prev | next [-]

>everyone I know has moved to their general computing being on phones and tablets

And of the remaining desktop/laptop users, 90% of their work is being done in a browser. Which makes Linux distros like Ubuntu suitable for more people.

scarface_74 a day ago | parent [-]

If you are doing all of your work in a browser anyway, you might as well use a less finicky iPad with longer battery life with a regular Bluetooth keyboard and mouse.

Why would I recommend a Linux system?

ndsipa_pomu a day ago | parent | next [-]

> Why would I recommend a Linux system?

Greater control over what hardware and software you wish to run. e.g. you wouldn't have to follow Apple's decisions in making things obsolete and effectively keep old hardware running for a lot longer if you so wish. There's also a possible issue in having a U.S. based company in control of your O.S.

scarface_74 a day ago | parent [-]

But most people could care less as long as they have the apps they need. They don’t want to muck around with their computers. I’ve been programming as a hobby since 1986 and professionally since 1996 and I don’t want to muck around with my computer.

But the comment is about most people only caring about the browser.

throwawaylaptop 11 hours ago | parent [-]

I recently switched from windows to Linux Mint because I didn't want to muck around with my computer. Now it runs faster than ever, and everything I can dream up of doing I can get done. If I do have a question, AI answers it.

const_cast 20 hours ago | parent | prev [-]

A few reasons:

1. iPadOS is kind of ass. Multi-tasking is lacking, cursor support is ehhh, and applications are still dumbed-down. This means more clicks, more actions, to do the same thing.

2. Bluetooth is ass, trust me I know. Thing will disconnect and you will need to manually reconnect them. I don't know why in the year 2025 bluetooth isn't completely seamless, but it isn't.

3. Rinky-dink keyboard and real keyboard is night and day. I've used those iPad keyboards. They suck.

scarface_74 19 hours ago | parent [-]

We are talking about people who want to use the web for everything and real windowing, menus etc is coming to iPads this fall

2. Bluetooth works fine. I haven’t ever needed to re-pair my Bluetooth keyboard to my Mac or iPad

3. The iPad works with any random Bluetooth keyboard and mouse. Bluetooth keyboard support has been available on the iPad since 2010. Bluetooth mouse support has been available for 7 years+.

If you have problems with Bluetooth keyboards, that says more about other operating systems. I’ve used them since my G4 Mac Mini in 2006.

const_cast 19 hours ago | parent [-]

I've used an iPhone. I know, for me, bluetooth does not work fine. It drops somewhat frequently.

As for keyboards and mice, sure, they work, but what's the point? If we have to attach a keyboard to an iPad and carry it around as it's own thing, then a laptop is more convenient. It has a keyboard, mouse, and screen all built in one thing. No bluetooth required, no charging required.

scarface_74 18 hours ago | parent [-]

Are we talking about Bluetooth headsets now? I thought we were talking about keyboards and mice.

So what crappy Bluetooth headphones are you using? I haven’t had any issues with either my AirPods Pro or my cheap $60 Beats Flex.

And you can go months without recharging a keyboard or mouse. The advantage of the iPad is I don’t need a keyboard or mouse all of the time - well my wife doesn’t. It has built in cellular which is unlimited via T-mobile and when I go on an airplane, I can leave my keyboard and mouse in my bag.

And honestly, I hate working on just my laptop for any period of time and I still take my Roost laptop stand and a keyboard and mouse with me and I have an external USB powered/USB video external monitor I take with me and sometimes use my iPad as a third monitor for my laptop.

throwawaylaptop 11 hours ago | parent [-]

My parents apple magic mouse has trouble often enough on a 2015 iMac. I brought them a spare much newer one. Also quirky.

pms 21 hours ago | parent | prev | next [-]

Why is this is a top comment? Market share is a relative measure. Even if there is a drop in the number of personal computers, still it's an achievement that the drop didn't affect Linux, while it affected other platforms.

> Basically if the higher percent is due to less desktops overall instead of a major uptick in Linux desktops, it is not really much to celebrate.

I disagree. Imagine that Linux became the OS used on 95% of personal computers. According to your reasoning there wouldn't be much to celebrate. Says who?

throwawaylaptop 11 hours ago | parent [-]

Because it's an important distinction. If all PC sales fall to almost zero, and only the most hardcore tech nerds keep using them, and use Linux like they've been doing for two decades now, did Linux really win the battle or did the entire war evaporate and they are some long lost leftover soldier in the jungle fighting some battle no one else even is anymore.

pms 11 hours ago | parent [-]

If an OS is used, then that's because people need it, not because they're fighting some imaginary fight in the jungle. It's their preferred OS. If the number of people using computers shrinks, because non-pro users move to mobiles, while the fraction of pros using Linux increases to 95%, or even 50%, I think that's a very clear win for Linux.

The reason why MacOS grew in popularity is because it started to be used by pros, myself included, i.e., I've switched from Linux to MacOS seeing many top computer scientists using MacOS. However, after over 10 years of using MacOS, I'm actually still not sure whether it was worth it, and I'm considering to go back to Linux since a few years. The main reasons stopping me from switching is a reliable Calendar app and concerns about battery life.

throwawaylaptop 10 hours ago | parent [-]

It was just an analogy. My point is still that if you get 1 million nerds using Linux in 2006, and even if they remain 1 million as the whole market dies in 2028, that doesn't say much more about Linux than it did in 2006 when only 1% of desktop users used it.

On a side note, I'm no computer scientist (I don't even know what that means, and I'm from the SF bay area), but I used MS products since 1989. A friend gifted me a 2017 iMac Pro recently. I was impressed.. for 3 days. And then I wondered how people even work like this. Finder limitations, dock limitations, and the final nail in the coffin was no cutting files via command x. Apparently that's a thing apple people have put up with for decades? It just doesn't seem made for serious work.

It's an amazing Linux Mint machine though.

nerdjon 8 hours ago | parent [-]

> It was just an analogy. My point is still that if you get 1 million nerds using Linux in 2006, and even if they remain 1 million as the whole market dies in 2028, that doesn't say much more about Linux than it did in 2006 when only 1% of desktop users used it.

Exactly this is the point I was trying to make.

If the percent goes up but the actual number of Linux machines stays the same that really isnt saying much about Linux it self. If that were the case there was no shift or growth.

Or it is possible that it is both of these which means maybe there was a growth and shift but not at as big of a number as the percent may imply.

5% of 2 million and 10% of 1 million are both 100,000.

zeroc8 a day ago | parent | prev | next [-]

The truth is, it doesn't really matter.

What's important is that we have an alternative to keep Microsoft and Apple honest. If they overdo it with their crappy ideas - like showing ads in the start menu or recording the desktop - then people can easily switch, at least for personal computing.

generic92034 a day ago | parent [-]

But those "features" exist, and people did not switch (at least not in great numbers).

alnwlsn a day ago | parent | prev | next [-]

Both my parents run on Microsoft Excel. Neither of them care much for phones or tablets, but if there was an ExcelDeck running ExcelOS and it had a web browser and worked like the desktop version of Excel does, maybe they would go for it.

As it stands though, that's not the case, so I'll be stuck supporting a couple of Windows desktops permanently.

Before you suggest the app versions of Excel or Google Sheets, that's already a step too far. My mom told me she's "basically done learning new technology" and that's just how it's going to be.

ryandv a day ago | parent | prev | next [-]

> At least in my circle everyone I know has moved to their general computing being on phones and tablets which is not captured here.

> [...] (more technical, needing to do tasks not possible on phones and tablets)

Somewhat unrelated but something I never see discussed is how the form factor of the computing device changes our relationship to, and the types of, media that we produce and consume.

One critical task not possible on phones and tablets is the production of long-form textual media; hence the concomitant rise of picture and video and the smartphone camera, which is now the primary medium through which many, many people view the world. Editing anything longer than a Tweet is torturous on a phone or even a tablet, and I suspect that this lack of ergonomics is what leads to the proliferation of reductive, simplistic, short-form, and byte-sized thinking.

Computing "interface culture" was once hyper-literate; "in the beginning was the command line" [0], and people's primary way of seeing the internet was through words, keyboards, and terminals. Now we have the "colossal success of GUIs" and a Disney-fied [0], touchscreen interface to computing, where the control mechanisms used by adults are the exact same as the ones used by toddlers.

[0] https://web.stanford.edu/class/cs81n/command.txt

paulcole a day ago | parent [-]

> One critical task not possible on phones and tablets is the production of long-form textual media

The key addition obviously being “for me.”

For others tablets (and for some others, phones) are what they use for producing long-form textual media.

I, for example, have no issue producing long-form textual media on my iPad w/ Magic Keyboard.

I’m sure that you will feel as though I’m not producing Real Long-Form Textual Media.

a day ago | parent | next [-]
[deleted]
ryandv a day ago | parent | prev [-]

[flagged]

thewebguyd a day ago | parent | prev | next [-]

> Basically if the higher percent is due to less desktops overall instead of a major uptick in Linux desktops, it is not really much to celebrate.

I've been saying this for a while, in the sense that the "year of the Linux desktop" isn't going to come from mass adoption of Linux on the desktop, but will come because overall "desktop" market share will decrease to the point where if you need a desktop, you are probably technical enough and more likely to be running Linux.

Desktop (and laptop) computing is becoming niche outside of work. Like you said, most folks just use their phones, and maybe an iPad. By having a non-day job computer at home, and having it be a core device, already puts you in a niche group of users.

Gamers, devs, media professionals and enthusiasts are the remaining desktop computing users. Linux is well suited to take over gamers and devs, media professionals will continue using Macs. So yeah, it might appear Linux usage is growing, but I think the more likely story is it's relatively stable and overall desktop usage is shrinking.

eqvinox a day ago | parent | prev | next [-]

> Basically if the higher percent is due to less desktops overall instead of a major uptick in Linux desktops, it is not really much to celebrate.

Why? If Windows & OSX desktops are in decline, but Linux isn't, I'd still celebrate that - apparently Linux is serving the more "important" / long-lived use cases?

nerdjon a day ago | parent [-]

The article is specifically claiming a shift and growth. But if all that really changed was an increase in percentage due to less devices overall there really isnt much of a shift or growth.

I think there is likely an argument that the people that would have previously used Linux are likely using Linux for tasks that would not easily work on a phone or a tablet and are likely more technical users.

Where as many users who would have previously used Windows or Mac for general basic computing can easily accomplish those tasks on their phones or tablets. (Not all tasks obviously, but there are a lot of tasks that an iPad can do that you would have previously done on your traditional computer).

That is why to me just celebrating a percent change really is not telling us much of the story. And to be clear here, I am asking the question not to say that the number is not something to celebrate but to ask why the number is the way it is and celebrate accordingly.

_verandaguy a day ago | parent | prev | next [-]

I'll chime in here; while I'm in one of those niches you described at the start of your comment (with multiple laptops, a gaming PC, and a homelab made up of what I'd call a reasonable number of physical computers of various descriptions), me and a few other friends of mine recently made the jump away from Windows and to various Linuxes on our gaming PCs.

I went for Ubuntu, while my friends mostly went to some type of "gaming-optimized" flavour of Arch.

I'm definitely an edge case as most computing goes, but it feels for the first time like the gaming-on-Linux train's gaining traction, and there's enough community support out there that making the jump feels like a palatable ideal.

dfxm12 a day ago | parent | prev | next [-]

Yeah, are there any big box retailers selling machines with Linux installed as an option? Maybe the numbers are small enough for hobbyists to make a dent, but until you see Linux machines in best buy, etc., this is probably due more to people dumping their personal windows machine in favor of a using their work laptop or iPad almost exclusively.

donkeybeer a day ago | parent [-]

Dell

giancarlostoro a day ago | parent | prev | next [-]

I'm not sure but going on 3 years now after having mostly only used it full time at a previous job where everyone's workstation was a Linux one.

It helps that I can now do all of my gaming on Linux, so I'm not touching Windows again, outside of an employer paying for my work devices to use it on.

TuringTest a day ago | parent | prev | next [-]

> Basically if the higher percent is due to less desktops overall instead of a major uptick in Linux desktops, it is not really much to celebrate.

So, the true meaning of the "Year of the Linux Desktop" was that in the end there would only be a single unit left?

nobodyandproud a day ago | parent | prev | next [-]

> Outside of gamers, I don't know anyone that has a computer at home that is not their work laptop if they have one.

A Linux desktop is far better to run LLM experiments with.

My home, tinker workstation used to be Windows but there was no reason to keep it that way, when most of the build and support tooling prefer Linux.

oblio a day ago | parent [-]

That's a tiny minority of PC users, though.

nobodyandproud a day ago | parent [-]

It’s not 50% territory; but it’s enough to push it up from 1-2% to 5%.

There’s interest in LLM and GenAI beyond regular tinkerers; local NSFW image generator models are apparently a thing.

a day ago | parent | prev | next [-]
[deleted]
Melatonic a day ago | parent | prev | next [-]

I think this is probably it. That plus the SteamDeck and maybe other random linux running devices.

leptons a day ago | parent | prev | next [-]

>Outside of gamers, I don't know anyone that has a computer at home that is not their work laptop if they have one. At least in my circle everyone I know has moved to their general computing being on phones and tablets which is not captured here.

That's very anecdotal of you. Proves absolutely nothing.

Since we're posting anecdotes here, everyone I know has at least one computer that is not "their work computer" (which is confusing, is it employer-owned, or just personally owned for their own purposes?).

Many people do not like typing on tablet or phone keyboards, real keyboards are much nicer. Bigger screens are also much nicer than tiny phone screens and most tablet screens.

I suspect your anecdotal circle is probably very young and may just not be able to afford a real computer, or have never used one, so they are fine with their tiny devices, not knowing the benefits of having a more traditional laptop or desktop computer.

trod1234 a day ago | parent | prev | next [-]

This is largely people who were previously Windows customers but who chose to go another way. Microsoft is doing a lot of shenanigans with their monopoly power, and anti-trust is largely toothless.

I know quite a lot of professionals, who for them the last straw was purchasing the professional edition, and then finding out later after an update that their company lock screens now have ad's posted; and worse, those ads frequently have malware that cause even more headaches for them in a unmanageable way.

The bean counters at MS pushed their biggest supporters over the knifes edge, and alot more people are getting serious about alternatives to MS now.

api a day ago | parent | prev | next [-]

Tablets and phones have replaced PCs for casual use and content consumption. If you want to make anything beyond posts and videos you usually need a PC.

Mobile OSes are strictly designed for consumption and are too restricted for most other use cases. It’s an OS limit not a hardware issue.

leereeves a day ago | parent | prev | next [-]

How many of the Linux desktops counted here are Steam Decks?

The stats come from website trackers - do people browse the web on Steam Decks?

freehorse a day ago | parent | next [-]

People do all kinds of crazy stuff with steam decks. I don't own one, but at least I give to steam that they created a general computing device that people can use however they please instead of yet another walled garden console. It would not surprise me if people actually also use them to browse the web.

qwertycrackers a day ago | parent | prev [-]

I do. It's a device that is often hooked up to my TV so it becomes the shared device for watching things like Youtube.

TacticalCoder a day ago | parent | prev | next [-]

[dead]

positron26 a day ago | parent | prev | next [-]

[dead]

a day ago | parent | prev [-]
[deleted]