I also write my books in Vim. I use Pandoc to convert markdown to other formats.
Beej Jorgensen
Instructor, author, developer. Creator of Beej’s Guides.
openpgp4fpr:CD99029AAD50ED6AD2023932A165F24CF846C3C8
- 0 Posts
- 52 Comments
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•What have you been using for cloud backups?6·24 days agoThis won’t work for you because it’s not enough space, but other people might consider paying money to a place like SDF. I think it was $3 a month (IIRC) for 800 GB of space, and it’s for a good cause.
I use rsync and gocryptfs to back my stuff up there. I also have local hard drives for backups.
Maybe there’s another pubnix that you can pay to get more storage.
Back in the day, I had local hard drives that I would mirror and sneakernet to my friend’s house every couple weeks. We’d trade drives and then we’d have an off-site.
If I weren’t using SDF, I’d probably set up a home server someplace or talk to a friend who already had one and rsync to that.
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•Found a printer and Linux saves the day again9·28 days agoI’ve had no joy getting my Brother printer to share over the network with our macs… It seems like the mac sees it for a moment and then it vanishes. The closest Ive come is having the printer wake up when the Mac sent a job, but it didn’t print anything. Prints fine from Linux USB.
Someday I’ll give it a third attempt.
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•Passwords are okay, impulsive Internet isn't12·1 month agoThe service can determine what they accept as a password.
And what password manager you use, I think was the poster’s point.
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•Which X11 software keeps you from switching to Wayland?101·2 months agoXFCE, mostly.
I’ll have to post it all somewhere sometime. None of my passwords are in there, but some of my account names are.
So close on mutt! :)
I have it set up so that it autoconverts all HTML messages to plain text as best as it can. If it’s not good enough, I have a macro set up to launch the HTML version in Firefox so it’s usable. (None of the images come through, which is potentially a feature.)
I did look into writing HTML mail with mutt, and it’s even uglier than reading. The gist of it is to basically have a wrapper script that launches some kind of HTML editor, then builds the multipart message (maybe autoconverting HTML to text so you can have both) and headers, then launches
mutt -H email.txt
to prepare to send it. If it looks good, send it from Mutt as normal. I don’t know how well this would work with attached inline images, but it sounds potentially quite painful.But I don’t regularly send HTML messages, so I haven’t bothered with that route. I’d just bring up TB if I had to.
(I can say, for me, since I went back to mutt, I’m happier with email than I’ve been for decades. And my RAM is happier, too. But I probably spent 20 hours configuring it. And everyone probably hates my preformatted text. They get back at me by sending 30 MB HTML-only mails. 🤣)
The absolute best thing about it was that after suffering under Microsoft’s shitty operating systems for years, you were running a Unix-like on your own hardware. That part was amazing.
I built soooo many kernels. 😅
Rust has some big binaries due to static linkage, and the Rust coreutils gets around this Busybox-style, compiling everything into one binary that you hard link to. Pretty neat. The project is easy to build and mess with without installing if you’re curious about it. And you could add the build dir to the front of your path if you want to try it out with low risk.
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•Where Do You Guys Throw Your Local Git Repos?61·8 months agoMost of my code and some non-code is under
~/src
, but I have repos scattered all around for other things.
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•My experience with microsoft's ads for linux.8·9 months agoMy parents are in their 80s and this crap will push them to Linux.
I don’t know the details behind it, but it sure takes its sweet time figuring it out. I’ve let it sit 20 minutes before giving up.
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•Why I Prefer Minetest To Minecraft - YouTube2·10 months agoYeah. Under a second to the launcher, and (just timed it) 6 seconds to load and run my existing world.
I haven’t measured it, but I can tell I’m noticably slower on standard editors than Vim.
When I had to match against misspells I found Levenshtein distance to be most useful.
https://en.wikipedia.org/wiki/Levenshtein_distance?wprov=sfla1
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•Why I Prefer Minetest To Minecraft - YouTube5·10 months agoReally? Mine launches in a few seconds. Maybe I haven’t explored enough. 😁
I started using one of the userspace oom killers a while ago and have been much happier. Instead of the system becoming unresponsive, suddenly Slack just dies. It’s great.
Beej Jorgensen@lemmy.sdf.orgto Linux@lemmy.ml•Why I Prefer Minetest To Minecraft - YouTube31·10 months agoI played quite a bit of solo mineclone2/voxelibre. Really good stuff with a surprisingly short wishlist on my part.
It’s silly, but one of my favorite things is that it fires up the launcher in under a second. Reminds me of when software wasn’t bloated halfway to hell. 😁
On the simple side, Ghostwriter is a markdown editor with no frills.