These are links!

V

VanguardLH

Mayayana said:
It's not anyone's HOSTS file. It's just a HOSTS file. Plain text.

Didn't know it was a difficult query. It *is* someone's hosts file.
You used the default one that Microsoft compiled, you compiled your own
blacklist, or you used someone else's pre-compiled blacklist. Obviously
you're not using Microsoft's default hosts file because that won't do
any of the blocking that you are discussing. It looks like YOU compiled
the blacklist in the hosts file and are not using someone else's (e.g.,
MVPS) pre-compiled(*) hosts file.

* Compile does not always mean converting from text into some computer
binary code. See http://dictionary.reference.com/browse/compile:
only definition 4 relates to coding or conversion to the instruction
set recognizable by a processor.
It's potentially misleading to call it compiled.

You can use a synonym for compiling if that eliminates your confusion,
like listing, building, assembling, constructing, or collecting. I
speak English (although I see that I should better review my posts or
not be so groggy before submitting them) and quite often discuss topics
outside of computers. "Compile" and "compilation" existed long before
getting adopted into computerese. Anyone that knows what is in the
hosts file shouldn't get confused what it means to compile that list or
using a pre-compiled list. What do you call the act of aggregating
lines of text entries into a file? Once you create that content, how do
you then refer to it (not the container, the file, but the set of all
those entries)? No matter what term you use, someone might assume it
means something else.
As I explained earlier, I have the basic problem URLs in my HOSTS file
and I add others occasionally by using a Desktop script that parse
webpages. It's all in the download I linked.

How does that script obtain the hostname for 3rd party content which is
not retrieved via hyperlinks or targets in Javascript in the web page,
like it coming from the site but uses redirects at the server to the 3rd
party content? You can't read the scripts up on the server.

Does your script with whatever it does find identify the 3rd party
source with the object in the web page you're trying to block?

Since review of the output of the script seems to be required to decide
what to add to the blacklist, it seems you could do the same using other
tools. In IE, I can hit F12 and select Network to see what connections
are effected by a web page. I can do the same with Fiddler2 which works
with any web browser since Fiddler monitors the web traffic. I've used
Fiddler quite often to determine the source of content that I want to
block or just further research. F12 gives me much of the same info as
Fiddler but I'm just not yet used to using F12. Doesn't Firefox have a
similar network monitoring feature to let you see to to what sources a
web page effects connects? Maybe that's why you had to come up with a
script to do that.

An old trick is to split up an URL so capture of them results in useless
separate snippets. One is to use Javascript to concatenate multiple
variables (but you disable Javascript so that kills this trick).
Another is to split up a URL across cells in a table. Another, as I
recall said:
Your conflating ideas of progress and improvement with heavy use of
javascript. There's no logic in that. It's an emotional reaction.

Javascript is neither good or bad. That depends on the purpose for
which it is [ab]used. I also don't see "heavy" use of Javascript as
mandating "bad" use. There are good programmers and crappy ones. AJAX
is still a foreign or unknown coding paradigm to some. Gmail uses AJAX.
Is it slow for you to visit their home page? Is it slow for you to
login (assuming you have an account)? Is it slow to render their web
pages to use their webmail client? Go to and login at outlook.com.
Does their UI seems slow to you? Have you ever looked at all the script
for outlook.com? Yes, they are usually slower than local apps (although
I too often have severe slowdowns in Thunderbird that were never present
in MS Outlook) but no expects apps across the web to be as speedy as
local apps. It takes time to drive to and from the grocery store to
gather the food you need to make a meal.

No matter what web browser you choose to use, it can take very little
but poorly coded Javascript to get into an infinite loop that will hang
the web browser. The programmer may forget to preload the image files
into a web page using SSI (server-side includes). That can be done
using Javascript but it can also be done using SSI. Some coders do it
using Javascript inside of <HEAD> but you disabling Javascript means
that preloading for faster rendering is lost. If you've managed to only
visit sites without images then preloading is not an issue for you. Not
everyone profiles their web pages to tweak them for best performance.
So it's more of how badly Javascript gets used than its presence being
the problem.

