• 3 Posts
  • 560 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
rss

  • Depending on your needs, you can get a very basic e-ink reader for not that much.

    My e-reader, the Kobo Libra Color, has an e-ink color display, stylus capabilities (I’ve been doing crossword puzzles on it), WiFi so you can download books straight from the store as well as Dropbox/Google Drive integration if you store downloaded books there. It also supports Adobe DRM which Kindles don’t.

    But my mom has the Boox Note 4C which runs a full version of Android. Since it’s e-ink, don’t expect it to play video or games at all. But for productivity, they’re pretty good. Similarly you can get the reMarkable which is like a large e-ink tablet.

    As far as obsolescence goes, you can’t go wrong with an e-reader. It uses very little battery, so wear is minimal. The build is not too complex and usually quite sturdy. You might have to rely on WiFi 4 or 5 but that is no issue for the foreseeable future.

    The only thing is new e-book formats. Pdf is very basic and is not subject to change, but epub, the more interactive e-book format is currently on v3. It’s basically just an extension of HTML, xHTML to be precise, so it’s unlikely version 4 won’t open on older readers. But considering the capabilities of v3 I won’t expect v4 to be coming any time soon.






  • Green shit on your terrace, leaves fucking everywhere, looming threat of bird shit on your head, seeds everywhere, roots growing through everything, blocking the sun at every step, tough lessons in gravity for things kids climbing them, lot of damage when it’s stormy out.

    But nah trees are great, really.

    Edit: apparently I need to clarify that I really do love nature more than the concrete jungle, but there are things you can find that are not that great about trees.












  • Containerized software. The main advantage of this is that every application, or stack of applications, runs in its own ecosystem. You can restart a container whenever without having to reboot your entire system. You can store all data off a container in a volume, so if you hit a snag, you can recreate the container without actually losing any of your configs.

    You can also create networks so that apps run in different subnets than other apps.

    Very simply put, a docker container is like a mini system that runs on your main system.

    Something else I like about docker is docker compose. You can create a container or stack of containers with a single simple YAML file without actually having to install anything yourself. I manage my containers in Portainer.