That’s not the only point though. IIRC, they also remove telemetry, and pocket as well as some other things. I personally turn back on persistent sessions and history, but leave all the other privacy features there.
enkers
- 0 Posts
- 48 Comments
Asides from the kinda-shady crypto stuff and the other things that’ve already been mentioned, just philosophically it should be kinda evident that over-concentration on one corporate controlled rendering engine isn’t a good thing. Google wants the internet to be a walled garden with themselves as the sole decision makers so they can stuff ads down your throat.
Gecko’s web compat is bad largely because of this over-concentration.
That is the default behaviour, but it’s pretty trivial to change. Also, I’d imagine the distro maintainer could choose to change the default settings as part of a post-install script, if they wanted to.
Edit: Not sure why you’re being downvoted, as I do think it’s a valid concern.
While FF’s evil quotient has been on the rise, Brave definitely isn’t a better option. If anything, librewolf is the way to go.
enkers@sh.itjust.worksto Linux@lemmy.ml•I wrote an ebook on GNU awk with hundreds of examples and exercises7·3 months agoCould someone perhaps explain the major use cases or give a real life example of a time you’ve needed to use awk? I’ve been using Linux casually for quite a long time now, and although I learned the basics of the tool, I can’t recall having ever felt I had a need for it. If I want to glue a bunch of cli stuff together and need to do some text processing, it generally seems like it’d be easier to just use a simple python script.
Is it more for situations that need to be compatible with most *nix systems and you might not necessarily have access to a higher level scripting language?
enkers@sh.itjust.worksto Linux@lemmy.ml•root (or sudo) access delay instead of password2·4 months agoWhile I pretty much agree, I can definitely think of a few sporadic times doing sysadmin where things have gone so significantly wrong that an enforced sanity-check on every sudo command would have been appreciated.
Edit: Oh, OP basically already said the same thing.
I think it really depends on the website and even where you are on the website. For example, if you’re on YT, the
watch?v=<b64_id>
is probably not something you want to throw away. If you’re on a news site likeimaginarynews.com/.../the-article-title/?tracking-garbage=<...>
then you probably do. It’s just a matter of having “sane” defaults that work as most people would expect.
That’d be cool. Whenever I’m sharing a YT link, I’m always a bit suspicious of what info the youtu.be URL is hiding, so I paste it into a browser to get a clean URL.
Maybe this is silly, but I’d be cool to do that automatically.
enkers@sh.itjust.worksto Linux@lemmy.ml•Linux Mint - NOT "Usable Out of the Box" - Probably switching back to Windows3·5 months agoJust a heads up, if you want that to be more readable, put it in between two sets of 3 backticks (```):
System: Kernel: 6.8.0-53-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0 Desktop: Cinnamon v: 6.4.6 tk: GTK v: 3.24.41 wm: Muffin dm: LightDM Distro: Linux Mint 22.1 Xia base: Ubuntu 24.04 noble
enkers@sh.itjust.worksto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Pirating My Own Music?English4·5 months agoIf you’re releasing in a format that supports tagging, there’s usually either a comment field or custom field that you could put this into in as well.
enkers@sh.itjust.worksto Linux@lemmy.ml•How to remove the surface kernel and is there a program that lets you go from one PDF to another in the same folder without using the file explorer?1·5 months agoI’ve not tested it myself, but YACReader alleges to support PDFs, and it’s got very good support for prev/next since it’s a comic reader.
enkers@sh.itjust.worksto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•My JDownloader wants me to share my screenEnglish131·5 months agoWarning: I’m not sufficiently familiar with jdownloader to offer this explanation with any certainty, but…
If you’re using it to rip streamed content, is it possible that instead of ripping the stream directly it screen records and re-encodes it itself in order to bypass end-to-end security features?
I’m not saying that’s the case here, just that it’s a plausible explanation.
enkers@sh.itjust.worksto Linux@lemmy.ml•I've finally started transitioning to Windows from linux361·6 months agoBold of you to post this without an /s. I respect the decision.
enkers@sh.itjust.worksto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Hulu quizzing about the ads playedEnglish17·6 months agoIt plays again, but louder.
enkers@sh.itjust.worksto Linux@lemmy.ml•What are common tools on Linux to wipe an HDD pre RMA?121·6 months agoInstructions unclear, accidentally deleted 200 EB of irrecoverable NASA data.
enkers@sh.itjust.worksto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•It is always morally acceptable to pirate things made by giant corporationsEnglish47·6 months agoI’ve said it before, and I’ll say it again. If buying isn’t owning, then pirating can’t be stealing.
enkers@sh.itjust.worksto Linux@lemmy.ml•On this day 16 years ago, Ubuntu forced a girl to drop out of college.36·6 months agoYep, pretty much.
If you watch to the end, the reason she can’t get to her online classes was because her ISP’s configuration CD was windows only.
So if we’re looking to find fault, it’s partly Dell for insisting everything would just work, partly Verizon for not having a good Linux process, and partly her for not just calling her ISP for tech support.
enkers@sh.itjust.worksto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•World's Biggest Anime Piracy Site Added to 2024 'Notorious' Streaming List by U.S. GovernmentEnglish36·6 months agoYeah, I’m just glad the popularity of streaming sites keeps eyes off the torrent scene.
enkers@sh.itjust.worksto Linux@lemmy.ml•Fired From Meta After 1 Week: Here’s All The Dirt I Got49·6 months agoIt took me longer than I’d like to admit to realise this was satire. Pretty good read, TBH.
Just a quick clarification:
/*/*/*
is not a relative path. The first/
references the root directory.