moved from us instance

  • 0 Posts
  • 20 Comments
Joined 2 months ago
cake
Cake day: June 3rd, 2026

help-circle
  • Copy pasting my other reply about the same thing:


    I would argue that BSD licensing keeps projects more free of corporate influence if started by hobbyists.

    Corpo forks BSD/Apache/whatever software, doesn’t publish source, nerds don’t use it and look for the original, the end.

    Corpo forks copyleft software, publishes releases on GutHib with literal zip files in the repo semi annually. Original maintainer gets taunted with “but the corpo one has feature X, the code is free, you should use it”. If they don’t merge it, they get labeled an egoist and people go use the corporate one. If they do merge it, eventually the entire project gets bloated and barely readable, is held together by @redhat.com patches, and eventually all development is just corporate decisions. There’s no escape.

    You know, we are all victims of it ourselves. I am using Firefox rn. There was little to no “conversion” as they started out corporate. They have patches merged from the Tor people for actual privacy, although removed from the settings because “meh, nobody would want that” (sponsors would disapprove). The privacy they are marketing for normies is a list of like 20 domains.

    Yeah uh so we are very private by default, there’s no google tracking but if a site loads an ad or a youtube embed there’s google tracking, also we block embeds for privacy except specifically youtube.

    It’s all corporate decisions. While I don’t use the specific variant(s) and didn’t observe it, I once saw the Firefox home page on someone else’s device. It was football stats followed by “sponsored links”. I thought it was Edge for a second.

    And there’s no escape. Web pages are no longer actual pages oftentimes, they are fat blobs of 3 language conversions on top of each other targeting only the specific 3 (sometimes 2) big brand web browsers as the backend: Firefox, Chromium and Apple’s Webkit fork. They are all corporate. The fat blob generators are also corporate.









  • “GMail takeout files” aren’t a thing. mbox is a standard file format from Unix. Some Unix-likes provide the mail command and on others you have to install s-nail, after which you can do mail -f {path to mbox} to view all mail inside. If there are multiple files, you can literally just concatenate them like so: cat /somedirectory/*.mbox > theultimate.mbox.

    Apart from that, most GUI mail clients allow viewing mbox. When the mbox file updates, the client says you have new mail. For example, in Claws Mail, skip setup, then go to plugins and enable the mbox plugin (while you are there, may as well enable pgp, s/mime, calendar, dillo to handle all formats). Then, go to create new account, and in the “Basics” tab, select “local mbox file” for "Receive protocol ". It will then ask for a file path.

    Also, if your Google account settings allow, you can literally just login to Google from Claws mail. Set protocol to IMAP, then set Authentication method to Oauth2 in both Receive and Send tabs. Proceed with setup as usual and it will open your default web browser to login. After that, it will download your entire history of mail.