this post was submitted on 14 May 2026
141 points (98.0% liked)

Linux

65234 readers
736 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 31 points 1 day ago* (last edited 1 day 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 1 day ago (2 children)

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

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

That's alright, I want it that way

[–] renegadespork@lemmy.jelliefrontier.net 7 points 19 hours ago (1 children)
[–] Mongostein@lemmy.ca 3 points 16 hours ago

It ain’t nothin but a heart break

[–] Kazumara@discuss.tchncs.de 1 points 21 hours ago (1 children)

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

[–] Crozekiel@lemmy.zip 1 points 19 hours 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 1 day ago

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

[–] teawrecks@sopuli.xyz 7 points 1 day 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 1 points 15 hours 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.

[–] SapphironZA@sh.itjust.works 11 points 1 day 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.