Rendered at 22:07:57 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
b0in 12 hours ago [-]
I'm...suspicious. 10 months ago this account was whinging about the evils of AI and this is heavily AI driven code. README claims to be a Norwegian developed browser but account is in Qatar. Andreas Røsdal has two github accounts, both andreasrosdal and andreasrosdalw, one of which has forked a project from the other or I would just think "oh two people with the same name".
roschdal 12 hours ago [-]
I am making this web browser, ask me anything. I have two GitHub accounts, one for private and another for work. I am using Claude to make this web browser. I live in Norway now, I used to live in Qatar before.
b0in 12 hours ago [-]
Are you ok?
roschdal 12 hours ago [-]
Yes, thank you.
b0in 11 hours ago [-]
aha. 'w' for work. got it.
roschdal 11 hours ago [-]
What do you think about this fine new web browser?
Did this project exist in some form since 1997? The Wayback Machine shows that the website was previously completely different - a fan site for someone connected to the Norwegian royal family.
11 hours ago [-]
d3Xt3r 17 hours ago [-]
> An independent web browser written in C.
Cool! We need more indie browsers.
> No Blink, no Gecko, no WebKit, no JIT. No telemetry, ever.
Excellent. This person speaks my language.
> UI: GTK 4
WTF?! Why?! Why do people keep defaulting to that bloated turd of a toolkit, even in the era of LLMs? The dev is clearly using Claude, they could've very easily vibe coded to use a better toolkit. I can't fathom what made them choose GTK out of all things, especially considering they're going for the minimalism thing.
roschdal 16 hours ago [-]
GTK 4 completely overhauled its rendering pipeline. It finally ditched the old CPU-bound Cairo rendering in favor of a modern scene graph (GSK) that natively leverages OpenGL and Vulkan.
This browser is C, while Qt needs C++ normally. Maybe I will make my own toolkit, like the Chrome Aura.
Did this project exist in some form since 1997? The Wayback Machine shows that the website was previously completely different - a fan site for someone connected to the Norwegian royal family.
Cool! We need more indie browsers.
> No Blink, no Gecko, no WebKit, no JIT. No telemetry, ever.
Excellent. This person speaks my language.
> UI: GTK 4
WTF?! Why?! Why do people keep defaulting to that bloated turd of a toolkit, even in the era of LLMs? The dev is clearly using Claude, they could've very easily vibe coded to use a better toolkit. I can't fathom what made them choose GTK out of all things, especially considering they're going for the minimalism thing.