There’s no place like home
fakeaustinfloyd
- 0 Posts
 - 9 Comments
 
 fakeaustinfloyd@ttrpg.networkto
 Asklemmy@lemmy.ml•Have you ever cried over a celebrity or complete strangers death, why?
6·5 months agoFred Rogers (of Mister Rogers’ Neighborhood). For my generation, he helped to shape our views on kindness and compassion for humankind. He fought for public access funding in the United States. He helped break color barriers on television. He helped us enjoy jazz.
I have not encountered another media personality who was so genuinely invested in making sure that kids had the tools they needed to deal with the emotional parts of existence. I’m tearing up again thinking about how much he did for us.
 fakeaustinfloyd@ttrpg.networkto
 linuxmemes@lemmy.world•Conventions contain lots of Blahajs and UwU's
7·6 months agoOff the top of my head, vi came out in the late 70s (though it might have been a little while later before you could start editing directly through vi)
 fakeaustinfloyd@ttrpg.networkto
 Asklemmy@lemmy.ml•What music do you use for concentration?
4·1 year agoEither ambient instrumental music (lots of Brian Eno) or any music that I know all the words to (so that my brain doesn’t have to actively process the lyrics).
 fakeaustinfloyd@ttrpg.networkto
 linuxmemes@lemmy.world•Remember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitive
1·1 year agoYou could, but should pick a different drive than c (this will likely break a ton of stuff)
 fakeaustinfloyd@ttrpg.networkto
 linuxmemes@lemmy.world•Remember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitive
2·1 year agoI actually really like that fsutil case sensitivity can be set on a folder by folder basis so that I can have a safe space to deal with Linux files.
 fakeaustinfloyd@ttrpg.networkto
 Asklemmy@lemmy.ml•What movie from your past are you completely nostalgia blind too?
8·1 year ago“Maximum Overdrive” for me.
Also, great call on Megaforce.

 fakeaustinfloyd@ttrpg.networkto
 Linux@lemmy.ml•OpenSSH: race condition in sshd allows remote code execution
3·1 year agoFor anyone in RHEL / Fedora land (or using dnf somewhere else), try
dnf needs-restartingto list executables that have mismatched files on disk vs memory. The-rflag will hint if a reboot is needed (due to things like kernel or glibc changes)
Most app devs fuck it up (especially the lazy bastards that just throw everything in /opt and call it a day). I like being the dev who won’t let my code ship until everything fits nicely into FHS 3.0.
There’s dozens of us.