I think it works great. At least I’m don’t have to deal with Python
I think it works great. At least I’m don’t have to deal with Python
Cool! I do ride a custom ebike and always wanted a lie-down version for the aerodynamic advantage, but I honestly don’t trust cars to notice such a low profile vehicle
It’s an idiot thing is what it is
Are you some kind of source-posting diety? I submit myself for worship
Electrical engineering and embedded programming is quite far from what I do, so that makes sense! One of my friends graduated EE 10+ years ago and his pace is much slower, but he’s much smarter than me lol.
I can get up to a pretty high apm when I get in the zone, and admittedly I enjoy the feeling of being a hackerman zipping through terminals…
Software development too, but also lots of sysadmin-like stuff so I spend lots of time in terminals/SSH. And I’m a vim fanatic.
Of course I also spend a lot of time in the browser, but also man pages/local docs in a pager
If you actually do work, getting used to a tiling WM is like a drug. I can’t live without it now.
(that’s a lie, I do at work cus I’m forced to use Windows, so WSL with tmux is an acceptable alternative)
I’m happy the Cygwin and Mingw days are over. WSL2 works very well.
My company only allows us to use the company-provided Windows image, so I do all my work inside a WSL2 tmux session.
JetBrains IDEs and VSCode also have WSL connectors so it works acceptably well.
It also handily dodges all the Windows security policies (like installing software). You can even run Xorg apps from it.
I’m still forced to use MS Teams and Outlook, though…
Careful, there are Americans around
Back when I switched to Linux, Nvidia worked much better than AMD cards, but everyone hates them for not providing open source drivers, understandably
In my experience, Nvidia drivers work just fine. They’re just proprietary, and once in a while they release a faulty driver (which you can just roll back ofc). Happened to me a couple of times over the past… 14 years, fuck
You can always check ProtonDB
This is a bit of a stretch I think…
Web development is complicated because it’s indredibly poorly “designed” from the beginning, and doing a full redo is impossible.
It is 100x easier today than it was in 2006 when I started.
Kidding aside, I think the popular frameworks these days are incredibly well made. Frontend web has always been hell, and if your job is producing functional web GUIs, you can’t do it on a large scale without them.
I’m doing a small hobby project (a ladder/ranking system for playing beer sports with my community), and I tried out Tailwind.
I gave up and loaded Bootstrap instead, but I will probably end up just writing all the CSS myself.
Seems so silly to have 15 CSS classes on a single DOM element…
If you spend a lot of time on a single framework, you will transcend and become a sort of frontend diety, growing multiple extra limbs allowing you to type in CSS classes faster than any mere mortal
That’s what I wrote?
The first mistake is not keeping your 10 year old installation updated
The only thing that sucks about npm are when package dependencies are not updated and dependency hell becomes very real, but that’s not really the fault of the package manager.
Yeah, fuck virtual environments and different Python versions.