frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Black Sun

https://twitter.com/netcapgirl/status/2034472134022500462
1•tosh•2m ago•0 comments

Man pleads guilty to $8M AI-generated music scheme

https://therecord.media/man-pleads-guilty-8-million-ai-music-scheme
2•nstj•3m ago•0 comments

Show HN: Another open source photo management system

https://github.com/openphotos-ca/openphotos
1•apollo1213•3m ago•0 comments

Microsoft Clarity returning 503 on all tag requests?

1•maiconburn•5m ago•0 comments

Interwhen: A Generalizable Framework for Verifiable Reasoning

https://arxiv.org/abs/2602.11202
1•dimmuborgir•9m ago•0 comments

Blocking Internet Archive Won't Stop AI, but Will Erase Web's Historical Record

https://www.eff.org/deeplinks/2026/03/blocking-internet-archive-wont-stop-ai-it-will-erase-webs-h...
3•pabs3•9m ago•0 comments

Zvec – A lightweight in-process vector database

https://zvec.org/en/
1•lormayna•10m ago•1 comments

Page-Agent.js: The GUI Agent Living in Your Webpage

https://github.com/alibaba/page-agent
2•fofoz•17m ago•0 comments

The Displacement of Cognitive Labor and What Comes After

https://sahajgarg.github.io/blog/cognitive-labor/
1•vinhnx•18m ago•0 comments

Tangem's firmware cannot be updated – by design, to eliminate attack vectors

https://tangem.com/en/blog/post/tangem-vs-ledger-comparison/
1•swq115•19m ago•0 comments

Trending GitHub Repositories ( trending_repos) / X

https://x.com/trending_repos
1•tomstig•24m ago•0 comments

Getlamina.ai – Tools for Building

https://getlamina.ai
1•baskins•25m ago•0 comments

Our Commitment to Windows Quality

https://m135.e-mails.microsoft.com/rest/head/mirrorPage/@Bzb1dZA3t5JH6FnvgPs_KP3QOnL8brb0QOk2GnyX...
2•chris_wot•29m ago•0 comments

FBI: Russia targeting 'high intelligence value' Americans on Signal

https://thehill.com/policy/international/5794275-russian-hackers-target-americans-signal/
1•0in•31m ago•0 comments

Added cross-device reading sync to my Chrome extension

https://chromewebstore.google.com/detail/readr-–-clean-page-one-cl/acpeognnfhdbfdmdpkfbjgppjpgp...
1•Ogbon•37m ago•0 comments

A micro sandbox, built by agents for agents

https://chenhunghan.github.io/sanbox/
1•chenhunghan•38m ago•1 comments

Houston Woman sues Tesla for $1B following self-driving crash [video]

https://www.wfaa.com/video/news/local/a-houston-woman-sues-tesla-claiming-her-truck-crashed-while...
1•6stringmerc•43m ago•0 comments

Been There, Done That – A History of Replacing Schools with AI

https://stager.tv/?p=7675
2•the-mitr•43m ago•0 comments

Democracy Is a Liability

https://geohot.github.io//blog/jekyll/update/2026/03/21/democracy-liability.html
2•rvz•52m ago•0 comments

Italy, Belgium set to lose gas supply after biggest LNG plant bombed

https://www.politico.eu/article/italy-belgium-lose-gas-supply-world-biggest-lng-plant-bombed/
7•leonidasrup•54m ago•0 comments

What Is ProxyBase MPP?

https://proxybase.xyz/blog/what-is-proxybase-mpp
1•m00dy•1h ago•0 comments

Save up to 60% API costs without TOON

https://lesstokens.hive-hub.ai/
1•GuilhermeVNZ•1h ago•1 comments

Add age verification to accounts service

https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/176#0b07c0cc4d49b...
4•e145bc455f1•1h ago•1 comments

Israeli startup Thermagix harvesting low grade heat

https://www.calcalistech.com/ctechnews/article/dfpboxzg9
2•tomerbd•1h ago•0 comments

Writing a Verified Postfix Expression Calculator in Ada/Spark

https://pyjarrett.github.io/2025/06/10/postfix-calculator.html
1•notagoodidea•1h ago•0 comments

Re:Do Workouts

https://redoworkouts.com/
1•danielauener•1h ago•0 comments

Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500

https://old.reddit.com/r/ChatGPT/comments/1rz2ooh/i_am_betting_my_house_that_if_you_ask_gpt_to_pick/
29•mellosouls•1h ago•26 comments

World Cup Trophy Theft: Gangsters, Spies and the Dog That Found It

https://www.bloomberg.com/news/articles/2026-03-20/the-1966-world-cup-trophy-theft-gangsters-spie...
1•helsinkiandrew•1h ago•0 comments

Google adds 24-hour wait and mandatory reboot to Android sideloading flow

https://android-developers.googleblog.com/2025/08/elevating-android-security.html
81•dfordp11•1h ago•29 comments

BATorrent – Torrent client that streams video while downloading

https://github.com/Mateuscruz19/BAT-Torrent
1•Mateuscruz19•1h 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•10mo 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!