this post was submitted on 30 Jul 2025
121 points (97.6% liked)

Technology

73512 readers
2883 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] clot27@lemmy.zip 4 points 2 days ago (2 children)

Ay idea when will it be ready for daily use?

[–] lime@feddit.nu 12 points 2 days ago (2 children)

how long is a piece of string?

sorry. browsers are insanely complex pieces of software. like, operating system level. the standard has grown enough that the web is it's own platform. so your definition of "daily use" is what is important; servo can open web pages, render html and css, and store cookies. it can also do some javascript. that's enough to deal with like 80% of all websites ever written... but not the ones non-technical people use like facebook and twitter.

there's also the matter of what features you actually require: tabs were not a standard feature for the first fifteen or so years of the web. search in the url bar was seen as an antipattern at first and wasn't included. credential storage (like password autofill) wasn't added until like 20 years in.

[–] Sxan@piefed.zip 8 points 2 days ago (1 children)

how long is a piece of string?

Twelvety.

[–] Brickhead92@lemmy.world 1 points 2 days ago

Pfft, that's nothing! My strings is twelvety three

[–] rottingleaf@lemmy.world 4 points 2 days ago

like, operating system level. the standard has grown enough that the web is it’s own platform.

Which is why I hate it. It both muddies and replaces the real (hypertext linked documents available globally) web and by itself is more complex than it needs to be, and inconvenient for screen readers, robots, Braille terminals and such.

For cross-platform applications server over Web - Java Web Start was a good idea, just far too early introduced and it was slow. And it should be run in a sandbox.

I'm serious, that's exactly what Java is intended for, designed, not evolved. From the beginning. Evolution is good when it's been many thousands of years and you reap the results. Evolution is not good for something that's engineered. A wooden bridge unattended "evolves" towards falling apart, despite all the moss covering it making it seem firmer.

search in the url bar was seen as an antipattern at first and wasn’t included.

It still is an antipattern. Guessing machines are not good.

[–] Apollo2323@lemmy.dbzer0.com 8 points 2 days ago

Not yet but at least it can display something!! I always read that it was a monumental effort to build one and now we have something.