frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mental Models for LLMs

https://felx.me/posts/mental-models-for-llms/
1•manx•1m ago•0 comments

Design Drought

https://lmnt.me/blog/design-drought.html
1•robenkleene•1m ago•0 comments

Largest known Roman mosaic, beneath Baths of Trajan, opens to the public

https://www.theartnewspaper.com/2026/09/14/largest-roman-mosaic-opens-to-the-public
1•bookofjoe•2m ago•0 comments

How to Write an Effective Software Design Document

https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
1•fagnerbrack•2m ago•0 comments

US Energy Data

https://usenergydata.org/
1•ZeroGravitas•2m ago•0 comments

We gave a coding agent the lethal trifecta: data, internet, a public repo

https://archestra.ai/blog/fixing-small-bugs-from-a-slack-thread
2•joeyorlando•3m ago•1 comments

Show HN: I built Otis, a minimal AI agent that runs local models out of the box

https://triangllabs.ai/otis
1•petrenk0n•4m ago•0 comments

Emulating Oxide: How Faux Can You Go?

https://oxide-and-friends.transistor.fm/episodes/emulating-oxide-how-faux-can-you-go
1•tosh•6m ago•0 comments

Fake GitHub Repositories Spreading Malware via PowerShell

https://jdstaerk.substack.com/p/greetings-from-the-rabbids-team
1•DDerTyp•6m ago•0 comments

RISC-V emulator in pure Nix

https://github.com/eisbaw/nix-riscv
1•eisbaw•7m ago•0 comments

Show HN: Training a sudoku solver from scratch on Jetson Nano

https://github.com/romainzimmer/discrete-reasoning
1•romz•8m ago•0 comments

Portfolio in Pokedex(First Post)

1•shivammahajanma•15m ago•0 comments

React instructors – where do your students get stuck every term?

https://blog.crossui.com/2026/09/every-react-instructor-has-drawn-this-box-diagram
1•linb•16m ago•0 comments

Oracle tries to appease Stargate data center opponents with renewables push

https://arstechnica.com/gadgets/2026/09/oracle-promises-2-gw-of-renewables-to-match-stargate-data...
1•rbanffy•17m ago•0 comments

Why good collaboration can lead us in the wrong direction

https://www.thesignalist.io/s/the-convergence-trap/
2•kodesko•17m ago•0 comments

Temporal Raises $550M at a $12.55B Valuation

https://temporal.io/news/temporal-raises-550m-at-a-12-55b-valuation
1•arusahni•18m ago•0 comments

The Most Advanced Storage System [video]

https://www.youtube.com/watch?v=QstEkNJhJKo
1•ddechamb•18m ago•1 comments

Zizka AI Called This Already. Now Dario, Musk, and Altman Agree

https://medium.com/@MirArshadTalpur/zizka-ai-called-this-already-now-dario-musk-and-altman-agree-...
1•Arshad-Talpur•21m ago•2 comments

What a time to be alive – rouge AI agents attack RubyGems.org

https://tenderlovemaking.com/2026/09/11/what-a-time-to-be-alive/
12•gregnavis•22m ago•3 comments

Show HN: I built an infinite canvas for game masters

https://overseer.studio
1•nullfish•22m ago•0 comments

Hospitals: The Queue Is Not Always Where the Problem Is

https://gadallon.substack.com/p/hospitals-the-queue-is-not-always
1•JumpCrisscross•22m ago•0 comments

Texas judge rules TikTok misled users on child safety feature

https://www.reuters.com/legal/litigation/texas-judge-rules-tiktok-misled-users-child-safety-featu...
3•1vuio0pswjnm7•25m ago•0 comments

A letter to the AI labs shouldering the great burden of humanity's survival

https://blog.j11y.io/2026-09-14_a-letter-to-the-ai-labs/
2•ilreb•26m ago•0 comments

Codito.io increases the beta version limits from 50k/250k to 1M/10M codes

https://codito.io/blog/post/increasing-beta-version-limits
1•tomge•27m ago•0 comments

SDR–; open source SDR with a patchable signal graph, Rust DSP, web UI

https://github.com/Newspicel/sdrminusminus
2•newspicel•27m ago•0 comments

When Both Mirror Drives Fail the Same Way

https://marcpaul.io/logs/when-both-mirror-drives-fail-the-same-way/
3•marcbpaul•27m ago•2 comments

Americans spend more than 2.5 hours in the ER

https://www.axios.com/2026/08/25/americans-er-wait-times-data
1•JumpCrisscross•30m ago•0 comments

Show HN: I'm Serving Esp32s31.fun

13•abu-matterize•33m ago•10 comments

The Physics of Database Speed: from 300 to 1M transactions per second [video]

https://www.youtube.com/watch?v=vOEL_pHFYK0
1•tanaykarnik•34m ago•0 comments

Alexa+ the Next Generation of Alexa

https://www.aboutamazon.com/news/devices/new-alexa-generative-artificial-intelligence
1•piqufoh•35m 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