frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

At this point I feel like AI companies selling Fear

1•Vineetyadav2•3m ago•0 comments

iPhone Duo display deal could send Samsung $1.25B

https://forgeeks.net/iphone-duo-samsung-display-deal/
2•ledoncool•6m ago•1 comments

JetKVM Mini

https://jetkvm.com/blog/introducing-jetkvm-mini
1•marksully•9m ago•0 comments

Static state was not enough for a long-running human-AI interaction

https://github.com/jerry-h-research/static-state-was-not-enough
1•jerry_h•11m ago•0 comments

AI Didn't Solve Fluid Dynamics [video]

https://www.youtube.com/watch?v=WfbtnY3HdFU
1•frag•11m ago•0 comments

Agentica – Six AI agents that plan, build, and deploy a company with you

https://ai-biz.dev/
1•laurenz_bauer•13m ago•0 comments

An atlas of periodic solutions to the three-body problem

https://www.threebodyorbits.com/
1•danielmorozoff•16m ago•0 comments

Revolut Confirms Sending Passport and Bitcoin Records to Fake Government Email

https://beincrypto.com/revolut-data-breach-fake-government-request/
1•Daniel_sk•17m ago•0 comments

Anti-Conversion Laws: WHO Gave the Mob a Badge?

https://substack.com/profile/549397477-india-unfiltered/note/c-335340749
1•INDIAUNFILTERED•17m ago•0 comments

Anatomy of the AI Debate

https://piotrzientara.pl/anatomy-of-the-ai-debate/
1•piotrzientara•21m ago•0 comments

'Immature playground boasting': Mathematicians uneasy at OpenAI's latest scalp

https://www.theguardian.com/science/2026/sep/12/openai-mathematicians-millennium-prize-problem
2•sbulaev•23m ago•0 comments

Google Might Have Achieved RSI

https://twitter.com/pankajkumar_dev/status/2098534988107133082
2•Bluestein•28m ago•0 comments

A Design Space Exploration of Async/Await

https://arxiv.org/abs/2608.20677
2•vinhnx•31m ago•0 comments

Glutensa – Privacy-first gluten scanner PWA

1•kregtr•33m ago•0 comments

Open Letter on the Massacre in Gaza from an Editor in Israel (2025)

https://lithub.com/an-open-letter-on-the-massacre-in-gaza-from-an-editor-in-israel/
2•sanbor•38m ago•0 comments

The Courage of the Polymaths

https://protesilaos.com/commentary/2026-09-12-courage-polymaths/
2•dalvrosa•39m ago•0 comments

The four-colour theorem was only the start

https://lemire.me/blog/2026/09/11/the-four-colour-theorem-was-only-the-start/
1•dalvrosa•39m ago•0 comments

Show HN: Portspan – A self-hosted ngrok alternative with wildcard subdomains

https://github.com/famasya/portspan
1•pacific01•40m ago•0 comments

Google Has Achieved RSI

1•AlexWApp•44m ago•0 comments

Optimizing a Spin-Lock

https://david.alvarezrosa.com/posts/optimizing-a-spin-lock/
4•signa11•46m ago•1 comments

Small Asian Grocery Stores Can Improve Local Product Discovery

2•yatifoods•46m ago•1 comments

Amazon expands shoppable features on Prime Video

https://press.aboutamazon.com/prime-video/2026/9/the-prime-video-shop-the-show-experience-introdu...
2•thm•48m ago•0 comments

Grigori Perelman

https://en.wikipedia.org/wiki/Grigori_Perelman
2•YeGoblynQueenne•53m ago•0 comments

Why Authenticity Matters in Personal Development

https://medium.com/@flaviopilotodasilva/why-authenticity-matters-in-personal-development-d75de9a3...
2•flaviopilotodas•57m ago•0 comments

Hallucinate got a jetpack – MMO Rave

https://hallucinate.site/?hn
3•stagas•1h ago•0 comments

BabaCAD Robotics Web – free browser-based industrial robot simulator

https://www.babacad.com/robotics/web/
2•comirza•1h ago•0 comments

Pnpm 12.4 can install Rust crates and Python packages

https://pnpm.io/blog/releases/12.4
1•novoreorx•1h ago•0 comments

Show HN: We built a local-first Android agent. Then Meta launched Muse

https://creepy.im/
2•kotleta552•1h ago•0 comments

The core arguments behind the Rockstar union busting trial

https://www.gamedeveloper.com/production/rockstar-and-fired-gta-developers-outline-core-arguments...
3•EvgeniyZh•1h ago•0 comments

Decky: Open-source DIY stream deck

https://github.com/Fenish/decky
3•thunderbong•1h ago•0 comments
Open in hackernews

Show HN: YT NoteTaker – Simple Manual Note Taking on YouTube Videos

https://kavinaidoo.github.io/ytnt/
2•kavinaidoo•1y ago
Hi HN,

