|
|
|
|
|
by theshrike79
156 days ago
|
|
Automate tools, not jobs. Every single tool or utility you have in the back of your head, you can just make it in a few hours of wall-clock time, minutes of your personal active time. Like I wanted a tool that can summarise different sources quickly, took me ~3 hours to build it using llm + fragments + OpenAI API. Now I can just go `q <url>` in my terminal and it'll summarise just about anything. Then I built a similar tool that can download almost anything `dl <url>` will use yt-dlp, curl and various other tools depending on the domain to download the content. |
|