frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Repo explainer – For coders that can't read good

https://repo-explainer.com/
1•seahorsecastle•20s ago•0 comments

Why Are Human Teeth So Messed Up? (2017)

https://www.sapiens.org/biology/human-teeth-evolution/
2•downbad_•6m ago•0 comments

Famous Photo of Chernobyl's Dangerous Radioactive Material Was a Selfie (2016)

https://www.atlasobscura.com/articles/elephants-foot-chernobyl
1•downbad_•6m ago•0 comments

OpenAI frontier models and Codex are now available on AWS

https://openai.com/index/openai-frontier-models-and-codex-are-now-available-on-aws/
2•typpo•9m ago•0 comments

AI's reality check has arrived

https://www.fastcompany.com/91551700/ais-reality-check-has-finally-arrived
2•1vuio0pswjnm7•15m ago•0 comments

Terrascan: Explore public deep earth scan datasets

https://terrascan.bowd.io
2•bowd•16m ago•1 comments

AI Grifters Are Making Anti-Data Center Slop with AI

https://www.404media.co/ai-grifters-are-making-anti-data-center-slop-with-ai/
4•cdrnsf•17m ago•0 comments

The Principal IC Moat

https://jchigg2000.dev/#blog/the-principal-ic-moat
1•jchigg2000•19m ago•0 comments

Riding a Spitfire: The Story of Margaret Horton

https://rafa.org.uk/blog/2021/03/08/magaret-horton/
1•omnibrain•19m ago•0 comments

Show HN: Dataroom – a Pi and self-hosted research harness on low-budget GPU

https://github.com/hanxiao/dataroom
1•artex_xh•23m ago•0 comments

Random cat GIFs, every few mins

https://kevinhwong.com/cats-appear
1•kevinwong•23m ago•1 comments

Om Malik – Clothes Are Nice. Fashion Biz, Not as Much

https://om.co/2026/06/01/clothes-are-nice-fashion-biz-not-as-much/
1•rmason•24m ago•1 comments

Show HN: A trend and monthly viewer of the monthly Ask HN: Who's Hiring?

https://hacker-hirings.com
1•awacs•24m ago•0 comments

UtilYard – 55 free browser-based tools (calculators, dev utilities, image tools)

https://utilyard.com
1•mshrod•25m ago•0 comments

Maxime Guillaume patented the axial turbojet in 1921

https://en.wikipedia.org/wiki/Maxime_Guillaume
1•Gravityloss•26m ago•0 comments

Resolving Feynman restaurant problem reveals optimal solutions&human strategies

https://www.pnas.org/doi/full/10.1073/pnas.2509612123
1•bookofjoe•27m ago•0 comments

The Hardest Fork

https://www.chainguard.dev/unchained/the-hardest-fork
1•curmudgeon22•27m ago•1 comments

Chief economist says AI-related job losses aren't happening

https://www.techradar.com/pro/zero-evidence-apollos-chief-economist-says-ai-related-job-losses-ar...
2•drrob•28m ago•0 comments

Complicated truth about European economic stagnation and living standards

https://drthad.substack.com/p/complicated-truth-about-european
2•arthurjj•29m ago•0 comments

Google Seeks to Raise $80B for AI Infrastructure

https://www.wsj.com/tech/ai/google-seeks-to-raise-80-billion-for-ai-infrastructure-05a379be
6•kjhughes•30m ago•1 comments

Remote work – not AI – has sidelined recent college graduates, research finds

https://www.npr.org/2026/06/01/nx-s1-5843076/remote-work-college-graduates-unemployment-ai
1•condensedcrab•32m ago•0 comments

Show HN: Hacker News and Lobsters RSS, repackaged for offline reading

https://github.com/cadamsdotcom/offlinerss
1•cadamsdotcom•34m ago•0 comments

Debugging: Google requests permission to release 32M mosquitoes

https://www.theguardian.com/technology/2026/jun/01/google-permission-release-mosquitoes-californi...
3•ranit•37m ago•0 comments

I built a free AEO/GEO audit tool HTTPS://freeaiwebsiteaudit.com/

2•snowbirdsong•38m ago•0 comments

Bringing Goodnotes to the Web with Swift and WebAssembly

https://www.swift.org/blog/bringing-goodnotes-to-web-with-swift/
3•CharlesW•38m ago•0 comments

University System Went All in on A.I. Now It's Tearing Itself Apart

https://www.nytimes.com/2026/06/01/magazine/ai-university-college-california.html
3•jbredeche•40m ago•0 comments

Show HN: Glq LLM quantization using E8 lattice

https://github.com/cnygaard/glq
1•acd•41m ago•0 comments

Cognitive Packets for Agent Orchestration

https://github.com/JeanHuguesRobert/cogentia/blob/main/research/cognitive_packet_switching.md
1•jhrobert•41m ago•0 comments

Tokens Are the New Transistors

https://www.anantjain.xyz/posts/tokens-are-the-new-transistors
1•anant90•43m ago•0 comments

Show HN: Knotch – a hub-and-spoke voice agent

https://github.com/akshatvasisht/knotch
1•akshatvasisht•45m 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.