frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gov.uk founder warns AI gold rush could leave Britain locked in

https://www.theregister.com/public-sector/2026/09/22/govuk-founder-warns-ai-gold-rush-could-leave...
1•TMWNN•59s ago•0 comments

Show HN: PippinVR – open-source Virtual Screen environment for macOS

https://github.com/triscuitcircuit/PippinVR
1•Whigmal•1m ago•0 comments

Give me feedback for my birthday

https://www.ericallen.io/hn
1•iEricAllen•1m ago•1 comments

Sam Altman's Remarks at the United Nations Security Council

https://openai.com/index/sam-altman-un-security-council-remarks/
1•ksec•1m ago•0 comments

Paperclip meta-harness for your agents

https://paperclip.ing/
1•FloatArtifact•2m ago•0 comments

Australian PM says OpenAI hacked government health website

https://www.yahoo.com/news/world/articles/australian-pm-says-openai-hacked-232712261.html
1•pseudolus•3m ago•0 comments

The broken windows theory of coding agents

https://www.manager.dev/newsletter/the-broken-windows-theory-of-coding-agents
1•flail•4m ago•0 comments

Fearless SIMD v1.0 is here

https://linebender.org/blog/fearless-simd-1-0/
1•robin_reala•4m ago•0 comments

War with a Mate [audio]

https://warwithamate.co.uk/
1•mooreds•5m ago•0 comments

Show HN: Wb-flow – Multi-agent CLI where state lives in Markdown, not context

https://flow.wbc-ui.com
1•wissemb1•6m ago•0 comments

Show HN: Jexxa – On Device Dictation,Now with Perpetual License

https://jexxa.org/
1•sankde•7m ago•0 comments

Best LLM for every budget, updated daily

https://bestmodelforyourbudget.terrydjony.com/
2•terryds•7m ago•0 comments

Rust compiler fork without orphan rule

https://github.com/Rust-Unchained/rust_unchained
1•cztomsik•7m ago•1 comments

Computer Latency: 1977-2017

https://danluu.com/input-lag/
1•initramfs•7m ago•0 comments

HN: Zrevick – AI-native business OS for technical founders

https://zrevick.com/
1•davidrichards•7m ago•1 comments

You probably don't know as much AI as you think you do

https://aiforactualwork.com/
1•marcelo_lebre•10m ago•1 comments

Australia to investigate if OpenAI hack of government health website broke

https://techcrunch.com/2026/09/24/australia-to-investigate-if-openai-hack-of-government-health-we...
2•sbulaev•10m ago•0 comments

What AI companies pays the people who train it

https://blastradius.dpdns.org/
1•codebyaditya•10m ago•0 comments

The Design of Signalsmith Stretch (Pitch-Shifting Algorithm)

https://signalsmith-audio.co.uk/writing/2023/stretch-design/
1•epestr•13m ago•0 comments

India's outsourced software industry grows 9.5 percent to reach $239B

https://www.theregister.com/channel/2026/09/24/indias-outsourced-software-industry-grows-95-perce...
2•ent101•13m ago•0 comments

Show HN: Quartermaster – see your real asset allocation across all accounts

https://realallocation.com
1•olympusperspect•14m ago•0 comments

Meta debuts 'Charm' device to use new AI assistant Muse on the go

https://financialpost.com/technology/meta-debuts-muse-charm-device
3•hmokiguess•15m ago•0 comments

Visualization of all roads within any city

https://github.com/anvaka/city-roads
2•bookofjoe•15m ago•0 comments

Things That Are Good to Do

https://www.quarter--mile.com/Things-That-Are-Good-to-Do
2•surprisetalk•17m ago•0 comments

Meta VR Glasses, a New Era for Virtual Reality

https://www.meta.com/blog/meta-vr-glasses-announcement-meta-connect/
5•htk•19m ago•0 comments

AI labs' job-loss plans won't say what the public gets

https://beigebook.xyz/posts/preparedness-theater/
4•anothermathbozo•19m ago•0 comments

Without watermarking, nobody will write, and nobody will read

https://twitter.com/SamuelFitouss10/status/2099490852221473003
2•mathieu4v•21m ago•0 comments

Show HN: Clueless: how I made a scalable freeform crossword generator

https://clueless.crossword.is/blog/development-history
2•informades•21m ago•1 comments

AI could make more companies worth hacking, Anthropic report suggests

https://fortune.com/2026/09/24/ai-could-make-more-companies-worth-hacking-anthropic-report-suggests/
1•Brajeshwar•21m ago•0 comments

The Hi-Res Audio Scam: What's on the Disc?

https://losslessextract.com/hi-res-audio-scam/
1•packslash•22m ago•0 comments
Open in hackernews

Show HN: Reaktiv – I built Excel-like reactive programming for Python

https://bui.app/when-frontend-reactivity-meets-backend-python-the-story-of-my-first-1-000-download-library/
2•buibuibui•1y ago
Hi HN! I created Reaktiv, a Python library bringing reactive programming to the backend world that recently hit 1,000+ monthly downloads.

I'm actively promoting it because I believe signal-based reactivity (a concept that spread rapidly in frontend development) has huge untapped potential in Python. My breakthrough came when I stopped describing it as "Angular signals for Python" and started calling it "Excel-like computation graphs" - suddenly Python developers understood the value.

The library automatically tracks dependencies between computations, only recalculating values when dependencies change. This eliminates manual dependency tracking, prevents synchronization bugs, and reduces cognitive load when managing complex state.

Interestingly, I've noticed some initial interest from data scientists, though I'm still exploring what specific problems it might solve for them. I also believe the Home Assistant/IoT communities could benefit greatly from this approach.

Would love your thoughts on bringing frontend patterns to backend development!