Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BU
Posts
0
Comments
11
Joined
2 yr. ago

  • I mean, the post is about using a Steam Deck. It doesn't get much more effortless than that.

    You don't have to go out of your way to install a bleeding-edge distro that needs janitoring.

  • Are you sure? I thought that what you describe is what packages suck as NikGapps did, while MicroG is a reimplementation of the code. It does call Google webservers, but it doesn't run Google's blobs (which is also why it's severely limited/fragile compared to packages that run them)

    https://github.com/microg/GmsCore/wiki

  • Are you running the container in rootless mode (perhaps via Podman)?

    Rootless containers run on an emulated network stack (slirp4netns for podman, not sure about rootless docker), since the runtime doesn't have the privilege to touch the real one - which is the point of running rootless.

    This emulation uses a decent amount of memory and torrent clients in particular open a lot of connections. My slirp4netns process eats up several gigabytes whenever the torrent container is active.

  • Spotube.

    Note that it's not really a Spotify streaming app, rather it uses your (free) Spotify account for playlists, search, recommendations, etc. and then goes and find the song you want to play on YouTube, and the lyrics from scraping websites I think. Pretty clever.

  • Email blocklists are based on spam and malware.

    I've never heard of an email operator refusing to send or deliver SMTP messages to/from a certain provider because too many of its users support the wrong political party.

  • You don't need insync - most people just automate rclone sync commands using whatever task scheduler their system runs by default (cronjobs or systemd units, typically). For those who prefer a GUI, KDE has a Scheduled Tasks app.

    On Android, you can use Round Sync which is a wrapper around rclone and can import the same configs.