frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Titan Transients and LLM Scalability

https://queue.acm.org/detail.cfm?id=3819082
1•rbanffy•1m ago•0 comments

TubeRank AI – Free YouTube SEO Tool Built with AI

https://tuberank-ai.com/
1•honar•3m ago•0 comments

Small Instant Website Launcher

https://nanomo.app/login
1•mountain-hawk•6m ago•0 comments

That time when I failed the Microsoft interview

https://ochagavia.nl/blog/that-time-when-i-failed-the-microsoft-interview/
1•wofo•7m ago•0 comments

The Orchestrator's Tax

https://martinfowler.com/articles/orchestrator-tax.html
1•javaeeeee•11m ago•0 comments

The only road in London where you have to drive on the right

https://www.mylondon.news/news/transport/only-road-london-you-drive-30499294
1•theanonymousone•11m ago•0 comments

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems

https://arxiv.org/abs/2607.09474
1•frozenseven•12m ago•1 comments

AI built the app. Now it needs a home

https://velixir.ai/blog/your-ai-built-the-app
1•dbContext•12m ago•0 comments

A World That Answers Back

https://ilands.ai/blog/a-world-that-answers-back
1•dloss•14m ago•0 comments

From Ukraine and Sudan to Gaza: why have hospitals become a target of war?

https://www.theguardian.com/global-development/2026/jul/27/ambulance-midwife-attacked-internation...
1•hebelehubele•14m ago•0 comments

Russia charges Telegram founder Durov with aiding terrorism

https://www.dw.com/en/russias-fsb-issues-arrest-warrant-for-telegram-founder-pavel-durov-over-aid...
2•theanonymousone•15m ago•0 comments

The Most Dangerous AI Looks Like the One You Trust

https://www.forbes.com/sites/jasonsnyder/2026/07/29/the-most-dangerous-ai-looks-exactly-like-the-...
1•01-_-•16m ago•0 comments

How Zalando Built an In-Process Client-Side Load Balancer for One Million Reqs/S

https://www.infoq.com/news/2026/07/client-side-load-balancer/
2•theanonymousone•22m ago•0 comments

Timothy Snyder: Hitler and Stalin Today: Class 7: How was mass killing possible? [video]

https://www.youtube.com/watch?v=5JUaJUqw7rU&list=PLPNSuH4X6has&index=7
1•verdverm•23m ago•0 comments

Proposal wouldn't hide that a wipe occurred and would help adversaries

https://twitter.com/GrapheneOS/status/2082153517234676150
2•Cider9986•24m ago•1 comments

Atmos Clock

https://atmos-atelier.de/en/atmos-uhr/
1•haritha-j•24m ago•0 comments

Write the first damn draft yourself

https://invertedpassion.substack.com/p/write-the-first-damn-draft-youself
1•paraschopra•29m ago•0 comments

Walking up the ATProto stack with Dan Abramov [audio]

https://theosteiner.de/podcasts/uit-inside-192
2•theo-steiner•30m ago•1 comments

Behavioral Interventions for Infant Sleep Problems

https://pubmed.ncbi.nlm.nih.gov/27221288/
1•simonebrunozzi•30m ago•0 comments

OpenAl, Anthropic ask U.S. government to consider slowing down Al

https://www.washingtonpost.com/technology/2026/07/29/openai-anthropic-endorse-call-government-pac...
3•fhub•32m ago•1 comments

Framework 13 Pro review: better battery, worse price

https://arstechnica.com/gadgets/2026/07/framework-laptop-13-pro-review-much-better-battery-much-w...
1•birdculture•32m ago•0 comments

Show HN: Where conscious events get found, booked and hosted

https://conscious-events.com/de
1•wowinter15•34m ago•0 comments

The Force Engine: Modern "Jedi Engine" Replacement Supporting Dark Forces, Mods

https://github.com/TheForceEngine/TheForceEngine
1•klaussilveira•38m ago•0 comments

Enprompta – Prompt Registry, LLM Evals, and Observability for Production AI Apps

https://enprompta.com/
1•John_Igwebuike•38m ago•0 comments

Safety in an Unsafe World

https://joshlf.com/posts/safety-unsafe-world/
1•aw1621107•39m ago•1 comments

Sam Altman says AI won't shorten the workweek because humans enjoy being busy

https://www.techspot.com/news/113264-sam-altman-ai-wont-shorten-workweek-because-humans.html
2•robtherobber•40m ago•2 comments

Russia issues international wanted notice against Telegram founder Pavel Durov

https://www.france24.com/en/europe/20260729-russia-issues-international-wanted-notice-against-tel...
6•28304283409234•41m ago•0 comments

Did you know Mastodon has 2 different logos for their server profiles?

https://www.reddit.com/r/Mastodon/comments/1v9q9pf/did_you_know_mastodon_has_2_different_logos_for/
1•doener•42m ago•0 comments

Show HN: Vimgolf.ai – Learn Vim by playing through a map of levels

https://vimgolf.ai
2•nickandbro•43m ago•0 comments

Im 14 and I want to create AI for students

1•grgnend•48m 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.