For anyone who was actually around at that time you need to remember Windows was Windows 95 and that meant a badly behaved application generally required a reboot. From what I remember of that time, Windows Explorer seemed a little faster, but most importantly it also seemed to require fewer reboots.
That's not my memory of it. Windows 95 introduced the Task Manager, which obviated some of that. Maybe I was lucky in having well-behaved applications.
Why I Don't Use Netscape (1999)
271–280 of 285 posts
Re: Why I Don't Use Netscape (1999)
#272Considering all the discussions about JavaScript and sites with primarily text requiring it, this looks like the more things change, the more they remain the same :-P. Also see Wirth's Plea for Lean Software[0] from 1995 for another "timeless" issue. I did find this bit interesting too... > Apart from this practical reason, there's a principal one: The first time I invoked Netscape, it said that it is obsolete and re…
Sweeping complexity under the rug isn't the same thing as removing it.
Re: Why I Don't Use Netscape (1999)
#273Earlier quoted context omitted.
You're in luck: Apple Maps does offer transit directions. You can also toggle on viewing transit lines in the map mode menu.
Not the DuckDuckGo version, from what I can see.
Re: Why I Don't Use Netscape (1999)
#274Earlier quoted context omitted.
> Security isn't everything, there's also accessibility to think about. TLS is not just about security. It also protects the authenticity of your content, ensures privacy and even accessibility for your visitors. Without it, any node between your visitor and your server could inject content and JavaScript to do all sorts of nefarious tracking and profiling. These days there's really no excuse for using plain HTTP on…
It's not just your site: an HTTP site allows for injecting HTTP urls for images/css files on other sites, e.g. If target.site's auth or session cookies aren't properly protected, this is sufficient for stealing them [1]. And plenty of sites have insufficient protection on their cookies [1]. [1] http://www.open.ou.nl/hjo/papers/compsec21.pdf
There are risks and there are benefits. Managing the risks to get the benefits is the game.
My sites only use cookies for user preferences preferences and client-linked session tokens, so I am not too worried.
A different way to mitigate the risks is by only storing information that does not need to be private, remaining small and un-interesting, designing for transparency and auditability, and keeping a close eye on those audit logs.
Re: Why I Don't Use Netscape (1999)
#275Earlier quoted context omitted.
Actually, there is a very good excuse: I want to access the content I need with the browser and configuration I currently have, and without the ability to alter it. While the threat of MITM is technically true, thanks to being on a relatively safe networks segment, I have yet to encounter it happening in the real world, except in cases of captive portals, when I actually want it to happen. I think it is largely an ov…
You must be lucky. My cellphone carrier used to injects scripts and ads on plain http requests. Imagine seeing ads on wikipedia. Now that https is everywhere, this behavior is largely stop.
I see loud and intrusive ads on Wikipedia already, and it's why I've started using wikiless instead.
Re: Why I Don't Use Netscape (1999)
#276Earlier quoted context omitted.
Are there any version of Mosaic that are able to handle modern HTTPS?
Honestly thinking on making a Mosaic clone. Without CSS or Javascript, I imagine it won't be terribly difficult to put together
Web 2.5 is a thing.
Re: Why I Don't Use Netscape (1999)
#277I still use this strategy, though these days, I primarily use Mosaic and Netscape for testing. I tend to browse without JavaScript enabled, except for places I already trust to not abuse it. And if there is anything blocking me from accessing the page, such as a modal dialog, a cookie notice, a survey, a prompt to sign up for the newsletter, I close the tab. Over time, I have found that type of rude lack of considera…
> I like the term "featurism", I'm going to try to remember it. They actually could have translated it 1:1 as “featuritis”. It basically means the same as “feature creep”.
Re: Why I Don't Use Netscape (1999)
#278Earlier quoted context omitted.
You must be lucky. My cellphone carrier used to injects scripts and ads on plain http requests. Imagine seeing ads on wikipedia. Now that https is everywhere, this behavior is largely stop.
I know that ads sometimes get injected for some people, but it has not been an issue for me. I see loud and intrusive ads on Wikipedia already, and it's why I've started using wikiless instead.
[1] https://en.wikipedia.org/wiki/Wikipedia:Funding_Wikipedia_th...
Re: Why I Don't Use Netscape (1999)
#279Earlier quoted context omitted.
Firefox on Ubuntu (which I'm not using anymore for these and other reasons) and presumably on other OSs does exactly that: refuse to open new tabs/sites once every two weeks or so, telling me "one more thing we need to do" ie self-update. So you're loosing all your browsing context, though FF does a better job restoring it after restart than it used to, but still that's user-hostile and self-important as fuck. And th…
Gosh, that is frustrating to even read about. The first time it happened, I would get rid of whatever software was involved in causing it and never use it again, except for testing purposes. I completely agree with you about everything else too. The Web is mature enough that I can use a well-tested website with a 20-year-old browser. There is no technical reason to not have a minimum-viable web browser with a smaller…
Re: Why I Don't Use Netscape (1999)
#280Earlier quoted context omitted.
Firefox on Ubuntu (which I'm not using anymore for these and other reasons) and presumably on other OSs does exactly that: refuse to open new tabs/sites once every two weeks or so, telling me "one more thing we need to do" ie self-update. So you're loosing all your browsing context, though FF does a better job restoring it after restart than it used to, but still that's user-hostile and self-important as fuck. And th…
Firefox on Mac. I have this problem as well, even with "autoupdate" set to true. Also, if I am browsing in the middle of an auto update, it refuses to open new tabs. And each update logs me out of my password manager Worse, now this is happening to Thunderbird. Wasn't an issue until about a month ago. Now I need to re-install Thunderbird every few weeks because they've pushed an update. When from my point of view, as…