About 10 results
https://eclecticisms.leaflet.pub/3mfu4f2hz7c2x · 27 Feb 2026 · 🦋 Bluesky
Eclecticisms Conversations Series: Episode 001 - Interview with Rudy Fraser of Blacksky
https://seth.computer/notes/stay-curious · 18 Feb 2026
As AI changes how engineering work gets done, we still have to build and maintain our understanding of the systems we're responsible for.
https://hacdias.com/2025/07/30/duckduckgo/ · 30 Jul 2025 · 🦋 Bluesky
A few days ago, I wrote about my quest for a better search engine. For the past few months, I had been using Kagi, but I have since canceled the subscription. As a consequence, I returned back to DuckDuckGo. However, I felt it wasn't able to satisfy my nee...
https://hacdias.com/2025/07/26/search-engines/ · 26 Jul 2025 · 🦋 Bluesky
From February up until now, I have been using a paid search engine, Kagi. Two weeks ago, I canceled my subscription to try giving DuckDuckGo - or maybe another search engine - a go. However, I still find the search results quite lacking!
https://hacdias.com/2025/07/23/software-for-fun/ · 23 Jul 2025 · 🦋 Bluesky
Time and time again, I have come across articles about writing "useless" software, or programming as play. These sort of articles always wake up something in me. They focus on programming as a fun, playful thing, instead of making things with a hard purpos...
https://seth.computer/notes/building-for-longevity · 30 Dec 2022
Argues for considering the long-term maintenance burden when making technical choices. Every dependency, language, and infrastructure decision carries ongoing costs. Choosing boring, stable technology minimizes that burden and lets you focus your limited t...
https://hacdias.com/2021/05/30/cd-alias-completions-zsh/ · 30 May 2021
For quite some time, I've had a helper function on my Zsh config to quickly be able to cd to specific directories.
https://seth.computer/notes/github-actions-with-docker · 11 Nov 2020
A walkthrough of building a custom GitHub Actions workflow using Docker instead of marketplace actions. Covers the action file, Dockerfile, entrypoint script, and workflow configuration for building a Zola site and deploying it to Netlify.
https://seth.computer/notes/what-makes-an-api-simple · 30 Aug 2019
Explores the tradeoffs in API design between minimal request inputs and richer contextual data. Argues that 'simple' should mean simple to use correctly, not just simple to look at. When an API encapsulates business logic, shifting complexity onto the API ...
https://seth.computer/notes/how-im-writing-haskell · 4 Aug 2019
A walkthrough of a Haskell development environment built on NixOS, Vim, GHCid, and Hoogle. Covers the Nix and Cabal setup, fast compiler feedback with GHCid, testing with hspec, and documentation lookups, all prioritizing simplicity and locally contained t...