Look at all the crappy add-ons for Firefox that someone dashed out and
poop onto the public. Is the feature of add-ons in Firefox a bad
feature or is it the add-ons that are bad (because of bad programmers)?
It looks like you're blaming the pot for the bad soup within.
You're such a card. :) I've never had Flash installed. I don't need to
see dancing car ads, and I certainly don't need the extra malware
attacks.

I didn't know I was being funny. I've never used Pale Moon. My use of
Firefox was too long ago to remember if Mozilla caved to add a Flash
plug-in to Firefox or if users had to get get it themselves.

You must also not watch video news, too. Not everyone is a top-notch
speed reader that can read the news in the same time it takes to watch
it. Say a video shows someone getting hit by a train. Twould take a
lot of words to convey mentally the same image and emotional reaction.
I do still get the Sunday newspaper in my postal mailbox yet I mostly
rely upon online news to stay current and I simply don't have all the
time in having to read everything that I now view via videos. I can
read a lot on how to remove and install a new toilet, a job I've never
done before, but a few YouTube videos educates me a lot faster and much
more thoroughly.
Again you're voicing a reactive, emotional response,
equating 3rd-party ad blocking with crazed phobia.

And you're equating your educated compilation, er, construction of a
user-defined hosts file to tailer the web experience to your particular
wants to users of pre-compiled hosts file that never review its contents
and are blocking EVERY possible ad in every web page they visit. From
our discussion, it looks like both you and I are not interested in
squeezing out 1% more blocking effect from 99% more perspiration. We
aren't trying to block every ad. That's not the intent I see exhibited
by those using pre-compiled hosts files, the Adblock Plus add-on,
Ghostery, NoScript, and so on. Those folks are trying to squeeze out
every ad. That's what I call excessive hence crazed hence over
sensitive.
| I'll admit that the NoScript add-on for Firefox lets me default that web
| browser from allow scripts and Flash but I would have to whitelist every
| site in my Favorites (about 250 of them).

You and I clearly have different habits.

That's highly likely. I use the Internet to research a topic and find
solutions when helping users here in Usenet or to provide references to
them for the info they need. I'm in software QA and am always
researching how to code something, setup up something, educate myself,
or maintain or increase my skills set. That means I have to go wherever
is the information. In fact, I've had to request updates directly to
Websense to get them to recategorize a site so it doesn't get blocked
because it was miscategorized (Websense is a censoring service that many
companies use to control to where their employees connect, like not
wanting them wasting time at entertainment or porn sites, or not even
let them access webmail sites because company policy is that all
e-mailing should be through the corporate mail server). Right now I'm
into a new personal project with a buddy to write an app that runs under
Android OS which means I have to install, learn, and get help on
Eclipse, the Android plug-in, using a VM running Android OS instead of
the emulator in the Android SDK (which I had to research to even make
this decision), and start learning and get help on C#. So who knows
where I'll have to visit to get information on all that. Someone who is
a vet intern at a animal rescue center is in education mode and along
with finding and contacting various DNR-certified rehabilitators for
nursery care of the animals, and who know where they end up visiting on
the web. With any profession, the Internet is a wealth of information
from which to cull help and its spread all over.
| By the way, what do you use to eliminate advertizing content from web
| pages where filtering on a host doesn't work? You cannot specify a
| domain to block. You cannot specify a substring in a URL to block ads
| delivering on-domain at the site you visit.

I already said, I don't block honest ads that are on
a website. I'm not an anti-ad maniac. I only block
3rd-party content.

The hyperlink could be on-domain but uses an attribute to specify an
off-domain target source. That requires URL filtering since the site is
referenced, not directly targeted by the hyperlink. For example,
http://visiteddomain.com/...&url=http://baddomain.com/adpage.htm,
how are you going to block a visit to the bad domain when you click the
hyperlink you thought was for the domain you visited? The example I
showed was shortened versus a redirection link that is usually so long
that the users cannot view it all at once unless they copy it and paste
into Notepad to look at it all (and know how to parse URLs).

