I did not know about this so I found a source talking more about it, dropping it for anyone curious
I did not know about this so I found a source talking more about it, dropping it for anyone curious
Getting certain programs to work on my Linux machine does take extra time as opposed to if it were Windows, but it’s counterbalanced by all those times I’d have to look up how to get the WiFi option back and try every single thing on the list because it was never just one simple solution that worked each time… also I don’t get hit by unwanted forced updates, and now I update voluntarily without fear of even more unwanted telemetry being stuffed in there.
But if I just wanted to browse the web, check my email, shop, and do my banking, Linux would work out of the box better than Windows 11.
My computer would often have trouble connecting to WiFi on Windows 11, literally to the point that the WiFi option wasn’t showing up at all. I switched that computer to Linux late December and I have not had that problem yet.
I still can’t believe antibabypillen is a real German word for exactly what you think it is—birth control pills.
I wonder if English has any words that people who have it as a second language find hilarious for similar reasons, and if so what they are…
I was able to read the image but thank you for your efforts for those who could not, transcribers always appreciated
New fear unlocked: I fit this description and just don’t realize it. Kind of along the lines of imposter syndrome. Am I just bullshitting everyone around me into thinking I’m competent?
It pays to play incremental games because a lot of the devs have posted their code online.
Fork > fix > happy
git add .
>git commit -m "initial"
>git push
Later when I
git status
or just look at the repo online… “oh crap I let .DS_Store in didn’t I…” and then I remember to set up a .gitignore and make a new commit to take out the .DS_Store and put in the .gitignore.