frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Behold the Power of Meta:Substitute

https://brevzin.github.io/c++/2026/03/02/power-of-substitute/
1•ibobev•39s ago•0 comments

Pincer – Python AI agent framework, security-first

https://github.com/pincerhq/pincer
1•vpu2301•48s ago•1 comments

Compiling Prolog to Forth [pdf]

https://vfxforth.com/flag/jfar/vol4/no4/article4.pdf
1•PaulHoule•1m ago•0 comments

Maryland Senators Approve Bill to Let Off-Duty Firefighters, EMTs Use Cannabis

https://www.marijuanamoment.net/maryland-senators-approve-bill-to-let-firefighters-and-rescue-wor...
1•treatsmokenjury•2m ago•0 comments

Zed will require age identification for its services

https://zed.dev/terms#21-eligibility
1•delduca•3m ago•0 comments

Linux in Space: The aerospace industry's attitude for Space Architechture

https://www.windriver.com/blog/Linux-Flies-into-Space
1•huxleyFiddler•4m ago•1 comments

The magic of adding random noise to black and white images [video]

https://www.youtube.com/watch?v=kT4p1GXq4HY
1•ColinWright•4m ago•0 comments

Who Pays for Tariffs Along the Supply Chain? Evidence from European Wine Tariffs

https://www.nber.org/papers/w34392
1•Anon84•4m ago•0 comments

Are these AI cost‑curve assumptions realistic? (ARK Big Ideas 2026)

https://www.ark-invest.com/big-ideas-2026
1•crosbyk•5m ago•1 comments

Why specialized AI systems may outperform general‑purpose models

https://research.contrary.com/report/the-case-for-specialized-ai
1•crosbyk•7m ago•1 comments

Generating Colour Palettes Thanks to Microgpt

https://fungiboletus.github.io/MicroColourGPT3000/generating-colour-palettes-randomly.html
1•speedgoose•8m ago•0 comments

Economic Possibilities for our Grandchildren (1930) [pdf]

http://www.econ.yale.edu/smith/econ116a/keynes1.pdf
1•mooreds•9m ago•0 comments

Planning Center is the newest Rails Foundation Contributing member

https://rubyonrails.org/2026/3/3/planning-center-newest-contributing-member
2•bgrainger•10m ago•1 comments

Lazarus 4.6

https://forum.lazarus.freepascal.org/index.php?topic=73549.0
1•nicoloren•11m ago•0 comments

Podcasts Lead AM/FM in Spoken-Word Listening, Marking a First

https://www.edisonresearch.com/podcasts-lead-am-fm-in-spoken-word-listening-marking-a-first/
2•bookofjoe•13m ago•0 comments

Verification of Stochastic Systems: Guarantees in the Presence of Uncertainty

https://books.radbouduniversitypress.nl/index.php/rup/catalog/book/Robust-Verification-Stochastic...
1•measurablefunc•13m ago•0 comments

YC Save the Ducks Jacket

1•Invierno•13m ago•0 comments

Claims about gender, behavior fall apart when samples are ethnically diverse

https://www.psypost.org/broad-claims-about-gender-and-behavior-fall-apart-when-studies-include-et...
2•ZunarJ5•13m ago•0 comments

Downdetector, Speedtest sold to IT service provider Accenture in $1.2B deal

https://arstechnica.com/information-technology/2026/03/downdetector-speedtest-sold-to-it-service-...
2•geephroh•14m ago•0 comments

Show HN: BlokJS – No VDOM, no build reactive UI framework (~9KB gzipped)

https://maleta.github.io/blokjs/docs/
1•maleta•14m ago•0 comments

Software Can Be Finished

https://rosswintle.uk/2025/10/software-can-be-finished/
3•latexr•15m ago•0 comments

Pillars of BoringOps

https://boringops.sh/pillars/
1•donutshop•15m ago•0 comments

Show HN: Bearprompt – Privacy-first prompt library that runs in the browser

https://bearprompt.com/
1•yaman071•15m ago•0 comments

Fitted sheet update: Unfolding a professionally folded fitted sheet

https://ratfactor.com/cards/fitted-sheets-pro-unfold
1•ibobev•17m ago•0 comments

Bifrost Now Works with MCP

https://docs.getbifrost.ai/quickstart/gateway/setting-up-auth
1•aanthonymax•17m ago•0 comments

Ori Mnemos – an open-source persistent memory for AI agents

https://github.com/aayoawoyemi/Ori-Mnemos
1•starro____•19m ago•1 comments

Show HN: Endgame – Production-aware ML under the sklearn API

1•cameronhamilton•19m ago•0 comments

OnWatch – Track 6 AI API quotas from your terminal (<50MB RAM, zero telemetry)

1•prakersh•20m ago•0 comments

The Lobster Programming Language

https://strlen.com/lobster/
1•keyle•21m ago•0 comments

Don't Make Me Talk to Your Chatbot

https://raymyers.org/post/dont-make-me-talk-to-your-chatbot/
11•pkilgore•22m 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.