I figure if you went to the effort of compiling (yes, compiling) a hosts
file and using DNS blocks that using URL filtering would a natural next
step in your arsenal. However, if you review every hyperlink before
clicking on it (including those that are clickable maps, like images)
then you don't need URL filtering. Since you're not crazed about
eradicating every 3rd party content however it is delivered, you also
don't care about a site that delivers the 3rd party (off-domain) content
through its own domain, like for an image, video, or whatever whose
source is at http://visiteddomain.com/adsrv/ref.php&id=12537 where they
use their own server-side PHP script (which still runs regardless of
what you do about Javascript on your end) that finds an ad to insert
into their web page that uses an ID number to reference the off-domain
source of the ad. Nothing in the link points at the bad domain (which
could be, for example, Doubleclick). The ad comes through their domain
but is sourced elsewhere. If the server-side reference points at a
hostname (FQDN) then DNS blocking would still work (e.g., Acrylic DNS,
OpenDNS). If they use an IP address, DNS is not involved so nothing at
the DNS server is going to block (fail the lookup) the client from
getting to the ad source. You and I know about DNS-based blocking. So
do they.
| I know you're going to deny visiting there because of their use of
| scripts and Flash, but say you visited YouTube. Filtering out on the
| URL substrings of "*/iv3_module*" and "*/annotations_invideo*" get rid
| of those annoying annotation popups that show during playback of the
| video. Can you do that with Acrylic DNS?

You don't need script and Flash at Youtube, silly. :)
I don't watch anything I have to stream. When I go
to Youtube I use DownloadHelper to download the
video. I see no ads or popups. Nor do I see any
video running that I didn't choose to play.

So you using another client (and add-on) to capture the Flash media
stream to play in a local player. That means you have to wait for the
download to finish before you can even start to view it. N time to
download and M time to view so it takes you N+M time to get done viewing
the captured stream. Watching it while it plays means it only take N
time (plus a few seconds for buffering) to completely view the stream.
I have no need to locally store all those streams since most are only
viewed once and I'm really not interested in viewing them later. When
talking on the telephone, I don't want the other party to record their
response on a recorder to then play it to me.

In IE11 using its safety feature to default to disabling AX, and
somewhat similar to how NoScript will block Flash by default in FF, I
don't see any Flash content until I decide that I want to see it. If I
choose to view the video, I want to see it now, not sometime after it
gets downloaded in using another app that runs in a shell with greater
privilages then when viewed within the web browser. If I want to
permanently save a streamed video, I have a program just for that and
which continues to run even after exiting all instances of the web
browser.

Yes, *I* and many others *do* want Flash support to see the streamed
video when we choose to see it. You prefer a different access method
that delays viewing the video. I, like many users, are bouncing around
many web pages during a web session and don't want to wait around to
view the content in a web page.

Are you capturing the actual stream or just the .swf file that has the
Flash player (whichever one you use) still go out to connect via the
Internet the the stream server? If so, you've nullified your argument
about security concerns with Flash in web pages. Plus the video is now
playing in a viewer app that has the same privileges as the account
under which you log into the OS rather than the throttled environment of
a player used inside a web browser.
And unless one uses something like Tor there's always the IP address
as an ID.

The FBI and agencies in other gov'ts are busy mapping the exit nodes for
Tor and similar. The process is easy but resource intensive. The
number of exit nodes is small compared to the number of relay nodes to
obfuscate the pathing. You connect to a Tor node. Every computer knows
the IP address of the other computer to which it connects and every
computer that connects to it. That's required for IP handshaking and
data transfer. You know the Tor node to which you connected and you
know the Tor node connection to your destination host.

Tor node operator that was arrested for abetting in the transfer of
illegal content (child porn).
http://preview.tinyurl.com/p75tlhx.

Tis something of little interest to me but I have seen mention of
mapping out the entrance/exit nodes of Tor and even penetrating into the
darknet. Searching on "mapping tor nodes" returns lots of articles but
I don't use it so it has as much interest to me as gardening tips on how
to prevent weeds from growing around your flowers (as you can guess, I'm
not into gardening, either).
 
M

micky

There are various approaches. Yours may work well
for anyone who doesn't mind using IE. But even a fairly
simple HOSTS file can block the vast majority of online
ads and tracking because they're coming from such a
small number of sources. There's nothing "clumsy"
about that.

I meant to start off my answer by saying that I know about the HOSTS
file and I've used it, but pretty much only when someone recommended it
specifically for a specific problem. I don't normally think of it.

As suggested, I installed a standard list that I got somewhere, a pretty
long list, so I guess I do use it a lot, but I've only added a couple of
my own entries.
 
