Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Thursday, June 21, 2012

How Google Started to Become a Problem

I guess I have assumed that almost everybody loves Google, and those who don't are the bad guys.  Microsoft, for example.  Maybe it takes a huge corporation to stand up to another huge corporation.  If so, Google is a champion for those who have disliked various things about how Microsoft got its start, what it did to increase its power, and what it has done with that power.

There comes a point, however, when the good guy turns bad.  Maybe it doesn't have to happen.  But power tends to corrupt.  And even when it doesn't actually corrupt, it tends to create an impression of corruption.  That impression may be able, by itself, to make people more or less as miserable as they would be in case of actual corruption and abuse.

Case in point.  I have been blogging for years, here in Blogger.  I wasn't necessarily eager to see Google acquire Blogger.  But they were welcome to do so, for my purposes, as long as they left me alone.  The deal was that I got to use their free blogging platform to put out various things that I wanted to write, and they got to use my work, my viewers, etc. to make money from advertising and whatnot.

Gifts can make people resentful when they stop.  I would be unhappy with Google if they pulled the plug on my blogging enterprise, even though they're not charging me for it.  I have spent years putting stuff here, linking one post to another and so forth.  It would take a lot of work -- work that I might never do -- if they were suddenly to just shut it down or screw it up.  I would feel that, after all, Google does have competitors, notably WordPress.  If nothing else, I'd sooner be paying for a hosted website than to do all this work and then watch it get messed up.

What's sad is that I have been warned that they are quite capable of doing exactly that.  It has already happened.  Circa 2000, many people were using DejaNews as a convenient gateway to Usenet.  Usenet newsgroups contained tons of free, helpful information on a vast array of subjects -- especially but not only computer-related, like this blog.  Google acquired DejaNews.  Evidently they felt that all that information would interfere with their desire to sell advertising related to webpages.  For whatever reason, they basically destroyed Deja.  That was a shame, for all those people who could have continued to use it to obtain useful information.  And it was irritating to me, because all the things I had put out there, thinking I would always be able to access them, were removed from access as a practical matter, by me and most everyone else.

I was pretty unhappy with Google about that.  That was the first big chink in their claim that they would "do no evil," as their corporate motto ("Don't be evil") has been widely reported.  They had obviously ruined something useful, for purposes of increasing profits.

That stuff would not be coming back to mind now if I weren't having an off day with Google today.  Here I am, working away on my blog, and suddenly it is no longer very functional in Internet Explorer.  I have a nice little desktop arrangement, with various browsers, but now Blogger has suddenly ceased to work properly when I try to post or edit.  Google lets me know that, instead, I should be using its own browser, Chrome, for this purpose.

That part happened several days ago.  So, OK, I have been trying to post in Chrome instead.  But I am finding that Chrome is not yet up to speed for this purpose.  Google was eager enough to move me over to its browser -- the statements and signals have been out there for some time -- but, lo, it develops that Chrome is inserting white backgrounds.  Whole chunks of my post are whited out.  Why?  I don't know.  Probably they don't know either.  I am having to go in and manually remove whiteing that I didn't put there.  Why not just leave me alone, free to work on my blog in Internet Explorer, until Chrome gets its act together?

That seemed like a fair question, so I tried to present it to Google.  Problem is, their "Contact Us" webpage is a lie.  You cannot contact them through their webpage.  Or at least I cannot.  I tried today.  I tried once before, with a problem so obvious and banal that it pained me to have to bring it to their attention.  In that case, I gave up and wrote them a letter.  It seemed ironic, and yet telling, that I had to use the U.S. Post Office to communicate a simple thought to one of the world's largest software corporations.

Like most people, I don't like being lied to.  If you're not going to let me contact you, don't give me a "Contact Us" webpage.  Call it "FAQs" or whatever.  It's great that you can hire the best and the brightest, but that can backfire:  you can create the impression that you think you're too good for the rest of us.  It wouldn't be terribly smart to generate unnecessary resentment, would it?

It had never occurred to me, until today, to search for something that I have now searched for and found.  Yes, as it turns out, there does exist something called IHateGoogle.org.  I'm not really sure what it's about.  I'm not resentful enough to dig into it.  But, Google, keep it up:  maybe someday I will be.  You seem to be making a good start at it:  today you tell me that as many as 1.4 million webpages convey that sort of feeling toward you and your actions.

