frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple Leadership

https://www.apple.com/leadership/
1•tomatofu•1m ago•0 comments

Ask HN: Anyone else getting spammed by Bond (YC P25) ?

1•drcongo•2m ago•0 comments

Starscout: Find suspicious (and possibly faked) GitHub stars at-scale

https://github.com/hehao98/starscout
2•mdspan•3m ago•0 comments

Think twice before installing this device promising free movies

https://arstechnica.com/security/2026/08/how-some-media-streaming-devices-open-home-networks-to-a...
1•joozio•5m ago•0 comments

Show HN: I Built a Bot

https://github.com/chanyeinthaw/friday
1•chanyeinthaw•9m ago•0 comments

Lake Ontario ("Lake America")

https://community.openstreetmap.org/t/lake-ontario-lake-america/146975
2•rdmuser•10m ago•0 comments

Show HN: AI-powered link building and SEO outreach, smarter

https://outreachlooper.com
1•not_wowinter14•12m ago•0 comments

Semantic Lightness and the Rise of LLMs

https://assertfail.gewalli.se/2026/08/23/Semantic-lightness-and-the-rise-of-LLMs.html
1•wallymathieu•12m ago•0 comments

We Let AI Agents Rewrite a 92M-Message-a-Day Service in Go

https://www.checklyhq.com/blog/agentic-rewrite-nodejs-to-go/
2•tnolet•15m ago•0 comments

Rui Ueyama: "We are rewriting the mold linker in Rust"

https://twitter.com/rui314/status/2094677980857680052
1•afdbcreid•15m ago•0 comments

BitCards – Computer Ads from the Past

https://computeradsfromthepast.substack.com/p/bitcards
1•rbanffy•17m ago•0 comments

Xbot.team – Read a Grok Bot's spec without opening the app

https://xbot.team
1•GrokBotVisbile•20m ago•0 comments

Can we stop AI from deceiving us?

https://www.theguardian.com/news/2026/sep/01/if-you-build-something-vastly-smarter-than-you-it-be...
2•Archelaos•20m ago•0 comments

Formatting as Courtesy to the Reader

https://tracydurnell.com/2026/08/31/formatting-as-courtesy-to-the-reader/
1•serhack_•21m ago•1 comments

Introduction to the NT kernel development (Part 1)

https://geob99.github.io/pages/nt-dev/nt-dev-part1.html
1•serhack_•22m ago•0 comments

Americans Still Skeptical That UFOs Are Aliens

https://news.gallup.com/poll/713765/americans-skeptical-ufos-aliens.aspx
1•helsinkiandrew•23m ago•1 comments

The Meaning of Liff

https://en.wikipedia.org/wiki/The_Meaning_of_Liff
1•Bluestein•24m ago•0 comments

AI Orchestrator that self-learns, run's teams and never sleeps

https://crewmoot.hellodexter.com/
1•dalekirkwood•24m ago•1 comments

Verba: Learn a language by talking to an AI never touches the internet

https://github.com/nuvocode/verba
1•timeoperator•24m ago•0 comments

Inside Colombia's Cocaine Factories

https://www.economist.com/interactive/1843/2026/08/28/inside-colombias-cocaine-factories
1•bookofjoe•25m ago•1 comments

Shein is a global slavery company masquerading as an e-commerce platform

https://en.wikipedia.org/wiki/Shein
2•matheusalmeida•30m ago•0 comments

Show HN: I built a live stream site where every spot is instantly AI-generated

https://videoai.me/live
2•Paul_Grsl•30m ago•0 comments

DuckDB Runs Recursive CTEs Faster

https://duckdb.org/2026/08/25/how-duckdb-runs-recursive-ctes-faster
2•boshomi•33m ago•0 comments

Nix Is Right. Its Cost Is Not

https://nrd.sh/blog/store-was-never-the-point.html
1•ssernikk•34m ago•0 comments

Raindrops are tiny lightning bolts, and they're corroding cars, study finds

https://arstechnica.com/science/2026/08/raindrops-are-tiny-lightning-bolts-and-theyre-corroding-c...
1•Archelaos•37m ago•0 comments

Initial USB4/Thunderbolt Support for Apple M1/M2/M3 SoCs

https://lkml.iu.edu/2608.3/12164.html
1•metrofun•38m ago•0 comments

Why the Way We Append Data to LLM Is Killing Our Cache and Model Attention

https://github.com/orbsh/wiki/blob/main/tail-prompt-optimization-en.md
1•orbsh•40m ago•0 comments

Claude, Codex, and Hermes installed unowned code inside corporate networks

https://arstechnica.com/security/2026/08/claude-codex-and-hermes-installed-unowned-code-inside-co...
1•nreece•44m ago•0 comments

I Tried Every AI Browser, Then Went Back to Safari

https://medium.com/@patricecunliffe/i-tried-every-ai-browser-then-went-back-to-safari-b43ccdeff7a5
3•syumei•44m ago•0 comments

Solaris

https://runway.com/news/research/introducing-solaris
1•o4c•45m 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!