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

help-circle
  • I wouldn’t backup the volumes directly. Better to use the mount points as you suggest then back up those mounted directories. If it’s a database that usually needs to have its records exported into a backup friendly format. Typically I will do a db dump from a cron job in the host system to summon a script inside a container which writes to a mounted dir which is the thing that I back up.











  • plumbercraic@lemmy.sdf.orgtoTechnology@lemmy.worldThe Copilot Delusion
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    1 month ago

    That’s wildly incorrect and somehow serves to underscore the original point.

    Scribes were not glorified photocopiers; they had to reconcile poorly written and translated sources, do a lot of research on imperfect and incomplete information, try to figure out if the notes in the margin should be included in future transcriptions, etc. Their work required real subject matter expertise, training and technique, was painstaking and excruciating, and many hand written manuscripts are absolutely works of art.


  • plumbercraic@lemmy.sdf.orgtoTechnology@lemmy.worldThe Copilot Delusion
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    15
    ·
    1 month ago

    The thing I hate the most about the printing press and its ease of access: the slow, painful death of the scribe’s soul—brought not by war or scarcity, but by convenience. By type. By machines. […]

    There was once magic here. There was once madness.

    Monks would stay up all night in candlelit scriptoriums with bloodshot eyes, trying to render illuminated manuscripts without smudging their life’s work. They cared. They would mix pigments from crushed beetles just to see if they’d hold. They knew the smell of burnt parchment and the exact angle of quill where their hand would cramp after six hours. These were artists. They wrote letters like master craftsmen—full of devotion, precision, and divine chaos.

    Now? We’re building a world where that devotion gets mechanized at the door. Some poor bastard—born to be great—is going to get told to “review this Gutenberg broadsheet” for eight hours a day, until all that wonder calcifies into apathy. The scriptorium will become a print shop. The quill a lever.



  • After a decade of using the bare minimum vi modes I just yesterday discovered I could use visual mode to jointly indent multiple lines.

    I will still prefer pycharm every day of the week over vim, but yesterday I needed to modify code on a server and rebuild some docker containers. I couldn’t be arsed setting up my local env, making a merge request etc and was pretty impressed that a combination of screen, vim, docker compose and git - all available via SSH, was a complete toolset for getting an emergency change deployed and an app running again.



  • update to say that tabby is nice for ssh including key auth, and with profiles and groups it gets most of the job done. There is an sftp “plugin” but all it does is summon sftp. Will see if I can get it to open filezilla and use the env vars in calling the command. Setting aside RDP for now as guac looks like a good fit there.


  • plumbercraic@lemmy.sdf.orgOPtoLinux@lemmy.mlSSH managers on Linux?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    2 months ago

    I use those tools already and have been administering Linux/bsd/docker for years. What’s new for me is using it as a desktop. The existence of scp, ssh etc dont solve this problem and while I find it interesting to learn how other admins are essentially making their own central console out of these components, it is a bit much seeing commenters insist that this is the same thing, or suggesting that anyone who wants a central console for their remote systems must be somehow incompetent. Sysadmins can have different workflow and tooling preferences.