this post was submitted on 29 Oct 2023
52 points (68.8% liked)
Linux
48143 readers
749 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
except when compilers and libraries have platform-specific quirks, or you are developing something that should run on a server
Programming doesn't even need a computer, in a sense. It's done on your mind and all you have to do is implement the idea.
OS does matter if you want a better environment for coding.
You can adapt to it, but that will never be a truly "good" experience.
Windows crashes very frequently and the error is not easy to debug most of the time. You may need to restart the computer ( and you will get used to it ). Plus, Microsoft support forum sucks and takes a long time to answer just one question. It obviously isn’t a good environment for coding.
Linux, on the other hand, is far easier to debug and Linux professionals can help you with that.
Most of the open-sourced softwares are Linux compatible, so that will be very helpful for coding.
It is related to your coding environment. The term environment not only includes code editor and shell, but also the OS running those software, and the OS should be stable for a good coding experience.
You mean you don't care what caused the crash and just restart your computer each time it happens? Isn't that too inefficient?
Windows users will just stick with Windows not knowing how good Linux is. I feel sorry for them trying to get used to all the inconveniences.
An editor? That's it?
No need to test the code? No need to see how that code behave with other components?
Have you ever code in your life?
Depends on the ecosystem around the language - there are tools that just plain don't work or work poorly on Windows.
Alternatively you could try developing a .NET Framework v4 app on Linux, if the OS doesn't matter (no, mono is not equivalent).
Are you my programming professor perchance? Sure, if the mafia points a gun at my head and forces me write an IBAN validation algorithm in valid Java code on a piece of paper, then I'm happy to oblige. But when does that ever happen? Why use Netbeans with light theme? Why are you forcing us to demonstrate bubble sort with a Hungarian folk dance? Why are you recording us dancing? I'm asking too many questions. You probably put too much crack in your coffee today.
But you need Windows to compile and test older .NET stuff, even if you write the code in notepad.
I attended a conference where there was an openvino demonstration
The windows guys who tried to install relevant stuff, were met with a big visual studio download
The macOS guys had it easy
The only linux guy had an amd and couldn't try it
Ironic, since that was an open source conference
Only 2 presenters openly used libreoffice
@vsh @sounddrill
notepad is a windows app!