frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

0ctx – Local-first project memory for AI workflows

1•som3on3•18s ago•0 comments

Memories of David Attenborough as he turns 100

https://www.theguardian.com/tv-and-radio/2026/may/08/david-attenborough-at-100-memories-encounters
1•yreg•3m ago•0 comments

How the NSA obtains and uses airline reservations (2013)

https://papersplease.org/wp/2013/09/29/how-the-nsa-obtains-and-uses-airline-reservations/
1•downbad_•3m ago•1 comments

I, robe-ot: the Android monk working to reboot the faith of S. Korea's Buddhists

https://www.theguardian.com/world/2026/may/08/jogyesa-temple-south-korea-humanoid-ai-robot-gabi
1•ta988•4m ago•0 comments

Nullsoft, 1997-2004 AOL kills off the last maverick tech company (2004)

https://slate.com/technology/2004/11/the-death-of-the-last-maverick-tech-company.html
1•downbad_•6m ago•1 comments

IIT Madras establishes Menlo Park Centre to help Indian startups scale globally

https://www.fortuneindia.com/business-news/international-arm-of-iit-madras-establishes-a-us-centr...
1•porridgeraisin•7m ago•0 comments

Ask HN: What is the most exciting development in your field?

1•chistev•9m ago•1 comments

Ask HN: We just had an actual UUID v4 collision...

3•mittermayr•10m ago•1 comments

HIV pandemic's origins located (2014)

https://www.ox.ac.uk/news/2014-10-03-hiv-pandemics-origins-located
1•thunderbong•13m ago•0 comments

Platform Engineering End-to-End

https://www.lucavall.in/blog/platform-engineering-end-to-end
1•ingve•16m ago•0 comments

The complete Claude Code course for engineers and technical founders

https://code-agents.ai
1•onder_ceylan•17m ago•0 comments

Show HN: Runs AI coding agents inside isolated Docker containers

https://github.com/marvincaspar/agent-sanbox
1•matt_callmann•20m ago•0 comments

Best Free Agentic AI Course in 2026 with Real Projects, and No-Code Learning

https://simplai.ai/simplai-university
1•shanmugarajsk•24m ago•0 comments

Show HN: Mideo – Translate Video to MIDI

https://cafedelcadence.github.io
1•bbrwx•24m ago•0 comments

Building for the future: Cloudflare lays off 1,100 employees

https://blog.cloudflare.com/building-for-the-future/
1•pabs3•27m ago•0 comments

Nintendo confirms Switch 2 price rises, consoles now $500 in the US

https://www.videogameschronicle.com/news/nintendo-confirms-switch-2-price-rises-consoles-now-500-...
2•01-_-•27m ago•0 comments

What Microsoft Executives Thought About OpenAI in 2018

https://www.wired.com/story/microsoft-executives-discuss-openai-sam-altman-2018/
1•01-_-•28m ago•0 comments

Show HN: Meeseeks Driven Development

https://github.com/lukehedger/meeseeks
1•levelout•30m ago•0 comments

Virtual private networks and the protection of children online

https://www.europarl.europa.eu/thinktank/en/document/EPRS_ATA(2026)782618
2•mvdwoord•34m ago•0 comments

60% of MD5 password hashes are crackable in under an hour

https://www.theregister.com/security/2026/05/07/60-of-md5-password-hashes-are-crackable-in-under-...
1•signa11•36m ago•0 comments

The Canvas Hack Is a New Kind of Ransomware Debacle

https://www.wired.com/story/canvas-hack-shinyhunters-ransomware-instructure/
1•signa11•38m ago•0 comments

Show HN: I instructed AI to create tool to clean AI-generated text: undsh.com

https://undsh.com/
1•kkarpkkarp•39m ago•0 comments

I hate soldering existentially

https://user8.bearblog.dev/rant/
3•James72689•40m ago•0 comments

Token Coffee

https://testflight.apple.com/join/VHaxgb3B
1•Brrainz•41m ago•0 comments

AI is technology, not a feature

https://senkorasic.com/articles/ai-is-tech-not-feature
3•taubek•42m ago•0 comments

Hardware Memory Models

https://research.swtch.com/hwmm
1•jerrinot•44m ago•0 comments

Canvas Breach Disrupts Schools and Colleges Nationwide

https://krebsonsecurity.com/2026/05/canvas-breach-disrupts-schools-colleges-nationwide/
1•lschueller•46m ago•0 comments

Phel v0.36.0 – Lisp on PHP, now with numeric tower and first-class Vars

https://github.com/phel-lang/phel-lang/releases/tag/v0.36.0
2•Chemaclass•49m ago•2 comments

Ask HN: How are you handling QA being bottlenecked with more AI-generated PRs?

3•softneon•49m ago•2 comments

30x faster than Prometheus: How we rebuilt ES as a leading columnar datastore

https://www.elastic.co/search-labs/blog/elasticsearch-columnar-metrics-engine-30x-faster-prometheus
3•yla92•54m 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•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.