M

micky

| This is why Google Chrome
| Is the number one
| Down Load Browser
|
| Because Google pay
| Software Company to add
| Chrome to there Software push list
| < http://store.mynews.ath.cx/users/Avist/ >
|

Ah. I think I finally get what you're saying. But you
don't have to worry about me. I don't use Chrome and
wouldn't touch anything from Google. I even try to avoid
their search these days. I don't use AV. And I'm running IE6,

What search do you use instead?
which I mostly just use for writing HTAs and testing webpage
design. (IE "quirks mode" webpage rendering is designed to
mimic IE6 rendering, so I can just leave out the DOCTYPE
tag in webpages, test in IE6, and know that I've covered all
versions of IE.) Even the Googlites have a little pride. I don't
think they'd put their toolbar on IE6. :)

It's an interesting issue, though. I hadn't noticed that
Chrome was being pushed in 3rd-party venues. I do know
that Firefox makes nearly all of their $100 million+ per year
from Google, in exchange for adding the Google search box.

Do you mean in the upper left corner?

But the user has a choice to use that for google, wikip, yahoo, bing,
amazon, ebay, and twitter. or to add from this list of other choices:
https://addons.mozilla.org/en-US/firefox/search/?atype=4 Youtube,
Duckduckgo, etc.

And they still pay Firefox 100 million+ a year? Sounds like a good deal
for FF.
So Mozilla has pretty much been bought out by Google. (And
it shows.) It's a shame. I can remember when Google was an
endearing, idealistic company that was making a fortune by
simply providing good, honest search with relevant, contextual
ads - targeted ads without spying. They got rich by *not*
being exploitive. But billions of dollars just wasn't enough for
them.

I too see likely problems with google, but I still ask the questions
above.
 
M

Mayayana

| What search do you use instead?
|

Mostly DuckDuckGo. I had used zapmeta for awhile.
I find that for the majority of searches, DDG works well.
Sometimes with a difficult search I'll try Google, but their
general intrusiveness has just gone too far, to my mind.
Their site only partially works now without javascript. It
used to work fine. Their links are now proxy links. If you
search for, say, ice cream, and click a link for
www.icecreaminfo.com, the actual link will be something
like www.google.com&q=www.icecreaminfo.com... including
various other bits of info and IDs for tracking. They want
to track *everything*.

But Google has become a standard. On my own site I like
to process my server logs. One of the operations I do is to
log searches from Google, Yahoo and Bing in a separate file.
Out of 100 searches, usually 2-4 will be non-Google.
Google has also stopped giving me the search terms in most
cases, which they used to pass in the referrer field. If they had
any regard for privacy I'd think that might the reason, but I'm
guessing that if I signed up for Google Analytics they'd tell
me the search terms. They want to be able to track all visitors
to all sites, and to a great extent they're succeeding. Google
analytics tracking code is on most websites where I look at
the webpage source code. Webmasters simply can't be bothered
to figure out how to run their own sites and read their own
logs. Instead they let Google spy on their visitors in exchange
for getting part of the tracking data. The laziness is breathtaking.
And the Googlites know how to exploit it.

It's amazing to me how many people actually have Google
as their home page, or will go to Google to enter a URL. These
are perfectly normal, intelligent people. The concept of a URL
is not complex. Yet over and over when I tell people to go to
somewhere.com, they'll go to Google and type in somewhere.com!
Even when I try to explain the wasted step they don't get it.
As far as I can tell these people feel mildly tech-phobic and
want simplified rules. Their rule for the Internet boils down to
something like: "Google goes where I'm trying to get to."
I guess maybe it's analogous to a little old lady in a movie from
the 30s, who calls the local operator to dial all phone numbers for
her, because she just can't bring herself to actually relate to that
newfangled telephone thingie. :)



| > It's an interesting issue, though. I hadn't noticed that
| >Chrome was being pushed in 3rd-party venues. I do know
| >that Firefox makes nearly all of their $100 million+ per year
| >from Google, in exchange for adding the Google search box.
|
| Do you mean in the upper left corner?
|
I thought it was upper right, but maybe it's left. I haven't
had the search box in either PM or FF for years, so I don't know.
But yes, it's the smaller text box next to the Address Bar. I
think now Google has got Mozilla to turn the Address Bar itself into
search, so they can essentially spy on you as you type addresses.
You don't even need to enter anything in the search box.

