Luna.nvim
A minimal, near-black neovim colorscheme with just enough color to live by.
Random thoughts and musings.
A minimal, near-black neovim colorscheme with just enough color to live by.
A case for taking your attention back from ads, notifications, and the devices designed to steal it.
A Neovim plugin for seamless integration with Claude Code CLI
I built a simple React component that keeps track of all the miles I've walked, run, and cycled throughout the current year. It pulls data from my Strava account and displays the total distance, providing a real-time snapshot of my athletic activities.
My neovim theme heavily inspired by the original Jellybeans.
I learned more writing this post than I expected to.
Idioms, Standard Library Gems, and Snake Traps to Avoid
Or should I call you 2020, too?
A CLI utility that searches for a value in JSON files and prints out paths that point to that value.
How to write a CSV such that Excel doesn't drop leading zeros where they're needed. Postal codes are a great example of when those leading zeros contain valuable information.
A quick post on defining what reliability means in terms of software development.
Useful for adding a gitignore file later into a project.
Introducing parameter objects into your code.
Compiling GO binaries for the synology platform.
...And then my wife took it.
My wife loves the movie Pan's Labyrinth. In that movie, there's a lullaby and she's mentioned to me several times that she has always wanted a music box that plays that lullaby.
T-Mobile didn't let me pre-order the new iPhone. So I had to write a script to notify me when there was stock nearby.
Using Python to write to CSV files stored in S3. Particularly to write CSV headers to queries unloaded from Redshift (before the header option).
This was an incredibly fun project to do and gave me an excuse to not only put our Christmas tree up well before December, but to also keep it well into January. I'm not entirely sure how much this would cost if you had to buy each part separately.
You have multiple choices when implementing a multiple choice field in Django.