this post was submitted on 01 Jan 2024
22 points (100.0% liked)
technology
22683 readers
1 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Some favourites of mine. All open source, all available on both Linux and Windows, and none which require any sort of online account or subscription.
KeePassXC, a secure password manager that never ever touches the cloud, and plays nice with lots of web browsers. There's an Android version called KeePassDX that reads the same password file format and plays nice with Android apps as an auto-fill app (fingerprint unlocking, avoids putting passwords on the clipboard, etc). You do need to figure out your own way to sync the password file if you want to keep your logins on different machines in sync. Which leads to...
Syncthing, a way to reliably sync files across devices on the same LAN without using any internet services. This one has a bit of a learning curve to set up and use, but nothing too difficult for anyone already considering using, or used to using, Linux. It also has an Android version available.
Kdenlive, for video editing. I've never done professional video work, so I couldn't speak to how feature-filled it is, but it's stable and has enough features for my own basic editing needs.
Tenacity, for audio editing. This is a zero-telemetry fork of Audacity, whose developers burned a ton of goodwill in the community with their questionable mandatory-telemetry decisions.
Krita, image editing. Far ahead of long-obsolete GIMP in both features and interface. Great for both illustration work and photo editing. Anyone still using GIMP in 2024 need to give Krita a try.
FreeCAD, for 3D modelling. It has a learning curve like a vertical wall, but if you're into 3D printing and can't afford/don't want to pay Autodesk's ransom fees for 3D Fusion, it's worth learning.
Either VSCode or VSCodium. A high-quality open-source cross-platform programming IDE from, of all bizarre places, Microsoft. VSCodium is a variant with Microsoft stuff pulled out, akin to how Chromium is a variant of Chrome with (most) Google stuff pulled out.
A variant with even more Google stuff pulled out is Ungoogled Chromum , though it still has a Chrome user agent and therefore still helps Google with browser market share metrics. The only major browser that you don't help Google by using is Firefox.
"Chromium" itself is just the name of the open source project (controlled and developed by Google of course) that Google Chrome is I guess a "branded" version of. There is a Chromium download, but it looks like it's of an unstable version and exists for testing purposes. I think people just get Chromium and Ungoogled Chromium mixed up.
Most Linux users who use Chromium use a stable, tagged version (see Arch Linux, Ubuntu, etc.).
There are some differences between Chrome and Chromium besides just branding. For example, most Chromium builds will use open audio and video codecs instead of proprietary ones like H.264. Chromium also does not report crashes, and they claim it never reports user metrics (though Chromium does still send a ton of data to Google from Chromium. For example, "Improve search suggestions" is enabled by default, "Make searches and browsing better" can be enabled optionally, and any "smart"/predictive/adaptive features send data to Google).
From the Chromium source tree, see: https://chromium.googlesource.com/chromium/src/+/6e4b151958ca/docs/chromium_browser_vs_google_chrome.md
That's good to know, I didn't know most Linux distros also had their own builds.