frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Infinities, impossibilities, and the man in the white linen suit

https://iain.so/infinities-impossibilities-and-the-man-in-the-white-linen-suit
2•iainharper•3m ago•0 comments

Alternative(s) to run CUDA on non-Nvidia hardware

https://www.hpcwire.com/2026/07/09/spectral-compute-aims-to-set-cuda-free-will-it-succeed/
2•alok-g•3m ago•0 comments

Odysee: The new YouTube for the far-right (2017)

https://gnet-research.org/2021/02/17/odysee-the-new-youtube-for-the-far-right/
2•robtherobber•3m ago•0 comments

Swiss Army Breaks with Microsoft: "Cyber Command" Relies on Open Source

https://www.heise.de/en/news/Swiss-Army-breaks-with-Microsoft-Cyber-Command-relies-on-Open-Source...
3•vrganj•3m ago•0 comments

The U.S. spent $30B to ditch textbooks for laptops and tablets

https://fortune.com/article/how-did-us-spending-30-billion-dollars-on-laptops-result-in-first-gen...
3•01-_-•4m ago•0 comments

Two Case Studies of NaN

https://sebsite.pw/w/20260709-nan.html
2•theanonymousone•5m ago•0 comments

Apple's iPhone Ultra will be double the price of the iPhone 17 Pro Max

https://mashable.com/tech/apple-iphone-ultra-price-rumor
2•01-_-•5m ago•0 comments

Show HN: Turn any folder of code, SQL schemas into a queryable knowledge graph

https://github.com/Graphify-Labs/graphify
2•adithyaharish•6m ago•0 comments

Ask HN: Does anyone else find GPT-5.6 Sol in Codex slow?

3•linzhangrun•11m ago•1 comments

NSF Launches Project Triad to Advance Quantum Tech for Real-World Applications

https://thequantuminsider.com/2026/07/07/nsf-launches-project-triad-to-advance-quantum-technology...
2•rbanffy•12m ago•0 comments

InfiniteDiffusion: Learned Procedural Open-World Terrain Generation

https://xandergos.github.io/terrain-diffusion/
1•logdahl•12m ago•1 comments

OpenAl Is Showing Kalshi's World Cup Odds in ChatGPT

https://www.nytimes.com/2026/07/13/technology/kalshi-openai-chatgpt-world-cup-odds.html
1•wertyk•14m ago•0 comments

Show HN: Tiny Minimal Markdown Pastebin

https://tnypst.xyz/about
3•martinopiaggi•19m ago•0 comments

Automation Takes the Easy Jobs and Leaves You the Hard Ones

https://julienreszka.com/blog/automation-takes-the-easy-jobs-and-leaves-you-the-hard-ones/
2•julienreszka•19m ago•0 comments

I was wrong about MCPs

https://twitter.com/_overment/status/2076440928726708612
2•heftykoo•20m ago•0 comments

Databricks-TUI – a terminal dashboard for Databricks, like k9s

https://crates.io/crates/databricks-tui
2•pjhamera•22m ago•0 comments

We gave our agent memory: building an LLM Wiki over sources that never sit still

https://engineering.taktile.com/blog/llm-wiki-agent-memory/
3•choboswaggings•24m ago•0 comments

I built a functional software platform, but zero support. Here is my tool

https://www.bountyclaimer.com/
2•Kevan12•27m ago•1 comments

Slothful summer app lets you scroll simply by tilting your head

https://www.theregister.com/personal-tech/2026/07/10/slothful-summer-app-lets-you-scroll-simply-b...
2•tippa123•31m ago•0 comments

Users want to interact. Your app isn't ready. Here's the fix

https://gossipstack.com/products/echo
2•iBuildMobileApp•31m ago•0 comments

HDR video in Firefox for Windows tech retrospective

https://mozillagfx.wordpress.com/2026/07/14/hdr-video-in-firefox-for-windows-tech-retrospective/
2•HieronymusBosch•33m ago•0 comments

In defense of not understanding your codebase

https://www.seangoedecke.com/in-defense-of-not-understanding-your-codebase/
2•ingve•35m ago•0 comments

Responsive Design Calculator

https://www.redblobgames.com/blog/2026-07-11-responsive-design-calculator/
2•ingve•35m ago•0 comments

Show HN: Neverswipe – your AI agent dates so you don't swipe

https://neverswipe.ai
3•pro_methe5•35m ago•1 comments

What Is Nodal Pricing?

https://modoenergy.com/research/en/4558
2•leonidasrup•36m ago•0 comments

AI coding agents should optimize for less owned code

https://www.openenergytransition.org/posts/ai-coding-agents-should-optimize-for-less-owned-code
2•lyoncy•37m ago•0 comments

Notes Toward a New Romanticism: Or why it's 1800 all over again

https://www.honest-broker.com/p/notes-toward-a-new-romanticism
2•plastic-enjoyer•46m ago•1 comments

Learning from experience instead of curated datasets

https://oaklab.ai/posts/learning-from-experience-instead-of-curated-datasets
2•whalee•46m ago•0 comments

Choice Notes on History from Notes and Queries (1858)

https://publicdomainreview.org/collection/choice-notes-from-notes-and-queries/
2•pepys•47m ago•0 comments

Show HN: I built a site to see what politicians are beating S&P 500

https://politicianstocktracker.com/
2•wbemaker•51m ago•0 comments
Open in hackernews

Show HN: ZenStack – access control at the ORM layer, built for coding agents

https://zenstack.framer.website/
4•carlual•1h ago
Hi HN, I'm Jiasheng, co-creator of ZenStack.

Access control usually ends up scattered across app code instead of living with the data model — and that's riskier when the code is written by an agent, since it's easy to ship a query with a missing or incomplete authorization check. ZenStack enforces policy (RBAC/ABAC/relation-based) directly at the ORM layer, on top of Kysely, so every query gets checked the same way regardless of who wrote it and who is calling it.

Postgres RLS is an option too, but it's hard to maintain and scale, and it's Postgres-only — ZenStack's approach is database-agnostic.

One of our users, MermaidChart, put it well after launching their team feature on ZenStack: "much cleaner and easier to maintain than writing RLS policies or application-level checks that will surely leak after some time."

Happy to answer anything.