frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Don't post generated/AI-edited comments. HN is for conversation between humans.

https://news.ycombinator.com/newsguidelines.html#generated
95•usefulposter•21m ago•18 comments

Temporal: A nine-year journey to fix time in JavaScript

https://bloomberg.github.io/js-blog/post/temporal/
324•robpalmer•4h ago•120 comments

Making WebAssembly a first-class language on the Web

https://hacks.mozilla.org/2026/02/making-webassembly-a-first-class-language-on-the-web/
227•mikece•15h ago•103 comments

Entities enabling scientific fraud at scale (2025)

https://doi.org/10.1073/pnas.2420092122
215•peyton•6h ago•136 comments

BitNet: 100B Param 1-Bit model for local CPUs

https://github.com/microsoft/BitNet
253•redm•7h ago•120 comments

Show HN: I built a tool that watches webpages and exposes changes as RSS

https://sitespy.app
43•vkuprin•3h ago•15 comments

Where Some See Strings, She Sees a Space-Time Made of Fractals

https://www.quantamagazine.org/where-some-see-strings-she-sees-a-space-time-made-of-fractals-2026...
80•tzury•4h ago•11 comments

5,200 holes carved into a Peruvian mountain left by an ancient economy

https://newatlas.com/environment/5-200-holes-peruvian-mountain/
41•defrost•1d ago•17 comments

Show HN: Klaus – OpenClaw on a VM, batteries included

https://klausai.com/
70•robthompson2018•3h ago•44 comments

The MacBook Neo

https://daringfireball.net/2026/03/the_macbook_neo
170•etothet•8h ago•353 comments

Wiz joins Google

https://www.wiz.io/blog/google-closes-deal-to-acquire-wiz
128•aldarisbm•4h ago•87 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
16•eyasu6464•2d ago•4 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
66•theredsix•5h ago•18 comments

How we hacked McKinsey's AI platform

https://codewall.ai/blog/how-we-hacked-mckinseys-ai-platform
303•mycroft_4221•9h ago•121 comments

Fungal Electronics (2021)

https://arxiv.org/abs/2111.11231
38•byt3h3ad•2h ago•4 comments

Launch HN: Sentrial (YC W26) – Catch AI agent failures before your users do

https://www.sentrial.com/
17•anayrshukla•3h ago•6 comments

Hisense TVs force owners to watch intrusive ads

https://www.tomshardware.com/tech-industry/big-tech/hisense-tvs-force-owners-to-watch-intrusive-a...
30•CharlesW•37m ago•11 comments

Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

https://fuelingcuriosity.com/game.html
57•fuelingcurious•2h ago•24 comments

Launch HN: Prism (YC X25) – Workspace and API to generate and edit videos

https://www.prismvideos.com
23•aliu327•3h ago•13 comments

Swiss e-voting pilot can't count 2,048 ballots after decryption failure

https://www.theregister.com/2026/03/11/swiss_evote_usb_snafu/
86•jjgreen•6h ago•189 comments

Lego's 0.002mm specification and its implications for manufacturing (2025)

https://www.thewave.engineer/articles.html/productivity/legos-0002mm-specification-and-its-implic...
304•scrlk•6h ago•250 comments

Faster asin() was hiding in plain sight

https://16bpp.net/blog/post/faster-asin-was-hiding-in-plain-sight/
152•def-pri-pub•5h ago•87 comments

I Was Interviewed by an AI Bot for a Job

https://schwarztech.net/snippets/i-was-interviewed-by-an-ai-bot-for-a-job
11•speckx•1h ago•8 comments

CRusTTY: A pedagogical C interpreter with time-travel debugging capabilities

https://github.com/aicheye/crustty
3•varun_ch•52m ago•0 comments

The Evolution of Lego Sorting (2001)

https://news.lugnet.com/storage/?n=707
3•fifilura•55m ago•0 comments

Building a TB-303 from Scratch

https://loopmaster.xyz/tutorials/tb303-from-scratch
190•stagas•3d ago•75 comments

Visualizing Ukkonen's Suffix Tree Algorithm

https://www.abahgat.com/blog/visualizing-ukkonens-algorithm/
20•gsky•1d ago•3 comments

Zig – Type Resolution Redesign and Language Changes

https://ziglang.org/devlog/2026/#2026-03-10
376•Retro_Dev•18h ago•209 comments

Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG

https://aether.saphal.me/dashboard/default
31•saphalpdyl•6h ago•4 comments

Why the global elite gave up on spelling and grammar

https://www.wsj.com/lifestyle/jeffrey-epstein-files-bad-grammar-spelling-trump-ellison-dorsey-gat...
70•matthieu_bl•4h ago•189 comments
Open in hackernews

