

What is that core issue, in your opinion?
Instructor, author, developer. Creator of Beej’s Guides.
openpgp4fpr:CD99029AAD50ED6AD2023932A165F24CF846C3C8
What is that core issue, in your opinion?
This is pretty much the only way to verify knowledge. And it’s kind of what interviewers do when they’re thinking about hiring someone for a job, right? Same goal.
One potential avenue that schools have, especially in college, is to let the students know that. You’re not up against the school; you’re up against the interviewer.
This academic year I’m going to try to set up a thing where we do mock interviews with students, hopefully with real interviewers from real companies. I want to show the students where they’re going, and what they really have to get ready for.
In my dream world, we wouldn’t even have grades or diplomas. After all, when we’re learning things on our own we don’t have those and yet somehow we manage to get the job done. But not having grades comes with its own set of problems in this academic structure we’ve set up.
On the simple side, Ghostwriter is a markdown editor with no frills.
I also write my books in Vim. I use Pandoc to convert markdown to other formats.
But what if we use electrolytes?
This 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.
I’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.
The service can determine what they accept as a password.
And what password manager you use, I think was the poster’s point.
This is why when Republicans claim to be pro-states rights nobody believes them.
XFCE, 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.
That escalated quickly. Uh… “Bring manufacturing back to America!” Or something.
I certainly can’t speak for all educators and grade levels, but in my junior and senior CS courses, I don’t have them memorize anything and they gotta solve problems.