I waddled onto the beach and stole found a computer to use.

🍁⚕️ 💽

Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)

  • 69 Posts
  • 240 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle

  • The articles I’ve seen say that it was for the past 10 years of work, some amount of which was unpaid

    https://techcrunch.com/2025/11/18/mastodon-ceo-steps-down-as-the-social-network-restructures/

    With the revamp, Mastodon has the potential to expand its business, product, and mission, without being dependent on a single person’s leadership. It will also give Rochko a break, as he’s been singularly focused on Mastodon for the past 10 years.

    Going forward, Rochko will continue contributing to Mastodon as an adviser. He has also been compensated with a one-time payment of €1 million, given that he took less than a fair market salary over the years while building Mastodon.

    I don’t have insight into the decision making process that went into deciding on that amount, maybe it’s less than what he should have been compensated for, maybe it’s more. But it sounds like they reached that decision amicably


  • You can view the source for my comment and copy paste :)


    Do this in order:

    1. Install with LUKS full-disk encryption and Btrfs subvolumes for @ and @home so snaps are atomic.

    2. Enable automatic snapshots with Timeshift or snapper.

    3. Export your package lists:

      • Debian/Ubuntu: dpkg --get-selections > packages.txt
      • Arch: pacman -Qqe > pkglist.txt
      • also flatpak list --app > flatpaks.txt
    4. Put your dotfiles under version control and manage them with chezmoi or GNU Stow.

    5. Use Flatpak for GUI apps, containerized toolchains (podman) for dev environments, and keep only system-critical packages in the distro manager.

    6. Back up with Borg: borg init --encryption=repokey /path/to/repo ; borg create repo::$(date +%F) /home /etc --stats ; borg prune --keep-daily=7 --keep-weekly=4 --keep-monthly=6

    7. Keep a small, bootable USB with the exact kernel/tools you use so you can unlock LUKS and mount Btrfs snapshots.

    8. Test restores quarterly: restore a snapshot to a spare partition and boot it. Do that for a year and tell me reinstalling is fun again.









  • I’ve had a smoother time with Bluetooth since switching to Linux than I did on Windows.

    On Windows it would randomly disconnect, or I would need to manually forget and re-pair the device every few months. Now when I turn on the device, it reliably reconnects to either my phone or the Linux device, depending on which one it was connected to last.

    Maybe it’s distro / device dependent








  • Meta will contribute React, React Native, and JSX (JavaScript XML) to a new React Foundation, part of the Linux Foundation, and said that “it is important that no single company or organization is overrepresented.”

    The React Foundation will start with seven corporate members – Amazon, Callstack, Expo, Meta, Microsoft, Software Mansion, and Vercel – and its responsibilities will include maintaining React’s infrastructure and trademarks, organizing React Conf, and sponsoring the React ecosystem. The first executive director will be Seth Webster, Meta’s head of React.

    React, created by Facebook in 2013, is the most popular JavaScript framework. (Facebook changed its name to Meta in 2021.) The most recent State of JavaScript survey reported usage by over 80 percent of respondents. React Native is a cross-platform UI framework based on React, and while it’s not as dominant as web React, Microsoft is a particularly big user. Usage of React is also likely being boosted by increasing deployment of AI coding tools, which in our experience tend to default to React if not prompted to use a different framework.