frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI o1 System Card (2024)

https://arxiv.org/abs/2412.16720
1•ronfriedhaber•19s ago•0 comments

How Claude's Text Watermarking Works

https://sebastianraschka.com/blog/2026/claude-text-watermarking.html
1•ModelForge•1m ago•0 comments

How to ship a database every day

https://turbopuffer.com/blog/control-plane
1•tarunnnp•2m ago•0 comments

Satellites and artificial intelligence are transforming wildfire detection

https://www.theguardian.com/us-news/2026/aug/17/satellites-ai-wildfire-detection
1•andsoitis•3m ago•0 comments

On AI Coding and Its Discontents

https://calnewport.com/on-ai-coding-and-its-discontents/
2•signa11•4m ago•0 comments

I refused to give a launcher Full Disk Access, so I built one

https://www.minid.net/2026/8/17/thirty-minutes-to-replace-the-app-i-refused-to-install
1•meerita•4m ago•0 comments

Vietnam B789 at Munich, late rotation, tailstrike, runway overrun, tyre damage

https://avherald.com/h?article=53da99f6&opt=0
1•Markoff•5m ago•0 comments

A Peek Inside the Black Box of Epigenetic Clocks

https://nautil.us/a-peek-inside-the-black-box-of-epigenetic-clocks-1283841
2•Brajeshwar•5m ago•0 comments

Cool and Innovative Hiring Page

https://imgur.com/a/gkkEmGV
1•Scouttie•6m ago•0 comments

Ask HN: How are teams sharing AI/agent setups internally?

1•TBraunz•6m ago•0 comments

Python Libraries That Make Data Cleaning More Enjoyable

https://www.kdnuggets.com/5-python-libraries-that-make-data-cleaning-more-enjoyable
2•eigenBasis•6m ago•0 comments

Show HN: VectorAtlas – a free 80KB SVG world map with per-country IDs

https://github.com/melenaos/Menelabs.VectorAtlas
2•melenaos•8m ago•0 comments

Show HN: Good web design inspiration for makers focused on results not awards

https://websitevice.com/
1•devluc•10m ago•0 comments

Do That Which Makes Your Life Easy

https://elijahpotter.dev/articles/do-that-which-makes-your-life-easy
1•chilipepperhott•10m ago•0 comments

3D-printing enthusiast creates 'Flock Sock' to blind controversial cameras

https://www.tomshardware.com/3d-printing/3d-printing-enthusiast-creates-flock-sock-camera-blind-s...
1•pavel_lishin•10m ago•0 comments

Why is this 15 year old still in Morocco and not in some big company?

1•kirito1337•12m ago•1 comments

A Preview of DuckDB v2.0

https://duckdb.org/2026/08/17/duckdb-20-highlights
2•ibotty•12m ago•0 comments

We Tracked a Shipment of Rare Books. It Ended at an Amazon AI Training Facility

https://www.404media.co/we-tracked-a-shipment-of-rare-books-it-ended-at-an-amazon-ai-training-fac...
3•amarcheschi•14m ago•1 comments

Tlbic v11.0: Steering Capital from Speculation to the Real Economy

https://drive.google.com/file/d/1gjcpLTIh4VPY3gh7gCe2ql04H6sMUycq/view?usp=drive_link
1•michikawa59•14m ago•1 comments

The Year of Micro Design

https://twitter.com/covacut/status/2087958248154648663
1•tosh•15m ago•0 comments

Engineer used 360-degree cam hidden in bag of snacks to steal DRAM process tech

https://www.tomshardware.com/pc-components/dram/nanya-engineer-used-360-degree-cam-hidden-in-snac...
1•Stratoscope•16m ago•1 comments

Should you use AI for a task? Here's a simple way to decide

https://www.theguardian.com/commentisfree/2026/jul/24/should-you-use-ai
1•mhb•16m ago•1 comments

Hackers exploit macOS Screen Sharing flaw to deploy Monero miner

https://www.bleepingcomputer.com/news/security/hackers-exploit-macos-screen-sharing-flaw-to-deplo...
1•DemiGuru•16m ago•0 comments

Incident with Github.com

https://www.githubstatus.com/incidents/zkxwbgr0cnmx
157•kevcampb•18m ago•88 comments

A Noob Learns FFT

https://entropicthoughts.com/fft
1•surprisetalk•19m ago•0 comments

Show HN: Deepseek Harness Plugin - Turn DS into Trading Analyst

https://github.com/maddogfinance/dsh-trading
1•celineycn•19m ago•0 comments

"Mad dogs and ": Heatwave economics – summer 2026

https://adamtooze.substack.com/p/chartbook-467-mad-dogs-and-heatwave
1•sasvari•19m ago•0 comments

Show HN: Stressing LLMs – Complexity Benchmark

https://alexander-hanel.github.io/StressingLLMs/
1•__alexander•20m ago•0 comments

Leaf 5 released: a PHP framework built for humans and AI agents

https://blog.leafphp.dev/posts/leaf-5
1•mychi•20m ago•0 comments

Two API calls exposed AI's hidden reasoning [video]

https://www.youtube.com/watch?v=P1v1-2CCKD0
1•eamag•20m 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!