Hey, I have nothing against people using GUIs to install software. Just don’t say it’s retarded to use a tarball to do the same. After all, everything is done through the terminal (more or less) in UNIX like operating systems. Just because it has a GUI, doesn’t mean that “black magic” commands are not being run in the background.
CS lecturers aren’t necessarily good programmers. If people workong at big tech companies would do this in their spare time, now that would be fantastic.
The year Titanic came out, I finally decided to see what the fuss was about in it’s 18th week playing (a new record!) in our local theater. I took my seat, and there were a couple of teenage girls a few seats over from mine. They started sobbing during the opening credits. I’m fairly certain they’d seen the movie already. Probably more than once.
I used emacs when I first started programming because it was what my dad showed me and I always thought it was easier than vim. Then I used a bunch of other things for a while and mostly use vim now and whenever I try to use emacs I am so confused because it makes so much less sense than vim after actually using both
I’ve always preferred vi commands, they make sense and are mostly abbreviations or regex, all the other editors have the strangest commands…
To write and quit in vi :wq
To write and quit in nano: ctrl-o, confirmation dialog about tmp files, ctrl-x, confirmation dialog about exiting… weird feeling that I didn’t actually save the file… reopen, okay it saved, ctrl-x, confirmation dialog, weird feeling that I accidently edited the file…
I used nano for years until I forced myself to learn the basics of vi(m), now whenever something opens nano by default it annoys me and I immediately change the editor to vim 😂
Meaning quit without saving. If no changes have been made, you can :q and that will work. If you’ve fumbled and made any change to the file, you’ll need the ! to get it to quit without saving.
Right, but again, thats only browser stuff. If i say android i mean the actual operating system and all applications/services that are running on your phone.
My point was that ublock is limited to a browser, and there is so much stuff that can be blocked, more than just ads.
Im not saying ublock is useless, or that average joe shouldnt use it btw. I run it on my phone and pc in firefox, but i also have a pihole for so much more.
I’m genuinely curious, to what are you referring when mentioning Windows, Discord, Nvidia, etc.? I know Windows is an entirely separate conversation but do Discord and Nvidia serve ads now and I’m just not seeing it because of my Pihole?
I use a piHole to block all my IoT devices from sending telemetry data. Roku devices especially, but it’s amazing how many IoT devices try to ping out.
You don’t need uBlock if you have a pihole properly configured, but you still need a pihole even if you have uBlock properly configured. uBlock is a half measure. An incomplete solution, but better than nothing.
Assuming everyone will have pihole “configured correctly”, not mentioning how to do that, saying you don’t need ublock if you have a pi hole (it does more than black ads). All in all a terrible comment.
Ublock will work if you don’t go and install a bunch of proprietary apps. Also it has the ability to block elements on the DOM so its more effective for web pages.
I migrated to Pi-hole in 2016 so believe me when I say that uBlock Origin is perfectly complimentary because it removes the blank space that is made for ads.
uBlock can do much more refined and targeted blocking than a pihole because it has access to the entire page that is being served and can selectively filter elements. The pihole only has access to the DNS name, and DNS blocking is a rather crude tool to block ads that can be defeated by serving the ads from the same domain.
For example: a pihole doesn’t work for blocking YouTube ads, because they come from the same domain.
Timeshift works only with BTRFS subvolumes, thus, if you wanna have backups (snapshots), you have to have subvolumes and not install in the root of a BTRFS filesystem 😔.
If you want to you can just create a new subvolume, mount it temporarily and move all your files from root to there. Then you need to figure out how to make the new subvolume your root directory upon boot and you are done.
I know how to do that, you set the subvolume as the default one, thus, when mounting, if no options are passed, it always mounts that subvolume as root.
But, you have to disable that. Sure, I set it during install, cuz installers are stupid (if you tell it to install in /@, it will most probably moan), but disable it after first run (set the real root as the default subvol, i.e. mount point) and just add subvol mount options in fstab.
It’s just extra steps I have to do now 😒, that’s why the rant.
That’s only to backup/rollback the root though, right? If one’s looking to backup - say - their home dir, they can just recreate the home as a subvolume without reinstalling the system. Or am I mistaken?
Snapper also uses btrfs subvolumes to create snapshots, so if you did create them during your installation process, nothing to worry about.
I don’t remember if there is a way to create them after the installation, neither if it’s a tough process tho. I used to simply reinstall when I messed up with the subvolumes.
Yeah, but Timeshift uses the Ubuntu style subvolume naming, @ for root, @home for /home, so you have to create them that way, otherwise, it won’t work. It can work if you tell it to ignore home, but checks for @ as root on start up.
CMake has been around forever and is flexible enough to build really complex software. You just need to pull out enough hair when you want it to do something.
linuxmemes
Top
This magazine is from a federated server and may be incomplete. Browse more on the original instance.