HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zeroDivisible

no profile record

comments

zeroDivisible
·il y a 6 mois·discuss
It doesn't mean much but I cancelled my 5x Max subscription to Claude. Only way how I can tell them what I think about this change.
zeroDivisible
·il y a 2 ans·discuss
You can check some open source projects (envoy is the one I know) which are using it. The bigger projects are fun way to learn some tricks.
zeroDivisible
·il y a 2 ans·discuss
I've got a bunch of Ansible scripts, written in around 2013 or so - and then constantly tweaked over the years. Code quality isn't the greatest, but I've been using them to provision a bunch of laptops, Linux PCs, etc. They work good enough that I didn't search for a replacement yet. There's always a thing which needs fixing with these scripts, which is to be expected for something which is only fired every so often.

Hardest part of using them is remembering to do any config changes in Ansible repos and not directly in config files.

I have diverging logic, branching off usernames and group memberships to treat given machine as "personal" or "work" - and then configure certain settings differently. I'm using ansible-vault for secrets like SSH keys, etc.

New machine provisioning is usually just installation of a package manager (if not present, like brew), and installation of Ansible.
zeroDivisible
·il y a 2 ans·discuss
LunarVim may require some symlinks but I've ran both with Neovide at some time. nvchad should work out of the box.
zeroDivisible
·il y a 2 ans·discuss
I have almost exactly the same habits when using editors mentioned above. I'm not sure if I've been using Vim (neovim now) or Emacs (+evil) for longer, but both have great reasons to be installed at the same time.