Monday, February 1, 2010

New Firefox makes browser war a fair fight

If you regularly read this space, you'll notice how the Google Chrome Web browser kind of grew on me, and after my initial reservations I've come to love it. Something about its speed.

But now Firefox, with its new 3.6 version, has seen enough improvements to almost make it a fair fight.

Some of the benchmark tests comparing the two intrigued me. When you figure in that impossible stability+speed combination, reviewers are calling them almost neck and neck.

Now, we don't do that benchmark stuff around here. I don't have time to mess with all that, and I'd rather put a piece of software through its paces. I'd rather max it out, try to break it, and take note of my findings. I'm not smart enough or geeky enough to plug the whole thing to an oscilloscope or whatever it is those propellerheads do.

So, take any speed or stability tests I run with a grain of salt -- or maybe even the whole shaker. Whatever test results I get depend on what mood I'm in at the time, and what I'm trying to do with the software. But I will try to max it out.

I'm one of those computer users who runs underpowered equipment (scary to think my netbook is the most muscular computer I have) and overclocks it like crazy. And to do the things I want to do, I go for lightweight, faster programs when I can. Even my usual graphical interface -- Fluxbox -- is really little more than a plain background, taskbar, and menus that I write myself from text files. That's why I was so eager to get my Chrome on, because of its simple and fast interface.

Being the experimenter that I am, after reading some of the reports I had to download Firefox 3.6. I've always liked the 'fox, used it even in its beta days when it was called Firebird (or was it Phoenix?), and kept going back to it after trying other browsers. But I knew 3.6 would really have to show me something to dislodge Chrome from the front line.

But I'm pleasantly surprised. I'm not sure what the developer did, but it's a whole lot quicker than Firefox used to be. It's not quite in the Chrome league, but this new version might be as fast as Opera.
From what I've noticed, Web pages don't seem to get lost in that nether world that's probably populated by everyone's stray socks.
Lifehacker recently ran some tests of some of the favorite browsers available, with several versions of Chrome, Firefox, and Opera, and Safari. Sorry, Internet Explorer wasn't in these tests, which takes away a lot of comic relief. That would have been like bringing a duck to a cockfight.
  • Boot-up and warm loading; Winner: Opera - No surprises; Opera always was a fast loader.
  • Tab Loading; Winner: Chrome Stable - I use version 4.0.249.30 for Linux, which is in beta but built from the stable version. And there's no dispute there; it's the fastest "name" browser I've seen in a while.
  • JavaScript; Winner: Opera 10.5 Pre-Alpha.
  • DOM/CSS; Winner: Chrome Developmental version.
  • Memory use, no extensions; Winner: Firefox 3.6 - This is a surprise, and certainly worth my attention.
  • Memory use with extensions; Winner: Firefox 3.6 - An even bigger surprise here. Firefox has always been fairly quick until I start loading in my extensions. Then my browsing experience was like watching paint dry. If this test holds up in real life, then Firefox just made up for a lot of lost ground in the browser battle.
  • Overall winners, in order: Google Chrome Developmental, Google Chrome Stable, Firefox 3.6, Firefox 3.5.4: Opera 10.5 Pre-Alpha, Opera 10.01, Safari 4.0.4.
Will this new Firefox become my prime browser?
It's hard to say. I've always liked how you could add extensions to Firefox, but Chrome is starting to head in that modular direction too. And I like the independent tabs in Chrome; if one Web page gets stuck you only need to close that tab rather than shut down the whole browser. In Chrome I haven't run into the memory problems I used to encounter with Firefox. There's a lot to be said for both browsers.
Besides, it's still too early in my test flight for me to render a decision. I haven't broken Firefox yet. Or Chrome. Ask me then.
But if speed and memory use are your needs, it looks like this may finally be a fair fight.
###

Wednesday, January 13, 2010

Got my Chrome on -- finally!

After a whole bunch of testing, tweaking, and head-banging, Google Chrome is now working on my Linux box.

At issue was an nss file; I'm not real sure what it does, but it makes Chrome work. That's all I need to know.

I couldn't find it on any of my Vector Linux repositories, so I had to do some serious Web searching to dig it up. But it's there, on a web site called slackfind.net -- of course, it is now bookmarked in my system.


