Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Software Open Source The Internet

Lightweight Dillo Browser Resurrected: TLS But No JavaScript (theregister.com) 39

The Dillo browser dates back to 1999, writes the Register, with its own rendering engine. And now Dillo "has returned with a new release, version 3.1.

"It's nearly nine years after version 3.05 appeared on the last day of June 2015." Version 3.1 incorporates dozens of fixes and improvements, as the official announcement describes.

Project lead Rodrigo Arias Mallo announced his resurrection attempt on Hacker News early this year. He has taken the last available code from the project's Mercurial repository, incorporated about 25 outstanding fixes, and added as many again of his own.

Dillo is a super-lightweight graphical web browser for Unix-like OSes, written using the Fast Light Toolkit. The latest version has a number of new features, although one of the most significant is support for Transport Layer Security. TLS is the successor to SSL, with a Microsoft-approved name. Dillo 3.1 supports it thanks to the Mbed-TLS library.

It doesn't support frames, embedded media playback, or JavaSccript — but it can run on very low-end hardware...

Thanks to Lproven (Slashdot reader #6,030) for sharing the news.

Lightweight Dillo Browser Resurrected: TLS But No JavaScript

Comments Filter:
  • Also see (Score:4, Informative)

    by tirnacopu ( 7327590 ) on Saturday May 11, 2024 @04:09PM (#64465381)
    the list in https://wiki.archlinux.org/tit... [archlinux.org] from my tests, NetSurf is the closest comparison; also (almost) no JavaScript, but full modern TLS.
  • by xack ( 5304745 ) on Saturday May 11, 2024 @04:16PM (#64465395)
    Thanks to Cloudflare, recaptcha, hcaptcha and other "are you a human" technology niche browsers have been an unfortunate casualty as modern sites use so much JavaScript and fingerprinting to make sure a real human is on the other end, despite the fact that human emulation is getting better everyday. I've had to stop using Waterfox and go back to Firefox because of this, even Firefox gets seen as non human by many sites, everyone wants you drinking the Chrome-aid. I've tried hundreds of browsers over my 25 years of using the internet, and I've seen over 95% of them die.
    • Re: (Score:3, Interesting)

      by Anonymous Coward
      No Javascript breaks a very large percentage of the Internet. Ironically, including Slashdot (it works, but not 100%).
      • by znrt ( 2424692 )

        why ironically? if usability ever had been a priority slashdot would be a rss feed or an archive. nerds and geeks notwithstanding, it was born as a genuine "web 2.0" baby. all those juicy clicks ...

      • by allo ( 1728082 )

        And that's a sad thing.

    • everyone wants you drinking the Chrome-aid

      Here's the deal. Everyone got frustrated with Flash, they wanted something open that wasn't Flash. So HTML5 was created. Now, it's too Javascript heavy. Yeah, that's what everyone wanted.

      I've seen over 95% of them die

      Yes because the HTML spec is a 1400 page tome of text, not even getting into all the various java script, HTTP/3, and so forth. It would take a person months to digest the full specification and five times that to just begin hammering out the basics to properly rendering the DOM. HTML 5 is completely unknowable to a s

      • by znrt ( 2424692 )

        Now, it's too Javascript heavy. Yeah, that's what everyone wanted.

        sort of. the thing is that interactive webapps are really a useful thing to have, and the html/js frankenstein creature is actually a quite good technical platform all considering (which is why it took over the web). then again, most of the internet's actual content doesn't need to be a webapp, and would be way more accessible and useful as plain and simple documents. like there shouldn't really be any need for every single http request to ping back to a zillion spying leeches, or every user action being tr

      • >"They're all gone. No one is here to save us. The web IS CHROME and that is the end of that story."

        Well, almost. The web is essentially chrom*, Firefox, and Safari. And if you are non-Apple, which the huge majority of devices, the web is essentially chrom* and Firefox. We still have a choice to not let Google take over and fully control what little is left.

        As for the rest, there are great uses for HTML5 stuff, for sure. But a ton of sh** came along with it.

      • I feel the same about GPLv3.
      • by AmiMoJo ( 196126 )

        Sites are Javascript heavy for two reasons.

        1. Move processing to the client, save money on server resources. Bandwidth is often cheaper than CPU/memory.

        2. Devs rely on massive, inefficient frameworks.

    • by AmiMoJo ( 196126 )

      Demand an accessible site, that usually scares the crap out of them. You will be helping people who need accessibility tools too.

    • I've tried hundreds of browsers over my 25 years of using the internet, and I've seen over 95% of them die.

      Are browsers unique in that regard?

      From unpopularity to vaporware to crushing corrupt competition, 95% sounds about right. Across the tech board. Cashed or crushed out, distilled down to a handful of mega-corps so large they’re likely Too Big To Fail.

  • by jmccue ( 834797 ) on Saturday May 11, 2024 @04:34PM (#64465415) Homepage
    And I hope dillo never uses Javascript. It is one of the reasons I still use it. Congratulations to the team!
    • And I hope dillo never uses Javascript. It is one of the reasons I still use it. Congratulations to the team!

      Because you too like most of the internet broken?

      • by jmccue ( 834797 )
        No, I like a Fixed Internet :) For pages that just presents information, there is no need for JS. But these sites insist on being complex for reasons only known to them. But we can guess what the JS is for on those sites.
        • >"But these sites insist on being complex for reasons only known to them"

          It isn't that mysterious. Marketing departments *love* animated sh**. They want to "wow" the visitor with every possible annoying pop-up, pop-under, fly-out, hidden-menu, white-space-laden, overlay, fade in/out, carousel, mouse-over, forced smooth-scrolling, fixed-width, busy status, infinite-vertical-scrolling gizmo. It is their desperate [and mostly successful] attempt to turn webs site into a 100% controlled TV commercials.

  • Dillo vs. LiteHTML (Score:5, Informative)

    by markdavis ( 642305 ) on Saturday May 11, 2024 @05:06PM (#64465475)

    We used Dillo a long time ago for internal rendering of some stuff for thin clients.

    A few years ago, the Fancy html renderer under Claws Mail became not obtainable, and we tried to switch to Dillo, and it was a disaster. Worked great in testing. Then when we rolled it out on a multiuser application server, we discovered it doesn't work correctly multiuser (at least with the Claws plugin) and switched to LightHTML engine plugin which works even better than Dillo. It, too, doesn't support javascript, but I think it also doesn't support TLS. Anyway, it is an interesting project that has been getting updates:

    http://www.litehtml.com/ [litehtml.com]
    https://github.com/litehtml/li... [github.com]

    and also has its own stand-alone mini-browser (litebrowser):

    https://github.com/litehtml/li... [github.com]

  • How many women downloaded this browser and were disappointed?

  • I think I need sleep ... or a new prescription for my glasses. I misread that as "dildo browser." Tell me I'm not the only one.
  • Well, if that doesn't help my karma, what will? ;-)

    BTW I didn't just submit it, I wrote the article as well.

Wernher von Braun settled for a V-2 when he coulda had a V-8.

Working...