frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How AI Can Locate Hidden Defence Labs and Military Installations Without Breach

https://zenodo.org/records/21627527
1•sangamdas•56s ago•0 comments

Building Real-Time Analytics with Streaming Engines

https://medium.com/@DolphinDB_Inc/stop-waiting-for-insights-building-streaming-analytics-with-dol...
1•yiweileng•5m ago•0 comments

Can We Hillclimb to Heaven?

https://medium.com/@CasparAddyman/can-we-hillclimb-to-heaven-86e6a2054a99
1•czzprr•6m ago•0 comments

Ask HN: Is there legal risk in AI memory?

1•sarjann•8m ago•0 comments

Someone runs K3 on 80x 5090s, for 20 tok/s

https://twitter.com/totheagi/status/2081855316443205717
1•zkmon•8m ago•0 comments

Randomness in large language models: What researchers need to know (and report)

https://arxiv.org/abs/2607.24372
1•cwbuilds•10m ago•0 comments

Git-for-Each-Ref

https://www.chiark.greenend.org.uk/doc/git/html/git-for-each-ref
1•ankitg12•11m ago•0 comments

China starts production of home-grown immersion DUV chipmaking tools – source

https://www.reuters.com/world/china/china-starts-production-home-grown-immersion-duv-chipmaking-t...
1•Povlen•12m ago•0 comments

Show HN: APIs as First-Class Citizen

1•battery8318•15m ago•1 comments

We used to be able to buy things in this country

https://dannykatch.substack.com/p/we-used-to-be-able-to-buy-things
1•latexr•17m ago•0 comments

Show HN: faster-enhancer.c – C library for stable real-time on-device denoising

https://github.com/kdrkdrkdr/faster-enhancer.c
1•kdrkdrkdr•19m ago•0 comments

Brain waves once seen as noise could help build a biological model of reality

https://medicalxpress.com/news/2026-07-brain-noise-biological-reality.html
1•JPLeRouzic•19m ago•0 comments

Tool Spotlight: JATS XML Converter Service

https://forum.edch.eu/t/tool-spotlight-jats-xml-converter-service/907
1•taubek•21m ago•0 comments

FilmMap – Where Films and TV series were filmed

https://thefilmmap.com/
1•Flightmussy•22m ago•0 comments

The Epoll Uaf

https://guysrd.github.io/epoll-uaf
1•signa11•23m ago•0 comments

Qantas tests ultra long-range Airbus in 17K km flight from France to Melbourne

https://www.theguardian.com/business/2026/jul/24/qantas-project-sunrise-airbus-a350-1000ulr-ultra...
1•thunderbong•23m ago•0 comments

A more robust [Go] proposal process

https://github.com/golang/go/discussions/80580
1•Cthulhu_•27m ago•0 comments

Risk-Data API – Solana token risk scoring for AI trading agents

https://www.tnt-audit.com/risk-api
1•risikdataapi•27m ago•0 comments

Airbus A350-1000 ULR Completes Non-Stop 24 Hour Flight

https://www.aerotime.aero/articles/airbus-qantas-a350-1000ulr-24-hour-flight
1•karakoram•28m ago•1 comments

Show HN: RenderPop – Free browser-based AI image and video generator

https://www.renderpop.app
1•sx2026•32m ago•0 comments

Segregation by Design – An atlas of spatial injustice

https://www.segregationbydesign.com
1•robtherobber•32m ago•0 comments

The AI risk is inside the labs

https://antirez.com/news/172
8•mirzap•34m ago•0 comments

Soumitra Dutta: A Visionary Perspective on AI and Global Competitiveness

https://clarity.fm/soumitradutta
1•AdhyaChadha•36m ago•0 comments

How to Copy and Sync a MongoDB Collection to PostgreSQL

https://visualeaf.com/blog/copy-and-sync-a-mongodb-collection-to-postgresql/
1•serena_wright•36m ago•0 comments

Debugging Application Insights locally without a cloud subscription

https://topaz.thecloudtheory.com/blog/debugging-application-insights-locally/
1•kamilmrzyglod•37m ago•0 comments

BaseCode – MDM for Coding Agents

https://basecode.cloud/
1•sivasurend•39m ago•1 comments

ALI: A Python agent architecture where the normative evaluator is

https://github.com/drwolfgangstegemann-sudo/ali-reference-implementation
2•WolfgangStege•39m ago•1 comments

Show HN: BrowserAct: Browser Layer for Your AI Agent

https://github.com/browser-act/skills
1•aanthonymax•40m ago•0 comments

Nvidia Bets on Ilya Sutskever's New AI Lab to Expand Compute Reach

https://www.wsj.com/tech/ai/nvidia-bets-on-ilya-sutskevers-new-ai-lab-to-expand-compute-reach-f95...
1•polymorph1sm•41m ago•0 comments

Magic: The Gathering's record year and America's stalled adulthood economy

https://fortune.com/2026/07/27/magic-the-gathering-millennial-housing-wealth-nostalgia-economy/
1•TrojanHookworm•41m 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.