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
Can you refer to windows as edge/windows?
And that, kids, is how Linus fucked his Pop!_OS installation.
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.
Tbh that’s Windows’ fault in crying wolf so many times for nothing
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.
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
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
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
Not suggesting you do it necessarily, but I wonder how well linux runs on something like that, gaming on a windows handheld just seems so inconvenient, especially sense I haven’t had a use for windows in a long while
I’m super curious too! I’d be very worried about the drivers for the controllers though. They’re dodgy enough as is haha
It is a little annoying but the portability really makes up for it for me
For those wondering which xkcd:
Lemmy is great
And so are you
Is it easier to remove Snap from Ubuntu or Edge from Windows 11?
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.
There is a single command to run as admin to uninstall edge.
Can Edge be removed?
For VR Gaming, I installed https://ameliorated.io/ onto a fresh Windows 11. Seems to replace Edge with Firefox and more other programs with Open Source ones.
But what if you would do it manually? I guess on a Vanilla Windows its not even thaf easy or possible because Windows Updates tend to fix it. But i am just a Linux user who jist wants to play VR and not really use the Desktop
Steps to remove GRUB on Debian: “doas apt purge grub-efi* -y” “doas rm -rf /boot/efi/EFI/debian”
Removed by mod
Well last week I nuked my X11 KDE installation by removing random python packages.
Oh same lol fuck Linux
deleted by creator
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.
Does it actually break the system tho?
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.
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!
Edge is decent, it’s my main browser now
I used edge for a while, but went back to Firefox after about decade of not using it. Love having extensions on mobile, makes browsing a lot better!
You can even get Edge on Linux now. It’s available as a *.deb and an *.rpm. 😬
Decent browser? Absolutely. Privacy oriented enough to trust with my data? Lol, heck no!
Enjoy your spyware.
The thing that started sending all your pics to Microsoft for “enhancement”?
Even if it was perfect and everyone should use it. The issue is that you can not remove (uninstall) it, which you should be able to do, especially for a browser.
You fr?
In terms of usability? Yeah, edge is good, especially if you are a fan of vertical tabs. After all, it’s just yet another chromium-based browser. In terms of privacy? Oh god no, given Microsoft’s track record it’s probably the worst browser out there in that regard.
This is how I feel about Java vs Go/C#/etc
Which is java and which is C# lmao
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.”
It sounds like you’re thinking of C++ rather than C#, no?
I’m talking about C#'s unsafe keyword. It lets you do pointer shenanigans.
Holy shit, C# copied Rust!