frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AirShark – Terminal Wi-Fi monitor for macOS (no sudo, channel hopping)

https://github.com/Chiroyce1/airshark
1•chiroyce•48s ago•0 comments

Reflections on 1,000 Days of Math

https://gmays.com/reflections-on-1000-days-of-math/
1•gmays•1m ago•0 comments

The Earth is missing 3T tons of mass

https://signoregalilei.com/2026/09/06/the-earth-is-missing-3-trillion-tons-of-mass/
1•surprisetalk•2m ago•0 comments

Jev Can't Be Calibrated

https://www.alexmolas.com/2026/09/23/jev-cant-be-calibrated.html
1•alexmolas•2m ago•0 comments

Reverse-engineering vibe-coded repos with an MCP agent

https://medium.com/@igrglvk/im-tired-of-not-understanding-what-s-going-on-inside-vibe-coded-proje...
1•igrlgkv•2m ago•0 comments

Claude Code – Fixing the world with one prompt

https://www.reddit.com/r/vibecoding/s/gQfearpIHn
1•wg0•4m ago•0 comments

Accident: JSX E145 Houston 2024, gear collapse and runway excursion on landing

1•r2sk5t•5m ago•0 comments

Meta's New AI Agent Is an Instant Hit–and the Backlash Has Begun

https://www.wsj.com/tech/ai/meta-ai-agent-muse-reactions-5bf236af
1•thm•6m ago•0 comments

Parsing JSON Objects without intermediate ASTs

https://arthi-chaud.github.io/posts/json-ir/
1•ibobev•6m ago•0 comments

Show HN: Fractalysis – Online interactive infinite-zoom Mandelbrot viewer

https://www.erwindegroot.nl/fractalysis/
1•erwindegroot•6m ago•0 comments

Do not let your type system reason about aliasing in your programming language

https://futhark-lang.org/blog/2026-09-22-aliasing.html
3•ibobev•7m ago•0 comments

The Zig Journey

https://kristoff.it/blog/the-zig-journey/
2•ibobev•8m ago•0 comments

Trump's 1,156 July Stock Trades Involved AI, Big Oil, Weapons-Makers, and More

https://www.commondreams.org/news/donald-trump-stock-trades
5•cirelli94•8m ago•0 comments

LinkedIn is a terrible quality website

2•skyfantom•8m ago•1 comments

Slashing Our AWS Bill at Levels.fyi, Part 2

https://www.levels.fyi/blog/slashing-our-aws-bill-at-levelsfyi-part-2.html
1•ghostfoxgod•11m ago•0 comments

Hacker News Sentiment Analysis Using Laya (System One)

https://github.com/skhaz/hackernews-sentiment-analysis
1•mococa•11m ago•0 comments

Nikclas – Compare the prices of different AI models

https://github.com/NikclasTech/nikclas
1•Cr12dev•11m ago•1 comments

Help with Advise

1•saventiiy•13m ago•0 comments

Agentic Coding for Builders Who Ship

https://github.com/Kuberwastaken/claurst
1•Bluestein•13m ago•0 comments

Show HN: Ax – Let Claude, Codex and OpenCode talk to each other locally

https://useax.dev/
2•rcdexta•14m ago•0 comments

Laya-mlx and 12 more trending open-source AI repos · week 39, 2026

1•thezakulo•15m ago•0 comments

Building a Custom Harness with Jev and Pi

https://academy.dair.ai/resources/jev-decisions-in-a-pi-sdk-harness
1•omarsar•16m ago•0 comments

Cambridge Coincidences Collection

http://understandinguncertainty.org/coincidences/
1•momentmaker•16m ago•0 comments

Show HN: HackDigest – AI-summarized daily news digest via email

https://minjungsung.github.io/hackdigest/
1•minjungsung1994•17m ago•0 comments

Show HN: Karada.ai – CI/CD to turn APIs into MCP servers with 1-click plugins

https://karada.ai
3•shashtag•17m ago•0 comments

Montreal adopts bylaw banning insults against police, municipal employees

https://www.cbc.ca/news/canada/montreal/montreal-city-council-police-9.7352920
10•MC995•19m ago•2 comments

You Don't Need a %Frontier LLM%

https://rakshazi.me/blog/you-dont-need-frontier-llm
1•aine•19m ago•0 comments

PICARD: Parsing Incrementally for Constrained Auto-Regressive Decoding from LLMs

https://arxiv.org/abs/2109.05093
1•Bluestein•19m ago•0 comments

Volt, A compiled reactive web language targeting WASM-GC (No VDOM)

https://github.com/bshea-1/volt/
2•bshea1•20m ago•0 comments

Streaming 500M rows into Apache Arrow in 2.3 seconds

https://questdb.com/blog/streaming-500-million-rows-into-apache-arrow/
2•jinqueeny•20m ago•0 comments
Open in hackernews

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

https://2025.buildcanada.com
2•jmacd•1y 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