Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Libinput 1.32 Released with Circular Scrolling Support for Circular Touchpads(phoronix.com ↗)
    discuss
  2. ARST ARSW: Star Wars sorted alphabetically (2014) [video](youtube.com ↗)
    discuss
  3. Spiral Galaxies Font(erikdemaine.org ↗)
    discuss
  4. Noise wants to help everyday people become paid content creators(techcrunch.com ↗)
    discuss
  5. Jev means structured output is interesting again(seangoedecke.com ↗)
    1comments
  6. Spotify lets parents exclude kids' music from Wrapped and recommendations(techcrunch.com ↗)
    discuss
  7. Reinventing issue tracking: Local-first and Git-native(manganin.dev ↗)
    discuss
  8. Birdychat Is Now Balsio(balsio.com ↗)
    discuss
  9. 'Born-again' star offers rare chance to watch stellar evolution in real time(manchester.ac.uk ↗)
    discuss
  10. Show HN: Knowhere-Rebuilds the document structure that chunking throws away(github.com/ontos-ai ↗)
    discuss
  11. Boox Picco micro e-reader full specs confirmed(readme.club ↗)
    discuss
  12. Ubuntu 26.10 Amd64v3 Can Provide a Nice Boost for Low-End/Budget Hardware(phoronix.com ↗)
    discuss
  13. Astra broke a yet unsolved German Army Enigma message from 1941(chatgpt.site ↗)
    2comments
  14. Nobody pays for open source. We can force them to(seldo.com ↗)
    discuss
  15. Show HN: Speartip.eu – A software launch directory for EU-founders(speartip.eu ↗)
    discuss
  16. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    discuss
  17. An Introduction to Bε-Trees and Write-Optimization [video](youtube.com ↗)
    discuss
  18. Don't build tools for AI agents(seangoedecke.com ↗)
    1comments
  19. Show HN: Lumikey – Learn to play any YouTube video on the piano(lumikey.app ↗)
    1comments
  20. Show HN: SyntaxCue – local-first AI interview copilot (whisper.cpp and BYOK)(syntaxcue.com ↗)
    discuss
  21. Superphenix: A full cloud stack running on your own hardware(superphenix.net ↗)
    discuss
  22. A DuckDB extension where you can use Jev to do quick classification of rows(twitter.com/hamiltonulmer ↗)
    discuss
  23. Show HN: ThreeJS Runtime Performance Optimization Tools for ClaudeCode(github.com/wonglok ↗)
    discuss
  24. Developmental xenocortication using human-derived organoids in mice(nature.com ↗)
    discuss
  25. Apple reportedly building server packed with M-series Ultra chips for AI(arstechnica.com ↗)
    discuss
  26. Plasma UI – liquid panels for React that fuse on contact(cruxgarden.github.io ↗)
    1comments
  27. Coding Agent Diaries(coding-agent-diaries.netlify.app ↗)
    discuss
  28. Tetris Font(erikdemaine.org ↗)
    2comments
  29. The new affordable genome sequencing and analysis platform(genoturk.com ↗)
    discuss
  30. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    discuss

One Year of Sponsored Servo Development

78 pointsby 2h agoservo.org
27 comments
1h agoHN ↗

What can one actually do with Servo today?

It’s apparently still not ready to be used as a browser engine (and may never be), so what exactly is it for?

1h agoHN ↗

long term browser compatibility

Making a new browser engine hurts browser compatibility more than it helps it. It now becomes one more target that needs to be tested against, limitations need to be kept tracked of, etc. The best thing for long term browser compatibility is focusing resources into Blink. In regards to the standard we can use LLMs to cross reference the spec, with tests, and with the implementation to make sure all match.

1h agoHN ↗

Ah, you must be too young to have experienced early Internet Explorer, which attempted just this.

59m agoHN ↗

yeah in a perfect world google dictates how the standard will evolve, we kill all competition so we're sure that you have only one target to build your software against, I'm sure a monopoly will greatly improves innovation and not be used to stiffen competition. /s

51m agoHN ↗

The best thing for long term browser compatibility is focusing resources into Blink.

That’s what makes Google more dominant, and if you think that’s a good idea you should really put down your LLM and go read up on a bit of history. Do you want to live in a world where a single company controls your access to the web? Are you eager to navigate through ad pages with a little bit of web? To have even more of your data mined?

