frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Deletes all instances of Microsoft's GDID and prevents minting of new ones

https://github.com/yegors/deGDID
1•campuscodi•31s ago•0 comments

Multistack Concatenative Programming Languages

https://www.sheeeeeeeep.art/multistack-catlangs.html
2•birdculture•4m ago•0 comments

Show HN: Run your GitHub Actions locally or self-hosted in isolated microvms

https://preloop.dev
1•Bnjoroge•12m ago•0 comments

Show HN: See how long it takes ChatGPT Sol 5.6 to send a byte across the LAN

https://robss2020.github.io/sol-vnc-elapsed/
1•logicallee•13m ago•0 comments

Virus reactivation in acute and long Covid-19

https://www.nature.com/articles/s41586-026-10740-z
3•thenerdhead•19m ago•0 comments

Tracking down a Zsh history data loss bug – Michael Stapelberg

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
2•tambourine_man•21m ago•0 comments

Employees Do Not Want Your AI

https://substack.com/sign-in
2•Airealist•21m ago•2 comments

The tragedy of the commons, AI edition

https://www.economist.com/britain/2026/08/06/the-tragedy-of-the-commons-ai-edition
4•simonpure•23m ago•0 comments

Beacon: A self-hosted error tracking and LLM observability in one place

https://github.com/Tboworst/beacon
2•Tboworst•24m ago•0 comments

Code Review Assumes an Author

https://blog.raed.dev/posts/ai-code-review/
2•Raed667•25m ago•0 comments

Two wheels, a few tradeoffs, and gas prices

https://blog.raed.dev/posts/motocycle/
4•Raed667•25m ago•0 comments

The AI safety test is becoming a safety risk

https://techcrunch.com/2026/08/09/the-ai-safety-test-is-becoming-a-safety-risk/
2•ashurandi•26m ago•0 comments

Greenfield and the Cost of Amnesia

https://thechris.in/articles/greenfield-and-the-cost-of-amnesia/
2•theanonymousone•27m ago•0 comments

CRT-TV-Emulator

https://github.com/AARomanov1985/CRT-TV-Emulator/tree/main
1•xterminal•27m ago•1 comments

Something Is Wrong on the Internet

https://medium.com/@jamesbridle/something-is-wrong-on-the-internet-c39c471271d2
2•aloknnikhil•28m ago•1 comments

TPU: Tensor-Processing-Unit – Open-Source Verilog TPU

https://github.com/leo47007/TPU-Tensor-Processing-Unit
1•peter_d_sherman•28m ago•0 comments

US banning Chinese networking tech in data centers

https://www.tomshardware.com/tech-industry/data-centers/us-mulling-ban-on-key-chinese-networking-...
1•Lucasoato•29m ago•0 comments

The Four Core Areas of Responsibility for an Engineering Manager

https://softwareleads.substack.com/p/the-four-pillars-of-engineering-management
1•abiodunjames•29m ago•1 comments

Tiny-GPU – A minimal open-source GPU design in Verilog to learn how GPUs work

https://github.com/adam-maj/tiny-gpu
1•peter_d_sherman•31m ago•0 comments

Anthropic is turning Claude Code's auto mode on by default

https://techcrunch.com/2026/08/09/anthropic-is-turning-claude-codes-auto-mode-on-by-default/
4•ashurandi•33m ago•3 comments

Harvesting rainwater from rooftops could cut the number of heatwave days

https://www.euronews.com/2026/08/09/harvesting-rainwater-from-rooftops-could-cut-the-number-of-he...
3•devonnull•37m ago•1 comments

Show HN: Remaking Unreal engine in Rust for coding agents

https://machinesatplay.com
1•kevo1ution•38m ago•0 comments

The OpenAI and Hugging Face incident, explained in simple terms

https://ashu1461.com/posts/openai-hugging-face-incident-in-simple-terms/
4•ashu1461•42m ago•0 comments

A permanent freezing in of wealth is just one of many possible ASI scenarios

https://www.milanmecklenburg.com/p/a-permanent-freezing-in-of-wealth
2•milanmeck•44m ago•1 comments

Nuclear Reactor//Martin Gendell [video]

https://www.youtube.com/watch?v=gwRWRDrfrvA
1•audreyfei•44m ago•0 comments

Ransomware gangs skip the CEO, head straight for the 40-something IT manager

https://www.theregister.com/security/2026/08/09/ransomware-gangs-skip-the-ceo-head-straight-for-t...
12•joebuckwilliams•46m ago•0 comments

A brief introduction to e-beam lithography [video]

https://www.youtube.com/watch?v=yJF9s2MJLLM
2•binyu•46m ago•0 comments

Show HN: Kamod UI – open-code components built natively for Preact

https://kamod-ch.github.io/kamod-ui/
1•zahir777•49m ago•0 comments

LLM Scaler – LLM Support for Intel's Arc Pro B60 and B70 GPUs

https://github.com/intel/llm-scaler
3•peter_d_sherman•50m ago•1 comments

How I use LLMs to learn complex topics

https://laurentiugabriel.github.io/blog/articles/how-i-use-llms-to-learn/
69•laurentiurad•50m ago•27 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.