frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Partial Lunar Eclipse on 27-28 August 2026 (most Europe Friday ~6AM)

https://www.timeanddate.com/eclipse/lunar/2026-august-28
1•Markoff•4m ago•0 comments

A Verified Generational GC for OCaml

https://risemsr.github.io/blog/2026-08-21-gc/
1•matt_d•6m ago•0 comments

Show HN: A browser MMO designed to be played by scripts, not people

https://space-core.at/
1•SpaceCoreDev•6m ago•0 comments

Safer-dependencies is a security layer for Claude Code that audits dependencies

https://github.com/robert-auger/safer-dependencies
1•zenomorph•7m ago•0 comments

The AI Verification Bottleneck: Why Writing Code Is No Longer the Hard Part

https://pragmaticbydefault.com/posts/ai-verification-bottleneck/
1•mruklukasz•9m ago•0 comments

Exxon turns to automated drilling in the Permian in push for higher oil output

https://www.reuters.com/business/energy/exxon-turns-automated-drilling-permian-push-higher-oil-ou...
1•geox•9m ago•0 comments

dotfiles on GitHub

https://dotfiles.github.io/
1•jcbhmr•10m ago•0 comments

Darkbloom (decentralized AI inference on Macs)-community security audit findings

https://github.com/Layr-Labs/d-inference/issues/705
1•mudiam•11m ago•0 comments

Show HN: LockIn – An iOS app blocker tied to Focus and Pomodoro timers

https://apps.apple.com/us/app/lockin-focus-pomodoro-timer/id6803402976
1•SunnyRK•11m ago•0 comments

Show HN: Screen memory without screenshots, just text to Markdown

https://github.com/dragthelake/ambient-context
4•Dramatize•13m ago•0 comments

Ydotool – Generic command-line automation tool

https://github.com/ReimuNotMoe/ydotool
2•modinfo•15m ago•0 comments

Are managers becoming better ICs?

https://swapniltalekar.substack.com/p/are-managers-really-becoming-better
2•swapnilt•16m ago•0 comments

Latah

https://en.wikipedia.org/wiki/Latah
1•emmelaich•17m ago•1 comments

Kyverno Policies to Secure Your Kubernetes Cluster

https://medium.com/@devarshidev/i-wanted-ai-code-review-i-could-actually-own-so-i-built-codra-bee...
1•devarshishimpi•18m ago•0 comments

Cloudflare OS: Open-Source Corp AI Platform Built on a Capability-Based Model

https://www.infoq.com/news/2026/08/cloudflare-os-ai-platform-secure/
1•binarray2000•24m ago•0 comments

Code maintainability plummets in the AI coding era

https://leaddev.com/ai/code-maintainability-plummets-in-the-ai-coding-era
2•ejboy•25m ago•0 comments

Distributed Identity

https://jyn.dev/distributed-identity/
1•speckx•29m ago•0 comments

Side projects, kids, full time job

https://twitter.com/JordanMorgan10/status/2091934796926627863
1•eric_khun•29m ago•0 comments

Huge Pages Can Improve PostgreSQL Performance

https://clickhouse.com/blog/huge-pages-clickhouse-managed-postgres
1•saisrirampur•30m ago•0 comments

Show HN: Wirespan, a daily power grid optimization puzzle I made for my son

https://wirespan.app/?r=hn
2•dualarte•30m ago•1 comments

Is Starlink a Secret Radar Constellation? [video]

https://www.youtube.com/watch?v=jbp3kdJZ1_A
1•fortran77•34m ago•0 comments

Volcanoes that made history

https://knowablemagazine.org/content/article/physical-world/2026/volcanoes-that-made-history
2•flabber•37m ago•0 comments

Mark Cuban, worth more than $10B, has a bold plan to tackle wealth inequa

https://economictimes.indiatimes.com/news/international/global-trends/mark-cuban-worth-more-than-...
1•newsomix9xl•37m ago•1 comments

Supermicro Super AI Station (GB300, 20 Pflops FP4, 748GB Coherent Memory)

https://www.supermicro.com/en/accelerators/nvidia/super-ai-station
2•peter_d_sherman•38m ago•1 comments

French firms & Rheinmetall AG targeted by Chinese export controls

https://www.intelligenceonline.com/asia-pacific/2026/08/25/three-french-firms-targeted-by-beijing...
1•alephnerd•38m ago•0 comments

It's Been 20 Years Since Astronomers Decided Pluto Isn't a Planet

https://www.cnet.com/science/space/20-years-since-astronomers-decided-pluto-isnt-a-planet/
2•speckx•42m ago•0 comments

Headlong: A Microharness for Persistent Agents

https://www.laude.org/updates/headlong-a-microharness-for-persistent-agents
12•lbw1215•52m ago•4 comments

AI algorithm for room temperature superconductor, candidate detected

https://zenodo.org/records/22073633
1•tsagaansuld•54m ago•0 comments

Ask HN: What's the current state of Quantum Vulnerability

1•vednig•54m ago•0 comments

'Normal' research trap limits EU scientific breakthroughs, disruptive innovation

https://www.researchgate.net/publication/408700233_A_%27normal%27_research_trap_limits_scientific...
1•musha68k•58m 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.