frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Attacker Lives Between Your Tools

https://medium.com/@eldorzufarov66/the-attacker-lives-between-your-tools-a312246f9712
1•EldorZ•1m ago•0 comments

Women are getting most of the new jobs. What's going on with men? – OPB

https://www.opb.org/article/2026/04/10/men-fall-behind-as-women-get-most-new-jobs/
1•bilsbie•1m ago•0 comments

Ask HN: Azure, GCP, AWS Free Tiers or Something Else

1•ARMack•2m ago•0 comments

New Free Online Survival Game

1•desinxstudio•3m ago•0 comments

Building a highly accurate digital twin of the Earth

https://destination-earth.eu/
1•ZacnyLos•4m ago•0 comments

Engineers building MCPs in regulated industries: what's been the hardest part?

https://deepsense.ai/resource/designing-compliance-first-architectures-for-regulated-production/
1•Applied_AI•4m ago•0 comments

RP2040 DMA is Turing Complete (2023)

https://people.ece.cornell.edu/land/courses/ece4760/RP2040/C_SDK_DMA_machine/DMA_machine_rp2040.html
1•birdculture•4m ago•0 comments

I built my own music collection and why you should too

https://blog.rishabhps.com/posts/2026-06-04-i-built-my-own-music-collection-and-why-you-should-too/
1•speckx•5m ago•0 comments

I built a new dictionary for pedantic word game players

https://wordtrak.com/blog/2026-05-28-how-i-built-a-new-dictionary-for-pedantic-word-game-players
1•qrush•5m ago•0 comments

Dexinx_studio

https://www.instagram.com/desinx_studio/
1•desinxstudio•6m ago•0 comments

Agyn – OSS Alternative to AWS AgentCore: FS, Network, Credential Isolation

https://arxiv.org/abs/2605.27575
1•NBenkovich•7m ago•1 comments

Algorithmic Monocultures in Hiring

https://algorithmichiring.github.io/
1•hunglee2•7m ago•0 comments

We've boosted the performance of Grand Theft Auto V by 30% at night

https://danielgp.com/blog/gta-v-night-fps-prefetch
2•divocbn•10m ago•0 comments

Exploring the Game with Graph Capabilities of LadybugDB, DuckDB and PostgreSQL

https://theconsensus.dev/p/2026/05/29/ladybug-duckdb-and-postgresql.html
3•eatonphil•13m ago•0 comments

A Survey of Inlining Heuristics

https://bernsteinbear.com/blog/inlining-heuristics/
2•surprisetalk•13m ago•0 comments

1970: Could Machines Become Intelligent? [video]

https://www.youtube.com/watch?v=7Bb6yTPZrnA
2•vinhnx•14m ago•0 comments

The polarization transition in a double-random field model of elections

https://arxiv.org/abs/2510.00612
2•PaulHoule•15m ago•0 comments

How I created an AI pipeline to build a fireworks/drone show app in 30 days

https://stellarspot.app/
2•allentackett•16m ago•0 comments

Questions arise after Waymo blocks road in midst of Dallas apartment explosion

https://www.nbcdfw.com/news/local/waymo-block-road-dallas-apartment-explosion/4032442/
2•6stringmerc•17m ago•0 comments

Anthropic urges pause in AI development, says industry needs 'brake pedal'

https://abcnews.com/video/133610860/
2•mgh2•17m ago•0 comments

US tobacco firms applied tobacco strategies to globalize ultra-processed foods

https://ajph.aphapublications.org/doi/10.2105/AJPH.2026.308501
15•giuliomagnifico•17m ago•1 comments

Bmc4j – Prove your Java/Kotlin code correct from jUnit style tests

https://github.com/bmc4j/bmc4j
1•Grover_c13•20m ago•1 comments

Do Containers Still Contain?

https://raesene.github.io/blog/2026/06/03/do-containers-still-contain/
1•hasheddan•23m ago•0 comments

Claude resets your limit too late, not anymore

https://github.com/claude-schwabe/schwabe
1•tesstuser•23m ago•0 comments

Why Code Review Feels Like a Trial (and What It Costs Your Team)

https://medium.com/@tbelbek/why-code-review-feels-like-a-trial-and-what-it-costs-your-team-52ba4c...
1•rdstrtwlkr•24m ago•0 comments

Efficient base editing & development in human embryos w/o chromosomal alteration

https://www.biorxiv.org/content/10.64898/2026.05.30.728989v1
1•goplayoutside•26m ago•0 comments

I Thought I Knew How Electrolysis Worked [video]

https://www.youtube.com/watch?v=eq7fR9ISuCw
1•tambourine_man•28m ago•0 comments

Show HN: Browse PC Parts on Amazon.com without distractions

https://findpcpart.com/products?category_key=cpu
1•findpcpart•31m ago•0 comments

Safe made easy: single ownership is (not) optional

https://ergeysay.me/safe-made-easy-pt1.html
1•fanf2•31m ago•0 comments

Show HN: Package Proxy

https://packageproxy.dev/
1•mslaviero•32m 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.