frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: NYT put a JavaScript wall on page fetches

1•m-hodges•45s ago•0 comments

Enough with All the Raft

https://transactional.blog/talk/enough-with-all-the-raft
1•birdculture•4m ago•0 comments

Layanan Agoda

1•Citilanke•5m ago•2 comments

Layanan Citilink Indonesia

1•Citilanke•6m ago•3 comments

iTorrent Restored to AltStore in the EU

https://github.com/XITRIX/iTorrent/issues/401
1•NotPractical•8m ago•1 comments

Dev-CPP: open-source IDE

https://www.dev-cpp.com/
1•bitbasher•9m ago•1 comments

SVG.js v3.2

https://svgjs.dev/docs/3.2/
1•eustoria•12m ago•0 comments

Cat's Arch – Online anonymization front-end for variety of tools

https://catsarch.com/
1•eustoria•15m ago•0 comments

Uranium detected in breastmilk samples in Bihar, 70% of infants at risk: Study

https://www.indiatoday.in/india/story/uranium-detected-in-breastmilk-samples-in-bihar-70-of-infan...
1•koolhead17•19m ago•0 comments

Avhyas: QGIS Plugin for Advanced Hyperspectral Image Analysis [video]

https://www.youtube.com/watch?v=HLvbnAyRPN4
1•marklit•19m ago•0 comments

One approach to a curated information diet

https://gabrielweinberg.com/p/one-approach-to-a-heavily-curated
2•twapi•21m ago•0 comments

Insurers retreat from AI cover as risk of multibillion-dollar claims mounts

https://www.ft.com/content/abfe9741-f438-4ed6-a673-075ec177dc62
1•rinze•21m ago•0 comments

Circle Flake

1•dxrko619•22m ago•0 comments

Pixar Early Days – Never-Before-Seen Interview with Steve Jobs, 1996 [video]

https://www.youtube.com/watch?v=R0XmBKsRJF8
1•one_and_zero•23m ago•0 comments

Show HN: I Built it because you Hate CSS

https://ogblocks.dev/
1•ItsKaranKK•24m ago•1 comments

Iran's Capital Is Moving. The Reason Is an Ecological Catastrophe

https://www.scientificamerican.com/article/irans-capital-has-run-out-of-water-forcing-it-to-move/
3•bookofjoe•26m ago•1 comments

Show HN: Search tool for "Ask HN: What Are You Working On?"

https://nthesis.ai/public/hn-working-on
2•osigurdson•28m ago•0 comments

JOPA: Java compiler in C++, Jikes modernized to Java 6 with Claude

https://github.com/7mind/jopa
3•pshirshov•33m ago•1 comments

The first-ever common language for cannabis and hemp aromas

https://phys.org/news/2025-11-common-language-cannabis-hemp-aromas.html
2•PaulHoule•34m ago•0 comments

Experimental evidence of effects of LLM versus web search on depth of learning

https://academic.oup.com/pnasnexus/article/4/10/pgaf316/8303888?login=false
1•taubek•35m ago•0 comments

The Why of Lisa G. U. I. – Andrew's Web-Log

https://blog.yaros.ae/the-why-of-lisa-g-u-i/
2•rbanffy•36m ago•1 comments

Are consumers just tech debt to Microsoft?

https://birchtree.me/blog/are-consumers-just-tech-debt-to-microsoft/
2•ingve•36m ago•1 comments

Ukrainians Reportedly Open Fire as Territorial Battalion Panics and Flees

https://www.trenchart.us/p/outgunned-ukrainian-territorials
1•vinnyglennon•39m ago•0 comments

Is Dark Mode Better for Your Eyes?

https://calgaryfamilyeyedoctors.com/is-dark-mode-better-for-your-eyes/
1•andrewvc•41m ago•0 comments

Webb First to Show 4 Dust Shells 'Spiraling' Apep, Limits Long Orbit

https://science.nasa.gov/missions/webb/webb-first-to-show-4-dust-shells-spiraling-apep-limits-lon...
1•buildbot•41m ago•0 comments

Go on an AI Detox

https://spin.atomicobject.com/go-on-ai-detox/
2•ingve•42m ago•0 comments

Graphics API is irrelevant [video]

https://www.youtube.com/watch?v=xNX9H_ZkfNE
2•chii•45m ago•0 comments

Guide of recommended best practices for I18next

https://intlayer.org/blog/nextjs-internationalization-using-next-i18next
4•intlayer_org•48m ago•1 comments

New Costco Gold Star Members Also Get a $40 Digital Costco Shop Card

https://www.bleepingcomputer.com/news/security/new-costco-gold-star-members-also-get-a-40-digital...
3•fleahunter•50m ago•1 comments

Four-Fifths of the Population Now Live in Urban Areas

https://www.newscientist.com/article/2504873-four-fifths-of-the-worlds-population-now-live-in-urb...
2•skx001•52m 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•6mo 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.