frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ups and FedEx grounding MD-11 planes following deadly Kentucky crash

https://www.npr.org/2025/11/08/g-s1-97052/ups-fedex-ground-md-11-planes
1•manveerc•48s ago•0 comments

The SID: Classic 8-bit sound [video]

https://www.youtube.com/watch?v=LSMQ3U1Thzw
1•ingve•1m ago•0 comments

Fleet Route Optimizer CVRPTW (Capacited Vehicle Routing Problem Time Windows)

https://github.com/walterwootz/fleet-route-optimizer-cvrptw
1•walterwootz•2m ago•0 comments

Google Play's new "discount offers" charges higher prices in older app versions

https://danfabulich.medium.com/google-plays-new-discount-offers-will-charge-higher-prices-in-olde...
2•dfabulich•8m ago•0 comments

The Astonishing Bull Market Will End One Day. Are You Ready?

https://www.nytimes.com/2025/11/07/business/stock-market-safety.html
2•whack•10m ago•0 comments

IP Blocking the UK Is Not Enough to Comply with the Online Safety Act

https://prestonbyrne.com/2025/11/06/the-ofcom-files-part-2-ip-blocking-the-uk-is-not-enough-to-co...
3•pinkahd•15m ago•0 comments

I built a platform that automates AI Agent creation – using Job Description

https://composeai.io
1•RealzDLegend•17m ago•1 comments

Optimise for continuous change, not modernisation or legacy

https://www.hyperact.co.uk/blog/the-big-tech-debate
1•birdculture•17m ago•0 comments

Debugging BeagleBoard USB boot with a sniffer: fixing omap_loader on modern PCs

https://www.downtowndougbrown.com/2025/11/debugging-beagleboard-usb-boot-with-a-sniffer-fixing-om...
1•todsacerdoti•18m ago•0 comments

Almost all orbits of the Collatz map attain almost bounded values (2022)

https://arxiv.org/abs/1909.03562
1•measurablefunc•19m ago•0 comments

Conversation with John Borthwick

https://ma.tt/2025/11/john-borthwick/
1•chilipepperhott•22m ago•0 comments

A small open-source NestJS and TypeORM decorator library to validate DTOs

1•rotyro-tools•23m ago•0 comments

Unitree G1 humanoid robot security vulnerabilities and non-consentual telemetry

https://arxiv.org/abs/2509.14139
1•lqr•26m ago•0 comments

GPT-written book was mocked right here and GPT replied in the book itself

https://www.scribd.com/document/937823315/The-Word-The-Name-The-Fire-FINAL-Scroll-Edition
3•nuevita70•26m ago•4 comments

Scientists have edited a gene that may reduce high cholesterol permanently

https://www.cnn.com/2025/11/08/health/cholesterol-gene-edit-wellness
2•01-_-•29m ago•1 comments

Promising medium can capture and convert CO2, while regenerating itself

https://techxplore.com/news/2025-10-medium-capture-carbon-dioxide-regenerating.html
3•PaulHoule•30m ago•0 comments

The history of Casio watches

https://www.casio.com/us/watches/50th/Heritage/1970s/
1•qainsights•33m ago•3 comments

The UAE Is Winning the Race to Sequence a Country's DNA

https://www.bloomberg.com/news/features/2025-11-06/the-uae-is-winning-the-race-to-sequence-an-ent...
1•wslh•33m ago•1 comments

Hundreds More Flights Canceled as Shutdown Deepens Travel Chaos

https://www.bloomberg.com/news/articles/2025-11-08/hundreds-more-flights-canceled-as-shutdown-dee...
2•toomuchtodo•33m ago•1 comments

Show HN: VitalLens 2.0 – A new SOTA rPPG model for HRV estimation from video

https://www.rouast.com/blog/articles/introducing-vitallens-2-0/
1•prouast•34m ago•0 comments

Nuclear War Refresher Course

https://supernaturalselection.substack.com/p/nuclear-holocaust-horror-refresher
1•ahessel•34m ago•0 comments

ECommerce – CAC keeps rising, so we built Evolvoom.io to fix it

1•evolvoom_io•36m ago•0 comments

Spam classifier in Go using Naive Bayes

https://github.com/igomez10/nspammer
1•igomeza•37m ago•0 comments

Dijkstra's Algorithm in JavaScript

https://github.com/trekhleb/javascript-algorithms/blob/master/src/algorithms/graph/dijkstra/READM...
1•trekhleb•38m ago•0 comments

Race for icebreakers heats up amid Arctic power struggle

https://english.elpais.com/international/2025-11-01/race-for-icebreakers-heats-up-amid-arctic-pow...
1•geox•42m ago•0 comments

Xkcd's Timeline of Earth's Temperature

https://xkcd.com/1732/
1•simonebrunozzi•43m ago•0 comments

China tells NASA, 'we are about to collide', for the first time ever

https://www.wionews.com/science/china-tells-nasa-we-are-about-to-collide-for-the-first-time-ever-...
3•mhb•44m ago•0 comments

Quantum Doomsday Clock

https://quantumdoomclock.com/
1•jonbaer•51m ago•0 comments

10 Years After a Breakthrough Climate Pact, Here's Where We Are

https://www.nytimes.com/interactive/2025/11/07/climate/paris-agreement-climate.html
1•mooreds•52m ago•1 comments

Experimental evidence for nodal superconducting gap in moiré graphene

https://dspace.mit.edu/handle/1721.1/163500
1•westurner•53m ago•0 comments
Open in hackernews

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

https://kavinaidoo.github.io/ytnt/
2•kavinaidoo•6mo 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•6mo 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•6mo 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•6mo 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•5mo 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•6mo 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•6mo 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•6mo 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.