frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: macOS motion design app built for demos and promos

https://bendansby.com/apps/movematic.html
1•webwielder2•53s ago•0 comments

What if The Million Dollar Homepage was built in 2026?

https://merca.earth/
2•cremer•7m ago•0 comments

How Image Compression Works

https://www.makingsoftware.com/chapters/image-compression
1•MatthewBF•11m ago•0 comments

Astaxanthin: Sources, Extraction, Stability, Biology and Commercial Use

https://pmc.ncbi.nlm.nih.gov/articles/PMC3917265/
2•walterbell•13m ago•0 comments

Show HN: Solectio – design, compare and share rooftop solar configurations

https://solectio.ottimai.com/
1•leomos•14m ago•0 comments

A Short History of Nearly Everything

https://en.wikipedia.org/wiki/A_Short_History_of_Nearly_Everything
1•chistev•15m ago•0 comments

YouTuber Recreates 'Star Wars' with Cardboard

https://petapixel.com/2026/05/05/youtuber-recreates-star-wars-with-cardboard/
2•PaulHoule•16m ago•0 comments

Differences Between Lodash and Ramda

https://stackoverflow.com/questions/71401443/differences-between-lodash-and-ramda
1•tosh•17m ago•0 comments

Fantasy-land: interoperability of common algebraic structures in JavaScript

https://github.com/fantasyland/fantasy-land
1•tosh•19m ago•0 comments

Show HN: Sourcelibrary.org Is Translating the Renaissance

https://sourcelibrary.org
2•dr_dshiv•23m ago•0 comments

Show HN: Sudo Report – Drudge clone for tech / AI / product

https://sudoreport.com/
2•ataturkle•24m ago•0 comments

Using OpenAI's Whisper to transcribe videos

https://byandrev.dev/en/blog/using-whisper-to-transcribe-videos/
1•mcormik•26m ago•1 comments

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

https://github.com/luke8086/gentleos32
2•luke8086•30m ago•0 comments

The One Meaningless Word That We All Say Too Much (2016)

https://time.com/4308036/meaningless-word-interesting/
1•ulyssys•30m ago•0 comments

When intelligence stops being as slow as we are

https://andreaturchet.github.io/blog/riflessioni_sri.html?lang=en
2•ciwrl•31m ago•0 comments

Agents, Agile, Communism, Coercion

https://elliotmorris.net/agents-agile-communism-coercion
7•demorro•32m ago•0 comments

Iran Severely Damaged US Air Ops Center in Qatar Soon After War Began

https://www.airandspaceforces.com/us-air-operations-center-qatar-severely-damaged-iran/
5•ilamont•33m ago•0 comments

Anatomy of a Learning Stall – How LLM Hallucinations Become Human Hallucinations

https://tagide.com/blog/llm/the-anatomy-of-a-learning-stall/
2•potbelly•42m ago•2 comments

I Built a Dashboard for Every 2026 World Cup Squad

https://emot.substack.com/p/what-i-learned-analyzing-1248-world
3•emot•43m ago•0 comments

From Jupyter Notebook to production: How to ship AI systems that work

https://thenewstack.io/notebook-to-production-ai/
2•Brajeshwar•46m ago•0 comments

AI and the Desire to Destroy the Rival

https://minervaatdusk.substack.com/p/ai-and-the-desire-to-destroy-the
2•minervaatdusk•47m ago•0 comments

Thinking and Explaining Mathematics (2010)

https://mathoverflow.net/questions/38639/thinking-and-explaining
3•vismit2000•51m ago•0 comments

Marketing Clerks

https://seths.blog/2026/06/marketing-clerks/
2•herbertl•54m ago•0 comments

Scott Pelley on the Bari Weiss Era and His Last Days at '60 Minutes'

https://www.nytimes.com/2026/06/07/magazine/scott-pelley-interview.html
5•ohjeez•55m ago•2 comments

Show HN: A parser for the ISO 10303 EXPRESS language for its 40th anniversary

https://github.com/rochus-keller/EXPRESS
3•Rochus•58m ago•0 comments

Show HN: Roadbar – Gantt-style Jira deadline tracker

https://roadbar.net
2•roadbar•1h ago•0 comments

Gdf: Git Diff Merge

https://github.com/mbarlow/gdf
2•moo-jason•1h ago•2 comments

We moved our growth analytics back into Tinybird

https://www.tinybird.co/blog/why-we-moved-our-growth-analytics-back-into-tinybird
3•adastral•1h ago•0 comments

Show HN: Achu.app – turns raw captures into polished visual, with AI Issue Agent

https://www.achu.app/
2•qainsights•1h ago•0 comments

Trump doesn't rule out giving Jan. 6 rioters who attacked police payouts

https://www.nbcnews.com/politics/donald-trump/trump-jan-6-rioters-attacked-police-payouts-anti-we...
9•tcp_handshaker•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•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.