About 113 results
https://mikebifulco.com/posts/devs-its-okay-to-use-no-code-tools · 27 Sep 2022
Embrace no-code tools to save time, boost efficiency, and complement your coding skills. No-code is the future - don't be left behind!
https://benswift.me/blog/2022/06/30/what-githubs-copilot-ai-assistant-means-for-coders · 30 Jun 2022
A pointer to my Conversation article on GitHub Copilot and what AI coding assistants mean for programmers.
https://benswift.me/blog/2022/06/30/so-this-is-how-it-feels-when-robots-come-for-your-job · 30 Jun 2022
GitHub Copilot is a genuine force multiplier for coding, but human expertise is still crucial---a Conversation article on what AI assistants mean for programmers.
https://benswift.me/blog/2022/06/22/redacting-craiyon-prompts-with-imagemagick · 22 Jun 2022
A one-liner ImageMagick command to batch-redact the prompt text from craiyon (DALL-E mini) screenshot outputs.
https://benswift.me/blog/2022/05/23/pulling-apart-zoom-attendance-csv-dumps-in-tidy-r · 23 May 2022
A quick tidyverse R script for parsing Zoom attendance CSVs and visualising per-participant call duration with ggplot2.
https://mikebifulco.com/posts/migrate-gatsby-to-nextjs-apisyouwonthate-com · 2 Mar 2022
I migrated apisyouwonthate.com, a site with 20k+ monthly visits, from Gatsby to Next.js at the end of 2021. Let's talk about what I learned from that experience.
https://benswift.me/blog/2022/02/01/running-an-ai-neural-style-transfer-model-under-singularity · 1 Feb 2022
Getting a pytorch neural style transfer model running on RTX 3090s via Singularity containers, navigating CUDA version hell along the way.
https://mikebifulco.com/posts/run-dependabot-locally · 10 Dec 2021
Since its release, teams around the world have been using dependabot to automate the process of keeping your project's dependencies up to date. In this article, I'll show you how you can run dependabot on the command line using dependabot-core.
https://mikebifulco.com/posts/make-vs-code-load-faster-mac-apple-silicon · 24 Nov 2021
If you're running an Apple Silicon Mac (with an M1, M1 Pro, or M1 Max chip), you may be able to speed up VS Code massively with a quick update.
https://cuducos.me/como-organizar-um-projeto-em-django.html · 24 Nov 2021
Em 2016 começamos a Operação Serenata de Amor e uma das necessidades da nossa equipe de cientistas de dados era ter uma ferramenta fácil para ver os detalhes de qualquer reembolso específico feito pela Câmara dos Deputados a parlamentares. Assim nasc...