←back to thread

439 points david927 | 1 comments | | HN request time: 0s | source

What are you working on? Any new ideas which you're thinking about?
Show context
noisy_boy ◴[] No.44418067[source]
Writing a go binary to act as a wrapper around ripgrep and fzf. Can be done in many ways but I wanted a simple binary that I can invoke from lf or the command line to search, so that I'm using the same keystrokes to search, inside or outside of editor.
replies(1): >>44418071 #
bbkane ◴[] No.44418071[source]
I always get the most joy out of writing these "smaller" tools
replies(1): >>44421859 #
1. noisy_boy ◴[] No.44421859[source]
Very much so - it is also the sort of low-LLM coding I want to do in my spare time by trying to rely on documentation and articles. I feel like these LLM fuelled sessions at office are rotting my brain.