frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

LLMs caused drastic vocabulary shift in biomedical publications

https://www.science.org/doi/10.1126/sciadv.adt3813
59•em3rgent0rdr•1h ago•30 comments

Mini NASes marry NVMe to Intel's efficient chip

https://www.jeffgeerling.com/blog/2025/mini-nases-marry-nvme-intels-efficient-chip
173•ingve•4h ago•73 comments

EverQuest

https://www.filfre.net/2025/07/everquest/
76•dmazin•3h ago•27 comments

How to Incapacitate Google Tag Manager and Why You Should (2022)

https://backlit.neocities.org/incapacitate-google-tag-manager
26•fsflover•1h ago•8 comments

Why I left my tech job to work on chronic pain

https://sailhealth.substack.com/p/why-i-left-my-tech-job-to-work-on
216•glasscannon•6h ago•137 comments

Compression Dictionary Transport

https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport
48•todsacerdoti•4h ago•4 comments

Eight dormant Satoshi-era Bitcoin wallets reactivated after 14 yrs

https://twitter.com/WatcherGuru/status/1941167512491864554
47•amrrs•46m ago•22 comments

Kepler.gl

https://kepler.gl/
87•9woc•5h ago•11 comments

Air Pollution May Contribute to Development of Lung Cancer in Never-Smokers

https://today.ucsd.edu/story/air-pollution-may-contribute-to-development-of-lung-cancer-in-never-smokers-new-study-finds
9•gmays•56m ago•3 comments

Show HN: I AI-coded a tower defense game and documented the whole process

https://github.com/maciej-trebacz/tower-of-time-game
148•M4v3R•6h ago•88 comments

UpCodes (YC S17) is hiring a Head of Ops to automate construction compliance

https://up.codes/careers?utm_source=HN
1•Old_Thrashbarg•2h ago

Writing a Game Boy Emulator in OCaml

https://linoscope.github.io/writing-a-game-boy-emulator-in-ocaml/
189•ibobev•9h ago•31 comments

Larry (cat)

https://en.wikipedia.org/wiki/Larry_(cat)
190•dcminter•9h ago•46 comments

ChatGPT creates phisher's paradise by serving the wrong URLs for major companies

https://www.theregister.com/2025/07/03/ai_phishing_websites/
25•josephcsible•58m ago•0 comments

``Free as Air, Free as Water, Free as Knowledge'' (1992)

http://bactra.org/Sterling/Free_as_the_Air_Free_as_Water_Free_as_Knowledge.html
11•whoopdedo•3d ago•1 comments

Bcachefs may be headed out of the kernel

https://lwn.net/Articles/1027289/
56•ksec•5h ago•49 comments

Gremllm

https://github.com/awwaiid/gremllm
15•andreabergia•2h ago•3 comments

Is an Intel N100 or N150 a better value than a Raspberry Pi?

https://www.jeffgeerling.com/blog/2025/intel-n100-better-value-raspberry-pi
205•transpute•7h ago•177 comments

Lens: Lenses, Folds and Traversals

https://hackage.haskell.org/package/lens
53•hyperbrainer•3d ago•17 comments

In a milestone for Manhattan, a pair of coyotes has made Central Park their home

https://www.smithsonianmag.com/science-nature/in-a-milestone-for-manhattan-a-pair-of-coyotes-has-made-central-park-their-home-180986892/
91•sohkamyung•3d ago•80 comments

Can Large Language Models Play Text Games Well?

https://arxiv.org/abs/2304.02868
45•willvarfar•8h ago•29 comments

Show HN: BunkerWeb – the open-source and cloud-native WAF

https://docs.bunkerweb.io/latest/
68•bnkty•7h ago•25 comments

Wind Knitting Factory

https://www.merelkarhof.nl/work/wind-knitting-factory
197•bschne•23h ago•54 comments

Zig breaking change – initial Writergate

https://github.com/ziglang/zig/pull/24329
169•Retro_Dev•15h ago•179 comments

Show HN: A cross-platform terminal emulator written in Java

https://github.com/sebkur/forceterm
46•sebkur•3d ago•8 comments

The Novelty of the Arpanet

https://twobithistory.org/2021/02/07/arpanet.html
3•xk3•3d ago•0 comments

Rust and WASM for Form Validation

https://sebastian.lauwe.rs/blog/rust-wasm-form-validation/
35•slau•7h ago•15 comments

Killer whales groom each other with pieces of kelp