Keep in mind, this is for a Slackware version of Linux, specifically Vector Linux, which is the one I use. It's in .tgz format, for me a breeze to install.

And Chrome is as fast as I knew it would be.

Firefox? What's Firefox?

###

Wednesday, January 6, 2010

Chrome becomes headache on Linux box




I'll admit it. I had my early misgivings about the Google Chrome browser when it was first coming out. Like, what's Google doing in the software business?

But after using Chrome a few times on Windows systems, it sort of grew on me. It's one fast browser, maybe even faster than Opera. It's less likely to blow up in memory like Firefox. I have a Portable Apps version that I use on borrowed Windows machines, though it doesn't seem to save my bookmarks.

On my Linux box, I'm always experimenting with browsers. I have Firefox, Seamonkey (which is built off the old Mozilla code), Dillo, Lynx, and Opera available to browse the Web, and I use them all. For the past few months Opera has been my go-to, and even that feels poky next to Chrome.

So I put myself on the Chrome mailing list, waiting for the Linux version to come out. A few weeks ago, the first version for MacIntosh and Linux was released, with all the warts.

Now, understand, this version is in beta. Which means it may or may not work. That's what happens when you go for such bleeding-edge software. You're volunteering your services as a crash-test dummy.

So far, only binaries of Chrome seem to be available in Linux; I haven't seen any source-code bundles just yet. I use Vector Linux, which runs with .tlz and .tgz binary packages, but I like to compile my programs from source. Best I was able to do was to download the .rpm binary (which Red Hat and Fedora use), and convert it over to .tgz. Here's what I did, from the root shell:

root:# cd /home/eric
root:# rpm2tgz google-chrome-beta_current_i386.rpm


From there, I was able to install it directly into my system. I was ready to go. I had my seatbelt buckled and my Tony Stewart racing gear on, 'cause this was going to be one fast browser.

A problem, though. I could only go so far; the sandbox (a security tool) wasn't configured right. My command shell told me what to do, so after a few days of deliberation I went ahead with the fix. Here's how, again from a root shell:

root:# su /opt/google/chrome
root:# chown root chrome-sandbox

root:# chmod 4755 chrome-sandbox


Then fired Chrome up from the command shell -- success, for a minute.

As it stands now, I can work Chrome all day, as long as I don't use it to go online. That's when it quits.

Seriously. Here's what I get in the command shell:

eric:$ google-chrome
[7241:7253:703254262:ERROR:/usr/local/google/home/chrome-eng/b/slave/chrome-official-linux/build/src/base/nss_init.cc(89)] Error initializing NSS with a persistent database (sql:/home/eric/.pki/nssdb): NSS error code -8174 Assertion failure: lock != NULL, at ../../../../pr/src/pthreads/ptsynch.c:205 Aborted

In non-technical language, that means it crapped out. Back to the drawing board.

Might need to download the next version, maybe attack one of the nightly builds. And if anyone has any ideas of their own, I'm willing to try them. But despite my early misgivings I see Chrome in my future, and I'm not talking about a chrome dome here.

I'm gonna keep trying, because I'm stubborn and enjoy fooling with software when it's in beta. Face it. I make a good crash test dummy.

###

