frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New Al Zimmermann's Programming Contests: Powerful Sums

http://azspcs.com/Contest/PowerfulSums
1•rixed•5m ago•1 comments

Show HN: RealDeed – Tokenize Real Estate into Digital Assets

https://www.realdeed.co/
1•pratz0555•5m ago•0 comments

IPv6 Is a Total Nightmare – This Is Why (2020)

https://teknikaldomain.me/post/ipv6-is-a-total-nightmare/
1•smartmic•6m ago•0 comments

Show HN: Letterboxd Completionist - Assessing Filmography Progress

https://letterboxd-completionist.netlify.app/
1•3333333331•10m ago•0 comments

Early science acceleration experiments with GPT-5

https://arxiv.org/abs/2511.16072
1•Anon84•12m ago•0 comments

I built a "decision-zero" movie picker to fix Netflix paralysis

https://decision-zero-stream.lovable.app/
1•MatteoTadiello•12m ago•1 comments

ChatGPT Codex Outage

https://status.openai.com/incidents/01KAPG4EE5JWEV04TPZ2SNNK8X
1•twalichiewicz•14m ago•0 comments

Show HN: HN Insights – HN front page summaries

https://hn-insights.com
2•mobrienv•18m ago•0 comments

Show HN: Reverse Jailbreaking a Psychopathic AI via Identity Injection

https://github.com/DRawson5570/AI-Wisdom-Distillation
1•drawson5570•18m ago•0 comments

Brazil's Bolsonaro detained for trying to break ankle bracelet and flee

https://www.msn.com/en-us/politics/international-relations/brazil-s-bolsonaro-detained-for-trying...
2•CXSHNGCB•18m ago•0 comments

A dream of AI DLC A peek into the future based on tools and tech that we have

https://magistr.me/blog/8/
1•u_magistr•19m ago•0 comments

Shanti Rides Shotgun [video]

https://vimeo.com/1132534575
1•NaOH•20m ago•0 comments

Queen guitarist Sir Brian May's latest book explores the evolution of galaxies

https://www.bbc.com/future/article/20251121-sir-brian-mays-stereo-vision-of-galaxies
1•ent101•21m ago•0 comments

Terence Tao: At the Erdos problem website, AI assistance now becoming routine

https://mathstodon.xyz/@tao/115591487350860999
1•dwohnitmok•24m ago•0 comments

iOS Developers Claim 1Password Isn't Removing Deleted Profile Pictures

https://www.privacyguides.org/news/2025/11/22/1password-stores-profile-pictures-of-user-accounts-...
2•gpi•25m ago•0 comments

Mapping the future with 3D-printed titanium Apple Watch cases

https://www.apple.com/newsroom/2025/11/mapping-the-future-with-3d-printed-titanium-apple-watch-ca...
2•walterbell•25m ago•0 comments

The Go-Between

https://theamericanscholar.org/the-go-between/
1•gmays•28m ago•0 comments

The Mozilla Cycle, Part III: Mozilla Dies in Ignominy

https://taggart-tech.com/mozilla-cycle-pt3/
4•holysoles•30m ago•0 comments

Agentic outcome/token based pricing

1•mckinnonr•32m ago•0 comments

How to use the internet (1995) [video]

https://www.youtube.com/watch?v=Y0EXga2hEIs
1•CharlesW•33m ago•0 comments

Circular Transactions: The Complex Loopholes of Abusive Tax Shelters

https://fastercapital.com/content/Circular-transactions--The-Complex-Loopholes-of-Abusive-Tax-She...
2•walterbell•33m ago•0 comments

Show HN: Twinonyms: The Word Game

https://twinonyms.vercel.app/
2•SpyCoder77•35m ago•0 comments

Ignore the howls around pay-per-mile. We can't afford not to tax electric cars

https://www.theguardian.com/business/nils-pratley-on-finance/2025/nov/06/ignore-the-howls-around-...
1•PaulHoule•38m ago•0 comments

The Censorship Network: Regulation and Repression in Germany Today

https://liber-net.org/germany/
5•sva_•40m ago•0 comments

China's burgeoning undersea sensor net aims to turn the ocean transparent

https://www.defenseone.com/threats/2025/10/chinas-burgeoning-undersea-sensor-net-aims-turn-ocean-...
3•qwertyuiop_•41m ago•0 comments

One approach to a curated information diet

https://gabrielweinberg.com/p/one-approach-to-a-heavily-curated
2•AIBytes•42m ago•0 comments

Data General History by Foster

http://www.teamfoster.com/billteamfostercom
1•markus_zhang•42m ago•0 comments

Building a Serverless Ad Tracker: Scaling to Events and Back

https://paulhenri-l.com/2025/serverless-ad-tracker
1•paulhenri_l•46m ago•0 comments

After 15 Years, I Use Outlook as My Build Pipeline

https://iwriteaboutcode.blogspot.com/2025/11/after-15-years-i-have-finally-reached.html
1•birdculture•46m ago•0 comments

Growing Up Online Nearly Killed Me

https://www.afterbabel.com/p/growing-up-online-nearly-killed-me
1•paulpauper•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•5mo ago

Comments

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