this post was submitted on 05 Aug 2023
223 points (97.9% liked)

Linux

45595 readers
733 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 5 years ago
MODERATORS
223
NVK Has landed! (www.collabora.com)
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

And as usual this is without any help from Nvidia

Linus "fuck you Nvidia" gif

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago (1 children)

"I will prove you wrong and fork vulkan and make everyone use my version " that's what i would've d Said if i was some genius who knew how to code but am not. Joke aside, i meant in terms of openness. You can't make dx12 work on linux, android,etc but vulkan works everywhere.

[–] [email protected] 2 points 11 months ago (1 children)

That is because it's an open standard, not open source. You can read the documentation and implement a driver for a new platform, but you're not porting vulkan to it. Likewise, there is tons of windows only open source code that will never work anywhere else because they target windows specific code.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

I know what an open standard is (i hope ) from watching Andreas kling code his from scratch browser "ladybird". Posix is one. Html , css, js too. Basically, anything that give you specs and let you implement them. I know wine try to implement (reverse engineer) the windows syscalls to make windows apps work on linux down to the weird quirks and bugs.