Deluge is another good client – I’m not sure why but its defaults gave me much better download speeds than transmission or qbittorrent
Deluge is another good client – I’m not sure why but its defaults gave me much better download speeds than transmission or qbittorrent
What in the terms is concerning? They still have the bulk of the language in the old data privacy guarantee as well. This seems like they just got a more circumspect legal department who wants to cover their ass.
It’s always been the case that Mozilla could decide to just make Firefox suck ass. Again, I’ll be worried when they actually change the terms to something unacceptable.
Okay mr “I love Linux but clearly have not used it in 15 years”
No thanks
Still Firefox. Every time Mozilla does anything the entire privacy community goes insane. The terms of use they published seem entirely benign, and the only thing anyone can actually point to is the “direction being worrisome”. Well, I’ll get worried when they update the terms to be actually onerous. Everything even possibly annoying can be disabled, and it’s still the only browser engine offering competition against Chrome ruling the web.
It sucks ass, it’s just chrome plus some crypto bullshit.
See my top-level comment; even if they’re ready for the complexity, it doesn’t protect you from a similar mistake!
Last week I accidentally overwrote my configuration.nix file with garbage. If you use NixOS this should fill you with horror. If you don’t, that file contains a description of your entire system – all the packages as well as many settings tweaks to anything from GUI apps to core kernel & systemd options.
I have now learned my lesson and started using git to track my changes. Tbh, I was naively expecting to be able to roll back to a previous config and pull out my configuration file, but that’s not how it works. Happily I had already split out the most difficult to reproduce sections into their own files (mostly networking stuff), so it wasn’t that catastrophic, but it still turned a few minutes of tinkering into a couple hours of forehead-smacking.
The space becomes less and less of an issue the more of your system is in flatpaks, as any shared dependencies won’t be duplicated.
Motherfuckers are actually arguing that seeding a torrent isn’t “distributing” unless they can show an instance of someone downloading a book from their IP… If that flies they better overturn every fucking piracy conviction ever.
It still says “audio capture might not be available” for me. Still on vesktop regardless because of various other improvements and features.
There is SwayFX btw, just sway with some extra eye candy. Nothing super fancy though.
Find a cheat sheet. There are hundreds out there – you probably want one for basic terminal commands, and one for whatever package manager you’re currently using.
The history command is also great if it’s something you do fairly often, but not often enough to remember clearly.
Terminal -> foot Text editor -> neovim, or more recently I’ve been trying Helix.
Those are the biggest two. I also recommend mpv over VLC.
Massively so. I sincerely doubt their post was serious.
In FOSS, community & volunteer made software, yes, there is onus on you as the user to do a bare minimum of effort. You have to meet the developers and the software where it is.
I very literally said “GUIs are better but harder to implement.” The second half of that sentence is not trivial.
If you want to customize and tweak things in the guts of a program (like OP does for this discussion), you can actually do it with FOSS applications. But expecting developers to expose every configurable option with a GUI would massively slow down the pace of development. Making them available in config files is a nice compromise between doing all that work and not exposing the option at all, in which case you’d need to actually patch the executable or otherwise modify the source code.
I’m not discouraging people from working on GUIs. I’m just pointing out the fact that if an app doesn’t expose a setting you want to change, your options are a) complain that the dev hasn’t implemented that, b) change it yourself which would be hugely easier if you looked the documentation, or c) find another app. Saying “the onus isn’t on me” doesn’t work when you don’t pay for the software and the person who wrote it is a volunteer, it just makes you an entitled asshole.
Okay if finding the file is the problem I assume you’re just allergic to documentation, which, yeah, would make configuring things pretty annoying.
Hypothetically yes it would be great if all settings were easily discoverable and all users could easily make all their software work exactly how they want. In practice you’re asking for a huge amount of development by unpaid volunteers whose time could be (and is) going to, for example, the actual features or configuration options that you’re trying to set in the first place.
Most apps with GUIs do expose most settings that “laypeople” would use, anyway. OP is literally asking to be able to run custom scripts from context menus, I’d love to see your suggestion for implementing a clean and user-friendly GUI for that.
Well, sometimes it’s gonna be. What if there’s a field that can take an arbitrary string? You would rather input that string into a styled form input with some buttons to click than use a text editor for a second?
I’ve been enjoying Tauon, it does the things I want