this post was submitted on 16 Jun 2023
153 points (98.7% liked)

Memes

51890 readers
632 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 6 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 2 years ago (2 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] 1 points 2 years ago (1 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] 1 points 2 years ago

Pyenv is always reliable

[–] [email protected] 0 points 2 years 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] 1 points 2 years ago

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

[–] [email protected] 6 points 2 years ago* (last edited 2 years ago) (1 children)

xkcd 149

also shamelessly plugging [email protected].

edit typo

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

For those wondering which xkcd:

xkcd 149

[–] [email protected] 2 points 2 years ago

Lemmy is great

And so are you

[–] [email protected] 6 points 2 years ago (3 children)

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

[–] [email protected] 1 points 2 years ago (1 children)
load more comments (1 replies)
[–] [email protected] 1 points 2 years 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.

[–] [email protected] 0 points 2 years ago
[–] [email protected] 4 points 2 years ago

Can you refer to windows as edge/windows?

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

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

[–] [email protected] 0 points 2 years ago* (last edited 2 years 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.

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

Ever notice how you can't change the new tab/home page in Edge? It's locked down to some page on a Microsoft server (often slow to load too).

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

"Yes, I know what I am doing"

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

*system fails to boot

*surprised Linus face

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (1 children)
[–] [email protected] 2 points 2 years 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.

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

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

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (3 children)

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

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago)

Thanks running it rn. GRUB was hogging precious disk

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

Look at this guy with his fancy efi bootloader..

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

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

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

Which is java and which is C# lmao

[–] [email protected] 0 points 2 years ago* (last edited 2 years ago) (2 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."

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

I love that about C#. It's safe and managed, but if you need the unsafe features for performance etc, then they're available. It's the best if both worlds, imo.

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

It sounds like you're thinking of C++ rather than C#, no?

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

I'm talking about C#'s unsafe keyword. It lets you do pointer shenanigans.

[–] [email protected] 1 points 2 years ago* (last edited 1 week ago)

C# copied Rust!

[–] [email protected] 1 points 2 years ago (1 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.

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

Does it actually break the system tho?

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

Some functionalites are broken, for example some settings in the settings panel wont display, because it's a react ui (mostly everything related to onedrive/online account), lots of software expect it to be present and use it (like visual studio). Git (to connect with oauth).
But a lot of things still works.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

Can I have you number?

"Ew, no"

Sudo can I have your number?

"Sure, here you go!"

[–] [email protected] 0 points 2 years ago

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] 0 points 2 years ago* (last edited 2 years ago) (1 children)

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

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