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/)CD
cdombroski @programming.dev
Posts 0
Comments 14
Plex for books?
  • The calibre content server also serves OPDS. Once you have a OPDS server in place you'll need to point a capable reader at it, but after that syncing and reading happens in the reader.

  • *Permanently Deleted*
  • Typically xdg-ninja will tell you how to set things up so as many dot files and directories as possible end up in the correct xdg location instead of cluttering up the top level of your home directory.

  • What exactly does systemd do?
  • NetworkManager (network interface/connection management)

    Pretty sure you mean systemd-networkd here. I find systemd-networkd to be very nice for headless systems, but NetworkManager seems to be a better fit for desktops because of the integrations it has available with KDE/Gnome/system tray

  • Opinion: Distributions that only change non-system pre-installed software or desktop environment should instead be packages or scripts
  • Ubuntu has significant differences from Debian so it wouldn't make much sense to be able to install it as a "flavor" of Debian. However, *Ubuntu are pretty much already metapackages on top of regular Ubuntu. So instead of having different installers for each one, you could just make it an option during install and provide an easy means to add/switch other options later

  • What's your approach to databases?
  • I've always used this docker image to do pg upgrades. It runs pg_upgrade to recreate the system tables and copy the user tables (which normally don't have any storage changes). It does require that the database isn't running during the upgrade so you're going to have a bit of downtime. Make sure you redo any changes to any configuration files, especially pg_hba.conf

  • Current status of Intel Arc on Linux
  • Nvidia was also the default choice for linux until about 5 years ago. Both companies used to only have closed source drivers and AMD's was not very good. The situation got better when AMD rewrote/open sourced their linux driver in 2017

  • eReader recommendations?
  • Not sure if this fits what you're looking for, but FBReader (Android | Apple) on a mobile device is what I use. It can sync your personal books along with reading position and bookmarks using Google Drive and can access any OPDS catalog. It also supports most (DRM-free/unDRMed) formats

  • Home Assistant with proxy (bridge network to host network connection)
  • Pretty sure that if you're using host networking you can't add an additional bridge network. I use macvlan to provide host-like access to the network (the container gets it's own ip on your actual network) and then use bridges to connect to my reverse proxy (and also the zwave controller)