Cursor Under the HoodExploring what Cursor, the AI Code Editor, is doing under the hood when you ask it to write code
Fixing Keyboard Input in tmuxFixing Shift+Enter and scrollback navigation when using a third-party keyboard with Ghostty and tmux on macOS.
Smello for HTTP RequestsI built Smello, an open-source tool that captures outgoing HTTP requests from your Python code and displays them in a local web dashboard.
2020Don't let dicts spoil your codeI restricted the use of dicts in my code to make it easier to follow and maintain. Here's my explanation of the benefits and advice on what you can use instead. Bonus point: what to do with all the legacy code when there's no time to eradicate all the dicts.
2023RefinerI created an open-source project that automatically fixes grammar and stylistic errors. It can also adjust the tone and formatting.