frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Astrophysical Journal adopts new guidelines on AI use

https://journals.aas.org/news/new-guidelines-on-ai-use-in-aas-journals/
1•tomr_stargazer•1m ago•1 comments

World's First: Minor Authors Public License for Expression (Maple-1.0)

https://openrockets.com/research/maple/v1/
1•interkids•6m ago•1 comments

Prosecutors allege man used AI to scrape court website

https://www.abc.net.au/news/2026-09-10/christopher-duff-to-stand-trial-over-nsw-ai-court-data-bre...
1•yeetosaurusrex•12m ago•1 comments

Artificial Intelligence Markup Language

https://en.wikipedia.org/wiki/Artificial_Intelligence_Markup_Language
2•marvinborner•14m ago•0 comments

A Design Space Exploration of Async/Await

https://cel.cs.brown.edu/blog/design-space-async-await/
1•matt_d•16m ago•0 comments

SubmitSafe

https://submitsafe.app/
2•igrik•16m ago•0 comments

Show HN: Model meets Reality: Model and test your understanding

https://modelmeetsreality.xyz/
2•sauronsrv•16m ago•0 comments

Automatic Key Exchange: faster, post-quantum secure origin handshakes

https://blog.cloudflare.com/automatic-key-exchange-for-origins/
1•ackackack•16m ago•0 comments

What AI Means for Technical Competence

https://letters.unchartedpathbreakthroughs.com/posts/what-ai-means-for-technical-competence
2•mooreds•20m ago•0 comments

The Evolution of the Agent Harness – By Dan McAteer

https://www.latent.space/p/attention-interface
1•JohnBerryman•21m ago•0 comments

Largest AI Infrastructure in Space announced by the president of France

https://www.businesswire.com/news/home/20260909411854/en/Worlds-Largest-AI-Infrastructure-in-Spac...
1•4thelol•23m ago•0 comments

Diagnosing schizophrenia is tricky. Can AI help?

https://knowablemagazine.org/content/article/mind/2026/how-ai-can-listen-for-signs-of-schizophrenia
2•knowablemag•24m ago•1 comments

Chrome tells ~1M users Magic Actions is malware, despite Safe Browsing clearance

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/MUe0EkfKCnY
3•OzzyOzbour•24m ago•0 comments

Apple Unveils $1,999 Foldable iPhone Duo

https://www.bloomberg.com/news/videos/2026-09-09/apple-unveils-1-999-foldable-iphone-duo-video
1•sbulaev•26m ago•0 comments

Design for iPhone Duo

https://www.youtube.com/watch?v=do3UqxfYc3I
1•hbarka•29m ago•0 comments

Andrew Tulloch Departs Mark Zuckerberg's Meta AI Lab

https://www.wsj.com/tech/ai/star-ai-researcher-is-leaving-meta-8906e4aa
3•bobrenjc93•30m ago•0 comments

Japan's 'killing stone' splits in two (2022)

https://www.theguardian.com/world/2022/mar/07/japans-killing-stone-splits-in-two-releasing-supers...
2•robotnikman•31m ago•0 comments

Pro wrestling for reinforcement-learning ducks

https://duckfight.club
1•ecares•32m ago•0 comments

WeatherNext 3 by Google in the simplest weather app

https://weather.alen.ro/
1•alentodorov•36m ago•0 comments

Core War: three crowns on the King of the Hill

https://dm2tim.de/en/offtopic/core-war.html
2•Levitating•36m ago•0 comments

US airports to let some people without tickets pass through security

https://www.theguardian.com/us-news/2026/sep/09/airport-security-tsa-precheck
2•bookofjoe•39m ago•0 comments

HexOS Buddy Backups

https://docs.hexos.com/blog/2026-09-09
2•abraham•45m ago•0 comments

How safe are digital driver's licences?

https://www.rnz.co.nz/news/community/1309151/how-safe-are-digital-driver-s-licences
3•billybuckwheat•48m ago•0 comments

Engineering students made a self playing piano from scratch [video]

https://www.youtube.com/watch?v=Se_admCx8cM
2•duck•50m ago•1 comments

United States Ships War Material to Israel Aboard Passenger Flights

https://theintercept.com/2026/09/09/united-airlines-flights-israel-weapons-hardware-transport/
6•jbegley•51m ago•0 comments

What makes $BigTechCompany's products bad, anyway?

https://herecomesthemoon.net/2026/09/why-is-big-tech-bad/
2•Mond_•51m ago•0 comments

The IBM PC, Part 2: Tsunami

https://technicshistory.com/2026/08/29/the-ibm-pc-part-2-tsunami/
1•cfmcdonald•51m ago•0 comments

Durable execution without history replay

https://trigora.dev/blog/durable-execution-without-history-replay/
1•hypervs•52m ago•0 comments

Google pixel 11 pro fold

https://store.google.com/product/pixel_11_pro_fold?hl=en-US
1•nothrowaways•54m ago•0 comments

Ask HN: Would you use an MCP server for your personality test result?

1•LeoLeaS•56m 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.