Show HN: I built a tool that watches webpages and exposes changes as RSS

https://sitespy.app
43•vkuprin•3h ago
I built Site Spy after missing a visa appointment slot because a government page changed and I didn’t notice for two weeks.

It watches webpages for changes and shows the result like a diff. The part I think HN might find interesting is that it can monitor a specific element on a page, not just the whole page, and it can expose changes as RSS feeds.

So instead of tracking an entire noisy page, you can watch just a price, a stock status, a headline, or a specific content block. When it changes, you can inspect the diff, browse the snapshot history, or follow the updates in an RSS reader.

It’s a Chrome/Firefox extension plus a web dashboard.

Main features:

- Element picker for tracking a specific part of a page

- Diff view plus full snapshot timeline

- RSS feeds per watch, per tag, or across all watches

- MCP server for Claude, Cursor, and other AI agents

- Browser push, Email, and Telegram notifications

Chrome: https://chromewebstore.google.com/detail/site-spy/jeapcpanag...

Firefox: https://addons.mozilla.org/en-GB/firefox/addon/site-spy/

Docs: https://docs.sitespy.app

I’d especially love feedback on two things:

- Is RSS actually a useful interface for this, or do most people just want direct alerts?

- Does element-level tracking feel meaningfully better than full-page monitoring?

Comments

makepostai•1h ago
This is interesting, gonna try it on our next project! thumb up
pwr1•1h ago
Interesting... added to bookmarks. Could come in handy in the future
enoint•1h ago
Quick feedback:

1. RSS is just fine for updates. Given the importance of your visa use-case, were you thinking of push notifications?

2. Your competition does element-level tracking. Maybe they choose XPath?

vkuprin•50m ago
Yep, Site Spy already has push notifications, plus email and Telegram alerts. I see RSS as the open interface for people who want to plug updates into their own reader or workflow. For urgent things like visa slots or stock availability, direct alerts are definitely the main path.

And yeah, element-level tracking isn't a brand new idea by itself. The thing I wanted to improve was making it easy to pick the exact part of a page you care about and then inspect the change via diffs, history, or RSS instead of just getting a generic "page changed" notification

xnx•1h ago
I like https://github.com/dgtlmoon/changedetection.io for this. Open source and free to run locally or use their Saas service.
vkuprin•48m ago
Yep, changedetection.io is a good project. With Site Spy, I wanted to make the browser-first workflow much easier: install the extension, connect it to the dashboard, click the exact part of the page you care about, and then follow changes as diffs, history, or RSS with very little setup. I can definitely see why the open-source / self-hosted route is appealing too.
raphman•46m ago
There's also https://github.com/thp/urlwatch/ - (not aware of any SaaS offer - self-hosted it is).
vkuprin•40m ago
Yep, urlwatch is a good one too. This category clearly has a strong self-hosted tradition. With Site Spy, what I’m trying to make much easier is the browser-first flow: pick the exact part of a page visually, then follow changes through diffs, history, RSS, and alerts with very little setup
pelcg•41m ago
Looks cool and this can be self hosted and it is for free.

Nice will try this out!

beepbooptheory•5m ago
[delayed]
digitalbase•1h ago
Cool stuff. You should make it OSS and ask a one time fee for it. I would run it on my own infra but pay you once(.com)
bananaflag•52m ago
Very good!

This is something that existed in the past and I used successfully, but services like this tend to disappear

vkuprin•44m ago
That’s a completely fair concern. Services in this category do need to earn trust over time. I built the backend to handle a fair amount of traffic, so I’m not too worried about growth on that side. My goal is definitely to keep this running for the long term, not treat it like a one-off project
tene80i•15m ago
RSS is a useful interface, but: "Do most people just want direct alerts?" Yes, of course. RSS is beloved but niche. Depends who your target audience is. I personally would want an email, because that's how I get alerts about other things. RSS to me is for long form reading, not notifications I must notice. The answer to any product question like this totally depends on your audience and their normal routines.
hinkley•9m ago
Back in 2000 I worked for a company that was trying to turn something like this into the foundation for a search engine.

Essentially instead of having a bunch of search engines and AI spamming your site, the idea was that they would get a feed. You would essentially scan your own website.

As crawlers grew from an occasional visitor to an actual problem (an inordinate percent of all consumer traffic at the SaaS I worked for was bots rather than organic traffic, and would have been more without throttling) I keep wondering why we haven’t done this.

Google has already solved the problem of people lying about their content, because RSS feeds or user agent sniffing you can still provide false witness to your site’s content and purpose. But you’d only have to be scanned when there was something to see. And really you could play games with time delays on the feed to smear out bot traffic over the day if you wanted.