Avatar

madcow

madcow@lemmy.ml
Joined
2 posts • 29 comments
Direct message

You can always use something like PGP to encrypt your communication.

permalink
report
parent
reply

Buy me an oil rig and open a hacker space there. Pretty obvious choice no?

permalink
report
reply

I really like the simplicity of this workflow by StreakyCobra on HN (explained as a blog post here):

I use:

git init --bare $HOME/.myconf
alias config='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME'
config config status.showUntrackedFiles no

where my ~/.myconf directory is a git bare repository. Then any file within the home folder can be versioned with normal commands like:

config status
config add .vimrc
config commit -m "Add vimrc"
config add .config/redshift.conf
config commit -m "Add redshift config"
config push
And so one…

No extra tooling, no symlinks, files are tracked on a version control system, you can use different branches for different computers, you can replicate you configuration easily on new installation.

permalink
report
reply

Looking great! Which font and icons do you use?

permalink
report
parent
reply

Every web frontend is source-available. You can do some obfuscation sure, but it’s always possible to just grab the computed style properties when the document finished rendering.

permalink
report
parent
reply

I blocked every meme community I’ve seen so far. But I must admit the one you posted together with the specific description of your meme-taste was kinda cute. I might subscribe to your curated meme-collection.

permalink
report
reply

Feeling kinda moody right now.

permalink
report
reply

They don’t even allow me to delete my account. They suspended me (never posted anything) and now I’d need to beg to be unbanned, just to get off Mr. Elons wild ride. I’m in the EU so I’m thinking about making use of my right to be forgotten.

permalink
report
parent
reply