Live data from Hacker News

Servo nightly builds on Windows now available

blog.servo.org

21–30 of 117 posts

Re: Servo nightly builds on Windows now available

#22
post #3

This project has moved real slowly but keep remembering how often Eich referred to this as the most important aspect of Mozilla.

Talking is easy, Coding is Hard. Servo is still the most important aspect of Mozilla in terms of Security and Speed, I really think after the full development it will definitely beat the Google Chrome.

Haha. As if there is no development going on in V8. Rewriting anything doesn't mean it will beat it's competitors.

Re: Servo nightly builds on Windows now available

#25

Earlier quoted context omitted.

Talking is easy, Coding is Hard. Servo is still the most important aspect of Mozilla in terms of Security and Speed, I really think after the full development it will definitely beat the Google Chrome.

Haha. As if there is no development going on in V8. Rewriting anything doesn't mean it will beat it's competitors.

It's doing a completely different thing to why KHTML/WebKit/Blink is good.

I would be unsurprised if Google were quietly doing something similar, of course, particularly with Mozilla having been quite open about this project for several years.

Re: Servo nightly builds on Windows now available

#26
post #16

VCRUNTIME140.dll required Why are open source projects built with Visual Studio these days? Especially as binaries built with VS2015 (release and up to service pack 2) are known to phone home "by accident". There are the GNU, Mingw, Msys, LLVM options on Windows - completely open source. Offer binary builds with at least one of these compilers on Windows platform.

they don't allow the use of the latest api. ex: listening to dpi changes.

but what they could do is to link statically with the runtime.

Re: Servo nightly builds on Windows now available

#27
post #2

I loved reading https://github.com/servo/servo/issues/12125 . It is a great example of open source persistence despite it not being a priority. Things move forward at snail pace and stalls multiple times. Just when all hope seems lost, they manage to ship it ! This is the case with most opensource projects - things take their own sweet time but they eventually somehow manage. On a side note, I noted that https://gith…

His "personal" section on Lars.com seems to indicate very strongly that he is American.

Re: Servo nightly builds on Windows now available

#28
I can't wait for people to start using this instead of chrome/electron to make desktop web apps. As much as I understand the philosophical (and at this point pragmatic) arguments against electron, there's something to be said about making deadlines and using technology your developers know well.

Re: Servo nightly builds on Windows now available

#29
post #4

After seeing a youtube demo[[1] of how the aggressive parallelisation that is done in Servo (safely possible by using Rust) speeds up this browser, i'm really excited for Servo! Also, i think this will give us a great base for all kinds of browser embedding what is not based on ancient webkit-gtk. There is another nice presentation on Rust and Servo: https://www.youtube.com/watch?v=7q9vIMXSTzc [1]: https://youtu.be/U…

I'm hoping for Servo-based alternative to Electron. If it could deliver some performance/memory improvements it would be good advertisement for the project, and also for Rust.

Not sure if that's realistic, Servo app ran on macOS takes about 200MB of RAM usage.

Re: Servo nightly builds on Windows now available

#30
post #16

VCRUNTIME140.dll required Why are open source projects built with Visual Studio these days? Especially as binaries built with VS2015 (release and up to service pack 2) are known to phone home "by accident". There are the GNU, Mingw, Msys, LLVM options on Windows - completely open source. Offer binary builds with at least one of these compilers on Windows platform.

Servo is written primarily in Rust... I'm not a Windows developer by any means, but my understanding was that the major different compilers on Windows aren't ABI compatible. Also it's entirely possible Servo links against an external library that is built with VS.

[deleted]
Post reply on HN