this post was submitted on 13 Apr 2024
72 points (92.9% liked)

Linux

47308 readers
556 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
 

Some snippets from the article :

  1. Women accounted for 9.9% of the Linux kernel Git population.

  2. About 90% of Hollywood special effects rely on Linux.

  3. 0.44% of Steam users are playing on Linux.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 5 months ago* (last edited 5 months ago) (1 children)

1 in 2 professional developers use Linux ( many of the others probably use Macs ).

If you are working with containers ( the cloud ), Linux is the native environment. So Linux provides a great environment for most of what is headed for AWS or Azure. If you are building websites ( eg. React ), Linux is the nicest environment to work in. Node is best on Linux. Java and Python IDEs work great on Linux. C / C++ work is often embedded with is often Linux and again the tooling works great on Linux. The more offbeat your platform choice, the more likely it is to be Linux first ( Gleam anyone? ). Even the .NET experience is great on Linux ( maybe better than Windows depending on what you are building ).

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

I work as a professional developer in .NET on Windows, and in my free time I develop in .NET on Linux as a hobby.

Unfortunately I would say the .NET development experience on Linux (with VSCode) is slightly inferior compared to on Windows (with Visual Studio).

For instance there is no support for SourceLink during development, only during debug. And on VSCode the "go to definition" to third party assemblies works only for one level deep, whilst on Visual Studio it works for any depth level.

It is certainly still a great experience on Linux, but not «better than Windows» in my opinion. If you have any recommendations to improve it please share, I would be very grateful.