frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A simple programming centric WordPress: TopCoders.Cloud

https://topcoders.cloud
1•gitprolinux•1m ago•0 comments

The CEO Has Three Responsibilities (2019)

https://obviousstartupadvice.com/2019/10/24/the-ceo-has-three-responsibilities/
1•raw_anon_1111•2m ago•0 comments

New TikTok Algorithm Restricts Drop Site News Israel Reporting

https://twitter.com/ryangrim/status/1985790050659950672
1•cramsession•4m ago•0 comments

Singapore to cane scammers as billions lost in financial crimes

https://www.freemalaysiatoday.com/category/highlight/2025/11/04/singapore-to-cane-scammers-as-bil...
1•raybb•4m ago•0 comments

Cast(x AS STRING) casts to integer in SQLite

https://lalitm.com/cast-x-as-string-casts-to-integer-in-sqlite/
1•birdculture•7m ago•0 comments

Most Gen AI Players Remain 'Far Away' from Profiting: Interview with Andy Wu

https://www.library.hbs.edu/working-knowledge/many-gen-ai-players-remain-far-away-from-profiting-...
3•simonswords82•7m ago•0 comments

Reconfiguring Soviet-era "TM" mines into smart mines

https://thedefender.media/en/insights/zmiyar-feature-story/
1•ilamont•7m ago•0 comments

Sam Altman apparently subpoenaed moments into SF talk with Steve Kerr

https://www.sfgate.com/tech/article/openai-sam-altman-subpeona-steve-kerr-sf-talk-21137132.php
2•Stratoscope•8m ago•0 comments

Weather Forecasts Are Punctuated

https://entropicthoughts.com/weather-forecasts-are-punctuated
1•crescit_eundo•11m ago•0 comments

Scalable synthesis of CO2-selective porous single-layer graphene membranes

https://www.nature.com/articles/s44286-025-00203-z
2•westurner•11m ago•1 comments

'Big Short' Michael Burry bets $1B on AI bubble bursting

https://www.lbc.co.uk/article/big-short-michael-burry-ai-bubble-5HjdGLY_2/
3•belter•13m ago•0 comments

An Empirical Study of Knowledge Transfer in AI Pair Programming [pdf]

https://www.se.cs.uni-saarland.de/publications/docs/WSD+.pdf
1•heisenbit•13m ago•0 comments

Juturna is a data pipeline library written in Python

https://meetecho.github.io/juturna/
1•mooreds•13m ago•0 comments

GEN-0: SoTA 10B+ Foundation Model for Robotics with Harmonic Reasoning

https://generalistai.com/blog/nov-04-2025-GEN-0
2•e0m•16m ago•0 comments

Leo: Auto-Typing Tool for Teaching Coding

https://github.com/gniziemazity/LEO
1•t0mk•17m ago•0 comments

Two tiny banks are helping Trump's sons build a crypto empire

https://www.ft.com/content/39a4a5c9-aa33-40b4-addb-076ee0242430
1•TheAlchemist•18m ago•0 comments

Show HN: A better ZSA keyboard layout explorer

https://www.keyderboard.com/
2•dhdaadhd•18m ago•0 comments

Think for Yourself

https://kevlinhenney.medium.com/think-for-yourself-7d129aa959e3
1•mooreds•21m ago•0 comments

Sequoia Capital Leader Exits in VC Shake-Up

https://www.wsj.com/finance/investing/sequoia-capital-leader-steps-down-from-vc-giant-e599103b
4•cgoodmac•21m ago•0 comments

Open Source Context-Aware PII Classifier

https://corp.roblox.com/newsroom/2025/11/open-sourcing-roblox-pii-classifier-ai-pii-detection-chat
4•moneil971•26m ago•1 comments

Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity

https://arxiv.org/abs/2510.01171
1•JnBrymn•26m ago•0 comments

Visualrambling.space

https://visualrambling.space/
1•crummy•27m ago•1 comments

Show HN: Agentic semantic search, but with GitHub APIs

https://github.com/nilenso/ask-github
1•sriharis•29m ago•0 comments

HTTP Message Signatures

https://www.rfc-editor.org/rfc/rfc9421
2•mooreds•29m ago•0 comments

Digital Stamp Collection – The Weight of Paper

https://marijanapav.com/stamps
1•shashanktomar•31m ago•0 comments

Video‐rate tunable colour electronic paper with human resolution

https://www.nature.com/articles/s41586-025-09642-3
2•westurner•32m ago•1 comments

Implementing Soft Deletion in Prisma with Client Extensions

https://matranga.dev/true-soft-deletion-in-prisma-orm/
1•frankmatranga•32m ago•1 comments

Cheaper MacBook powered by iPhone chip coming in 2026, per new report

https://9to5mac.com/2025/11/04/cheaper-macbook-powered-by-iphone-chip-coming-in-2026-per-new-report/
7•spurgu•33m ago•1 comments

Phobos (RA2: YR engine extension) v0.4 – Release Highlights and Project News

https://www.moddb.com/mods/phobos-yr/news/phobos-v04-release-highlights-and-project-news
1•Kerbiter•34m ago•0 comments

Benchmarking the AMD EPYC 9V64H: Azure HBv5's Custom AMD CPU with HBM3

https://www.phoronix.com/review/azure-hbv5-amd-epyc-9v64h
1•ashvardanian•36m 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•5mo 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!