Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Netflix doc on AI, if you need bad sleep afterwards(netflix.com ↗)
    discuss
  2. The Same Workload Emits 105× More CO₂ in One AWS Region Than Another(greenops.cloud ↗)
    discuss
  3. Speculative decoding makes LLMs go brrr(leoniemonigatti.com ↗)
    discuss
  4. Building the New GitHub Copilot Inline Suggestions Model: Part One(visualstudio.com ↗)
    discuss
  5. Senior Product Manager(talents2germany.de ↗)
    1comments
  6. Nullsec – server-blind encrypted paste(pntr.dev ↗)
    discuss
  7. EU Commission proposes under-13s social media ban(reuters.com ↗)
    discuss
  8. Equity Price Shock Scenario Would Entail US Recession(fitchratings.com ↗)
    discuss
  9. What Shall We Do with Broken Glasses?(komando1.substack.com ↗)
    1comments
  10. Jev Powered Knowledge and Agent Routing(amithkk.dev ↗)
    discuss
  11. Programming lanugage that uses procedures(fodev.net ↗)
    discuss
  12. The Dawn of Gestural Computing(asymco.com ↗)
    discuss
  13. Running a personal website is not fun anymore(winnielim.org ↗)
    3comments
  14. Unicode 18.0.0 has been released(reddit.com ↗)
    1comments
  15. Nolan Bushnell (Atari, Co-Founder) Career Interview (2006) [video](youtube.com ↗)
    discuss
  16. The DeepMind Institute(deepmind.com ↗)
    discuss
  17. Deriving neural scaling laws from the statistics of natural language(arxiv.org ↗)
    discuss
  18. The LLMs Yearn for the Spines(buttondown.com/hillelwayne ↗)
    discuss
  19. Lattice Prompt brings AI agents into the full FPGA design flow via MCP(businesswire.com ↗)
    discuss
  20. Semantics for 2D Rasterization(arxiv.org ↗)
    discuss
  21. Device Bound Session Credentials in Asp.net Core(blog.maartenballiauw.be ↗)
    discuss
  22. Embeddable Interactive Avatars(synthesia.io ↗)
    discuss
  23. The paradox of AI automation at the workplace
    discuss
  24. I didn't sign the Fields medallists' letter(gowers.wordpress.com ↗)
    8comments
  25. Artificial Analysis Capability Indices v1.1(artificialanalysis.ai ↗)
    discuss
  26. Show HN: AskMe – answers repetitive support questions(ask-me.studio ↗)
    discuss
  27. Automattic execs signed reciprocal severance deals in Mullenweg absence(techcrunch.com ↗)
    discuss
  28. Ask HN: How do you use AWS AssumeRole?
    discuss
  29. Reckless Expansion Plans Blow Past European Airports Carbon Limits(cleantechnica.com ↗)
    discuss
  30. What Is a Docker Container?(freipaul.com ↗)
    discuss

One Year of Sponsored Servo Development

49 pointsby 1h agoservo.org
19 comments
51m 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?

24m 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.

18m agoHN ↗

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

13m 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

6m 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.

23m agoHN ↗

Feels like ladybird is going to Linux Servo

17m 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.

29m agoHN ↗

Can I submit a PR that includes code generated by AI tools? > >No. This includes (but is not limited to) all generative AI tools like Claude, Codex, ChatGPT, Cursor, Gemini, and Windsurf.

on your one man browser project? ok then

26m agoHN ↗

It's a decision they've made. Perfectly reasonable. If they did accept AI code, that's perfectly reasonable too. They just made their policy clear here..

11m agoHN ↗

I would personally whitelist people with good enough reputation/contribution history. Might get the best from both worlds. Avoiding AI spam while saving time for the core contributors. If they just have capability to use it responsibly.

19m 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.

5m agoHN ↗

I don't really see why they would do that?

3m 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.