Obviously, I am not the only person who has attempted to communicate with Google along these lines.  People rarely get resentful when they feel they are being respected.  If Google cannot make its own programs work together -- Chrome and Blogger, in this case -- it is welcome to keep them in beta.  But forcing me to use them when I don't want to:  at this point, that is a problem.  Not just a software problem.  As presented in this post, it is an indication of larger and more worrisome things.

Monday, May 7, 2012

Blocking Unwanted Websites from Google Searches

I had been using the Optimize Google add-on in Firefox, and the Search Engine Blacklist extension in Chrome, to keep unwanted websites from clogging up my searches.  I especially like the approach of Optimize Google:  it would still show the sites that I was blocking, but they would be greyed-out.  This made it easier to keep an eye on what I was blocking.  I didn't want to be accidentally preventing myself from seeing good sites.

Unfortunately -- in Firefox 8 and 10, as distinct from Firefox 3 -- OptimizeGoogle was messing up my Google search tools.  I noticed it particularly in my ability to select a date range for a search.  Meanwhile, in Chrome, I eventually found that Google offered an option to Manage Blocked Sites -- but in that option, as in Search Engine Blacklist, I had to enter each website manually, rather than just pasting in a list from a file, as Optimize Google would let me do.  Even if these extensions had worked perfectly and easily, they still didn't help with other browsers (e.g., Internet Explorer, Opera).

I found a Computrick webpage that told me I could block out websites for all browsers in one move.  The recommended approach was to open the Hosts file in C:\Windows\System32\drivers\etc. (elsewhere in earlier versions of Windows).  (It would apparently take administrator privileges to modify that file.)  The modification was to add lines like this to the end of that Hosts file:

127.0.0.1 localhost
127.0.0.1 www.badsite.com
127.0.0.1 badsite.com
In other words, each line would begin with "127.0.0.1" followed by at least one space, and then the brief URL of the unwanted website.  As that example shows, I was supposed to enter the site's URL both with and without the "www" prefix.  The first line, 127.0.0.1, was apparently required to make the process work.  It was already there in Hosts, but it was commented out (i.e., its line was prefixed with a # symbol, making it nonoperational).  So I removed the # symbol before that line to make it work, and likewise for the next line, the last one that was already there when I first opened Hosts:  ::1.

I still had the list of sites that I tended to paste into Optimize Google's filter list.  I pasted that list into Excel, worked up formulas to produce the two versions suggested above (i.e., with and without the "www"), pasted those into Hosts, and saved it.  As soon as I did that, Microsoft Security Essentials (my antivirus program) popped up a message warning of a potential security threat.  I told it to Allow this instance.

I had decided to look into this website-blocking issue because I had just done a Google search that was plagued by sites I did not want to see.  I suspected that some of them were probably on that long list of unwanted sites that I had developed.  So now I hit F5 to refresh that search.  It didn't look like anything had changed.  I was looking particularly at one website that I knew I didn't want to see in my search results.  I made a point of adding it to Hosts, and I saved Hosts again.  Then I hit F5 to refresh the webpage again.  The unwanted site was still listed.

Further investigation led to an MVPS.org post that said Hosts was loaded at startup.  So apparently I would have to reboot the system for it to take effect.  This would be another drawback in comparison against a tool like Optimize Google, which could be fine-tuned on the fly to keep removing unwanted sites until my search results would be as pure as the driven snow.  OptimizeGoogle would also let me designate subparts of a website (e.g., www.GoodSite.org/CrappyDownloads).

I was thinking it would be great if someone had cooked up a list of suspicious or unwanted websites.  Presto!  Ask, and it shall be given unto you.  Someonewhocares posted a truly monumental Hosts file, free for the copying.  I was pretty sure that, if I pasted their Hosts file into mine, I would not be troubled by contacts from anyone anymore.  I was intrigued, but I decided that I would work into this thing more gradually, starting with my modest list of a hundred or so sites that I wanted to block.