https://www.science.org/content/article/killer-whales-groom-each-other-pieces-kelp
74•noleary•3d ago•42 comments

Logging Shell Commands in BusyBox? Yes, You Can Now

http://carminatialessandro.blogspot.com/2025/06/logging-shell-commands-in-busybox-yes.html
10•acarminati•3d ago•0 comments

A Rust-TypeScript integration

https://github.com/beeeeep54/rust-typescript
42•wreedtyt•7h ago•44 comments
Open in hackernews

Teaching feed readers about YouTube subscriptions

https://lectio.news/
16•lightandlight•5d ago

Comments

lightandlight•5d ago
I wrote a program that exposes my YouTube subscriptions as a news feed. It's seriously a relief to finally have this stuff show up in [my feed reader](https://www.newsblur.com).

It's not a "Show HN" because there's no way for others to try it (yet).

Some things I'm curious about:

* Is anyone else here doing something similar?

* Would anyone like to use this service?

* Are there other YouTube-meets-news-feed features that you'd love to see?

PaulKeeble•2d ago
I did maintain a list of all my subscriptions in FreshRSS for a while. I started doing this after I noticed Youtube was withholding videos from the subscription page and then showing them too me as something I might like on the home page. This really irritated me it broke my process for finding where I last was.

The problem was while I migrated in a big chunk using some jank javascript this wasn't a process that kept in sync and gradually over time it got out of date and the initial problem was fixed and I removed them all. I haven't yet seen an open source self hosted solution for this for getting the list and providing an Atom feed but its definitely something I want.

flakiness•2d ago
> YouTube publishes Atom feeds for channels (as of 2025-06-28) and makes them available via <link rel="alternate">

This is very good to know!

renegat0x0•2d ago
As a fun side note. This location is prohibited by robots.txt

I personally don't care, as big tech CEO already said in dawn of AI that they don't care about robots.txt

Additionally I have a project that is able to read RSS links and provides it in JSON response

https://github.com/rumca-js/crawler-buddy

jeroenhd•2d ago
Huh, you're right. What an odd choice to specifically ban automated tools from downloading RSS feeds in robots.txt
Ferret7446•2d ago
robots.txt does not "prohibit" anything. For some reason people have a misconception that robots.txt is used to block bots.

robots.txt is used to HELP bots. It tells bots what pages to visit and what pages are not intended for consumption. If a bot goes ahead and scraps everything anyway, that's entirely its own prerogative. Particularly for less sophisticated bots without a lot of storage, a good robots.txt can help it not get stuck on dynamically generated content or "useless for indexing" content.

thraxil•2d ago
I've always just gone to the youtube channel page, view source, search for "rss", copy the URL and paste it into my feed reader. It would be great if it was more discoverable, but it's not really like you need a whole separate tool.
al_borland•2d ago
The feed reader I use (NetNewsWire) lets me simply put in the YouTube channel URL and it finds the feed.

I added all my subscriptions once, but it quickly became overwhelming, so I deleted them all. I’m not sure if bundling them all in a single feed would be better for me or not. I could bookmark my subscriptions page for the same effect. I find I’m in a very different headspace when I’m looking to watch YouTube vs reading my RSS feeds.

poulpy123•2d ago
Most of the rss readers I know allow that. What OP built there is something that stays in sync with your subscriptions, so when you add or remove one it is automatically added or removed from you reader and do not need manual intervention
kjkjadksj•2d ago
If you have a feed reader system there is no need to subscribe in the first place. You’ve obviated that system.
poulpy123•1d ago
not if you want to keep your youtube subscriptions for a reason or another
kjkjadksj•1d ago
Why though? You already have the feed urls. A list of urls is the same a subscribing to channels essentially. Both do the job of letting you know a new video is released.
lightandlight•1d ago
Right, and [kjkjadksj says](https://news.ycombinator.com/item?id=44445957) a similar thing:

> If you have a feed reader system there is no need to subscribe [via YouTube] in the first place. You’ve obviated that system.

This approach works, and it's a great way to subscribe to public channels without a YouTube account. The main reason I'm not doing it is that I want to subscribe via YouTube.

> It would be great if it was more discoverable

Oh, hopefully there's a browser extension that detects feeds on a page and lights up and provides a menu. Shame that the YouTube mobile app isn't similarly extensible.

kassner•2d ago
I’ve built ytemail.com to fix a similar itch, mostly because I was the 0.1% that liked the YouTube email notifications before Google killed it. No open registrations, but I can hook you up if you email me at contact@<domain>.