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/)YH
Yoddel_Hickory @lemmy.ca
Posts 0
Comments 30
Recommend me an eink reader that I can transfer files to from my phone
  • I never had performance issues, but I don't read huge books or anything. There seem to be some online converters, but I agree that is not the most ergonomic. Maybe calibre-web could also do the job, with you connecting to it through your phone's browser.

    Never heard about the kepub format but I'll look into it, sounds cool.

  • How well does the raspberry pi handle being a moonlight client
  • Probably wifi, I dont think Moonlight Embedded uses much ram. I also get the undervoltage warning nearly constantly, since the a+ is powered by the usb port of a projector. Maybe that also affects things.

  • How well does the raspberry pi handle being a moonlight client
  • I use Moonlight Qt on a raspberry pi 5, and used it on a raspberry pi 4 before that. Both connected via ethernet, streaming at 150 mbps. It works very well, feels like being at the computer. It feels like there is next to no delay, and moonlight reports around 5 ms.

    Somewhere else I use a raspberry pi 3 A+ with Moonlight Embedded, connected via Wi-Fi, and it works pretty well, but I can notice the delay a bit more. Still able to stream at 40 mbps.

  • Child killed in USA school shooting is identified
  • I mean there's more than these two categories. There's "Canadian news", "French news", "South Korean news", "USA news", and so on. It's not a privileged classification, it's national news, every country has them.

  • Surface Go 2 with 4GB Ram and 4425Y worth it?
  • I have the 128 GB storage 8 GB RAM, it's still very usable. I often get annoyed with the small SSD, I'd assume 64 GB is way too small. Also if I remember correctly the 64 GB version has much slower eMMC storage, while the 128 GB and up have a real SSD.

  • Docker vs Podman, which one to choose for a beginner and why ?
  • I use Quadlet, which is now merged in podman. The only issue I had with it is running system systemd services as other (rootless) users, I can't get it to create cid files that the users can access. In those cases only, I have to modify the generated services files, which defeats the purpose.

  • What is your partitioning strategy to achieve a stable, backup-able and recoverable system?
  • Btrfs snapshots are great! All my filesystem is Btrfs, with subvolumes for root, home and var.

    I'm using the Fedora immutable distros on many computers, it's great to be able to boot into a previous version of the system if issues arise. Not that issues arise, since most packages are installed as Flatpaks, in a toolbox or in a container. Makes the systems nearly unbrickable.