Earlier quoted context omitted.
I think, at this stage, logo is the least important piece in all this.
That's the point. And if the maintainers still want to consider this, I feel that should be done right.
Gosub – An open-source browser engine
141–150 of 173 posts
Re: Gosub – An open-source browser engine
#142Re: Gosub – An open-source browser engine
#143Re: Gosub – An open-source browser engine
#144Related: I'm fed up with it, so I'm writing a browser - https://news.ycombinator.com/item?id=37608580 - Sept 2023 (477 comments)
Re: Gosub – An open-source browser engine
#145As a BASIC programmer from the 1980s, thank you for that heart attack.
They say BASIC programmers never die, the just GOSUB and never RETURN.
Re: Gosub – An open-source browser engine
#146I was hoping for a small embeddable engine to finally replace Electron. The build on Windows ends up being 55MB, not too bad but still too large for simple apps. Is anyone working on something like that?
Re: Gosub – An open-source browser engine
#147I'm always disappointed when conversations here are full of "why don't you just contribute to instead?" Have you never simply desired to do something yourself?
Re: Gosub – An open-source browser engine
#148Why does it matter if it’s written in Rust?
Rust was invented to make it easier to write a secure, performant browser engine
(Here's to hoping Rust for Linux continues to drive progress for bare metal Rust!)
Re: Gosub – An open-source browser engine
#149Earlier quoted context omitted.
Projects written in Rust tend to be very fast - as fast as C++ or C code - but without the endless security issues. You may as well ask "why does it matter if this bridge is made of iron".
There are long lasting bridges made of stone, concrete and in the right climates, even wood. Not to mention rope when it suits the purpose. Each material has its own qualities, which means its own pros and cons in a given context. This naive belief that there will be one language to rule them all (and is name is ignores history and the world outside of programming in a rather silly way.
Re: Gosub – An open-source browser engine
#150As a BASIC programmer from the 1980s, thank you for that heart attack.