this post was submitted on 14 May 2026
206 points (98.6% liked)

Linux

65349 readers
509 users here now

From Wikipedia, the free encyclopedia

Linux 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. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] mactan@lemmy.ml 45 points 4 days ago* (last edited 4 days ago) (1 children)

oh wow the third xda post of the year about ntsync. it's been on since November 2025 btw

[–] ShinkanTrain@lemmy.ml 41 points 4 days ago (2 children)

n'tsync is gonna make everyone say Bye Bye Bye to Windows

[–] renegadespork@lemmy.jelliefrontier.net 16 points 4 days ago (2 children)

I thought n'tsync was delayed because when I asked about the release, the devs said it's gonna be May.

[–] swab148@startrek.website 14 points 3 days ago (1 children)

That's alright, I want it that way

[–] renegadespork@lemmy.jelliefrontier.net 10 points 3 days ago (1 children)
[–] Mongostein@lemmy.ca 6 points 3 days ago

It ain’t nothin but a heart break

[–] Kazumara@discuss.tchncs.de 1 points 3 days ago (1 children)

Devs of which project? I thought it was in Kernel 6.14 and wine 11?

[–] Crozekiel@lemmy.zip 5 points 3 days ago

The joke:

  oooOOOOOOOOOOO"
 o   ____          :::::::::::::::::: :::::::::::::::::: __|-----|__
 Y_,_|[]| --++++++ |[][][][][][][][]| |[][][][][][][][]| |  [] []  |
{|_|_|__|;|______|;|________________|;|________________|;|_________|;
 /oo--OO   oo  oo   oo oo      oo oo   oo oo      oo oo   oo     oo

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

[–] racoon@lemmy.ml 12 points 4 days ago (1 children)

2026 is going to be the last year of windows on the desktop

[–] j5y7@sh.itjust.works 3 points 3 days ago

I'm ahead of the curve.

[–] SapphironZA@sh.itjust.works 19 points 4 days ago

And its getting better more modern implementations. Not code from the mid 2000s that has been run though dozens of code translations and compatibility layers.

[–] teawrecks@sopuli.xyz 13 points 3 days ago (1 children)

I knew the article was going to mention NTSYNC, but is that really it?

I get that we don't want the argument for compatibility to effectively allow windows to define what the linux kernel has to looks like, but afaik this is one instance. The headline makes it sound like a systemic issue.

[–] neclimdul@lemmy.world 3 points 3 days ago

I remember several decades ago when I dug into wine things asynch io was a thing there was a lot of discussion over. Apparently windows actually has a very robust asyncio interface that's emulated with a bunch of epoll and other logic.

I believe a lot of games did tricks with this and the hacks sometimes had performance costs.

A quick Google says that's still a thing being worked on and there's a newish io_uring but apparently that has problems. So maybe that's a place we can see improvements in the future.