Modern tech, retro tech, 80s/90s music & nostalgia. I live in northern England so most things I post about have a UK slant.

Elsewhere on Fedi:

  • 2 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle


  • Not really a viable solution for many scenarios though. What if your PDF has half a dozen pages, your answer becomes really tedious. And in a lot of cases a PDF with forms is expected to be sent back to the person or company that created it once the fields have been filled in. They’re not likely to want to receive a bunch of JPEG screenshots instead.



  • You might enjoy Peter F Hamilton’s books Pandora’s Star and its sequel, Judas Unchained. It’s somewhere between space opera and hard sci-fi but there are significant plots and sub-plots involving alien creatures ranging from the vaguely comprehensible (to humans) through to creatures that are almost beyond our ability to understand.



  • I’m still struggling to understand what advantage Docker brings to the set-up.

    Maybe the application doesn’t need to write anything to disk at all (which seems unlikely) but if so, then you’re not saving any disk-write cycles by using docker.

    Or maybe you want it only to write to filesystems mounted from longer-life storage e.g. magnetic disk and mark the SD card filesystems as --read-only. In which case you could mount those filesystems directly in the host OS (indeed you have to do this to make them visible to docker) and configure the app to use those directly, no need for docker.

    Docker has many great features, but at the end of the day it’s just software - it can’t magic away some of the foundational limitiations of system architecture.









  • You may have slightly misunderstood the Fediverse.

    Accounts are not shared between different systems. They’re not even shared between different instances of the same system.

    What gets shared is the content, and the knowledge about other accounts.

    So you can follow a Kbin user from Mastodon, or vice versa. A Mastodon user can boost (“retweet”) something posted by a Lemmy user, on Lemmy. A Kbin user can upvote (“favourite”) a post that’s on Mastodon. A Calckey user can reply to a Kbin post, and that reply appears on Kbin and Mastodon and everywhere else that the thread is visible. And so on.

    But your actual account, i.e. your username & password and the profile associated with it, are firmly and permanently associated with the specific server you initially registered with.