(You tell me: How about the rest of y'all Linux users? Have you had any better luck than me? Use the comments section below.)

Wednesday, December 23, 2009

Single-tasking rules with new text editors

Maybe it's a longing for a simpler time, or the realization that your computer is loaded with distractions, but lately I've been seeing lot of text-editing programs designed to narrow your focus.

Multitasking is out now. Welcome to the wonderful world of single-tasking.  

I've been reading about the Darkroom program for Windows, and Writeroom for the Mac. Then there's WriteMonkey and PyRoom, two other programs that do absolutely nothing but give you a background to type your words on. Almost nothing to play with on any of these programs.

The big question here is, what fun is that? It's not like you can adjust your margins, change fonts, or add fancy graphics here. Your screen looks absolutely barren; even the desktop icons and Freecell game are blanked out.

I use PyRoom (which is pictured here), a text tool that shows you nothing but a green box on a black screen. My text shows up in green in that box. No formatting, no toolbars, no dancing paper clips -- just the text in a box.

When I wrote for the Fontana Herald-News, we used the old Harris typesetting system, which was ancient even in the late 1980s. PyRoom reminds me of the terminal I typed on back then. The only real difference was that there was a string of commands at the top of the screen, which were for setting the type and meant nothing to me, the writer. I was limited to eight characters for the file name (which we called a "slug" back then.

I was quite productive on these old-school screens because, well, there was nothing else to do but write. I'm easily distracted, so it's probably a good thing I don't have an Internet connection at home or I'd get nothing done.

Much as I've tried to multitask, I always do my better work when I'm going the opposite direction. That means when I write, I write. When I design the page, I design the page. Those two disciplines used to be -- and still should be -- kept separate. That's why I do most of my writing on a plain-vanilla text editor instead of something like OpenOffice or Microsoft Word.

With PyRoom you can set the background to a variety of color schemes, but I stick with the default green-on-black. And I understand with WriteMonkey you can even set the sound to give you the clacking of a typewriter; how cool is that? Other than that, your commands are pretty minimal with these programs. Here's the help file with PyRoom:

---------
Control-H: Show help in a new buffer
Control-I: Show buffer information
Control-P: Shows Preferences dialog
Control-N: Create a new buffer
Control-O: Open a file in a new buffer
Control-Q: Quit
Control-S: Save current buffer
Control-Shift-S: Save current buffer as
Control-W: Close buffer and exit if it was the last buffer
Control-Y: Redo last typing
Control-Z: Undo last typing
Control-Page Up: Switch to previous buffer
Control-Page Down: Switch to next buffer
---------


While Darkroom is a Windows program and Writeroom is ported to the MacIntosh, PyRoom has no real preference. It's written in the Python programming language, so it should work with all operating systems. It's also free. 

I wasn't sure I'd like using such a stark text editor, but the more I use it the more I like it. And I get a lot more done when I'm using it.

###


Monday, December 14, 2009

Can't go outdoors? See weather virtually




You know about those frequent computer users, be they writers, gamers, cubicle residents, and programmers. They spend hours squinting at an LCD screen to the exclusion of everything else. For some, computers have become a handy alternative to real life.

If you have to go to a weather site to find out if it's raining outside, then you're just the person I'm talking to.

I read this piece in FilePlaza about YoWindow, a program that makes it unnecessary to even go outside. Seriously. According to the article, it brings the outdoors inside.

From FilePlaza:

... a beautiful landscape changes over time, reflecting the actual weather. It's like watching the weather out your window. Watch the weather with pleasure!

Ugh, no thanks.

Admittedly, I spend a lot more time at the computer than a grown man should. But my favorite at-home workstation is out on the front stoop, with the laptop and a cup of coffee. If the weather is rough I'll sit in a chair by the propped-open front door. My favorite online place is a college campus nearby, outdoors, where there's plenty of scenery (yeah, that kind, too).

I guess YoWindow would have a special value to the office worker who is chained to his cubicle. I've never had one of those jobs, and I'd rather have a battery acid enema than work under those conditions. Even when I worked in newsrooms, I took every excuse to go outside and hunt up my stories in person.

So, if you're one of those folks who is indoors all the time and has a skin pallor that you can only get when raising mushrooms, you might want to take a look at YoWindow.

Or, better yet, find an excuse to go outside and enjoy the real deal.

###

Saturday, December 12, 2009

An old scam takes a new homegrown tack

You've probably seen this scenario in your email box a few times. Someone has lots of money they can't get to, and wants your help in securing it. Just send a reply, and that'll start the wheels turning. 

But these can be sniffed out a mile away. They're usually from someone in Nigeria, or some other third-world country.

I received another one of these scam notes in my email, with a different angle to it. Instead of someone claiming royal blood in some country most people can't find on a map, this one looks all-American. Like, from a U.S. serviceman:

"I am Capt. Bruce Evan Roberts, with the US Navy Joint Special Operations,USS COLORADO around Gulf of Aden, I have $9Million US Dollars in my possession,which was seized/confiscated from somalia pirates between Yemen and Somalia Waters in Gulf of Aden, we want to move the funds out of the USS COLORADO around Gulf of Aden to a secure location to enable you assist us in investing it in a profit oriented business."

And here's the pitch:

"I need someone I can trust to actualize this venture, you will receive this funds through a secured US Military Delivery Freight duly authorized/legalize by Middle East Regional Command. The funds would be kept for us safely by you until I am discharge of my duties here in the USS COLORADO around Gulf of Aden by January 2010. Do respond back to me indicating your response so I can further discussions with you on the safe movement of the funds out of here and how much commission you shall be entitled to from the $9Million. Please do respond to my personal e-mail: brucerobertss@hotmail.co.uk ..."

A couple of obvious red flags. The letter did not come from his personal email box, but from mr.frankies@att.net -- and it's sent to "undisclosed recipients." Even inspecting the source HTML code of the letter doesn't provide any more information than that.

And then, the gist of the letter was enough of a warning. My personal bullscat detector, well, the needle was buried in the red.

Hey, uh, Captain Bruce, baby (if that's who you are). I'd like to extend the same advice I once offered in an online forum after someone responded to my opinions by flaming my shorts off: You just might want to check to see if your identity has been stolen lately. Some jerkface is using your name.

As for y'all email recipients, it goes like this. Despite the American-as-pizza-pie, score-one-for-our-country trappings in the letter, treat it the same as when some Nigerian gazillionaire or Moroccan princess or Venezuelan dictator offers a share in the booty via email. To wit:

See that key on the upper right of your keyboard, the one marked DEL over there? Yeah, that one. It's made for emails like that. Use it with extreme prejudice.

Supporting our troops doesn't include falling into some scam that's using the name of one of our servicemen.

###


Wednesday, December 9, 2009

Facebook security issues? It's the ducky's fault

Gee everybody's so friendly on Facebook ... probably too much so.

Two Facebook users, Daisy Felettin and Dinette Stonily, sent out friend requests to 100 Facebookers each, chosen at randon though concentrating on their own age groups. Between the two of them, 95 people decided to become their friends.

Except Daisy and Dinette don't exist. They were created by the IT firm Sophos to show how easy it is to convince Facebook users to reveal personal information to total strangers.

Daisy (using a photo of a rubber duck as her avatar), is known to Facebook users as a 21-year-old woman, while Dinette Stonily presented "herself" a, a 56-year-old with a photo of two cats as her avatar.

Daisy concentrated on younger Facebook users, and came away with 46 new friends. Of these 46, she got full birthdates from 89 percent of them, family/friend data from 46 percent, a town or suburb from 50 percent, a full address from four percent, and a phone number from seven percent.

Older Facebook users, when dealing with Dinette, were also quick to become friends. Of the 100 approached, 41 became friends -- but another eight approached Dinette of their own accord and befriended the cat-loving phantom. And of the 49 new friends, Dinette got full birthdates from 57 percent of them, family/friend data from 31 percent, a town or suburb from 43 percent, a full address from six percent, and a phone number from 23 percent.

Check out their names again. They're based on anagrams for "false identity" and "stolen identity."

Ugh. There are a lot of people who shouldn't be running computers.

At Sophos, they call this experiment the “rubber duck attack.” There's a purpose behind the goofy moniker, as it shows how you can gather someone’s personal info without any technical expertise, simply by working within the social network’s rules.

I can't stand Facebook. I'd rather not waste my time with it. I was ready to shut down my account when some friends -- real friends, as in people I know and like -- started contacting me there. For many of these friends, that's the online way to keep up with one another.

OK. It goes like this. Not everyone who says he wants to be your friend is really your friend. Got it? You wouldn't invite some random person into your living room just because he says he wants to "friend" you, as they say in Facebook. But then y'all already knew that.

Here's something revealing: The 46 people befriended by Daisy have an average of 220 Facebook friends, while Dinette's 49 new pals have an average of 932 Facebook friends.

I'm tired of belaboring this point: Nobody has that many friends. 

Sophos (the duck people) offer their own social-networking security tips:

  • Don't blindly accept friends. Treat a friend as the dictionary does, namely "someone whom you know, like and trust." A friend is not merely a button you click on. You don't need, and can't realistically claim to have, 932 true friends.
  • Learn the privacy system of any social networking site you join. Use restrictive settings by default. You can open up to true friends later. Don't give away too much too soon. 
  • Assume that everything you reveal on a social networking site will be visible on the internet for ever. Once it has been searched, and indexed, and cached, it may later turn up on-line no matter what steps you take to delete it.

And watch out for potential friends bearing rubber ducks.

###

About YOU