Live data from Hacker News

25 Years of Dillo

dillo-browser.github.io

51–60 of 100 posts

Re: 25 Years of Dillo

#51
I am always fascinated by the history of these sort of abandoned things. The same with loads of old sites you can find via wiby.me - lots of updates and work over decades then then it just suddenly... stops, with this fingerprint of a part of their life just hanging there.

I wonder what happened to the people, where they are now, what they're doing.

We hope you're ok Jorge.

Re: 25 Years of Dillo

#52
post #39
post #38

Earlier quoted context omitted.

I remember as a teenager wondering why lynx felt so slow, so I looked into the source code and discovered it was literally calling sleep() while displaying status messages, so I commented that out and made my internet experience Blazingly Fast

oh I just looked into it again for fun and noticed that indeed it defaults to sleeping at least 2 seconds every time you open a URL but this can be changed in lynx.cfg by altering these defaults: #INFOSECS:1 #MESSAGESECS:2 #ALERTSECS:3

Why would they possibly include this?

Re: 25 Years of Dillo

#53
post #42

it can show a basic unbloated news site from my contry it can show lwn.net it can show HN it can show old popular local forum it can show rss feeds it automatically blocks (does not work on) all the popular social networks -- what else is there?

> it automatically blocks (does not work on) all the popular social networks

You should be head of marketing somewhere :-p

Re: 25 Years of Dillo

#54
post #29
post #18

Earlier quoted context omitted.

Unfortunately, with it's use of Swift code, QT (which is now a bloated piece of trash since version 5) etc. It's just not tenable unless they give us a pure version without that shit

QT I can see how it is disturbing. Swift I can not see how it would bloat anything for end users. It’s just another compiled language.

> QT I can see how it is disturbing.

Compared to WinUI, Android, iOS, GTk3+, let alone Electron, is there even a reason to hate/fear Qt past-2010 or so?

Re: 25 Years of Dillo

#55
post #38

Earlier quoted context omitted.

Personally, I’m resisting upgrading to links from lynx.

I remember as a teenager wondering why lynx felt so slow, so I looked into the source code and discovered it was literally calling sleep() while displaying status messages, so I commented that out and made my internet experience Blazingly Fast

That sure brings some memories. They were calling sleep() so you would have time to read the messages in the status bar at the bottom of the screen. Back in 1995 or so I submitted patches changing the browser's inner loop to be select() based, with a queue of messages to show for a few seconds each without slowing down browsing. It took one night of hacking, and the maintainers rejected the approach as "too complicated".
Post reply on HN