Jottacloud is pretty good. They have a Linux CLI too
- 1 Post
- 17 Comments
Yeah that seems about right. Bunch of things that I wish were better but I am not going back. When I absolutely must there’s a VM for that.
plumbercraic@lemmy.sdf.orgto Games@lemmy.world•Mafia: The Old Country - “Loyalty is Everything” Story TrailerEnglish5·20 days agoIt was completely broken at launch. Not like funny jank, like crash to desktop and wait for the devs to finish the unfinished game.
But in the year where no mans sky released I can understand if its hard to recall mafia3
plumbercraic@lemmy.sdf.orgto Games@lemmy.world•Mafia: The Old Country - “Loyalty is Everything” Story TrailerEnglish6·22 days agoLooks cool. After the shitshow that was mafia3 I’ll be waiting to see if they actually finish the game before selling it this time around.
plumbercraic@lemmy.sdf.orgto Open Source@lemmy.ml•Peersuite is an opensource alternative to slack/discord20·24 days agoThis is a cool idea. We’re not super happy with slack at work but I admit we haven’t given matrix a proper go yet. Wish we could stop for like a year just to evaluate the stack and the toolset. I kid. Sort of.
plumbercraic@lemmy.sdf.orgto Linux@lemmy.ml•Which program is the one that surprised you most that it is available on Linux?6·1 month agoProbably ComicTagger https://github.com/comictagger/comictagger
I had been holding onto ComicRack for years and really loved it for scraping and generating tags before adding to Komga. I was a happy camper when i found ComicTagger.
plumbercraic@lemmy.sdf.orgto Technology@lemmy.world•Forced E-Waste PCs And The Case Of Windows 11’s Trusted PlatformEnglish572·1 month agoI can hear the ‘just use Linux/BSD/etc.’ crowd already clamoring in the comments, and will preface this by saying that although I use Linux and BSD on a nearly daily basis, I would not want to use it as my primary desktop system for too many reasons to go into here.
Still though.
🐧
Kiwi Marmite is awesome, but I do love promite.
Team Vegemite about to enter the chat…
must be the pal edition
plumbercraic@lemmy.sdf.orgto Nintendo@lemmy.world•Have You Checked On Your Wii U GamePad Battery Recently? | Time ExtensionEnglish10·1 month agoThanks for the heads up - my gamepad is still normal amounts of chonk.
I think I had more fun with the WiiU than the switch. Mario 3D world, tropical freeze, Mario kart, splatoon, captain toad and botw. On switch I enjoyed metroid but can’t think of anything else. Unfair comparison since I was different amounts of busy for each console, just surprised me how badly it sold.
Both, I think? Respecting the craft and expertise of the way we used to do things is important, but the author is being melodramatic and I wanted to poke some fun.
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.
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.
plumbercraic@lemmy.sdf.orgto Technology@lemmy.world•Microsoft is putting AI actions into the Windows File ExplorerEnglish10·1 month agoI just get happier with each passing month that I don’t use windows anymore. The freedom of having my hardware and data no longer serving the corporate interests of the operating system vendor is great.
plumbercraic@lemmy.sdf.orgto Linux@lemmy.ml•Why Vim Is More than Just an Editor – Vim Language, Motions, and Modes Explained18·1 month agoAfter 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.
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.