| But the user has a choice to use that for google, wikip, yahoo, bing,
| amazon, ebay, and twitter. or to add from this list of other choices:
| https://addons.mozilla.org/en-US/firefox/search/?atype=4 Youtube,
| Duckduckgo, etc.
|
| And they still pay Firefox 100 million+ a year? Sounds like a good deal
| for FF.
|

Actually my numbers are out of date. It's more like $300 million
now:

http://www.pcmag.com/article2/0,2817,2398046,00.asp

I think it started out as $1 per FF download. It's not only a
good deal for FF (Mozilla). It's pretty much their only deal.
They've allowed themselves to be turned into a Google lapdog,
getting used to an absurdly large R&D budget that comes almost
entirely from Google, which now just goes to overproduced bloat,
favors for Google (like the spying Address Bar, removing javascript
settings, removing 3rd-party image blocking settings, etc), and
their manic update cycle. There really isn't any "browser for the
people" anymore.

The link above presents various ideas about Google's strategy,
but I guess most of it is like most advertising: If you cover the
market you win. They can choose Bing, Yahoo, etc, but most
people can't be bothered to understand what they're doing.
They just want to search. So if Google is there, they'll use Google.

Google did the same thing with email. They made sure it was
always a little better than the competition. And they got it
in front of people quickly. They had a "by invitation
only" marketing gimmick, which suckered the "alpha users" who
hang around Silicon Valley and Slashdot. And they gave good
deals to schools/institutions. They've gradually become almost
synonymous with email, in addition to search. Now they're taking
a similar approach with Glass. It amazes me how many people
can be suckered by the "beta - by invitation only" marketing scam.
If P. T. Barnum had thought of that he could have run his circus
without needing entertainments. He could have just made the
first exhibit that famous Egress, and made it by invitation only.
People would enter the building, immediately get in line to get
an "invitation", then leave. I'd guess that no more than one or two
people per day would get out of that line if they were told
the definition of egress. Even more stunning is that probably
no more than one or two per day would realize they'd been
suckered. :)
 
M

micky

| > It's an interesting issue, though. I hadn't noticed that
| >Chrome was being pushed in 3rd-party venues. I do know
| >that Firefox makes nearly all of their $100 million+ per year
| >from Google, in exchange for adding the Google search box.
|
| Do you mean in the upper left corner?
|
I thought it was upper right, but maybe it's left. I haven't

You're very tactful. It is the upper right. I must have been standing
on my head yesterday when I posted. They say that's very good for the
circulation.
had the search box in either PM or FF for years, so I don't know.
But yes, it's the smaller text box next to the Address Bar. I
think now Google has got Mozilla to turn the Address Bar itself into
search,

Yes, I just noticed that recently.
so they can essentially spy on you as you type addresses.
You don't even need to enter anything in the search box.
Hmmm.

| But the user has a choice to use that for google, wikip, yahoo, bing,
| amazon, ebay, and twitter. or to add from this list of other choices:
| https://addons.mozilla.org/en-US/firefox/search/?atype=4 Youtube,
| Duckduckgo, etc.
|
| And they still pay Firefox 100 million+ a year? Sounds like a good deal
| for FF.
|

Actually my numbers are out of date. It's more like $300 million
now:

http://www.pcmag.com/article2/0,2817,2398046,00.asp

I think it started out as $1 per FF download. It's not only a
good deal for FF (Mozilla). It's pretty much their only deal.
They've allowed themselves to be turned into a Google lapdog,
getting used to an absurdly large R&D budget that comes almost
entirely from Google, which now just goes to overproduced bloat,
favors for Google (like the spying Address Bar, removing javascript
settings, removing 3rd-party image blocking settings, etc), and
their manic update cycle. There really isn't any "browser for the
people" anymore.

What do you thnk of Sea Monkey? I've been having so many crashes of FF,
and it's not remembering what tabs were open when it crashes, so I
thought I'd try Sea Monkey, but it turned out to be Mozilla too, with
one or two improvements but other things FF has that are good that
SMonkey still doesn't have.

