frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What's the best AI model for system design nowadays?

1•jcremona•1m ago•0 comments

RNDA: A data architecture where raw data is permanently discarded after encoding

https://rnda.io/
1•ziggytech•3m ago•0 comments

Continuous Collision Detection as a Visual Effect

https://adamheins.com/blog/ccd-visual
1•adamheins•3m ago•0 comments

Why the Amish Have Never Needed a Gas Station [video]

https://www.youtube.com/watch?v=jl9peJKkf1M
1•user20180120•4m ago•1 comments

The AI Revolution in Math Has Arrived

https://www.quantamagazine.org/the-ai-revolution-in-math-has-arrived-20260413/
1•lschueller•4m ago•0 comments

Lerd, an open source Herd-like PHP development environment for Linux and macOS

https://github.com/geodro/lerd
1•geodro•5m ago•1 comments

Enterprises power agentic workflows in Cloudflare Agent Cloud with OpenAI

https://openai.com/index/cloudflare-openai-agent-cloud/
1•surprisetalk•6m ago•0 comments

US companies not going public because of hostile litigation environment

https://www.washingtonpost.com/opinions/2026/04/13/lawyers-class-action-lawsuits-public-companies/
1•dryadin•7m ago•0 comments

Transistor Runs on Air and Used in a DIY Digital Clock [video]

https://www.youtube.com/watch?v=E1BLGpE5zH0
2•arttaboi•8m ago•0 comments

Open Letter Opposing the Paramount-Warner Bros. Discovery Merger

https://blockthemerger.com/openletter
1•ChrisArchitect•9m ago•0 comments

The tool is not the author

https://resolve.works/articles/the-tool-is-not-the-author/
3•monneyboi•9m ago•0 comments

Show HN: NRC nuclear licensing RAG pipeline and regulatory embeddings dataset

https://huggingface.co/datasets/davenporten/nrc-regulatory-embeddings
1•davenporten•9m ago•0 comments

Show HN: Git-native solution for documenting software architecture

https://app.maniok.io
1•salzaverde•10m ago•0 comments

Show HN: MOS Tech 6502 emulated in pure Postgres

https://github.com/lasect/pg_6502
1•heywinit•10m ago•0 comments

Web scraping tarpits are catching legitimate data teams, not just AI crawlers

https://foura.ai/blog/web-scraping-tarpits-collateral-damage
1•angelhadjiev•11m ago•0 comments

Economic Software Testing (2019)

https://baatz.ch/2019/economic-software-testing/
1•rzk•11m ago•0 comments

OpenCode vs. Claude Code vs. Copilot

1•pjmalandrino•12m ago•0 comments

Joaquin Phoenix, Ben Stiller, Other Hollywood Names Oppose Paramount-Warner Deal

https://variety.com/2026/film/news/hollywood-open-letter-paramount-warner-bros-deal-1236720249/
1•randycupertino•12m ago•1 comments

Sam Altman reportedly targeted in second attack

https://www.theverge.com/ai-artificial-intelligence/910890/openai-sam-altman-second-home-attack-s...
2•Brajeshwar•12m ago•1 comments

Categorization Is 'Baked' into the Brain

https://www.nature.com/articles/s41583-026-01036-2
2•XzetaU8•14m ago•1 comments

Did NFTs leave a lasting mark or was it purely speculative?

1•Heyhum•16m ago•0 comments

Show HN: I built a tool that automatically turns tickets into design doc and PRs

3•rajivprab•17m ago•0 comments

Paris Court Issued Site Blocking Orders Against ISPs, DNS Resolvers and VPNs

https://torrentfreak.com/paris-court-issued-simultaneous-site-blocking-orders-against-isps-dns-re...
1•speckx•18m ago•0 comments

Philippines Asks Facebook to Curb Fake News, Warns of Legal Move

https://www.bloomberg.com/news/articles/2026-04-12/philippines-asks-facebook-to-curb-fake-news-wa...
3•1vuio0pswjnm7•18m ago•0 comments

Unmasking the Creator of Bitcoin

https://www.nytimes.com/2026/04/09/podcasts/the-daily/satoshi-nakamoto-bitcoin-creator.html
2•brandonb•19m ago•0 comments

The Harness Tax: The dead weight in your coding agent

https://twitter.com/siddhxrth10/status/2043703343453987133
1•siddhxrth•20m ago•0 comments

How Healthy Are Oats?

https://www.nytimes.com/2026/04/13/well/eat/oats-health-benefits-recipes.html
2•brandonb•20m ago•0 comments

The Graveyard of Unabsorbed Knowledge

https://verificationbottleneck.substack.com/p/the-graveyard-of-unabsorbed-knowledge
1•Giwwi•20m ago•1 comments

We May Be Living Through the Most Consequential Hundred Days in Cyber History

https://ringmast4r.substack.com/p/we-may-be-living-through-the-most
18•laurex•23m ago•0 comments

Show HN: I built a sandboxed agent that writes JSON rules to avoid repeat errors

1•grimm8000•24m ago•1 comments
Open in hackernews

Show HN: Real‑time tracking of candidates' promises in the Canadian election

https://2025.buildcanada.com
2•jmacd•11mo ago
There is an election currently taking place in Canada, and the major parties had not released any formal platforms until very recently—just days before election day.

I built an app that parses transcripts of political appearances to extract promises (defined as forward-looking statements that represent a commitment). Each promise is tracked with a timestamped link to the exact moment it was made.

I’m using pgvector and semantic analysis to group similar promises together, effectively identifying when the same idea is repeated. This allows me to generate a timeline showing how each promise has evolved over time.

A cron job updates the data nightly, uploading it to huggingface [1] and making it available for download [2]

The most interesting technical challenge was accurately parsing timestamps and capturing the surrounding context that gives meaning to each promise.

1: https://huggingface.co/datasets/jevon/buildcanada-2025/tree/... 2: https://2025.buildcanada.com/data