frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

You Might Be a Late Bloomer (2024)

https://www.theatlantic.com/ideas/archive/2024/06/successs-late-bloomers-motivation/678798/
1•breve•21s ago•0 comments

The Tax of Living in a Low-Trust Society: How Collapsed Trust Costs You

https://yourbrainonmoney.substack.com/p/low-trust-society-cost
1•ot•2m ago•0 comments

U.S. Schools Face a Crisis as the Number of Children Drops

https://www.nytimes.com/2026/05/08/upshot/public-schools-enrollment-crisis.html
1•Teever•3m ago•0 comments

Grafting a Speech Head onto Gemma 4 E4B

https://www.frisson-labs.com/gemma4-e4b-architecture
1•ymaws•9m ago•1 comments

Tesla Model Y Passes NHTSA's New 'Advanced Driver Assistance System' Tests

https://www.nhtsa.gov/press-releases/tesla-model-y-first-vehicle-pass-nhtsa-new-advanced-driver-a...
2•amanaplanacanal•10m ago•0 comments

US Salary Explorer

https://corvi.careers/salary-explorer/
1•sp1982•14m ago•0 comments

I built a alternative market I fixed what Gumroad coudnt do

https://BuyAndSell.market
1•Zophos•15m ago•0 comments

Show HN: CADara - I made an open-source in-browser CAD

https://cadara.app
3•ttouch•22m ago•1 comments

Ask HN: How to do a Personal health audit

1•preciousoo•24m ago•0 comments

Vedit – Git-style version control for video timelines

https://github.com/explicit09/vedit
1•tadies09•27m ago•0 comments

Show HN: Run and debug ThingWorx services locally with TypeScript

https://github.com/ssilvestri15/thingworx-local-dev
1•simonesilve•28m ago•0 comments

RISC-V Server Platform Spec Ratified

https://github.com/riscv-non-isa/riscv-server-platform/releases/tag/v1.0
1•fork-bomber•31m ago•0 comments

Show HN: I mirrored war.gov's UAP archive in pure Rail with verifiable bytes

https://ledatic.org/aliens
2•zem0g•32m ago•0 comments

Context-compiler: graph-based code retrieval for Claude Code

https://github.com/bytewise-ca/claude-context-compiler
1•sumeshpk•34m ago•0 comments

DeepSeek Seeks Funding at $45B Valuation as China Backs Homegrown AI Rival

https://theaiinsider.tech/2026/05/08/deepseek-seeks-first-outside-funding-at-45b-valuation-as-chi...
1•nsoonhui•34m ago•0 comments

Jetro – JSON query engine for Rust (jq-like DSL with compilation and VM)

https://github.com/mitghi/jetro
1•mitghi•36m ago•0 comments

The Chinese Realtime Deepfake Software Powering Scams Around the World

https://www.404media.co/hello-boss-inside-the-chinese-realtime-deepfake-software-powering-scams-a...
2•SpyCoder77•39m ago•0 comments

New anti-tank round punches through high-tech explosive armor

https://newatlas.com/military/saab-anti-tank-round-defeats-high-tech-explosive-armor/
5•breve•41m ago•0 comments

Using Claude Code: The Unreasonable Effectiveness of HTML

https://x.com/trq212/article/2052809885763747935
1•malshe•43m ago•0 comments

Brembo's fluid-free electronic braking system is coming to a car near you

https://newatlas.com/automotive/brembo-fluid-free-electronic-braking-system-sensify-production/
5•breve•45m ago•0 comments

Unprecedented GPS Game in the AppStore

https://cheapshot.co/
2•pakenrol•45m ago•0 comments

Canada and US income tax and RSU calculator and comparison

https://takehome.tax
1•ccnomas•48m ago•0 comments

Missing information can misinform

https://today.ucsd.edu/story/missing-information-can-misinform
1•hhs•49m ago•0 comments

Ask HN: Is agent-driven QA a thing?

1•straydusk•51m ago•0 comments

Code is free, governance is not

https://rootcx.com/blog/code-is-free-governance-is-not
2•seyz•51m ago•0 comments

New research shows scientific innovation narrows as scientists age

https://socialsciences.uchicago.edu/news/new-research-shows-scientific-innovation-narrows-scienti...
3•hhs•58m ago•1 comments

Solar Impulse aircraft destroyed in Gulf of Mexico crash

https://www.swissinfo.ch/eng/culture/solar-impulse-aircraft-destroyed-in-gulf-of-mexico-crash/913...
1•amenghra•1h ago•1 comments

The Boston Library Where You Still Can Borrow a Giant Puppet

https://binj.news/2026/05/06/the-boston-library-where-you-still-can-borrow-a-giant-puppet/
1•gnabgib•1h ago•0 comments

Brexit did not just shake Britain – it sent financial shockwaves across Europe

https://www.surrey.ac.uk/news/brexit-did-not-just-shake-britain-it-sent-financial-shockwaves-acro...
1•hhs•1h ago•0 comments

Show HN: Blober.io – The Only App That Connects to GoPro Cloud

https://blober.io/kb/articles/gopro-cloud-transfer-backup-download/
1•mckabue•1h ago•1 comments
Open in hackernews

React Meta-Framework Feels Broken, Here's Why

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

Comments

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