Postingan

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents https://ift.tt/LrDgfE3

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents Hi HN, I'm Roland, and for the past few weeks, I've been building AllBSides — a directory of every BSides conference talk uploaded to YouTube. As of today, 8,643 talks from 5,927 speakers across 227 chapters in 68 countries. Combined runtime is 280 days. The transcripts come to about 60 million words. The archive came together in stages: 1. Manually map every BSides chapter's YouTube channel 2. Pull every video and transcript from Supabase 3. Run each transcript through Haiku for tag extraction (tools, topics, difficulty, team, talk style, research method, and much more) 4. Run results through Sonnet for categorization and dedup 5. Final pass goes through Opus for verification 6. Do a manual verification - at one time, the pipeline showed over 16k AI suggestions for manual verification. Today, most are resolved. Total LLM cost so far: about €200. The whole pipeline is rebuildable from scratch. Each t...

Show HN: NeuralScript – A pure-Rust AOT compiler https://ift.tt/MwPTHse

Show HN: NeuralScript – A pure-Rust AOT compiler https://ift.tt/fEXkZbs May 5, 2026 at 03:06AM

Show HN: nfsdiag - a NFS diagnostic application https://ift.tt/rSJoefM

Show HN: nfsdiag - a NFS diagnostic application https://ift.tt/weavoXU May 2, 2026 at 07:48PM

Show HN: Muesli – If Granola and Wisprflow had an open source on device baby https://ift.tt/m1k3Zja

Show HN: Muesli – If Granola and Wisprflow had an open source on device baby Hey folks, I am the developer behind muesli - which is your one stop app for all your speech to text needs, be it voice dictation or meeting transcriptions that runs on device on your Apple Neural Engine using CoreML based STT models (Parakeet, Whisper, Cohere transcribe). Everything is open source and we are at 160 stars - au naturale - would love for folks to use it and contribute further to the development https://freedspeech.xyz May 4, 2026 at 11:41PM

Show HN: Ableton Live MCP https://ift.tt/JR8BFdf

Show HN: Ableton Live MCP https://ift.tt/rQef5Bg May 4, 2026 at 01:05AM

Show HN: GitHub Commits Leaderboard https://ift.tt/O98vpSQ

Show HN: GitHub Commits Leaderboard https://ghcommits.com May 3, 2026 at 11:53PM

Show HN: Software Engineer to Novelist: Writing a Book Like Coding https://ift.tt/oVqXwfn

Show HN: Software Engineer to Novelist: Writing a Book Like Coding I just published my first book, Means and Motive. ( https://ift.tt/4JLRBeH ) As a software engineer, I approached writing like a software project. I used familiar tools (Emacs and HTML) for the primary writing. I built my own tool (EPublish) to transform the HTML manuscript into an .epub file, the source for the ebook version. And I wrote shell scripts to reliably and repeatably transform the .epub version into PDF files for the printed editions. I wrote 'design' and 'architecture' docs, describing the world, key actors, and timelines. I kept a task list of chapters and key scenes that needed to be written, in priority order. Along the way, I kept my files version-controlled so I could see the progress of the novel and edit mercilessly, without worrying about keeping old text around in backup files should I want it back for some reason. If you've thought about writing a book, I highly recommen...