this post was submitted on 14 May 2026
148 points (98.1% liked)

Linux

65521 readers
246 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 12 comments
sorted by: hot top controversial new old
[–] mactan@lemmy.ml 32 points 2 weeks ago* (last edited 2 weeks 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 27 points 2 weeks ago (2 children)

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

[–] renegadespork@lemmy.jelliefrontier.net 9 points 2 weeks 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 8 points 2 weeks ago (1 children)

That's alright, I want it that way

[–] renegadespork@lemmy.jelliefrontier.net 8 points 2 weeks ago (1 children)
[–] Mongostein@lemmy.ca 5 points 2 weeks ago

It ain’t nothin but a heart break

[–] Kazumara@discuss.tchncs.de 1 points 2 weeks ago (1 children)

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

[–] Crozekiel@lemmy.zip 3 points 2 weeks ago

The joke:

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

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

[–] racoon@lemmy.ml 8 points 2 weeks ago

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

[–] SapphironZA@sh.itjust.works 12 points 2 weeks 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 8 points 2 weeks 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 2 points 2 weeks 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.