Live data from Hacker News

Nordstjernen 1.0

github.com

1–10 of 26 posts

Re: Nordstjernen 1.0

#2
This is super cool, but man... writing something as complex as a browser from scratch in 2026 in a memory unsafe language feels like setting yourself up for so much trouble. I love the explosion of small from-scratch browsers that are popping up lately, but Ladybird switching from C++ to Rust is really the only case study you need in why memory safety is such a critical requirement for browsers.

I'll look forward to more developments with Norfstjernen. What an exciting time for me browser engines!

Re: Nordstjernen 1.0

#3
The readme says it's 88,000 lines of "hand-written" C, and yet there's only 41 commits all from the last day, and they're all co-authored by Claude.

I have no problem with AI code, but it should not be advertised as hand-written.

Re: Nordstjernen 1.0

#4
Nice, surprised this isn't attracting more comments. Obviously it's an AI-first development and it doesn't render a lot of stuff but it's still impressive.

We'll see more of these and hopefully with standard licenses like MIT (why go for a weird license on this one?) but what's interesting is how far you can get based on interpreting the standards and running industry tests. That suggest we need more written standards information (implementation guidance) and more tests.

Re: Nordstjernen 1.0

#5
Always nice to see more browsers! Interesting principles however...

> No automated test suite — verify by running the browser.

> No code comments beyond one header line per file

Re: Nordstjernen 1.0

#7

The readme says it's 88,000 lines of "hand-written" C, and yet there's only 41 commits all from the last day, and they're all co-authored by Claude. I have no problem with AI code, but it should not be advertised as hand-written.

I think Claude wrote that part, referring to itself having hand-written them. (It seems to like that phrase a lot.)

Re: Nordstjernen 1.0

#8

The readme says it's 88,000 lines of "hand-written" C, and yet there's only 41 commits all from the last day, and they're all co-authored by Claude. I have no problem with AI code, but it should not be advertised as hand-written.

I saw these referenced in the repo. Maybe the hand written parts are here?

https://github.com/nordstjernen-web/lexbor

https://github.com/nordstjernen-web/quickjs

Re: Nordstjernen 1.0

#9

Nice, surprised this isn't attracting more comments. Obviously it's an AI-first development and it doesn't render a lot of stuff but it's still impressive. We'll see more of these and hopefully with standard licenses like MIT (why go for a weird license on this one?) but what's interesting is how far you can get based on interpreting the standards and running industry tests. That suggest we need more written standard…

https://github.com/nordstjernen-web/lexbor https://github.com/nordstjernen-web/quickjs
Post reply on HN