deleted by creator
umbraklat
- 6 Posts
- 14 Comments
tr -cd ‘[:graph:]’ < /dev/urandom | head -c 256
Hey, thanks! I didn’t know about the :graph: character set.
$ for i in $(seq 1 10); do tr -cd '[:graph:]' /cO(T$VNBT =HsfK@gdJ34hv&"+G)O$\AB.U f/qEpZ^&-.$cyR8N/JG'stTfV kFG;Us|w^A9qp&9#wzi/B@**] =_.`nU&]5L&Id]%Y')@Bri3KX Lu..z:f2Q&#Q-a}E-.ZJ/"%!N -Hu~YmwLv#Gp!j8Ap!#+EXRL2
umbraklat@lemmy.sdf.orgto Asklemmy@lemmy.ml•What is a quote you see everywhere that you absolutely hate?1·2 years agoI don’t know, as a ttrpg’er, I’m being someone else every two weeks for three hours are a time. ;)
Where do I find this slack and discord? asking for a friend…
edit: I found “Perl Hideout” … is that one?
umbraklat@lemmy.sdf.orgto Asklemmy@lemmy.ml•What is a quote you see everywhere that you absolutely hate?1·2 years agoMy least favorite is
Just be yourself!
Even in grade school I knew this was hogwash. I didn’t act the same in class as during recess, or in church as when at the dinner table. Exactly which me was I supposed to be? When someone asks, “What am I supposed to do?” They are really asking, “How should I behave?” And if you’ve never been on a date before, or this is your first job interview, then it’s not obvious.
A: “So, how did the interview go?”
B: “Not so well, he threw my resume away, in front of me, and ordered me to leave.”
A: “What? Why?”
B: “Well, I did just as your said, I was being myself. I walked in, gave him the ol’ finger guns, then started with my best fart joke.”
A: “Why the hell would you do that at an interview?”
B: “Because that routine always slays in the dorms and I was trying to be myself.”
umbraklat@lemmy.sdf.orgto Asklemmy@lemmy.ml•What is a quote you see everywhere that you absolutely hate?English1·2 years agoI wondered about this for years and years, never understanding, especially, since “having cake” and “eating cake” are used interchangeably. But, I finally figured it out! In this sense, the “having” is equivalent to “keeping” or “being in possession of.”
Examples:
- “What’s it like having a Mercedes Benz?”
- “The Smiths have a very nice home.”
No eating implied!
Therefore, the saying is more inline with “You can’t keep (to show off or admire) your cake, and eat it, too.”
umbraklat@lemmy.sdf.orgto sdfpubnix@lemmy.sdf.org•RSS feeds for communities on other instances - how to click through using our own instance?English2·2 years agoDo you have to supply credentials? something like prefixing the domain name with “user:password@” or do you have something set-up in.netrc
?I answered my own question by just trying it, and it worked as expected. Thanks for the great idea!
What do you mean by this? If not that, then what?
umbraklat@lemmy.sdf.orgOPto VIM - Vi IMproved@lemmy.sdf.org•Managing dotfiles with GNU stow2·2 years agoI’ve never seen that in a
.gitignore
, seems straightforward enough. I guess most people prefer to use the git config option, but this works!
umbraklat@lemmy.sdf.orgto commandline@programming.dev•Let's make a list of our favorite CLI utilities.1·2 years agoOf those mentioned, this one intrigues me most. Thanks!
umbraklat@lemmy.sdf.orgto Fediverse•Does it feel like the fediverse is exclusively used by older tech nerds?English7·2 years agoAhh, to be only 30 again!
umbraklat@lemmy.sdf.orgOPto VIM - Vi IMproved@lemmy.sdf.org•Managing dotfiles with GNU stow1·2 years agoCool, thanks for sharing the repo. I’m reading through your vimrc file, I always find these interesting. I like what you did in “Open new line and stay in normal mode,” “Exit insert mode faster,” and “Navigate buffers.” I’m going add those now!
I did not know you could do that! I work on several hosts that do not allow me to install (via their package manager) software, but if all I have to do is scp an appimage file and run it, then that problem may be solved!
umbraklat@lemmy.sdf.orgOPto VIM - Vi IMproved@lemmy.sdf.org•Managing dotfiles with GNU stow1·2 years agoDo you use any of the encrypted secrets features? That’s one of the big differences between chezmoi and the other options.
umbraklat@lemmy.sdf.orgOPto VIM - Vi IMproved@lemmy.sdf.org•Managing dotfiles with GNU stow4·2 years agoI’ve never heard of
cp -faTs
before. I did some experimenting and was surprised that it was recursive. I thought you needed an-R
for that, but you don’t. So,cp -faRTs
appears to do the same thing, but is funnier.In any case, thanks for sharing your repo. I take it, that after the initial install, you can just repeatedly
git pull https://git.sr.ht/~igemnace/vim-config
and then runvim-config/scripts/install-cfg
to keep your config files up-to-date.
deleted by creator