And why would Mozilla work on two browsers, basically the same, at the
same time?
The link above presents various ideas about Google's strategy,

I will read it after dinner.
but I guess most of it is like most advertising: If you cover the
market you win. They can choose Bing, Yahoo, etc, but most
people can't be bothered to understand what they're doing.
They just want to search. So if Google is there, they'll use Google.

Google did the same thing with email. They made sure it was
always a little better than the competition. And they got it
in front of people quickly. They had a "by invitation
only" marketing gimmick, which suckered the "alpha users" who
hang around Silicon Valley and Slashdot. And they gave good
deals to schools/institutions. They've gradually become almost
synonymous with email,

I didn't know that. I signed up for gmail last month because I thought
I needed another POP mail address, but just as I finished signing up, I
realized I didnt' need it, so I don't use it. Still I hope they don't
cancel me for non-use, in case I need to pretend not to be me.
in addition to search. Now they're taking
a similar approach with Glass. It amazes me how many people
can be suckered by the "beta - by invitation only" marketing scam.

Hmmm

I have no interest in Glass. If I had a job that kept me away from my
work computer a lot, but still required me to know things right away,
I'd carry a netbook or tabletl, but I don't. So I only take the netbook
when occasionally I travel.

Of course I never got an invitation to Glass. If it were totally free,
I would have tried it.
If P. T. Barnum had thought of that he could have run his circus
without needing entertainments. He could have just made the
first exhibit that famous Egress, and made it by invitation only.
People would enter the building, immediately get in line to get
an "invitation", then leave. I'd guess that no more than one or two
people per day would get out of that line if they were told
the definition of egress. Even more stunning is that probably
no more than one or two per day would realize they'd been
suckered. :)

Barnum's exhibition used to be at the corner of Broadway and the street
just south of City Hall Park, in NYC. But the buildings have been
replaced and all there is now is a plaque.
 
M

Mayayana

| You're very tactful. It is the upper right.

:) I don't like to assume I know something for sure,
because I so often don't. Reality is a flimsy thing.

| What do you thnk of Sea Monkey? I've been having so many crashes of FF,
| and it's not remembering what tabs were open when it crashes, so I
| thought I'd try Sea Monkey, but it turned out to be Mozilla too, with
| one or two improvements but other things FF has that are good that
| SMonkey still doesn't have.
|
| And why would Mozilla work on two browsers, basically the same, at the
| same time?
|
Isn't Sea Monkey with email? I've never actually tried it.
I use Pale Moon and FF, so that I can have 2 browsers
configured differently, even though they're basically the
same thing. I used to use K-Meleon, which is a more honest
and simpler version, but that stopped getting updated in 2010.
Recently it got updated to a beta but never got released as
a final new version. It's promising (except for the silly and
ugly logos) but there just doesn't seem to be enough interest
among its programmers to make it work.

I haven't had FF or PM crash in years, but I don't use tabs.
I don't know whether that might affect it. Usually if I get more
than 8 or so browser icons on my Taskbar I start cleaning them
up. I also use accessibility.blockautorefresh = true to stop pages
reloading without asking. I also don't have Flash and rarely allow
script. So I suppose most of the things that could cause problems
are not running on my system. Any browser windows running have
static pages in them. I don't know what typically might cause
crashes, but I would imagine that numerous tabs/windows, with
many of them running some kind of code, might be difficult to
keep stable.
 
M

micky

| You're very tactful. It is the upper right.

:) I don't like to assume I know something for sure,
because I so often don't. Reality is a flimsy thing.

| What do you thnk of Sea Monkey? I've been having so many crashes of FF,
| and it's not remembering what tabs were open when it crashes, so I
| thought I'd try Sea Monkey, but it turned out to be Mozilla too, with
| one or two improvements but other things FF has that are good that
| SMonkey still doesn't have.
|
| And why would Mozilla work on two browsers, basically the same, at the
| same time?
|
Isn't Sea Monkey with email?

I think so but I've never used it for email. I got it to test my first
webpage, but it didn't seem to give the same results that a) the verizon
tester did, b) just calling up the webpage from a file iirc did. So I
gave up, and soon after found that someone else had written the webpage
already and I didnt' have to. (It hadn't been written when I first
thought of it 5 years earlier.)
I've never actually tried it.
I use Pale Moon and FF, so that I can have 2 browsers

