frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The VanDersarl Blériot: a 1911 airplane homebuilt by teenage brothers

https://www.historynet.com/vandersarl-bleriot/
1•ForHackernews•56s ago•0 comments

Thank You Hacker News – To Everyone – It Is the Most Fun Place on the Internet

1•Brajeshwar•57s ago•0 comments

Google Agent Garden

https://console.cloud.google.com/vertex-ai/agents/agent-garden
1•Brajeshwar•1m ago•0 comments

Sharing Your Work Is Like Lifting with Your Legs

https://devonzuegel.com/writing-for-an-audience-is-like-lifting-with-your-legs
1•todsacerdoti•2m ago•0 comments

Show HN: An open-source, air-gapped threat detector for Active Directory

https://github.com/Saeros-Security/Saeros
1•saeros•2m ago•0 comments

Lifetime access to AI-for-evil WormGPT 4 costs just $220

https://www.theregister.com/2025/11/25/wormgpt_4_evil_ai_lifetime_cost_220_dollars/
1•vintagedave•3m ago•0 comments

It's Been a Very Hard Year

https://bell.bz/its-been-a-very-hard-year/
2•tobr•3m ago•0 comments

In Memoriam: Web mascots 404 but not forgotten

https://archive.org/details/in-memoriam-web-mascots
3•ChrisArchitect•4m ago•0 comments

Has China pulled the plug on largest particle collider?

https://www.scmp.com/news/china/science/article/3331618/chinas-god-particle-quest-over-worlds-lar...
1•elashri•4m ago•0 comments

YouChoose: Feed Your Head, Choose Your Algorithm

https://youchoose.ai/
1•thunderbong•7m ago•0 comments

Stirling V2

https://www.stirling.com/blog/introducing-v2
1•Tomte•8m ago•0 comments

Show HN: GemGuard – a security auditing tool for Linux and Windows

https://github.com/AlvaroHoux/gem-guard
1•Alvaro_Houx•10m ago•0 comments

Future Colliders Comparative Evaluation – Working Group Report

https://arxiv.org/abs/2511.20417
1•elashri•11m ago•0 comments

Tested OpenAI's prompt caching across models. Found undocumented behavior

1•harsharanga•13m ago•0 comments

Ingredient in diet sodas, ice cream and chewing gum now linked to liver disease

https://www.dailymail.co.uk/health/article-15328493/Ingredient-diet-sodas-ice-cream-chewing-gum-l...
1•Bender•14m ago•1 comments

Slipknot-gauged mechanical transmission and robotic operation

https://www.nature.com/articles/s41586-025-09673-w
1•bookofjoe•14m ago•0 comments

Dollar Radio Station – 1926 experimental private ship-to-shore radio network

https://www.dollaradiopacifica.com
1•supportengineer•15m ago•0 comments

OpenAI User Data Exposed in Mixpanel Hack

https://www.securityweek.com/openai-user-data-exposed-in-mixpanel-hack/
1•Bender•16m ago•1 comments

RFK Jr.'s new CDC deputy director prefers "natural immunity" over vaccines

https://arstechnica.com/health/2025/11/rfk-jr-s-new-cdc-deputy-director-prefers-natural-immunity-...
4•Bender•16m ago•1 comments

A Difference-in-Differences Study of Cursor's Impact on Software Projects

https://arxiv.org/abs/2511.04427
1•kllrnohj•17m ago•0 comments

Show HN: ZigFormer – An LLM implemented in pure Zig

2•habedi0•19m ago•0 comments

Same-day upstream Linux support for Snapdragon 8 Elite Gen 5

https://www.qualcomm.com/developer/blog/2025/10/same-day-snapdragon-8-elite-gen-5-upstream-linux-...
3•mfilion•20m ago•0 comments

I built a startupkit with built in AI agents acting as your product team

https://www.startupkit.today
1•VladCovaci•23m ago•1 comments

Face transplants promised hope. Patients were put through the unthinkable

https://www.theguardian.com/science/2025/nov/27/face-transplant-patients-results-outcomes
5•n1b0m•27m ago•3 comments

A.I.'s Anti-A.I. Marketing Strategy

https://www.nytimes.com/2025/11/26/opinion/ais-anti-ai-marketing-strategy.html
2•mitchbob•27m ago•1 comments

'Extraordinary Discovery' at Orkney's Ness of Brodgar Neolithic Site

https://www.bbc.com/news/articles/c7836wvx4q4o
2•ohjeez•30m ago•0 comments

Beyond the Geometry of Music

https://johncarlosbaez.wordpress.com/2025/11/22/dmitri-tymoczko/
1•surprisetalk•31m ago•0 comments

Understanding the Brilliant Design of an Automatic Center Punch

https://www.core77.com/posts/139029/Understanding-the-Brilliant-Design-of-an-Automatic-Center-Punch
2•surprisetalk•31m ago•0 comments

Show HN: Intrinsic – Desktop app for financial report metric extraction

https://github.com/vctrla/intrinsic
1•vctrla•31m ago•0 comments

The Easiest Way to Build a Type Checker

https://jimmyhmiller.com/easiest-way-to-build-type-checker
2•surprisetalk•32m 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•6mo ago

Comments

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