Linux is awesome
& so are you ^🥁 1, 2, 3, 4… 🎸^
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Linux is awesome
& so are you ^🥁 1, 2, 3, 4… 🎸^
Aww, thank you
Most of my library just works under Linux.
Plus it is a pleasure to code under Linux.
You would be suprised how cool Linux can get when you go deep down the rabbit hole, if you really want to go deep into Arch I reccomend trying a tiling window manager like Sway or Hyprland :3
(Btw these are the dotfiles I use: https://github.com/koeqaife/hyprland-material-you)
Without having read through your codebase, are you using someone else's top bar, or did you write it yourself in ags?
I wasn't satisfied with the performance of any bars I tried for X11 so I wrote my own custom one using the eww widget system. I've tried ags for a bit but I couldn't even make an empty bar window that attaches itself to the top of the screen and spans the entire width of my single monitor. 😅 That part worked flawlessly in eww.
Yes. Yes it is.
Yeah. I've been trying to get the word out.
I've been screwing with Linux for decades, but somewhere along the line, Linux got easier and more reliable than Windows. I was as surprised as anyone. My last couple Linux installs were a cake walk.
I also like Linux more than Mac, but I'm a tinkerer at heart, and Mac's (relative) lack of fiddly bits (customization options) has kept me from staying on it long.
Every time I see someone write "sorry for my bad english" their writing is several times better than many of the native speakers I interact with on a daily basis.
my ukrainian coworker always apologizes for her bad english. meanwhile she can, and does, write poetry in all four languages she speaks
Probably a habit from when they really did have bad English, but they learned, and surpassed the average american at this point.
i think it has more to do with dialect than anything. i speak appalachian dialect so sometimes i'll use an archaic word. the irony is she usually figures it out faster than most other english speakers since our archaics are largely eastern european in origin, but to her in that moment it feels like "oh, i don't know what this native english speaker is saying, i guess english is still a skill i'm working on"
i always am like "oh no, i talk funny" but it's been happening more as she's become closer friends with me and my fiance and we all talk on metaphysics and shit
"oh, i don't know what this native english speaker is saying, i guess english is still a skill i'm working on"
I'm no native English speaker as well, and that's how I often think as well. In my mother tongue I know so many words, their meaning and their sound. In English, however, I'm still learning new words now and then, and it opens my world to the language every time. This is true for dialects as well.
Learning a new language is quite hard in the beginning, but it's so satisfying and world opening when you start to actually use a new language.
edit Ohh, and sorry for my bad English ;)
"I proffer my contrition for any infelicities in my English articulation, as my proclivity for linguistic precision may yet be inchoate."
Can anybody comment on their experience using Arduino and ESP with Linux? Especially does Linux handle COM ports better than Windows? There's a seemingly immortal problem of COM ports becoming unusable until you go into Device Manager and uninstall them (again and again) - and if that doesn't work, reboot Windows. I experience this less often now than say 5 or 6 years ago, and sometimes it's my fault, but jeez.
I regularily program Arduinos in Arduino IDE v2 (https://flathub.org/apps/cc.arduino.IDE2) and ESPs via the ESPHome web flasher and the esphome CLI tool.
Works flawlessly once you added yourself to the dialout group as mentioned by @StorageB@lemmy.one.
COM ports as handled by Windows is misery anyways. Linux definitely does it better
Yes, com ports work way better than in windows. I've done a lot of embedded development on linux and it's way more pleasant than in windows. One thing you do have to keep in mind is that access to com ports (USB and real) requires root access by default, but once you've set the udev rule up, it becomes accesible to normal users and/or group of users. After that, it works flawlessly. Android dev also works great and imo better than on win. Proprietary jtags may be an issue, but I've never actually had an unsolvable situation.
Thank you, that's massively helpful! Pasting your comment into my ESP32 project notes so when I soon move to Linux I can remember to figure out the udev rule and jtags.
Running this command was literally the only thing required for me to get access to the com ports. After that, everything worked perfectly.
sudo usermod -a -G dialout $USER
(note that $USER is part of the command - do not replace that with your actual username)
Same, programmed an arduino last week, that was all I had to do too
You might have issues with permissions for serial ports on some distros, but there are loads of easy to follow guides for that. Linux definitely handles them better than windows though. I never had issues where they just stop working like on Windows.
It's mostly a breeze. The only misery I can recall is I remember I had a wonky knockoff Arduino board that kept jumping serial ports, but that was a hardware issue.
I use Vanilla Arch (btw), and sorry for bad English.
Sure buddy.... Is the "bad English" in this thread with us right now?
I laughed when I saw this. Like, it was a guy excited that his computer is working better, including with his printer. Maybe a teensy bit of punctuation I'd do differently, but whatever. It's the Internet. Then suddenly "oh yeah sorry English isn't my first language and I'm sure you can all see that"
Yeah, I assumed they just had a typo or two like we all do from tiem to time.
Your English is great, OP
You went straight from windows to vanilla arch ?
Quite impressive
Haha thanks but it's not actually my first distro, I'm distro hopping on my first week of switching to Linux, my first ever distro is EndeavourOS>Nobara>Fedora>OpenSUSE>Vanilla Arch
I recently made the switch to linux as well and I have it on my laptop and gaming PC. I do keep a portable install of windows on an external drive for more niche cases, such as music production which I had terrible luck with on Linux. When I booted up my laptop with the windows drive, I noticed that my keyboard backlight wasn't working. And it took me a second to realize that Windows doesn't come with basic drivers... In Linux mint, my keyboard backlight worked right away. I also wish I made the jump to Linux much earlier.
For music prod on Linux, have you tried Reaper?
Yes. I've made posts about my problems before. But I use an E drum kit to trigger vsts in a daw. It's just easier for me to use windows.
Hell yes it's awesome.
It's awesome like physics. It just works.
I use Debian.
And if something doesn’t work, it’s all your fault somehow. Which is both a blessing and a curse.
Welcome to the brotherhood.
Welcome!
For a while now Linux has been better at most personal computing things except gaming. And for server uses an even longer time.
There are some specific hardware/software situations where you'll need Windows but it's unlikely to happen at home. Unless you have very peculiar hobbies.