Pale Moon? A web broswer? So Mozilla maintains 3 different
webbrowsers?
configured differently, even though they're basically the
same thing. I used to use K-Meleon, which is a more honest
and simpler version, but that stopped getting updated in 2010.
Recently it got updated to a beta but never got released as
a final new version. It's promising (except for the silly and
ugly logos) but there just doesn't seem to be enough interest
among its programmers to make it work.

Because it would be their 4th simultaneous webbrowswer???
I haven't had FF or PM crash in years, but I don't use tabs.
I don't know whether that might affect it. Usually if I get more

Definitely. It's when I use a lot of tabs. Maybe 3 windows with 30
tabs each. FF says there is no limit to the number of tabs and I have
4 gig, or 3 maybe in XP, but it gives a warning when I'm using 1 gig of
memory, and still often crashes when I use less.
than 8 or so browser icons on my Taskbar I start cleaning them
up. I also use accessibility.blockautorefresh = true to stop pages
reloading without asking. I also don't have Flash and rarely allow
script. So I suppose most of the things that could cause problems
are not running on my system. Any browser windows running have
static pages in them. I don't know what typically might cause
crashes, but I would imagine that numerous tabs/windows, with
many of them running some kind of code, might be difficult to
keep stable.

When the new version of Flash arrives it suggests the user cancel his
"Don't ask me whether to stop this script (or ????)" on the theory bugs
have been fixed and you can run the script at will (although saying yes
only stops it after 45 seconds) ) and the last time I took them up on
it. This was followed by a flurry of 15 or more such messages, Script
not stopping, Continue or Stop it. So they didnt' fix the ones I am
made to use.
 
M

Mayayana

| > I've never actually tried it.
| >I use Pale Moon and FF, so that I can have 2 browsers
|
| Pale Moon? A web broswer? So Mozilla maintains 3 different
| webbrowsers?
|

The code is open source. Various people decide they
want to make a different version from that code, as with
Linux.

Pale Moon is not an ambitious project. It's exactly
Firefox, but with a lot of things removed that most people
don't need: parental controls, accessibility, etc. That makes
it faster and lighter.

K-Meleon is quite different, in many little ways. They
have some of their own about:config entries, for instance.
The method to customize the activity indicator is different...
A lot of it is done from scratch.
My sense is that K-M was meant to be what Firefox was
originally meant to be: A basic, honest browser designed
for the people who use it rather than for corporate interests.
But actually I don't know the story behind either PM or
K-M.

So they're all gecko-based browsers, and PM is basically
FF, but they're not all produced by the Mozilla Foundation.

I went looking to find the latest news in browsers recently.
There are lots of variations, but little to inspire. Aside from
specialty items like "social browsers", pretty much anything
usable is based on IE, Gecko (FF, PM), or Apple's WebKit
(Safari, Chrome and I think Opera). Opera once had their own
"rendering engine" and sold a decent browser, but people
weren't paying. Then they went to an ad-supported approach,
which didn't make much sense. Their main selling point was
that they had a solid, honest product. With that gone, and with
no webpages optimized for Opera rendering, they were just
an extra browser producer.

IE has become a niche browser, partly due to Microsoft trying to
use it to force Windows upgrades. I think their latest version
(IE 11) only runs on Win7/8. I'm not even certain about Win7.
I stopped testing webpages in anything beyond IE8. And of
course there are the security issues with IE, and the notably
user-unfriendly settings that are designed to allow IT departments
to control the browser. IE is made for corporate employee use.

Chrome is Google and Safari is Apple. I wouldn't touch anything
by either of those companies, personally, and there's nothing I
know of to recommend WebKit over Gecko. So that pretty much
leaves FF and PM -- and I guess Sea Monkey -- as the lesser of
the evils.

| >configured differently, even though they're basically the
| >same thing. I used to use K-Meleon, which is a more honest
| >and simpler version, but that stopped getting updated in 2010.
| >Recently it got updated to a beta but never got released as
| >a final new version. It's promising (except for the silly and
| >ugly logos) but there just doesn't seem to be enough interest
| >among its programmers to make it work.
|
 
Top