frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hardwood: Parser for the Parquet file format (minimal dependencies, Java)

https://github.com/hardwood-hq/hardwood
1•articsputnik•10s ago•0 comments

Show HN: CLI to score AI prompts after a prod failure

https://costguardai.io
1•techcam•1m ago•1 comments

Microsoft Learning Center shows AI generated image with two Start buttons

https://videocardz.com/newz/microsoft-windows-11-learning-center-shows-ai-generated-image-with-tw...
1•LorenDB•2m ago•0 comments

Dark matter experiment reaches ultracold milestone

https://phys.org/news/2026-03-dark-ultracold-milestone.html
1•Brajeshwar•3m ago•0 comments

Parents think they know how kids use AI. They don't

https://buzznews.com/news/3a6c97be-daa5-42b8-9ac0-48e7f25428bb
1•buzznewswebsite•3m ago•0 comments

Show HN: A single pane of glass for Claude Code

https://github.com/jasonwilmot/singlepane
1•jasondigitized•3m ago•0 comments

Show HN: Parsing hostile industrial data in 64MB WASM sandboxes

https://ingelt.com
1•bneb-dev•4m ago•0 comments

Mere: A New Package Manager

https://merelinux.org/posts/new-pm/
2•jhuntwork•4m ago•0 comments

Is Music Just Sound? A creative technologist's perspective on AI-generated music

https://perthirtysix.com/is-music-just-sound
1•datadrivenangel•6m ago•0 comments

MiniMax M2.7 (200K context, $0.30/1.20) released

https://openrouter.ai/minimax/minimax-m2.7
1•pixel_popping•6m ago•0 comments

The fiery, deadly crashes involving the Tesla Cybertruck

https://www.theguardian.com/technology/2026/mar/18/tesla-cybertruck-crashes-battery-fires
1•t-vi•6m ago•0 comments

We Are Building Gods

https://richhaase.com/blog/2026-03-08-we-are-building-gods/
1•richhhh•6m ago•0 comments

Doxxxed.fun – First KYC-verified token launchpad on Solana, seeking acquisition

https://doxxed.fun
1•JosephBearbower•7m ago•1 comments

Show HN: Open-source status pages for Agents (Rails 8 and SQLite)

https://ups.dev/
1•codenamev•7m ago•0 comments

Defense Intelligence Reference Documents

https://spherebeingalliance.com/blog/defense-intelligence-reference-documents.html
1•beeburrt•7m ago•0 comments

The Org Chart Is the Product: Software as Case Study for Intellectual Work

https://www.jimmont.com/org-chart-is-the-product
1•jimmont•7m ago•0 comments

Show HN: Weekly Updates – Multiplayer productivity with monthly leaderboards

https://personal-standup.vercel.app/
1•baristaGeek•8m ago•0 comments

William Gibson vs. Margaret Thatcher

https://pluralistic.net/2026/03/17/technopolitics/#original-sin
1•cainxinth•8m ago•0 comments

Show HN: Cloak – .env on disk has fakes, your editor shows them (CLI and VSCode)

https://getcloak.dev
1•wam_app•9m ago•0 comments

Show HN: We built AI agents that reduce mortgage processing from 18 days to 3–5

https://app.simplai.ai/register
1•SimplAI_ai•10m ago•0 comments

Ask HN: What can we do about explosion of self promotion in HN comments

3•dominotw•11m ago•4 comments

Informo.es Normativa europea 2/2023

https://informo.es
1•lucasvicentec•11m ago•1 comments

I built an agent that tells you when a GitHub bug is killing your Stripe revenue

https://getparse.io/
1•sebasb•12m ago•1 comments

Chinese users are using an imperial China court system to manage AI agents

https://www.chinatalk.media/p/taking-the-throne-as-openclaw-emperors
1•possiblelion•13m ago•0 comments

Windows stack limit checking retrospective: x86-32 also known as i386

https://devblogs.microsoft.com/oldnewthing/20260317-00/?p=112144
1•ibobev•14m ago•0 comments

A single model optimized the parser. The real bottleneck was governance

https://council.expressible.ai/blog/why-single-model-ai-gets-architecture-wrong
1•veniyer•14m ago•1 comments

Show HN: Zora, AI agent with compaction-proof memory and a runtime safety layer

https://github.com/ryaker/zora
1•ryaker•15m ago•0 comments

Firefox gets mascot Kit and free VPN

https://www.heise.de/en/news/Firefox-gets-mascot-Kit-and-free-VPN-11215439.html
1•doener•15m ago•0 comments

Reinventing aliasing XOR mutability and lifetimes

https://purplesyringa.moe/blog/reinventing-aliasing-xor-mutability-and-lifetimes/
1•ibobev•15m ago•0 comments

I built a specialized A4 React document editor for immigration dossiers

1•macolabs•16m ago•0 comments
Open in hackernews

React Meta-Framework Feels Broken, Here's Why

https://rwsdk.com/blog/your-react-meta-framework-feels-broken
22•dthyresson•9mo ago

Comments

dthyresson•9mo ago
A new blog post argues that today’s React meta-frameworks like Next.js and Remix are too abstract and “feel broken,” adding complexity through magic and indirection. It introduces RedwoodSDK as a simpler, more transparent alternative that prioritizes native web APIs and production-parity development.
codingdave•9mo ago
You don't need to (and should not) add a Tl;dr comment when you post something. If you want to tell the story of how you came up with an idea, do a "Show HN". That is the correct way to self-promote on HN.
dthyresson•9mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•9mo ago
I'm the author of this article, and this is the second time I've built a framework. I co-created RedwoodJS with Tom Preston-Werner several years ago - and we came up with some novel ideas, but I had a nagging feeling that something wasn't right.

A failed-startup and a kid later... and I'm back. I couldn't let go of the original vision of RedwoodJS, but I wanted to start from scratch. So we built RedwoodSDK, which is a React framework for Cloudflare. It starts as a Vite Plugin that gives you server-side-rendering, RSC, streaming, and realtime capabilities.

Our standards based route feels invisible, with simple pattern matching, middleware and interrupters. You receive a request and return a response. You own every byte over the wire.

There's zero magic. Just TypeScript, modules, functions, values, and types.

chipgap98•9mo ago
Aren't the "defineApp" and "route" methods in rwsdk also magic? It feels like rwsdk is just being more deliberate about when and where to introduce those magic functions.

I'm a big fan of rwsdk so far. Thanks for building!

pistoriusp•9mo ago
Nope! They just return standard JavaScript.

A typical worker looks something like this:

    export default {
        fetch({ request }) {
          return new Response('ok')
        } 
    }

DefineApp just wraps that initial entry point into something that allows us to run middleware, match the router, and render out the page or the response object.

Love that you're a fan! Remember... No magicians allowed here.

gadfly361•9mo ago
I think a notable difference is with one, you can read the code in the file and understand what it will return. With others, you need to read the code and then do a mental join of the framework's conventions to know what it'll return.