frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Who should the U.S. Talk to in China on AI?

https://mattsheehan.substack.com/p/who-should-the-us-talk-to-in-china
1•taiwandongsuan•1m ago•0 comments

Show HN: Who wants to be hired?" meets "Who is hiring?" (July 2026)

https://hn-job-match-production.up.railway.app/
1•lellow•1m ago•0 comments

Back end-for-Front end: The most secure architecture for browser-based apps

https://fusionauth.io/blog/backend-for-frontend-security-architecture
1•mooreds•1m ago•0 comments

A Unique Strategy for Creating and Crowdfunding Games: 6 Questions

https://stonemaiergames.com/34671-2/
1•Tomte•3m ago•0 comments

Europe's top court upholds Google's record $4.7B antitrust fine

https://www.neowin.net/news/europes-top-court-upholds-googles-record-47-billion-antitrust-fine/
2•bundie•3m ago•1 comments

Linux kernel archives temporarily unavailable, fix has been implemented

https://social.kernel.org/notice/B7viUNMy1UsGX9pwHY
1•infinet•4m ago•0 comments

Unraveling the Complexity of Boundary Maintenance

https://www.psychologytoday.com/us/blog/lessons-from-a-burnt-out-psychologist/202403/unraveling-t...
1•toomuchtodo•4m ago•0 comments

Teen Girls' Suicide Rates Are Rising in Many Countries Around the World

https://www.afterbabel.com/p/teen-girls-suicide-rates-are-rising-2026-twenge
1•Tomte•4m ago•0 comments

Worship me at the office altar: Why narcissistic leaders resist remote work

https://www.sciencedirect.com/science/article/pii/S0749597826000300
2•momentmaker•5m ago•1 comments

Internet viral experiment recreated 20 years later

https://www.1mpixelwall.com/
1•peasantforklift•5m ago•1 comments

Fable Came Back Nerfed

https://twitter.com/bridgemindai/status/2072662214704533888
1•vm•6m ago•0 comments

Show HN: Demolab – an opinionated agent-driven computational lab notebook

https://github.com/eoinmurray/demolab
1•anomancer•7m ago•0 comments

16yo built an AI wearable that fixes what destroyed Humane Pin and Rabbit

https://www.loom.com/share/b1d4dea1276f4e6c921f0e4e8bff8544
1•ZatorcZ•7m ago•0 comments

Gemma 4 in the browser with WebGPU

https://huggingface.co/spaces/webml-community/gemma-4-webgpu-kernels
3•astlouis44•8m ago•0 comments

The Art of the Restart: how a desktop app helps fight procrastination

https://pravles.substack.com/p/the-art-of-the-restart
1•pravles•11m ago•0 comments

A proper open-source modern zip viewer for macOS with quick look support

https://github.com/harshal2030/Grizzly
1•jonasmalaco•11m ago•0 comments

Text AI watermarks will always be trivial to remove

https://www.seangoedecke.com/text-ai-watermarks/
2•Brajeshwar•12m ago•0 comments

FleetView – a browser cockpit for running many Claude Code agents at once

https://github.com/schoppllc/Terminalcontrol
1•stevenschopp•13m ago•0 comments

The Rise of the Command Line: building a new IDE (2017–2026)

https://rune.build/blog/the-rise-of-the-command-line
2•ernestrc•14m ago•1 comments

Servo 0.3 Released with Demo Browser Becoming More Useful

https://www.phoronix.com/news/Servo-0.3-Released
2•abnercoimbre•14m ago•0 comments

SpudCell: Scientists Made a Cell with Most of the Hallmarks of Life

https://www.nytimes.com/2026/07/01/science/spud-cell-what-to-know.html
1•thunderbong•15m ago•1 comments

Show HN: Counterpart Analysis Skill

https://github.com/joneslloyd/agent-skills
1•lloydjones•15m ago•0 comments

How to Set Financial Goals You Can Achieve

https://pressearn.it.com/blog/2026/03/11/how-can-i-improve-my-memory-for-studying-2/
1•oibbb•15m ago•0 comments

Show HN: QUALITY.md – open format/specification, agent skill, and CLI

https://getquality.md
4•craigsmitham•17m ago•0 comments

EU Court of Justice allows criminal prosecution for reposting RT videos

https://tass.com/world/2154415
8•thisislife2•17m ago•0 comments

Open Source Digital Twin Platform

https://github.com/zymazza/mazzap
2•zymazza123•19m ago•0 comments

CEO of Palantir suffers a bit of a meltdown during live interview

https://www.msn.com/en-us/money/technology/televised-nervous-breakdown-ceo-of-palantir-suffers-a-...
2•HotGarbage•19m ago•0 comments

NeuroPlus GBrain: An AI that helps neurodivergents with executive function

https://www.neuroplusgbrain.net/
1•FDX2018•19m ago•0 comments

Launching chokepoints – mapping the bottlenecks in the AI infrastructure stack

https://www.chokepoints.ai/
2•cdrom•20m ago•0 comments

I built an MCP to allow Claude agents pair-program through an encrypted tunnel

https://github.com/zachlikefolio/tunnel-mcp
1•tunnel-mcp•21m 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•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.