Comment on
which linux distro do you NOT like, and why?
Reply in thread
Also they put ads in search long before Windows did and as much as I hate Microsoft we should never forget that.
Comment on
which linux distro do you NOT like, and why?
Reply in thread
Also they put ads in search long before Windows did and as much as I hate Microsoft we should never forget that.
Comment on
Prepare your Firefox desktop extension for the upcoming Android release
Reply in thread
Sick! I just switched to Firefox nightly so I can use ublacklist on mobile.
Comment on
How do you containerize stuff you install from source in a way that you can completely remove later?
I did Linux From Scratch recently and they have a brilliant solution. Here's the full text but it's a long read so I'll briefly explain it. https://www.linuxfromscratch.org/hints/downloads/files/more_control_and_pkg_man.txt
Basically you make a new user with the name of the package you want to install. Login to that user then compile and install the package.
Now when you search for files owned by the user with the same name as the package you will find every file that package installed.
You can document that somewhere or just use the find command when you are ready to remove all files related to the package.
I didn't actually do this for my own LFS build so I have no further experience on the matter. I think it will eventually lead to dependency hell when two packages want to install the same file.
I guess flatpaks are better about keeping libraries separate but I'm not sure if they leave random files all over your hard drive the way apt remove/apt purge does. (Getting really annoyed about all the crud left in my home dir)
Comment on
I'd like to interject for a moment...
Reply in thread
Paid apps can also steal user data and also I'd be way way more concerned about 'free' mobile apps than open source programs.
Mobile apps can and will get a jarring amount of your data just for being installed.
Comment on
Snapless Ubuntu
Reply in thread
I've used a lot of Ubuntu over the years starting on 9.04. Let me tell you the six months releases are ass and always have been.
Also I'm switching to Debian.
Comment on
which linux distro do you NOT like, and why?
Reply in thread
Huh. Are you running any kind of exotic setup? What kind of bugs were they? Can you be sure they were Debian bugs and not hardware issues?
Comment on
which linux distro do you NOT like, and why?
Reply in thread
Sounds like you need an LTS.
Comment on
Maybe later... how about never, you fucks?
Reply in thread
Agreed. I hate anything auto updating on it's own because changes can break or remove features at any time.
Comment on
Intentionally chose an open ecosystem for the smart relays in my house, now they crippled the app adding a $4 subscription
Reply in thread
I think 100 dollars is more than enough money to cover a few bytes of text storage. It's not like they are storing megabytes of tracking meta data. And if they are that's even more reason to provide the service for free.
Comment on
Extensions in GNOME 45 - New import system is not backwards compatible
Reply in thread
I literally just moved to Gnome 44 from a long time Gnome 3 setup. I only found one extension that makes Gnome 4x feel usable the way gnome 3 was and that's v-shell. If v-shell breaks then I'm never moving to gnome 45.
Comment on
I'd like to interject for a moment...
Reply in thread
They should make a new version of Linux From Scratch where all you get is the Linux kernel source code and you write the compiler and core utils yourself. Now that would be Linux.
Comment on
*Permanently Deleted*
Reply in thread
Unless she uses Peacock. They seem to be the only streamer that's clinging to the 15 year old idea of just not supporting Linux.
Comment on
How do you containerize stuff you install from source in a way that you can completely remove later?
Reply in thread
Thanks for the info! I'm gonna look into flatpak.
I built nodejs from source yesterday and it took forever. I'd definitely prefer something huge like that in a flatpak.
Comment on
Prepare your Firefox desktop extension for the upcoming Android release
Reply in thread
That's awesome. I wish I knew about that years ago.
Comment on
Javascript can create atomic bombs
Reply in thread
Coming from other languages I find the async by default thing annoying but I fully understand it's necessary for web sites to render in real time.
Comment on
How do you containerize stuff you install from source in a way that you can completely remove later?
Reply in thread
Any POSIX compliant system as far as I know.
Comment on
How do you containerize stuff you install from source in a way that you can completely remove later?
Reply in thread
This method should work with any command that's installing files on your disk but it's probably not worth the headache when virtual environments exist for python.
Comment on
How do you containerize stuff you install from source in a way that you can completely remove later?
Reply in thread
I hope someone who has more info comes along. It might be time for you to make a new post though since we're getting to the heart of the problem now.
Also it will be a lot easier for people to diagnose if you are specific about which programs you are failing to install.
I've only experimented with Python in docker and it gave me a lot of headaches.
That's why I prefer to pip install things inside venvs because I can just tar them myself and have decent portability.
But since your installing files across the system I'm not sure what the best solution is.
Comment on
Prepare your Firefox desktop extension for the upcoming Android release
Reply in thread
And it's available on Firefox mobile (soon) and it's freaking amazing on mobile.
Comment on
*Permanently Deleted*
Reply in thread
I really love their element blocker too. Ublock Origin sucks in that department.
I zoom in on most sites to read them easier and a whole bunch of other page elements also zoom in making everything a mess.
I use AdGuard all over the place just to make the non ad part of the web usable. And AdGuard's element block just works perfect every time.