frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

You don't need all the LLM benchmarks

https://alex.smola.org/posts/34-benchmark-selection/
1•matt_d•2m ago•0 comments

How to Make xt850 Match xt 850

https://manticoresearch.com/blog/how-to-make-searches-like-xt850-match-xt-850/
1•snikolaev•2m ago•0 comments

Tech CEOs summoned to Congress for another hearing on social media's risks

https://apnews.com/article/tech-ceos-senate-hearing-zuckerberg-8c2c46758fd669e688170f96fa12a882
1•1vuio0pswjnm7•4m ago•0 comments

Pope Leo calls for being 'profoundly human' in the age of AI

https://www.theverge.com/news/936945/pope-leo-letter-encyclical-ai-anthropic-labor-warfare
1•1vuio0pswjnm7•7m ago•0 comments

Noioaapps – our tools keep you informed (a dream)

https://medium.com/luminasticity/noioaapps-our-tools-keep-you-informed-43db36175f5d
1•bryanrasmussen•9m ago•0 comments

GPT Image 2 left me amazed but exhausted – so I built a little tool

https://imagesv2.ai
1•taoji•13m ago•0 comments

The terrifying rise of schoolboys making AI girlfriends

https://www.telegraph.co.uk/news/2026/05/25/schoolboys-ai-girlfriends/
1•Markoff•14m ago•0 comments

Self-Driving bus in Sweden crashes with tram on first day of passenger service

https://www.firstpost.com/auto/self-driving-bus-in-sweden-crashes-with-tram-on-first-day-of-passe...
2•Markoff•16m ago•0 comments

Notes on Pope Leo XIV's Encyclical on AI

https://simonwillison.net/2026/May/25/encyclical-on-ai/
1•pretext•16m ago•0 comments

The Little Go Book

https://github.com/karlseguin/the-little-go-book
1•saikatsg•17m ago•0 comments

Enhance or Eliminate? How AI Will Likely Change These Jobs

https://www.library.hbs.edu/working-knowledge/enhance-or-eliminate-how-ai-will-likely-change-thes...
1•_____k•20m ago•0 comments

NanoClaw creator turns down $20M buyout offer, raises $12M seed instead

https://techcrunch.com/2026/05/20/nanoclaw-creator-turns-down-20m-buyout-offer-raises-12m-seed-in...
2•doppp•21m ago•0 comments

The User Is Visibly Frustrated

https://pscanf.com/s/354/
2•croes•23m ago•0 comments

Real wages start to shrink in developed countries

https://www.ft.com/content/e126f744-3db9-4305-8871-31f83ebc4ed7
1•mikhael•24m ago•0 comments

The working definition of an Agent Endpoint

https://ianpilon.github.io/agent-endpoint/
1•ianpilon•25m ago•0 comments

New Google sheet favicon – but why?

1•jinen83•26m ago•2 comments

Ask HN: When and why did you start believing in God?

2•dvrp•27m ago•11 comments

Ask HN: Pregunta para los devs hispanohablantes

2•alonsovm44•32m ago•0 comments

AgentBrew – Portable toolbelt for your AI agents

https://github.com/patchen0518/AgentBrew
1•patchen0518•35m ago•0 comments

Ollama v0.30.0-rc23: "directly support llama.cpp" & "compatibility with GGUF"

https://github.com/ollama/ollama/releases/tag/v0.30.0-rc23
2•theanonymousone•35m ago•0 comments

My minimal, memory-safe Go rsync steers clear of vulnerabilities

https://michael.stapelberg.ch/posts/2026-05-24-minimal-memory-safe-go-rsync-vulns/
1•gsky•38m ago•0 comments

Interest Rate May Explain Consumer Sentiment Anomaly

https://www.nber.org/papers/w32163
3•efavdb•38m ago•0 comments

Show HN: Auto GPU Kernel – Autonomous GPU-kernel discovery and optimizer

https://github.com/Dogacel/auto-gpu-kernel
1•dogacel•39m ago•0 comments

Polymorphic Associations in Postgres

https://danolivo.substack.com/p/on-polymorphic-associations-in-postgres
2•gsky•39m ago•0 comments

Elusive order of async GPU kernels: scheduling, abstractions, DSL implications

https://ianbarber.blog/2026/05/25/the-elusive-order-of-things/
1•matt_d•43m ago•0 comments

NewAgentsHub

https://www.newagentshub.dev/
1•IlijaD123•44m ago•0 comments

Continual Speaker Identity Unlearning with Minimal Interference

https://arxiv.org/abs/2605.25962
2•berlianta•51m ago•0 comments

Motorola phones have started hijacking the Amazon app to insert affiliate codes

https://9to5google.com/2026/05/25/motorola-amazon-app-hijacking-behavior/
18•Cider9986•1h ago•5 comments

Show HN: Self-hosted collaborative SQL editor for teams

https://github.com/p-raj/collab-sqlc/
1•joddystreet•1h ago•0 comments

Show HN: Lily Design System: Components for React, Vue, Svelte, HTML, More

https://lilydesignsystem.github.io/
2•jph•1h 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•12mo ago

Comments

dthyresson•12mo 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•12mo 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•12mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•12mo 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•12mo 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•12mo 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•12mo 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.