frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Storm [video]

https://www.youtube.com/watch?v=HhGuXCuDb1U
1•nomilk•1m ago•0 comments

Zig – Type Resolution Redesign and Language Changes

https://ziglang.org/devlog/2026/#2026-03-10
2•Retro_Dev•12m ago•0 comments

The tests are the code now

https://softwaredoug.com/blog/2026/03/10/the-tests-are-the-code-now.html
2•zdw•14m ago•0 comments

Show HN: Assemble – Claude Code skill for parallel AI team execution

https://github.com/LakshmiSravyaVedantham/assemble
1•sravyavedantham•16m ago•0 comments

Breaking Control Flow Integrity by Abusing Modern C++ (Coroutines) – BH USA 2025 [video]

https://www.youtube.com/watch?v=hxIPoi4ONNA
2•matt_d•21m ago•0 comments

Show HN: ImageHost.ing – burn-after-reading image host on Cloudflare's free tier

https://imagehost.ing
1•lzy•21m ago•0 comments

Show HN: Polymorph (YC W26) – AI personalization for consumer app engagement

https://usepolymorph.com/
1•andrewsy•23m ago•0 comments

The Highly Exclusive Way That Everybody Shops Now

https://www.theatlantic.com/culture/2026/03/shopping-drop-exclusive-selling-out/686308/
1•paulpauper•23m ago•0 comments

Programming the Loop

https://ianbarber.blog/2026/03/10/programming-the-loop/
1•matt_d•26m ago•0 comments

Terence Tao had a paper rejected

https://mathstodon.xyz/@tao/113721209277409929
2•paulpauper•28m ago•0 comments

Ask HN: How do you review gen-AI created code?

1•captainkrtek•29m ago•1 comments

Pristan: The simplest way to create a plugin infrastructure in Python

https://github.com/mutating/pristan
1•pomponchik•33m ago•0 comments

Pact – contracts-first multi-agent coding (212/212 ICPC vs. 79-92% Claude Code)

https://jmcentire.github.io/pact/
1•jmcentire2025•33m ago•0 comments

VPNs surge in Australia as mandatory age verification for adult content begins

https://www.techradar.com/vpn/vpn-privacy-security/vpns-surge-in-australia-as-mandatory-age-verif...
2•reassess_blind•35m ago•1 comments

xAI wins permit to build power plant in Mississippi despite pollution concerns

https://www.cnbc.com/2026/03/10/elon-musk-xai-permit-for-mississippi-plant-despite-pollution-conc...
2•spenvo•37m ago•2 comments

The No World Order: Meir Kahane, Netanyahu, Trump, and the War Beyond Iran

https://sarahkendzior.substack.com/p/the-no-world-order
3•hkhn•38m ago•0 comments

Show HN: ULLI – A Linux installer without a live USB flash drive

https://github.com/rltvty2/ulli
1•AlOwain•45m ago•0 comments

NYC considers increasing minimum wage to $30 by 2030

https://ny1.com/nyc/all-boroughs/mornings-on-1/2026/03/10/city-council-considers-increasing-minim...
2•geox•48m ago•0 comments

Show HN: Readhn – AI-Native Hacker News MCP Server (Discover, Trust, Understand)

https://github.com/xodn348/readhn
2•xodn348•48m ago•0 comments

Curly Prompt – An AI Prompting Language with Local LLM Powered AI Agent

https://github.com/jimthunderbird/curlyprompt
2•jimthunderbird•52m ago•0 comments

Saudi Arabia declares 2026 as the Year of AI

https://twitter.com/spagov/status/2031365339376660682
2•sibilsalim•54m ago•1 comments

The Creator of Wordle Tries to Solve the Cryptic Crossword

https://www.newyorker.com/culture/the-lede/the-creator-of-wordle-tries-to-solve-the-cryptic-cross...
1•duck•55m ago•0 comments

Microsoft Patch Tuesday, March 2026 Edition

https://krebsonsecurity.com/2026/03/microsoft-patch-tuesday-march-2026-edition/
1•todsacerdoti•56m ago•0 comments

Embrace the Uncertainty

https://brittanyellich.com/embrace-the-uncertainty/
3•todsacerdoti•58m ago•0 comments

AEO: What happens when AI answers instead of linking (4-part series)

https://xergioalex.com/blog/series/aeo-from-invisible-to-cited/
1•xergioalex•58m ago•0 comments

Datafly – data agent that automatically understands any database you connect

https://github.com/dkeviv/datafly
1•aichelles•1h ago•3 comments

Apple's New MacBooks Have a Keyboard Change You Might Have Missed

https://www.macrumors.com/2026/03/10/macbook-keyboard-change/
2•samsolomon•1h ago•1 comments

Show HN: Principled Agentic Software Development

https://www.joegaebel.com/articles/principled-agentic-software-development/
3•joegaebel•1h ago•0 comments

Lynas locks Japanese rare earths deal

https://www.australianmining.com.au/lynas-locks-japanese-rare-earths-deal/
1•dwd•1h ago•2 comments

Ask HN: Getting Someone at Facebook to Listen

3•ccleve•1h ago•2 comments
Open in hackernews

Show HN: Mumpix – Local-first AI infrastructure and $1B developer grant

https://mumpixdb.com/mumpix-billion-program.html#claim
1•carreraellla•1h ago
Hi HN,

I’m working on Mumpix, a local-first infrastructure stack for building AI systems that don’t depend on centralized cloud platforms.

The goal is to make AI memory, state, and infrastructure run anywhere: phones, browsers, desktops, servers, or edge devices.

The stack currently has four layers:

MumpixDB Structured hierarchical database designed for AI memory and application state.

Examples of keys:

memory^assistant^context memory^assistant^recent workflow^task^42^status

Features: • hierarchical key model • prefix scans • watchers for state changes • deterministic snapshots • link resolution • generation-based sync

⸻

MumpixFS

A file substrate designed to integrate with the memory layer. Handles files, aliases, and version references.

Example:

files^alias^report files^versions^report^latest

⸻

MumpixSL

The system-level runtime and daemon (mumpixd) that exposes the stack as shared infrastructure through transports like: • Unix sockets • REST • WebSocket • D-Bus • Binder (Android)

This lets multiple applications share a single memory system.

⸻

MumpixFE

Frontend runtime that runs MumpixDB directly in the browser, allowing the same memory model to work client-side.

⸻

Why this exists

Right now most AI systems rely heavily on centralized APIs and infrastructure.

That works well for model inference, but memory and application state don’t necessarily need to live in the cloud.

A lot of agent systems today store state in: • prompts • vector databases • ad-hoc JSON blobs

MumpixDB is an attempt to build a deterministic structured memory layer that applications and agents can depend on.

⸻

$1B infrastructure grant

To encourage adoption we’re also launching a Mumpix AI Infrastructure Grant.

The idea is to allocate $1B worth of infrastructure and developer resources over time to projects building: • AI agents • local-first AI applications • edge AI systems • privacy-preserving AI tools

The base platform will remain free to build on.

⸻

Feedback welcome

This is still early and I’d love feedback from the HN community on: • the hierarchical key model • daemon vs in-process usage • browser runtime (MumpixFE) • integration patterns for AI agents

Happy to answer questions.

Comments

gbram•1h ago
totally irrelevent to your actual product but your landing page is beautiful
carreraellla•57m ago
Thank you for your feedback it's greatly appreciated