While browsing this subject, I came across a long discussion that looked like it would have been interesting, if I had been interested.  One topic that did have potential had to do with sites like ad.doubleclick.net.  It sounded like my browsing might speed up if sites like that were not bogging down my system.  I went back to the Someonewhocares.org webpage and searched for ad.doubleclick.  They did have a few lines for websites like that.  But their comments indicated that blocking those sorts of ad sites could mess up some retailers' websites (e.g., Sears) and also Google itself.  I decided not to proceed further with that issue at this point.

I saved my newly revised Hosts file.  I also saved a copy of it to another drive, to be protected in case I had to reinstall Windows for some reason.  When I rebooted, I took another look at that most recent Google search.  No effect:  the unwanted sites were still there.  That was in Opera.  I tried the same search in Firefox, Internet Explorer, and Chrome.  Same result:  nothing had been filtered.  I looked again at C:\Windows\System32\drivers\etc\hosts.  It was still there, and it still contained the list of unwanted websites.

That was as far as I got with this project at this point.

Tuesday, March 29, 2011

Google Search: Freeware: Get Rid of Unwanted Sites

I was using Google to search for freeware.  My search produced a bunch of websites that did not give me what I wanted.  This post briefly describes some steps I took to get better search results.

First, I modified my search to eliminate some sites that were giving me a combination of freeware and shareware.  For purposes of this particular search, I figured that any freeware of good quality would have been noticed and commented on by a number of people.  People selling software had a number of strategies to obscure the fact that they were not offering freeware.  Not to blame them -- they worked hard on their software, and they wanted to make some money for it -- but what I was searching for wasn't important enough to buy.  If there was a freeware solution, great; if not, I'd just skip it.  So the modified search I used was this (assuming I was searching for software related to "mouse" and "cursor"):

mouse cursor freeware -shareware -"free download" -"free trial" -"free to try"
This got through one set of unwanted results, but I wasn't done.  Now I was getting a bunch of websites that offered all kinds of freeware, but none providing what I was looking for specifically.  They just seemed to put up any freeware that seemed remotely related, and that wasn't helping me.  I was doing this search in Firefox, and I knew of two ways to get rid of these sorts of sites in Firefox.  (There probably were similar solutions in Google Chrome, but I didn't check.)  One approach was to install the Web of Trust (WOT) add-on, and look for its colored rings next to the search results.  These, I had found, were helpful but sometimes alarmist. 

Another approach, which I used in conjunction with WOT, was to install the OptimizeGoogle add-on, and start to build up its list of list of filters.  The steps here were, first, to install the add-on, and then, in Firefox, go into Tools > Add-ons > Extensions tab > OptimizeGoogle > Options > Filter.  My list of filters was still growing, but at this point the list was as follows:
http://*.recipester.org/*
http://*.neevia.com/*
http://*.headkeys.com/*
http://headkeys.com/*
http://*.all-freeware.com/*
http://*.softducks.com/*
http://*.topshareware.com/*
http://*.top4download.com/*
http://*.xentrik.com/*
http://*.fileguru.com/*
http://*.software.informer.com/*
http://*.filebuzz.com/*
http://*.bestfreewaredownload.com/*
http://*.windows7download.com/*
http://*.freedownloadscenter.com/*
http://*.winsite.com/*
http://*.easyfreeware.com/*
http://*.brothersoft.com/*
http://*.filetransit.com/*
http://*.macshareware.com/*
http://*.fileheap.com/*
http://*.informer.com/*
http://mac.download3000.com/*
http://*.mac360.com/*
http://*.freemacware.com/*
http://www.downv.com/Mac-software-download/*
http://*.downloadatoz.com/*
http://*.ptf.com/*
I saved that list (Export from the filter list) for when I would have to reinstall Firefox.  With this list in place, Google searches in Firefox that found any of these websites would now give me a small, greyed-out line to let me know that my results were being filtered, but would focus on the remaining sites.  This, I found, reduced distraction and saved time in other searches.

Sunday, January 16, 2011

Google Chrome: Recommended Extensions

Herewith a first stab at a list of useful Google Chrome extensions.  I browsed through the first hundred of the most popular extensions.  These were the ones that seemed most useful and best rated for my purposes.  I was not sure whether they replicated everything I could get in Firefox.  But Firefox had become terribly slow.  Hopefully Chrome would not.

A fast way to install these items would be to install Snap Links Lite into Chrome, and then use it to mark the rest and open them all at once in separate tabs.