frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vectorscan

https://github.com/Vectorcamp/vectorscan
1•tosh•1m ago•0 comments

FBI says Google engineer used internal search data to win $1.2M on Polymarket

https://arstechnica.com/tech-policy/2026/05/fbi-says-google-engineer-used-internal-search-data-to...
1•frigidwalnut•1m ago•0 comments

Why does tsgo use so much memory?

https://zackoverflow.dev/writing/why-does-tsgo-use-so-much-memory/
1•zeldapoem•2m ago•0 comments

6 Months of "Agentic" Coding

https://ashutoshbsathe.github.io/blog/agentic-coding/
1•ashutoshbsathe•3m ago•0 comments

With the OpenAI IPO it's time to ensure your AI engineering innovations survival

https://www.draketo.de/software/innovations-survival
1•ArneBab•4m ago•1 comments

I spent a year building agent memory on knowledge graphs. Here are my 5 mistakes

2•pauliusztin•5m ago•0 comments

The First A.I. High School in the U.S. Is Surprisingly Human

https://www.nytimes.com/2026/05/30/opinion/ai-high-school.html
1•mikhael•5m ago•0 comments

To have a moral stance on AI is to be an outcast, and it sucks

https://musings.martyn.berlin/to-have-a-moral-stance-on-ai-is-to-be-an-outcast-and-it-sucks
1•mooreds•5m ago•0 comments

Show HN: Ego lite – why our browser agent writes JavaScript not CLI commands

https://github.com/CitroLabs/ego-lite
1•Nicole9•6m ago•0 comments

Join the OWASP Community

https://www.owasp.community/
1•mooreds•6m ago•0 comments

Ada: Whatwg-compliant and fast URL parser written in modern C++

https://github.com/ada-url/ada
1•tosh•9m ago•0 comments

Bean plants call for aerial reinforcements when caterpillars attack

https://www.npr.org/2026/05/29/nx-s1-5829851/bean-plants-call-for-aerial-reinforcements-when-cate...
1•Brajeshwar•10m ago•0 comments

Agent Experience Stack

https://developer.microsoft.com/blog/the-ax-stack-whats-fixed-where-you-can-win
1•ankitg12•11m ago•0 comments

The Billionaire Coding Genius Making the Tough Decisions at OpenAI

https://www.wsj.com/tech/openai-who-is-greg-brockman-e699816c
1•montyanderson•13m ago•1 comments

Rave HN: Saturdays Raves at Hallucinate

1•stagas•14m ago•1 comments

The Coding Harness Behind GitHub Copilot in VS Code

https://code.visualstudio.com/blogs/2026/05/15/agent-harnesses-github-copilot-vscode
1•ankitg12•14m ago•0 comments

Rebar: A biased barometer for gauging the relative speed of some regex engines

https://github.com/BurntSushi/rebar
1•tosh•14m ago•0 comments

Authorization Before Retrieval: Making RAG Safe by Construction

https://www.windley.com/archives/2026/01/authorization_before_retrieval_making_rag_safe_by_constr...
1•mooreds•15m ago•0 comments

Sandra Bullock Buying a Movie Ticket Online in 1995 [video]

https://www.youtube.com/watch?v=ydHmPrI7bqY
1•js2•15m ago•0 comments

Not just bad for your lungs; air pollution damages your brain

https://www.cbc.ca/news/canada/hamilton/air-pollution-and-cognition-9.7215486
1•laurex•15m ago•1 comments

I am a young earth Creationist, roast me

1•alonsovm44•15m ago•1 comments

Science sleuths find 100 suspicious images in Thermo Fisher antibody catalogue

https://www.nature.com/articles/d41586-026-01706-2
2•randycupertino•17m ago•1 comments

Henry Ford's Amazonian city, Fordlandia, to be restored

https://www.independent.co.uk/news/world/americas/fordlandia-henry-ford-amazon-ghost-town-brazil-...
1•ujeezy•17m ago•0 comments

Anthropic to introduce AI Fluency scorecard in Claude

https://www.testingcatalog.com/anthropic-to-introduce-personal-ai-fluency-scorecard-in-claude/
1•gmays•19m ago•0 comments

B.F. Skinner Had a Rat. I Have AIs

https://medium.com/@yvan.rotrou/b-f-skinner-had-a-rat-i-have-ais-6362d8230dfe
1•Ryvan•20m ago•0 comments

Open Social Fund – Promoting W3C ActivityPub and Beyond

https://nlnet.nl/opensocial/
1•ZacnyLos•20m ago•0 comments

The employment effects of ICE enforcement in US cities

https://www.brookings.edu/articles/ice-enforcement-employment-effects-us-cities/
2•tolerance•25m ago•0 comments

How the Enhanced Games tripped over its own shoelaces

https://www.ft.com/content/d0e3f4c5-a0cb-488e-9a83-ac1489067ce3
1•Cider9986•27m ago•1 comments

Jekyll Plugins

https://github.com/planetjekyll/awesome-jekyll-plugins
1•ankitg12•28m ago•0 comments

Ask HN: What Is the State of App Development in 2026?

2•karakoram•28m 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•1y ago

Comments

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