frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ImageToSTL – photo to 3D, or a logo into a printable STL

https://imagetostl.im/
2•wangxin199•10m ago•1 comments

Code Contracts

https://code-contracts.cc/
1•tosh•15m ago•0 comments

Show HN: Gliese Watch – alerts when control over a DeFi contract changes

https://gliese.io
1•halilBB•15m ago•0 comments

The Surprising Health Benefits of Reading a Book

https://time.com/article/2026/09/16/health-benefits-reading-books-for-pleasure/
1•nephihaha•18m ago•0 comments

Petrova Task Force 2026 (Reimangining Project Hail Mary at 2026)

https://blog.imma.page/space/2026/09/16/petrova-26.html
3•lynzrand•20m ago•1 comments

Year 2000 Problem

https://en.wikipedia.org/wiki/Year_2000_problem
2•tosh•21m ago•0 comments

OpenAI reveals cases of 'concerning' AI behaviour as it announces new ... system

https://www.theguardian.com/technology/2026/sep/17/openai-reports-concerning-ai-behaviour-jailbre...
1•chrisjj•21m ago•2 comments

Construct Supports the Steam Machine

https://www.construct.net/en/blogs/construct-official-blog-1/construct-supports-steam-1906
2•AshleysBrain•23m ago•0 comments

Chinese iPhone 18 Pro Chip review (ENG sub)

https://www.youtube.com/watch?v=DpDf5JKOtls
1•71153750•26m ago•2 comments

Show HN: AppSift – search and compare App Store apps with filters Apple lacks

https://www.gtrigonakis.com/appsift
1•gtrigonakis•27m ago•0 comments

Asking Authors About Their Own Papers

https://medium.com/@TmlrOrg/asking-authors-about-their-own-papers-3d2e04e5dee0
1•EvgeniyZh•31m ago•0 comments

Google DeepMind offshoot nears $4B valuation just a month after founding

https://www.ft.com/content/0b83cb60-0d07-49a7-a46a-654077a75b39
1•geoffbp•31m ago•1 comments

Skill to generate a character for the top of your page

https://koboyo.com/page-mascot
1•kannanpoem1984•31m ago•0 comments

Show HN: An open source PDF Reader with annotation, notes, SRS, Linking support

https://github.com/roshanmishra86/Mereth-Reader/releases/tag/v0.1.4
1•kobiguru•33m ago•0 comments

Understanding the code is not enough

https://bystam.github.io/takes/2026/09/17/understanding-is-not-enough.html
4•byrre_b•39m ago•2 comments

The Life of Death and the Enshittificator [video]

https://www.youtube.com/watch?v=d6SPV4GZp-U
1•luck0r•42m ago•0 comments

OpenAI Model Misalignment Report

https://openai.com/index/model-misalignment-reporting-framework/
3•qprofyeh•42m ago•0 comments

WakaPAC, a Win32-inspired reactive UI library for the browser

https://wakapac.com/
1•noescom•48m ago•0 comments

Computer (Occupation)

https://en.wikipedia.org/wiki/Computer_(occupation)
1•johnnyApplePRNG•50m ago•0 comments

An AI-only labor market with atomic escrow and anti-Sybil reputation

https://aiagentmarket.pages.dev
1•hoffmanndanile•51m ago•0 comments

I Am Bullish on ChatGPT Ads

https://www.vincentschmalbach.com/why-i-am-bullish-on-chatgpt-ads/
1•vincent_s•51m ago•0 comments

In the ruins of the AI gold rush, we choose craft

https://doudouexe.substack.com/p/the-sovereign-creator-in-the-ruins
2•douos•53m ago•0 comments

Half Moon Bay to end use of Flock license plate readers

https://www.coastsidenews.com/news/half-moon-bay-to-end-use-of-flock-license-plate-readers/articl...
1•ventana•58m ago•1 comments

Uploading Files to the Internet in Order to Cite Them

https://alignment.openai.com/misalignment-reports/uploading-files-to-the-internet-in-order-to-cit...
3•derbOac•59m ago•0 comments

Building the Materials Foundation for AI

https://www.technologyreview.com/2026/09/16/1144014/building-the-materials-foundation-for-ai/
1•joozio•1h ago•0 comments

The illusion of illusions: there are no optical corrections in the Parthenon

https://royalsocietypublishing.org/rsos/article/13/9/rsos260999/483304/The-illusion-of-illusions-...
3•geox•1h ago•0 comments

Raven's Blog

https://citrons.xyz/
1•Ta_Panters•1h ago•0 comments

Write Your Novel in a Calendar

https://rebeccamakkai.substack.com/p/write-your-novel-in-a-calendar
2•Tomte•1h ago•0 comments

A return to two-pizza culture

https://www.allthingsdistributed.com/2026/06/return-to-two-pizza-culture.html
1•fagnerbrack•1h ago•0 comments

Faster NumPy in the Browser

https://notebook.link/blog/the-last-mile-faster-numpy/
1•Matumio•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.