Now
Building yokerhood.com, working on Cure and maintaining open-source Elixir & Erlang/OTP libraries.
genserver.social/mudasobwa
ActivityPubAI assistants are all like a luxury racing car with an automatic transmission and a bunch of gadgets like self-emptying ashtrays, but without a rear gear.
Breaks exist, but only as an emergency cord.
And yet, it is equipped with the most powerful engine in existence.
TIL: AWS instance can be fed with a startup script via instance attribute to fix boot problems (I had a corrupted SWAP line in /etc/fstab.) Wow.
USERDATA=$(echo '#cloud-config
bootcmd:
- sed -i '\''/swap/s/^/#/'\'' /etc/fstab
- sed -i '\''/SWAP/s/^/#/'\'' /etc/fstab' | base64 -w 0)
aws ec2 modify-instance-attribute \
--instance-id i-0be1c0d994f8641d3 \
--user-data "Value=$USERDATA" \
--region us-west-2
When I’m developing the library, I never create tasks/issues instantly when the new idea comes to my mind.
For the first time, I let it slide.
If it later comes again, I do implement it.