Trump has always been about exploiting the social share. To play both sides so people can share their validated view out of context, ultimately causing extremism. Social Media needs to take responsibility.
Category: Status
Beatport Pro I think is still being retired on November 16. If a usable API is available I might have to build an alternative interface. I need preview history and BPM sorting.
Turns out the ASUS router firmware update check does not update to the most recent firmware!
Resolve composer.lock conflicts with composer update --lock
To replace a non-breaking space with a regular one (cause of non-functional Markdown headers), create a new BetterTouchTool trigger in the Keyboard Shortcut section and replace alt-space with space.
Cuttlefish 0.5, my hackable blogging system, has been released – https://github.com/svandragt/cuttlefish/releases/tag/0.5
When you’re getting stale NFS file handle
errors when using Docker, give /sbin/nfsd
full disk access permissions on macOS or move your projects out of the sandboxed folder (I use ~/dev
).
Started a new project “Minimum Viable Blog”, a single script PHP blog. Very WIP, very minimal. Interested? View Source
Turns out I viewed iA Writer as a creative writing tool, not a markdown note taker. My mistake, it just turns out it’s the best at both. 👌
I want to install a go app on the raspberry pi. For which I need go. Which I thought I could conveniently install with homebrew for Linux. Which requires ruby 2.6.3+, which the pi doesn’t have. So I installed rvm and have to compile ruby from source #yakshaving