People recognise faces. Make sure your logo has a positive connection.
Senior Web Engineer. Open web / music. Remote DJ. Tall Dutch guy. #3million
If you send email using `[email protected]` then think about why you're not having a human contact? Why are you sending email and missing out on starting a conversation? That's bad business. It also flags you as a potential spammer.
Although I'm too pragmatic to go through the setup required to get this up and running, I love reading about these elaborate #remoteworking setups
My server ran out of space, it turns out NextCloud was holding on to 30GB of trash! Fixed as per https://
Firefox's spelling checker wasn't working for me, and unfortunately it doesn't support the macOS default one, so I was seeing a lot of spelling errors. I fixed it by installing the recommended links at https://
Moving contact tracing down the stack fundamentally changes the amount of control users have: you can uninstall a (contact tracing) app, you cannot uninstall the entire OS
That's a very worrying development.
I use the following script to run a daily upgrade on the #BookStack instance:
#!/usr/bin/env bash
pushd /var/www/brain.vandragt.com
git pull origin release && composer install --no-dev && php artisan migrate --force
popd
I’ve FINALLY setup a BookStack instance (trivial, once I sorted out a Let's Encrypt issue) for reference documentation. Find it at https://
I'll move my reference documentation from my site into it over time.