Standard Search
About 79 results
https://cuducos.me/nao-compartilha-captura-de-tela-para-pedir-ajuda.html · 18 Mar 2025
Eu tenho alguns projetos de código aberto que são <abbr title="Command-line interface">CLI</abbr>, programas de linha de comando — o mais conhecido é o Minha Receita. E também participo (menos do que antes, mas ainda assim participo) de algumas comun...
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://cuducos.me/why-do-i-use-neovim-the-candid-response.html · 2 Oct 2023
If you are in a hurry, the short answer is: I am more productive using Neovim. You might not be, and that is okay. You use whatever makes you feel good and effective. In my case, it is Neovim. If you are not in a hurry, this happened the other day. I was ...
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