timf34

↗ HN profile [ 36.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built a habit tracker that actually works because it's impossible to ignore. Every day I get an email, click a link, check off my habits, and my laptop wallpaper updates with a GitHub-style heatmap showing my…

  2. Built a tiny CLI that turns podcasts or YouTube videos into clean Markdown transcripts with speaker labels + timestamps. pip install podscript Uses ElevenLabs for high-quality diarization.…

  3. I got tired of copy-pasting arXiv PDFs / HTML into LLMs and fighting references, TOCs, and token bloat. So I basically made gitingest.com but for arxiv papers. You can just append "2md" to any arxiv URL (with HTML…

  4. I wanted a way to download exactly what the browser loads for a webpage (i.e. all JS, CSS, images, fonts, etc.) with the original directory structure preserved (like what you see in DevTools → Network/Sources).…

  5. GitHub only shows views and clones from the last 14 days — then deletes them. I wanted to see the longer-term impact of my open source projects, so I built a GitHub Action that saves daily snapshots and generates a…

  6. Show HN: YouTube Sort by Likes (youtube-sort-by-likes.vercel.app)

    Built this web app to find the best quality videos on a YouTube channel. Find it particularly useful for podcasts, long video channels, and finding music sets! YouTube API has really low quotas that seem to be a pain to…

  7. Built this as I came across a really interesting JSON file, but it had 1.9 million lines and no public documentation! Point it at your JSON file, it identifies patterns and shows you the actual structure so you can…

  8. Hey everyone, I made a web app that let's you pass the URL to an article, and receive back an MP3 narration of the article. With some configuring, you can also sync all mp3 files to a personal podcast (Spotify, Podbean,…

  9. A simple CLI tool that lets you print directory trees with options for custom exclusions. It's particularly useful for prompting ChatGPT.

  10. A Python script for converting Substack posts into Markdown. It supports both free and premium content, offering an easy way to archive and read these posts offline. Built with BeautifulSoup and Selenium, it’s adaptable…