Standard Search
About 42 results
https://benswift.me/blog/2024/09/20/format-markdown-on-save-in-zed-using-prettier · 20 Sep 2024
One thing I've particularly enjoyed since switching to Zed is format-on-save, which is turned on by default in most programming modes. However, it's not turned…
dev
https://benswift.me/blog/2023/02/02/jekyll-build-speedups-for-ruby-3-2 · 2 Feb 2023
There's a bunch of buzz about Ruby's new YJIT in v3.2.0. I have to develop and maintain a bunch of Jekyll websites for work, some of which are getting into…
dev
https://benswift.me/blog/2023/01/22/handling-square-webhooks-in-phoenix · 22 Jan 2023
My brother's cafe donates a dollar to the local community centre for every coffee sold, and over the summer I built him a live "donation counter" which…
dev
https://benswift.me/blog/2023/01/11/rclone-exclude-all-git-repos · 11 Jan 2023
For a long time I've used rclone for remote backups and it's awesome. I have a script which syncs all the files I care about on my laptop to cloudstor (which,…
dev
https://benswift.me/blog/2022/06/30/what-githubs-copilot-ai-assistant-means-for-coders · 30 Jun 2022
I wrote [a piece for the Conversation][conversation] about GitHub's new Copilot AI programming assistant. You can [head over there][conversation] to read it if…
https://benswift.me/blog/2022/06/30/so-this-is-how-it-feels-when-robots-come-for-your-job · 30 Jun 2022
import Picture from '../../../../src/components/Picture.astro' what GitHub's Copilot 'AI assistant' means for coders This article originally appeared in the…
https://benswift.me/blog/2022/06/22/redacting-craiyon-prompts-with-imagemagick · 22 Jun 2022
I've been messing around with craiyon (formerly DALL-E mini), because who hasn't been doing that recently. As part of a workshop I'm running soon at the School…
https://benswift.me/blog/2022/05/23/pulling-apart-zoom-attendance-csv-dumps-in-tidy-r · 23 May 2022
My team ran some Zoom training last week and today I needed to figure out who actually attended across all the days, and for how long. Zoom can give you a csv…
dev
https://benswift.me/blog/2022/02/01/running-an-ai-neural-style-transfer-model-under-singularity · 1 Feb 2022
I've recently been given access to a beefy AI server (6x RTX3090s!) which is managed via SingularityCE, whose homepage boldly asks and then forgets to answer…
https://benswift.me/blog/2021/10/27/deploying-a-phoenix-app-with-liveview-on-fly-io · 27 Oct 2021
Things to note: - The hexdocs page on deploying to fly.io is pretty up-to-date, and in general I followed that (starting with the part). - The fly.io…
dev