this post was submitted on 16 Jun 2023
469 points (98.6% liked)

Memes

45139 readers
1885 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 40 points 1 year ago (3 children)

When I was first starting out my programming adventures with Python, someone told me that I should work with Python 3 instead of 2 because that's what will be maintained in the future (this was some 8 years ago). I decided to listen and when I got home I opened up my terminal, wrote:

sudo apt-get remove python

Followed by

sudo apt-get install python3

Only to be suddenly greeted with:

sudo: command not found

[–] [email protected] 5 points 1 year ago (1 children)

I remember I did the same mistakes few years ago. If I'm not mistaken, there is a big warning message when you try to remove Python, no?

[–] [email protected] 2 points 1 year ago

Why does removing python remove half the OS though? Does it remove all the things that depend on it?

[–] [email protected] 3 points 1 year ago (3 children)

In my days of learning Python, I was told to use pyenv and set environments based on the projects rather than making changes to the system. Maybe there are better options nowadays.

[–] [email protected] 2 points 1 year ago

Pyenv is still a good option

[–] hinterlufer 2 points 1 year ago

Anaconda for example

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 25 points 1 year ago* (last edited 1 year ago) (1 children)
[–] [email protected] 21 points 1 year ago (1 children)

To be completely fair, he nuked his desktop environment when it absolutely shouldn't have happened. Yes, there was the warning and he should've read it, but coming from Windows, how many times is the "This app may harm your PC" threat legitimate? Linus made an honest mistake, but pop truly made a massive oversight.

[–] Marxine 10 points 1 year ago (1 children)

Tbh that's Windows' fault in crying wolf so many times for nothing

[–] Kuinox 3 points 1 year ago

Windows warning is a reminder that an app can be a virus. There is no warning that the app will self destruct your PC even if it's a reputable app.

[–] joyjoy 15 points 1 year ago (1 children)

"Yes, I know what I am doing"

[–] Freesoftwareenjoyer 4 points 1 year ago

*system fails to boot

*surprised Linus face

[–] [email protected] 14 points 1 year ago* (last edited 1 year ago) (3 children)

xkcd 149

also shamelessly plugging [email protected].

edit typo

[–] [email protected] 19 points 1 year ago (1 children)

For those wondering which xkcd:

xkcd 149

[–] [email protected] 8 points 1 year ago

Lemmy is great

And so are you

load more comments (2 replies)
[–] [email protected] 13 points 1 year ago (4 children)

Is it easier to remove Snap from Ubuntu or Edge from Windows 11?

[–] Freesoftwareenjoyer 3 points 1 year ago (2 children)
load more comments (2 replies)
[–] azuth 2 points 1 year ago

Snap, and just uninstalling a snap provided program is even easier. Or just getting the system to use your own non snap program as default.

load more comments (2 replies)
[–] [email protected] 8 points 1 year ago (2 children)

Edge is so trashy. It's constantly trying to shove politics, celebrity gossip and Bing down your throat.

[–] spicytuna62 2 points 1 year ago* (last edited 1 year ago) (1 children)

I got sick of Edge constantly pushing penis pills and whatever pseudo-medicine bullshit on me. So I changed the settings to get rid of all that garbage. I did the same on my work computer, except it's a dark grey screen with just a search bar. I only use Edge once in a blue moon on my own computer, but I use it a lot on my work computer because we use Azure for logins. It just simplifies the process a little. We also have a few antiquated systems that only work through Edge with IE mode.

spoiler

I'm also not a big fan of Pocket on Firefox so I've got all that turned off, too. I haven't exactly hardened it, but I've taken steps to just make it look clean. If there's anything Chrome does absolutely right, it's a simple, lightweight, uncluttered welcome/home screen that you don't have to do anything to get there. Still ain't picking it over Firefox, though.

I used to use Momentum back when I used Chrome so I'm sure that can also fix Edge's trashiness with a simple add-on.

load more comments (1 replies)
[–] PixxlMan 1 points 1 year ago

The way they promote it intrusively in every corner of windows they can manage is trashy too.

[–] [email protected] 8 points 1 year ago

Can you refer to windows as edge/windows?

[–] Mentrix 7 points 1 year ago* (last edited 1 year ago)

Can I have you number?

"Ew, no"

Sudo can I have your number?

"Sure, here you go!"

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago) (3 children)

Steps to remove GRUB on Debian: "doas apt purge grub-efi* -y" "doas rm -rf /boot/efi/EFI/debian"

[–] [email protected] 4 points 1 year ago (1 children)

mkfs.fat -F 32 /dev/(boot partition)

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

'dd if=/dev/zero of=/dev/(boot partition)'

[–] [email protected] 2 points 1 year ago

I can always count on dd to give me a reliable way to break my system.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

Thanks running it rn. GRUB was hogging precious disk

[–] wupasscat 6 points 1 year ago

GRUB is bloat

[–] [email protected] 2 points 1 year ago (1 children)

Look at this guy with his fancy efi bootloader..

load more comments (1 replies)
[–] gundog48 4 points 1 year ago

I just wish they would have a package more suited for power users. I understand the why MS feels the need to treat consumers like idiots, some people truly are clueless and wouldn't have touched a computer 10 years ago when more user freedom was given. But I don't see the need to nerf the whole OS, and every variation, so that my nan doesn't delete system32.

But with the SaaS route the MS are pushing, I'm sticking win Win10 LTSB for as long as I can. I can't help but see things like pushing MS accounts on regular local users as anything other than laying the infrastructure for a more centralised SaaS approach.

I currently run an Unraid server on some old hardware, mostly as a NAS with some Docker containers. But due to the lack of processing power, I've actually been thinking about rolling my main rig and the server into one, then running Windows in a VM. Switching between OS easily would be good, being able to spin up virtual environments easily, and that way I can only use Windows for the things I need Windows for.

Now I've just gotta figure out, you know, how to actually do that!

[–] [email protected] 3 points 1 year ago (1 children)

You can actually uninstall Edge, Microsoft just says it will break your system. Not a big deal, you can always reinstall Edge later via winget

[–] [email protected] 4 points 1 year ago (1 children)

Last time I tried (haven't used Windows in over a year) it just reinstalled itself unless you went to a fair amount of effort to stop it

[–] [email protected] 2 points 1 year ago (2 children)

Yep, this is still the case. Every time there's an update it will reinstall and preventing that is so tedious. Just got a new gaming system setup (Aya Neo, which is Windows based) and I really don't feel like going through the whole process to remove it / prevent it from coming back

load more comments (2 replies)
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (2 children)

Well last week I nuked my X11 KDE installation by removing random python packages.

load more comments (2 replies)
[–] [email protected] 2 points 1 year ago (1 children)

This is how I feel about Java vs Go/C#/etc

[–] [email protected] 4 points 1 year ago (1 children)

Which is java and which is C# lmao

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (5 children)

Java is the top, C# is the bottom. The Java language designers consider unsigned integers harmful (and this). They're basically saying "You could hurt yourself with this so we're taking it away." I find that patronizing and disrespectful. On the other hand C# and Go tell you, "Yo bro, doing pointer math and direct memory manipulation is not safe, but I'm not gonna stop you."

load more comments (5 replies)
[–] Kuinox 2 points 1 year ago (2 children)

Well you can still uninstall edge on windows, even if it break your system, you can do it. There are tons of guides you can find on internet. It's basically running the installer with an uninstall flag.

load more comments (2 replies)
load more comments
view more: next ›