Live data from Hacker News

2026 will be my year of the Linux desktop

xeiaso.net

361–370 of 658 posts

Re: 2026 will be my year of the Linux desktop

#361
post #256
post #239

Earlier quoted context omitted.

> Several of my friends own Steam Decks which is pretty wild to me given they are just normie gamers. I would say that’s absolutely the most normal gamer way of playing PC games. As someone who is mostly given up on playing games on a computer and prefer consoles, I’ve thought of doing the same thing. I agree it’s really impressive that lots of people have decided to try Linux, far more than I remember ever before. B…

I was never really a serious gamer and don't do it much at all any longer. But one of my senses is that the sort of games that really benefited from a desktop system--primarily Windows--like serious simulations and resource allocation games are increasingly fringe. Certainly there are games on Linux today but I also wonder if a lot of people won't decide, as you say, that consoles are just easier.

Their point was that Steam Deck is a gaming console with Linux on it.

Re: 2026 will be my year of the Linux desktop

#362
post #211

Earlier quoted context omitted.

Not quite: https://gs.statcounter.com/os-market-share/desktop/worldwide...

I can’t distinguish the colors of the Linux and MacOs colors on that chart.

You can turn individual lines on and off on the chart by clicking on the legend.

Re: 2026 will be my year of the Linux desktop

#363

Earlier quoted context omitted.

I stopped writing Windows applications back in the early 00s my Windows API knowledge (essentially: just Win32) is still exactly as useful as it was then, having missed the 7 or 8 different UI frameworks in the interim

Me too, back then I wrote applications either using the raw Win32 API (GetMessage, TranslateMessage, DispatchMessage, etc), or using MFC. I think MFC is now long-time dead and buried, but at the time I liked it despite the ugly macros.

MFC is actually still supported by MS, works in the most recent MSVS, and even occasionally receives updates.

Re: 2026 will be my year of the Linux desktop

#364

Saw a fascinating talk on gui and ui development today, lamenting the stagnation at M$ and apple when it comes to desktop computing (including browsing). " there simply is nothing for open source to copy but ux-decline" and that sentence rings like a bell of all the problems.

was it this one: https://www.youtube.com/watch?v=1fZTOjd_bOQ

Re: 2026 will be my year of the Linux desktop

#365

Earlier quoted context omitted.

>OS manufacturer can’t be bothered to interact with their own UI libraries to build native UIs something has gone horribly wrong. I honestly think that has way less to do with Microsoft, more of a representation of "software engineering" practices these days. For example, Gnome shell has bunch of javascript in it, GTK has layout and styling defined in some flavour of CSS, etc. I'm of opinion if you start writing OS u…

> I'm of opinion if you start writing OS userland in either javascript or python (or both), you should be fired on the spot, but I don't make the shots. KDE Plasma, which is in my opinion the most advanced desktop environment is written in Qt QML which is JavaScript. There are advantages to that over C++, namely your session won't simply crash.

QML is not JavaScript.

(While you can use some JavaScript from QML, the application still have a C++ core. QML applications can still crash. There is no DOM with QML, no browser overhead)

Re: 2026 will be my year of the Linux desktop

#366
post #127

This post does examplefy what we’re seeing, a general indication of some swelling of momentum but I bet it’s still going to be from 2% to maybe 3 or 5% at most until Linux can fix a few things about the community, issues with install difficulty such as dual booting and other issues, and the technical knowledge barrier to entry until more distribution with hardware comes along. Although of course system 76 and steam d…

Regarding the Steam Deck, Linux is _already_ 3% of Steam users: https://store.steampowered.com/hwsurvey , while MacOS is under 2%. I think it's also maybe worth pointing out that "non-enthusiast desktop OS user" is a segment that is shrinking. A lot of the people that aren't going to Linux are just going to smartphones only rather than buy a new laptop for Win11.

Steam users represent well the pc gaming crowd, but they don’t represent well the majority of the mac or Linux user crowd, of course.

But you raise a good point that some users will stop using windows without ever picking up another desktop os at all. Not many that don’t already not use desktops, but some for sure.

Re: 2026 will be my year of the Linux desktop

#367
post #205

Earlier quoted context omitted.

What’s worse, the list of tasks/apps in Task Manager for some reason populates gradually over a couple of seconds, so when you right-click on some task to perform an action, it might switch to a different task under the mouse cursor while you’re clicking because it’s still populating.

For me at least "details" tab populates in one step (there is a slight delay and then all processes appear). You can set it as the default tab as it's the most useful anyway.

I actually need the Processes tab more frequently, which shows the process hierarchy and relates to the visible windows. For example to restart Explorer.

Re: 2026 will be my year of the Linux desktop

#368
post #347

Earlier quoted context omitted.

I stopped writing Windows applications back in the early 00s my Windows API knowledge (essentially: just Win32) is still exactly as useful as it was then, having missed the 7 or 8 different UI frameworks in the interim

Win32 is basically frozen on Windows XP. Since Vista most newer APIs are done in COM, or WinRT nowadays.

I remember a thin book describing changes to the API in Vista and 7 compared to XP and it was really thin. Just a few extra APIs to be able to show controls in the taskbar preview and things like that. Win32 is a stable API and I hope they don't let anyone from the Windows 11 modernization team touch it.

Re: 2026 will be my year of the Linux desktop

#369

This post does examplefy what we’re seeing, a general indication of some swelling of momentum but I bet it’s still going to be from 2% to maybe 3 or 5% at most until Linux can fix a few things about the community, issues with install difficulty such as dual booting and other issues, and the technical knowledge barrier to entry until more distribution with hardware comes along. Although of course system 76 and steam d…

Ever tried to get answers from "the Windows community?" https://github.com/hahndorf/Set-Privacy Still not the year of the Windows desktop.

Windows doesn’t really have an enthusiast community, it just has users.

Re: 2026 will be my year of the Linux desktop

#370
post #193

Earlier quoted context omitted.

It’s not so much about wasting resources as it is about the added latency, jankiness, and inconsistency in look & feel hurting usability.

Latency is literally wasting resources

The point was that users mostly don’t care about wasting resources, but about usability. If usability wasn’t impacted, few people would care about resources being wasted. But since usability is very much impacted, people (rightfully) complain.
Post reply on HN