Browser diversity may be a bit annoying for developers, but it is good for users, and developers are users too. When there’s a lack of diversity, everyone but the dominant player is squeezed.

43m agoHN ↗

The best thing for long term browser compatibility is focusing resources into Blink.

Lol, for Blink perhaps, what about the rest of the ecosystem, the web and the users, like the ones who don't even use Blink?

Very idealistic point-of-view with no basis in reality, sadly, because wouldn't it be nice if we could care about just one engine?

4m agoHN ↗

Couldn't agree more. Looking at [1], it seems to me like Servo has a much better adoption story than Ladybird. The latter seems to be just building a browser that's going to be crashy and not really work on the web. The former is addressing problem spaces where, even with the limitations of the half-finished state it's in, it can be usefully applied: WebView/Electron-replacement and headless browsers. Things not currently on this list that could/should be: HTML rendering for desktop E-Mail clients. Also, I wonder to what extent they're implementing paged media and capable of targetting PDF output or similar (like weasyprint). That could be another domain, where you don't need full web-scale abilities.

And yet, somehow, Ladybird seems to be the darling of the masses (in certain circles at least). Doing vibe-ports to Rust, while going closed-contribution also, in my mind, sits in a marked contrast to the origin story that initially generated so much goodwill.

[1] https://servo.org/made-with/

1h agoHN ↗

Feels like ladybird is going to Linux Servo

1h agoHN ↗

I remember waiting on the Mozilla project to deliver something that could browse as well on linux as closed source browsers on windows/mac did.

It... took... long...

But there it was. And it still works.

44m agoHN ↗

Was this recent? Because Firefox were the browser that worked better than all the rest, for quite many years, maybe 2005-2010, and Firefox had no competition basically until Chrome arrived on the scene.

Just the fact that Firefox got browser tabs before anyone else, and Firebug, just took it to another level compared to all the other browsers available at the time.

31m agoHN ↗

Firefox was bad on linux for a long time. Even running the windows ff build via wine/proton got you better performance than the "native" build (I think that was around 10 years ago).

21m agoHN ↗

Hardware accelerated video decoding (for video playback or for WebRTC) is available via VA-API for both X11 and Wayland. Since firefox-101.0.1-4 package it's enabled by default for Intel/AMD users.

From https://fedoraproject.org/wiki/Firefox_Hardware_acceleration

I think that was around 2022-23.

I remember this affecting my laptop video watching a lot. Google meet feeling sluggish on Firefox is also something I remember until very recently..

8m agoHN ↗

Your history is off. Opera was the first mainstream browser to implement tabs and boy was Opera also much faster than Firefox at its peak (both UI, resource usage, and rendering) which overlaps that “peak” Firefox period by a lot.

Firefox was great because it was open source but it wasn’t ever really the “best” browser - it was the best open source browser.

1h agoHN ↗

I really wish a patron would step up and sponsor this project. Not just by money, but also by plugging it in their browser-carrying products. Maybe Hauwei of Samgsung; they now sling a browser derived of another for-profit --usually competitor-- company's browser.

46m agoHN ↗

So right now Servo is funded by the community, and this is no good because why? Instead you propose that this project should be funded by a for-profit company with it's own objectives in this world (that often starts with "more money"), again leading me to ask why?

The setup right now seems to give enough people enough time to work on it to move forward, why on earth would you want to involve companies infamous for their shit software quality, like Samsung?

34m agoHN ↗

Probably because broad adoption would help making it a real option to use in the near future?

So sure, Samsung would bundle it with their usual crap, but if it helps making the engine more mature, great, but I also don't see why they would in the first place.

30m agoHN ↗

It had broad adoption, Mozilla threw it away.

The same would occur again.

29m agoHN ↗

Servo never had. But yes, mozilla management let FF go down the drain.

23m agoHN ↗

So right now Servo is funded by the community, and this is no good because why?

Because look at Mozilla... You need to get the browser in front of people. A browser that works on the real web, is such a huge project, you cannot do it as a hobby community-funded project for ever. You need user-share-%.

Samsung can put it in front of Samsung appliance users.

48m agoHN ↗

Hot take... There is something about programming projects spending 10x (or 1000x) the effort to parallelize execution when everything is still restricted by von Neumann architecture.

4m agoHN ↗

This. I don't want your browser engine to use all my cores. I want the rest of my cores to be compiling C++.