YTNT is a simple web-app for manually typing notes while watching a YouTube video. Simultaneously type and control playback with keyboard shortcuts. Export to Word (.docx) when you're done.

I'm seeking general feedback.

NOTES:

- The only way to "save" (for now) is to export to a Word .docx

- Speech-to-text only works in Chrome

GitHub: https://github.com/kavinaidoo/ytnt

Blog Post: http://archive.today/FRqwp

Thanks, Kavi

Comments

Leftium•1y ago
I forked oTranscribe and added some features to solve a similar problem.

- demo: https://otranscribe.netlify.app/?vsl=definedefine

- source code: https://github.com/Leftium/oTranscribe

- CLI tool to generate OTR (oTranscribe) files from (YouTube) SBV/TTML files: https://github.com/Leftium/otrgen

In my case, I wanted to start with the (auto-generated) YouTube transcript and get clickable timestamps. This makes it much faster to search through the content of a video: I can read/search much faster than watching a video, even on 2X speed.

I could also add my own notes to the transcript.

If you add support for loading transcripts like this, it could work cross-browser without the microphone/speech-to-text.

kavinaidoo•1y ago
Aha, starting with the YouTube transcript is a great idea. I wanted to start with it but I couldn't find a way to get it from the YouTube iFrame API so I went with the Web Speech API to listen and convert.

Forgive me for the confusion, the demo link implies that the transcript is loaded from the video but I see in the code that there's a pre-existing "/txt/definedefine.md" that is loaded. How are these SBV/TTML files downloaded from YouTube in the first place? I assume that it is a separate process? I see you are then using otrgen to presumably convert these so they can be used by oTranscribe.

If I could load the transcripts dynamically when loading the YouTube video that would be a great feature.

Leftium•1y ago
The demo simply demonstrates how I used my tool. It requires some manual set up:

- TTML files are downloaded via CLI: `yt-dlp.exe --skip-download --write-auto-sub --sub-format ttml`

- TTML files are converted to the OTR .MD format via my CLI tool

- The MD file can be dragged & dropped onto the web app.

---

I think it is possible to download SBV/TTML files, but the download must be done from the server due to CORS restrictions.

My app didn't go this far due to limitations of the (serverless) platform it is hosted on. Also it was faster to just do the steps manually vs. developing a server that does it.

I have seen many services that download the transcript. Here are a few:

- https://youtubetranscript.com

- https://kagi.com/summarizer

- https://www.tubepen.com

However, note YouTube may block your server if you download too many transcripts: https://kagifeedback.org/d/4451-universal-summarizer-cant-fi...

kavinaidoo
Leftium•1y ago
I'm planning a beat-aware YouTube player. Unfortunately, it is not possible to access the audio stream data across the YouTube embed. (For beat-detection analysis.)

I considered using the microphone like this. It's nice to see it works. Although there seems to be a time limit to how long the microphone can record?

My plan was to download video (youtube-dlp), then make a CLI tool that analyzes and uploads the beat-detection data. An advantage of the CLI tool is it can complete the analysis faster than playing the video at 1X.

kavinaidoo•1y ago
Yeah, I also wanted to "pipe" the audio directly to the Web Speech API but had to resort to using the mic. Another feature I wanted to add was to have a keyboard shortcut insert a screenshot of the video into the notes. Handy for diagrams etc but I hit some roadblocks there too and the workarounds were getting crazy.

Regarding the time-limit, I'm entirely accessing the audio stream using the Web Speech API and it "decides" (usually when there's a sufficient pause) when to finalize a recognition result. It was also firing a "recognition.onend" event after a certain amount of time (some old details here: https://stackoverflow.com/questions/38213580/chromes-webkits...) so I have a workaround where if the user did not turn off speech-to-text, it is immediately restarted. You'll see console warnings "userStopped == false - trying to restart" when this happens.

I assume you'll have no such issues because you'll be handling the "raw" audio data and not working through this API. Also, I've noticed that when using the Web Speech API on Safari, it does not "hear" what the tab is playing. It only hears external audio. I'm not sure whether this will be an issue for you but for me it means my app is Chrome only (suboptimal). Forgive me for my naïveté in this arena, It's the first time I'm using any browser audio API.

Would your tool run on a server and work with a frontend for YT link ingestion or will you just use it yourself from the cli?

Leftium•1y ago
•
1y ago
I think I'll just have to stick with my current method for now, looks like the only way to get it done with static hosting.
Ideally, my tool would run on the server. Especially if I wanted to monetize the service. (However I think there may be legal issues that are larger than the technical ones...)

However it's just a small hobby project. So realistically I think this is how it will work:

- If user tries to load a video without beat data yet, instructions are shown for how to add the beat data. The instructions will be running CLI command like `npx upload-beat-data [YOUTUBE-URL]`

- The CLI tool will download the audio, then upload the beat data to my site.

- The site will also log which videos got a lot of requests, but are missing beat data. So I can manually add the beat data myself.