frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

When you can't escape an interface, it institutionalises you

https://timmb.com/when-you-cant-escape-an-interface/
1•timmb•7m ago•0 comments

Show HN: AI Agent Team Framework

https://github.com/danilocaffaro/ai-agent-team-guide
1•caffaroai•8m ago•0 comments

Periodic Table

https://www.periodicspiral.com
1•downboots•8m ago•0 comments

Show HN: We analyzed 312 landing pages – most navigation flows are broken

1•epic_ai•9m ago•1 comments

There Are No Psychopaths

https://aeon.co/essays/psychopathy-is-a-zombie-idea-why-does-it-cling-on
1•limbicsystem•10m ago•0 comments

First known satellite image of Ayatollah Ali Khamenei's compound in Tehran

https://twitter.com/trbrtc/status/2027703248887427576
1•us321•15m ago•0 comments

Show HN: Prompt-run – run .prompt files against any LLM from the terminal

https://github.com/Maneesh-Relanto/Prompt-Run
1•maneeshthakur•16m ago•0 comments

Show HN: Windows Taskbar Monitor for Claude Code Usage (Rust, Open Source)

https://github.com/CodeZeno/Claude-Code-Usage-Monitor
1•codezeno•16m ago•1 comments

Who Is the Kimwolf Botmaster "Dort"?

https://krebsonsecurity.com/2026/02/who-is-the-kimwolf-botmaster-dort/
1•todsacerdoti•16m ago•0 comments

Show HN: hosted or self-hosted open-source Intercom alternative, Convex Backend

https://github.com/opencom-org/opencom
1•jackjayd•17m ago•0 comments

Lenna attended the 50th Anniversary IS&T conference

https://www.lenna.org/lenna_visit.html
1•Kiboneu•19m ago•1 comments

Cloudflare: Asynchronous Stale-While-Revalidate

https://developers.cloudflare.com/changelog/post/2026-02-26-async-stale-while-revalidate/
2•tosh•20m ago•0 comments

Trump announces 'major combat operation' in Iran

https://apnews.com/live/live-updates-israel-iran-february-28-2026
1•josephwegner•21m ago•0 comments

NASA announces Artemis III mission no longer aims to send humans to moon

https://www.theguardian.com/science/2026/feb/27/nasa-changes-delays-moon-missions
1•edward•21m ago•0 comments

What to Know About the U.S. Attacks on Iran

https://www.nytimes.com/2026/02/28/world/middleeast/iran-attacks-what-to-know.html
1•JumpCrisscross•22m ago•1 comments

Move over, Apple: Meet alternative app stores available in the EU and elsewhere

https://techcrunch.com/2026/02/22/move-over-apple-meet-the-alternative-app-stores-available-in-th...
1•taubek•23m ago•0 comments

How to Remove ChatGPT from Apple Intelligence

https://www.trustedreviews.com/how-to/remove-chatgpt-apple-intelligence-4580438
2•drcongo•27m ago•0 comments

Sync your coding agent activity across sessions and users

https://github.com/mubit-ai/codaph
1•aperi•28m ago•0 comments

How I Met My Wife (1994)

https://www.newyorker.com/magazine/1994/07/25/how-i-met-my-wife
1•Wowfunhappy•31m ago•0 comments

Ask HN: Why spec-driven development when code IS spec?

1•kikkupico•33m ago•5 comments

Show HN: H-CLI – Manage network infrastructure with natural language

https://github.com/h-network/h-cli
1•h-network•36m ago•0 comments

The week when AI changed everything

https://www.cnn.com/2026/02/28/business/ai-week-anthropic-nvidia-block
1•edward•37m ago•0 comments

Show HN: EEGFrontier – A compact open-source EEG board using ADS1299

https://github.com/TheusHen/EEGFrontier
1•TheusHen•38m ago•0 comments

How to downgrade from macOS 26 Tahoe on a new Mac

https://arstechnica.com/gadgets/2026/02/how-to-downgrade-from-macos-26-tahoe-on-a-new-mac/
2•signa11•43m ago•1 comments

Show HN: Core – Constitutional governance runtime for AI coding agents

https://github.com/DariuszNewecki/CORE
1•DNewecki•43m ago•0 comments

Addressing AI-slop in security reports

https://github.com/apache/logging-log4j2/discussions/4052
2•birdculture•44m ago•0 comments

Hypothetical nuclear attack that escalated Pentagon's showdown with Anthropic

https://www.washingtonpost.com/technology/2026/02/27/anthropic-pentagon-lethal-military-ai/
1•pseudolus•45m ago•1 comments

The Great Stink

https://en.wikipedia.org/wiki/Great_Stink
1•thinkingemote•46m ago•0 comments

We Chose SQLite

https://curling.io/blog/why-we-chose-sqlite
1•enz•49m ago•0 comments

We the Bacteria. Notes Toward Biotic Architecture

https://we-make-money-not-art.com/we-the-bacteria-notes-toward-biotic-architecture/
2•thinkingemote•49m ago•0 comments
Open in hackernews

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

https://kavinaidoo.github.io/ytnt/
2•kavinaidoo•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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.
Leftium•9mo 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•9mo 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•9mo ago
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.