

Yeah, I noticed that on GNOME as well
Yeah, I noticed that on GNOME as well
TL; DR
My experience between Windows and Linux is not much different with how often I have issues. But given the choice I much more prefer my Linux experience.
I hate Windows just as much as the next guy, but this comment section smells a little of confirmation bias.
From my experiece (web dev in a mainly MS branded stack) Windows mostly just works. Yes there are horrendous design, UX choices forced upon me, but I can usually force the OS to do what I need and how I need it.
Now comparing it to my home Pop setup it also mostly just works. There are occasional freezes that require a restart and such, but I wouldn’t say it’s much more different from Windows.
Now what does differ a lot is that I don’t need to fight the OS to do shit. It’s way better productivitywise, when I know what I’m doing. Which is deffinetly not the case everytime.
There was an issue, don’t know how relevant now, with WSL 2 that caused awfully slow host filesystem operations. Not sure if it got fixed by now
As a developer I like to mess with everything. Currently we are doing an infrastructure migration and I had to do a lot of non-development stuff to make it happen.
Honesly I find it really usefull (but not necessary) to have some understanding of the underying processes of the code I’m working with.
During my time in a call center people would often call for invoices or messages they received. Most of my work there was reading the thing together with them. Nothing more was necessary, I just read alound their itemized invoice that they had received and it would solve their problem.
Click through pop-ups are even worse in this regard. I myself usually just automatically click No before I understand what just happened.
I’m the kind of user that cares about function over form, so everything in Windows 11 just annoyed me. Mainly because it was just changes in design that required me to reorient and to learn to use again with no good reason.
I still use Windows at work just because our whole dev stack is on Windows. And every new design change just gets in my way. An OS should enable me do the things that I need and want, it should move out of my way. Sure I’ve added some hacks to restore the functionality I was used to. But the fact that I need to fight the OS to bring back context menus annoys me to no end.
Also, as a dev, I find many things easier done on Linux that Windows, mainly because it just has a better CLI support. It’s not as bad now with Windows terminal, winget
and other improvements (dotnet
having a proper CLI interface), however I still mostly use git-bash for common stuff like searching the file system. Not to mention that for something like docker I basically just need WSL.
Maybe Go, haven’t messed with it at all and it looks interesting enough to try. Other than that I could do C#, since that’s where I have most experience. Maybe node.js if I would want to suffer a bit.
Or a page that uses only half the screen width in the center. Just use the damn screen!
Yeah, a one to one conversion might not be possible. Although this example also approximates the image by making it two tone and using simple shapes to compose more complex ones.
It still feels as a non-trivial task tho.
This feels a lot like vector graphics. I would imagine one could automate SVG to CSS translation.
Monitors – hell yes! RGB – can’t stand it. My keyborad has a plain white backlight and that’s it. It’s purely functional.
They can prohibit whatever they want, but how enforceable is it? Does Nvidia intend to play whack a mole by checking for translation layers?
I mean technical problems require technical knowledge. I don’t see how this is that much different from adding a drive to a Windows system and then having to format it so that it works properly.
Can I partition /home directory in a different drive and still fuction?
Transferring /home directory without reinstalling Linux?
I would say yes and yes.
Best way to partition my / and /home directories?
While I didn’t do it on Fedora with KDE, I did it on Ubuntu GNOME. I can’t imagine the process being much different. You basically just need to set up a partition, mount it on /home and copy the files, after all /home directory is nothing special, it just contains files.
Now my setup involved setting up an encrypted partition and then mapping it via LVM. Your milage may wary, but the process should be rather straigthforward with some google’ing and messing around.
Whatever is the default, as long as that is not some comic sans or whatever that Samsung font abomination was.
Chromium has a mirror on GitHub and it’s fine. While it feels a little strange to have just one mirror (on GitHub), after moving to git entirely, nobody is stopping to them from hosting a GitLab mirror.
O that’s my pet peeve, I hate integrated git GUI’s in IDE’s. The only useful thing is file and code highlight for changes, other than that I disable that stuff as fast as possible.
There are things that my GUI of choice lack, so I occasionally type out a command, although I did also bind a couple of commands to GUI buttons, so there’s that.
In my, rather short (5ish years profesionally), career I needed to rebase once. And it was due to some releasing fuck up, a branch had to be released earlier and hence needed to be rebased on another feature branch scheduled for release.
Otherwise, fetch » pull » merge, all day, every day.
C:\repos
or~/repos