I should’ve used it sooner rather than last year when they announced AI integration to Windows. Every peripheral I tried is just worked without needing to install drivers, and it works better and faster than on Windows, just like today when I tried to use my brother’s 3D printer expecting disappointment, but no, it just connected and was ready to print right away (I use Ultimaker Cura), whereas on my brother’s Windows computer I have to wait like 20 seconds; sometimes I have to disconnect and reconnect it again for it to see and ready to use. Lastly, for those who are wondering, I use Vanilla Arch (btw), and sorry for bad English.
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.”
what was that about felix and anchovies ?
No, they said it was Felicity in chocolate
Sheesh!
When I TA-ed, I swear 75% of the non-Americans students wrote almost perfect papers whereas less than 25% of Americans couldn’t even write and less than 5% had comparably good essays. Honestly depressing.
American culture is one of the few I’ve found to be actively “anti-knowledge”. It’s not just their educational system being bad, it’s a genuine cultural tendency of not just dismissing experts, but straight out refusing to learn and snobbing those who do.
Anti-intellectualism seems to be resurgent in recent years. Its the worst I’ve seen since the Bush 2 era, and it’s all pevasive.
We have somewhat similar in Canada, not as dreadful as USA, but still what you would say anti-knowledge.
I saw this in gradeschool, kids actually trying to learn and better themselves were bullies and labeled brown-noser losers.
At University the Uni newspaper editors would dumb down articles purposely, since they thought the general reader may not understand the topic fully ( which defeats the purpose of knowledge articles ).
And random times. Some guy talking about making his tent lines taut, and the rest laughing saying you mean tight. And him saying , no tension on a rope or cable is taut, tight is for fastening bolts, etc. Then everyone being “yeah whatever idiot”
And overseas teenage relatives visiting , knowing 4-5 languages, and saying “Sorry, my English is not the best” and me trying to explain it is way better than half of the coworkers I have who only speak English. And then trying to explain to a teenager that these full grown adults have no desire to learn correct terms, grammar, spelling or punctuation.
Trying to read my wife’s family’s facebook posts is like a course in stroke cryptography.
All they need is a some daddy who confirms their biases.
When I worked at a bank we had a loan officer who wrote in such broken English that the email filter actually started flagging and blocking his outbound emails as a suspected compromise. Worst part is he was handling multimillion dollar agribusiness loans. Second worst part is he’s as white American as they come, having had family farming not 20 miles away for generations, so it’s not even like he can claim a non-local dialect or second language challenges
I feel attacked
Haha thanks, My English is self thought, so maybe that’s why I’m still afraid of making mistakes (also relied on keyboard auto correct)
*taught :-) No worries, your intent is coming across clearly.
That was prolly auto correct fail tbh
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
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.
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
I’ve had wemos d1 boards from AliExpress show up as a brltty and the braille teletype driver grabs the device. Just something to look out for on some distros
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
Is the “bad English” in this thread
It’s in every thread right now.
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
That’s a lot of different distros in one week. How do you give each one enough time to evaluate it before you choose to move to another?
At the time my main goal is to have to all of my games working, while I can make it run on every distro I tried, I found Vanilla Arch is the better one in terms of performance and ease of use (yeah call me weird for saying Arch is easier to use than other distros XD), so I keep using it ever since.
Vanilla Arch is the better one in terms of performance and ease of use (yeah call me weird for saying Arch is easier to use than other distros XD)
Not weird at all, I use Arch on my main system exactly because I’m lazy and it’s easier to use. It’s harder to install, but a lot easier to use.
That’s a good distrohop pipeline
I remember the USAF handing me an M16 at 18 years old where all I’ve ever handled before that was even close was the NES zapper.
tbh vanilla arch is not that tough now that archinstall exists, and archwiki is an incredible resource
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.
I came.
I saw.
makes eye contact
shuts the curtains
I conquered.
I cam again.
I… I… oops, sorry.
And if something doesn’t work, it’s all your fault somehow. Which is both a blessing and a curse.
That’s fine, I can look up the Arch Wiki for solutions, which is also a learning process for me and if it still doesn’t work, I can just duct tape the workaround myself XD
Tip from long-time arch user (btw). Avoid installing or making changes to system installation without going through pacman. I.e., don’t use install scripts or make install invocations requiring sudo. More often than not that will cause headaches long-term. PKGBUILDs are actually reasonably simple to create if you need to install something not in the AUR, and it will keep you from overwriting files and leaving files behind after uninstalling.
I make a promise to myself that I never install anything outside of the AUR, luckily everything I ever need already available there
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.
Unless you have very peculiar hobbies.
Or you take your photography a bit too seriously! Good noise reduction software is next to impossible to do on Linux. It’s the only reason I have a windows box in my house
Just a thought… Don’t use AI noise reduction! I’ve seen the “magic” they produce and am not impressed. I take pride in capturing the image, not relying on software to recreate it the way I wish it had been shot (I recognize this is a bit hypocritical given that I do use noise reduction in Darktable).
Additionally, I stopped caring about (luminance) noise a long while ago, now, and am perfectly happy with the results I get out of Darktable. In fact, much like film grain, I find modern luminance noise quite pleasing, especially on smaller sensors, and it can add texture and feeling to your image. Still, my default style includes the fantastic, camera model specific, noise reduction profiles by default, which effectively removes color noise and brings luminance noise down to appropriate levels.
The rise in clinical photography and “AI” tools has only given me a stronger drive to be creative and embrace the flaws of my camera and my tools. Call me a romantic, but I want people to know my photos were taken and created by a human, not a machine.
Ok, getting off the soapbox, now xD
I take pride in capturing the image, not relying on software to recreate it the way I wish it had been shot
Unless you’re shooting flat JPGs with no photo modes enabled, and not doing any post processing, then you’re not getting that result. And even if you do that, two cameras shooting the same scene will produce different images, because the process of converting RAW sensor data to the reduced colour palette and bit depth of a JPG image, involves an algorithm deciding how best to recreate (not capture) what you saw with your eye, and no two cameras do it the same way, and neither produce a “true” capture of what you saw.
Ultimately, it’s a meaningless distinction. My camera does in body image compositing, allowing long exposures that updates the original frame, but only with light sources that have changed since it was taken, meaning in body software stacking that ensures point sources don’t blow out on long exposures, but moving sources get tracked. It uses AI subject recognition to drive its auto focus. It has a 120frame buffer than records records directly to the buffer whilst holding the shutter button half down, and then writes them all to the card when you press, effectively letting you capture moments that you would normally have missed, because human reflexes are imperfect. And the RAW software that comes with the camera literally uses AI noise reduction.
So for me to draw the line and say that AI driven noise reduction (non generative AI at that) is a problem would be a bit hypocritical of me.
As it is, the camera hardware itself does solid noise reduction on the JPGs it produces (using algorithms built in to the firmware) giving really nice results even at high ISOs. But the only way to replicate that with a RAW file, is using the camera supplied RAW software (which doesn’t work on linux), or by using a 3rd partyAI noise reduction app (which don’t work on linux). If I don’t use them, then I’m in the strange situation where my high ISO JPG preview photos look better than an end to end post processed RAW file.
If I was “embracing the flaws that my camera creates” I would be shooting in JPEG mode, using images mostly straight out of the camera, and they would be less noisy than what I can achieve with current linux tools.
I’ve been doing this for 20 years, and using m43 (or four thirds before it) for most of that time. I know what I want from my photography, and I know the tools that give it to me. What I want is for the image to look like the scene that I saw. I don’t care if it’s a pixel perfect match for it. I don’t care about embracing the flaws that a camera introduces, flaws that don’t exist when viewed through the human eye (reduced dynamic range, sensor noise etc), out of some sense of “purity”. Purity that was lost the moment I pressed the shutter on a digital camera that has to encode the image in software to make it visible.
Fair enough! Thanks for sharing that. I think there’s a beauty in photography that we can each create in our own way, and that the process is part of the photographer’s expression, despite the viewer knowing none of that.
What noice reduction software do you use on windows? Very interesting find, do you know what methods your software uses for noice reduction? I wonder if this is something you could open an issue for in the image manipulation softwares that do exist on linux, i.e darktable et.al. :)
Dedicated noise reduction software like Topaz and DxO rely on the GPU. And because of that, they don’t work on Wine or VMs (unless you have a dedicated GPU and can get GPU passthrough functioning).
I use darktable and digikam for every other step of my workflow, but that one step, I just can’t do with Linux
Thank you for making me understand :)
Never heard of DxO or topaz, but I am also no photographer, so it doesn’t really surprise me. I wonder if something like proton could be used to easily make give you gpu support.
I had high hopes that I could make them work that way, but no luck :\
About upscayl u maybe heard https://github.com/upscayl/upscayl
and denoise https://github.com/royerlab/aydin
Upscayl isn’t much use to me, because I don’t need upscaling, only noise reduction.
Aydin appears to only work on PNG files, not my RAW files
a bit too seriously!
This means you can’t be a professional and use Linux lol which is a big bummer! I hate Adobe but nobody is even remotely trying to keep up with Photoshop at this point and it’s very disappointing
Not quite. I’m talking about high ISO images. Most of my photos are not high ISO, so most of my photos don’t need this.
For a professional, they generally don’t shoot in high ISO, because it degrades the image quality. They use external lighting, flashes, reflectors, fast lenses etc, anything and everything they can, to avoid shooting high ISO. So a pro, on a pro shoot, won’t need dedicated noise reduction software, and can use the profiles built in to apps like darktable
I am a cinematographer I know what ISO and flashes are lol the problem is not just noise removal tools.
Gaming is my struggle, right now. On x11, I get stable framerates, but even though my benchmarks show 60+ fps, it sure looks lower to my eye. On Wayland, gameplay is smooth, but I keep getting this weird thing where after 20-30 minutes of gameplay I’ll get this weird input lag, where my mouse movement stops and then “catches up” every second or so, resulting in choppy gameplay despite the smooth framerate.
If I can figure that out, I’d happily drop my Windows partition.
mouse movement stops and then “catches up” every second or so
I had that issue with a wired G502 mouse. It was caused by an excessive polling rate, and setting it to 125 Hz fixed it.
Interesting! I’ll give that a try.
Yeah it’s quite nice and more fun to use than Windows, I admit it’s pretty hectic on my first week of switching, but after learning a few commonly used terminal commands and open source softwares, I can do pretty much almost anything some time without needing to use DE I can just use tty instead
There’s plenty of good reasons to keep a windows device updated and available for use.
Honestly, I prefer that to spinning up a windows VM, especially if your needs include Windows software that interfaces directly with external hardware.
I realize that’s not an option for everyone, but for those who have an extra device available, or can afford a used laptop to keep in a closet, it’s well worth it IMO.
At work the only issue I ever found is the requirement to use Power Point for presentations and Word for filing patents. LibreOffice just did not translate well enough. Have not tried OnlyOffice.
Edit: Complex Excel sheets especially with macros would be a problem too. These are not always cross version Excel compatible for that matter. One reason I shifted that stuff to Python long ago and voided that issue.
The sad thing is I’ve encountered funky compatibility issues just between current versions of word. Going from Office 2022 (I think. I honestly can’t remember their LTSC office releases off the top of my head at all) to M365 triggered some minor formatting changes, and going from local word document to one that’s shared on SharePoint completely fucked up all of the images in the document and required many hours of rearranging the images because word still sucks for desktop publishing
I remember working on a large doc around 1990. Pagination and figures, what a nightmare. Sounds like maybe similar issue. I’m not really sure Office impoved after say 2003. They could have called it done at that point.
Image handling has definitely gotten better in the last 10 years or so, but realistically you can get everything you want done with Word 2003 today