frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Finding Hope in Enshittification

https://aidenredmondd.substack.com/p/the-indomitable-human-spirit
1•clinicalred•1m ago•0 comments

Zlib-Rs in Firefox

https://trifectatech.org/blog/zlib-rs-in-firefox/
1•hazira•2m ago•0 comments

Apple Pays Google $1B Because It Couldn't Build AI. Welcome to Mangos

https://medium.com/@tbelbek/apple-pays-google-1b-because-it-couldnt-build-ai-welcome-to-mangos-3b...
1•rdstrtwlkr•3m ago•0 comments

Show HN: Pair your iPhone to your own Ollama over Tailscale with a QR scan

https://github.com/TeamDzX/myllm-connect
1•TeamDzX•4m ago•0 comments

Spotify's post-English AI future

https://restofworld.org/2026/spotify-global-ai-music-streaming-strategy/
1•atlasunshrugged•4m ago•1 comments

Show HN: Camel Calculator – an AI reboot of the "how many camels?" joke

https://camelmaxxing.com/
1•justingarcia234•4m ago•0 comments

Show HN: Babysit – let coding agents operate a TUI

https://github.com/yusukeshib/babysit
1•yusukeshibata•5m ago•0 comments

Twilio SMS Incident

https://status.twilio.com
1•Oras•6m ago•0 comments

Corpus Keeper – a zero-dependency auditor for the docs you point an AI at

https://github.com/forgedculture/corpus-keeper
1•forgedculture•6m ago•0 comments

'Wow, it really worked ': 70s TV show causing worldwide panic today

https://www.theguardian.com/tv-and-radio/2026/jun/16/alternative-3-mockumentary-missing-scientist...
1•defrost•7m ago•0 comments

What Happened to Me

https://wilsoniumite.com/2026/06/16/what-happened-to-me/
1•Wilsoniumite•9m ago•0 comments

I hand my tickets to a few AI agents and review the PRs they open

https://www.rafalmuszynski.pl/posts/2026/i-gave-myself-a-team-of-ai-engineers-that-open-their-own...
1•takeit•10m ago•0 comments

AgentGraph – what changed after I used my own tool

https://iancutzu.substack.com/p/agentgraph-lessons-from-using-it
1•iancutzul•13m ago•0 comments

France's Mistral AI pursuing Palantir-style partnership with Kyiv

https://www.intelligenceonline.com/europe-russia/2026/06/16/mistral-ai-pursuing-palantir-style-pa...
2•alephnerd•15m ago•0 comments

Lee Felsenstein – A Look at Personal Computer History and Its Future [video]

https://www.youtube.com/watch?v=Js6R3OIxiKY
1•oldnetguy•15m ago•0 comments

Most Amazon brands don't use the analytics they pay for

https://clarisix.com/blog/why-clarisix-and-why-now
1•claudiuclement•17m ago•0 comments

SpaceX agrees to merge with Cursor in a $60B deal, confirmed

https://twitter.com/edludlow/status/2066834371446018135
2•gneray•17m ago•0 comments

1Password Credential Broker

https://1password.com/blog/introducing-1password-credential-broker
1•ilreb•18m ago•0 comments

AskHN:How do you handle skill atrophy from using coding agents?

2•javhu•19m ago•0 comments

Show HN: Dao Browser – An Opinionated Browser. With AI Agent, BYOK

https://github.com/msgbyte/dao-browser
1•moonrailgun•19m ago•0 comments

Setting up PostgreSQL for running integration tests

https://gajus.com/blog/setting-up-postgre-sql-for-running-integration-tests
1•thunderbong•19m ago•0 comments

A Dwarf Fortress in Docker

https://github.com/Sessa93/remote-df
1•andre9317•20m ago•1 comments

Outpost – Capability-based credential proxy for AI agents (Hermes, Openclaw)

https://github.com/sausin/outpost
1•saurabhsinghvi•20m ago•0 comments

Logarithmic Math Fuels Bold Tensordyne Inference Claim

https://spectrum.ieee.org/tensordyne-inference-claim
2•rbanffy•22m ago•0 comments

Beyond Mythos: responding to a new threat landscape

https://ubuntu.com//blog/responding-to-a-new-threat-landscape
1•garo-pro•23m ago•0 comments

Paul Graham Is Strawmanning the Left's Argument Against Billionaires

https://onodi.co/pg/
4•tonyonodi•25m ago•1 comments

SpaceX Is Buying Cursor

https://www.bbc.com/news/articles/cvgd5g7d7gyo
55•jrm-veris•27m ago•36 comments

Russian artist and Putin critic shot dead in Poland

https://www.bbc.com/news/articles/clyrzd5g6k2o
17•2OEH8eoCRo0•27m ago•3 comments

Show HN: WebCap – Reusable web capabilities for AI agents

https://github.com/edgestorage/web-cap
3•huadream5827•27m ago•0 comments

Semiconductor Lifeline Keeps Fighter Jets in the Air

https://spectrum.ieee.org/phoenix-semiconductors-legacychips-oems
2•rbanffy•28m 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!