frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New VSCode Default Themes

https://code.visualstudio.com/updates/v1_113/
1•adityamwagh•4m ago•1 comments

How to Login to Gmail with Another Account (Step-by-Step Screenshots)

1•lamquick•5m ago•0 comments

US deploys uncrewed drone boats in conflict with Iran

https://www.reuters.com/business/aerospace-defense/us-deploys-uncrewed-drone-boats-conflict-with-...
2•JumpCrisscross•5m ago•0 comments

Insanely Fast Whisper - Blazingly fast audio transcriptions

https://github.com/Vaibhavs10/insanely-fast-whisper
1•Anon84•7m ago•0 comments

Japan research uncovers how coffee constituent limit growth of colorectal cancer

https://mainichi.jp/english/articles/20260326/p2a/00m/0sc/002000c
2•rawgabbit•9m ago•0 comments

A Primer on Long-Duration Life Support

https://mceglowski.substack.com/p/a-primer-on-long-duration-life-support
1•zdw•12m ago•0 comments

Show HN: My 'pet' project, a Tinder-esque experience for rescuing dogs and cats

https://rescueapet.benswork.space
2•player_piano•14m ago•0 comments

Memorial to IT Workers Who Have Fallen in Ukraine

https://dou.ua/memorial/
2•d-cc•16m ago•0 comments

Trump Weighs Sending Another 10k Ground Troops to the Middle East

https://www.wsj.com/livecoverage/iran-war-us-israel-news-updates/card/trump-weighs-sending-anothe...
2•Anon84•16m ago•2 comments

I made a pacakge that mocks your coding agent

https://twitter.com/alexgaoth/status/2030922676525805922
1•alexgaoth•19m ago•0 comments

App Store Connect analytics missing platform versions

https://lapcatsoftware.com/articles/2026/3/12.html
1•zdw•23m ago•0 comments

Hexagonal Tic-Tac-Toe

https://hex-tic-tac-toe.did.science/
1•zahlman•24m ago•1 comments

IP over Avian Carriers

https://en.wikipedia.org/wiki/IP_over_Avian_Carriers
1•dvrp•32m ago•1 comments

Show HN: ProxChat – A Local Buddylist

https://proxchat.1jd.org
1•tldrthelaw•33m ago•0 comments

How long airport security lines are linked to Trump's obsession

https://www.theguardian.com/us-news/2026/mar/23/airport-tsa-lines-trump-save-america-act-explained
4•abdelhousni•36m ago•0 comments

4plt: A Void Pubnix

https://zgd.4plt.ch/blog/1.html
1•openports•36m ago•0 comments

Gnat

https://github.com/galaxy-io/gnat
1•ikswolzok•37m ago•0 comments

Interoperable Randomness Beacons

https://csrc.nist.gov/Projects/interoperable-randomness-beacons/beacon-20
2•curiousObject•37m ago•0 comments

The Math Behind TurboQuant

https://www.baseten.co/blog/i-spent-31-hours-on-the-math-behind-turboquant-so-you-dont-have-to/
4•philipkiely•37m ago•3 comments

Our Approach to the Model Spec

https://openai.com/index/our-approach-to-the-model-spec/
1•gmays•38m ago•0 comments

ParaLLM Tmux Claude Code Control Plane

https://github.com/free-soellingeraj/paraLlmDirectory
2•A-Aron•38m ago•0 comments

Disney cancels $1B OpenAI partnership amid Sora shutdown plans

https://arstechnica.com/ai/2026/03/the-end-of-sora-also-means-the-end-of-disneys-1-billion-openai...
4•doener•40m ago•1 comments

Reddit Shows Up in the SERP for B2B SaaS

https://foundationinc.co/lab/reddit-b2b-saas
1•rsimmonds•40m ago•1 comments

House GOP leaders punt controversial FISA vote to April

https://www.politico.com/live-updates/2026/03/20/congress/fisa-reauthorization-vote-april-0083787...
1•doener•41m ago•0 comments

Redefining Location Privacy: New Tools and Improvements for Android 17

https://android-developers.googleblog.com/2026/03/location-privacy.html
1•ingve•42m ago•0 comments

Call your lawmakers – No AI-powered warrantless surveillance of Americans

https://act.demandprogress.org/call/callpage-702-ai-surveillance/?link_id=1&can_id=3b2cebf422aaa3...
3•doener•42m ago•0 comments

Using a VPN May Subject You to NSA Spying

https://www.wired.com/story/using-a-vpn-may-subject-you-to-nsa-spying/
2•rawgabbit•43m ago•0 comments

Don't Trust, Verify

https://daniel.haxx.se/blog/2026/03/26/dont-trust-verify/
3•donutshop•45m ago•1 comments

The cron job that always succeeded and never worked

https://www.crontify.com/blog/the-cron-job-that-always-succeeded-and-never-worked
1•vincentabolarin•47m ago•0 comments

Neal Stephenson: Reflections on the Latest and Greatest Death of the Metaverse

https://nealstephenson.substack.com/p/my-prodigal-brainchild
1•cl42•48m 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•10mo ago

Comments

dthyresson•10mo 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•10mo 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•10mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•10mo 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•10mo 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•10mo 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•10mo 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.