September 7th, 2010

The Importance of Balance0

In talking to someone recently, I re-discovered something I have always known, but had forgotten.

There is an old saying, “Don’t keep all your eggs in one basket.”

What makes you happy?

For many people, it’s doing a good job.

Focus and passion are great qualities to have.  Drawing a thin line in between those qualities, demonstrated at the office, and workaholism can be a tough task.

I’ve done it.  I know people that do it now.  I have seen many people do it in the past.

At one point, I was in a different role, a non-IT job.  I was up against several challenges.

No matter how hard I tried, I kept getting feedback from my supervisors that I was not performing as well as I could.  My answer?  Pour more effort and time, passion and focus into my job.

I went from working 45 hours a week to 60.

I felt as if I was improving.  I was getting positive feedback from my co-workers.  I felt successful.

A few months later, I had my evaluation.  I walked into the meeting with a positive attitude and a smile.

Ironically, my supervisor informed me that he had not observed the same amount of improvement as for which I felt I was due credit.

This was a shock to me.  Luckily, I had documented my co-workers’ feedback.  I showed it to him.  I showed him other accomplishments which I had documented.

He seemed only slightly subdued, and insisted that I had a great deal of room for improvement.

I did not feel as if I was getting a fair shake.  You can credit it to office politics, or lack of being politically correct, however you want to categorize it.

I got my full raise that year, probably due to my argument and documentation on my performance.

In subsequent months after that, I slowly perceived myself as slacking off.  I dropped back to 40 hours a week.  I spent about two thirds less time studying and reading.  I developed a lackadaisical attitude.

I started spending more time on other items.  I increased my exercise regimen.  I made it a point to get out and socialize.  I began to read more for enjoyment.  I spent time on projects around the house, and assisting friends and family with projects.

When I walked into the next eval meeting, I did not have very high expectations.  I had suspicions that my lack of focus and passion would show up on my eval.

I was completely shocked.  My supervisor gave me outstanding marks and complimented me on improving in several areas.

I was not sure if I had somehow subliminally communicated my relaxed disposition, or if it was some sort of office political stunt.

Looking back, I know more about what actually happened.

To make a long story short, there was office politics and some predisposition going on, constantly.

In the first instance, I managed to convey a disposition of being uptight and a workaholic.

In the second instance, I conveyed a different disposition.  A different frame.

Frames are a whole conversation in themselves, for a later time.

What I learned was, that you have to keep a separation between work and home.  Unless you have an emergency, leave work at work.  If you have to bring work home, put limitations and boundaries on your work at home..

As physical, mental and spiritual beings, we all have needs.

We all can stretch and push ourselves to the limits, but no one is superhuman.

Make sure you challenge yourself and keep a life outside of work.

Without referring to your job, answer the following questions:

  • What makes you happy?
  • What makes you feel challenged?
  • What accomplishments would you like to make?
  • What places would you like to visit?
  • What experiences would you like to have?
  • Where do you see yourself in five years?

Cool Drinks Fast0


You may have seen this on Mythbusters, but here’s a reminder to use it.

Freedom of Choice0

I came across an article talking about the downside(s) of Linux.

Let me begin by saying, I think everyone is entitled to their opinion. Freedom is what makes this country great.  Freedom to choose.  Freedom not to choose.  Freedom to make a different choice.

Freedom is also what I think makes Linux great.

I won’t concentrate on rebutting the article. I will talk about why I choose Linux.

Initially, I wanted a choice in an OS that would allow me power and function.  I want programmability, automation and stability. I want the ability to choose the components in my OS that I want, as many or as few as I choose.  I want to bulk it up, if I have the hardware, or trim it down to simple function if I don’t.

The difference is, I get the choice of using a bloated or lean OS.

I want to have control over my desktop.  If I want a different window manager, I want to be able to choose it.

While I learn more about Linux, I learn more about other OSes, due to the interaction between the different ones.

Basic command functions are powerful and lend themselves to understanding more about *nix command sets.  Linux is a Unix-like OS.  That does not necessarily mean that all the commands are portable between all *nixes.

The security models are similar and offer stability. I read snippets of articles that sometimes say, “Linux has many vulnerabilities.”  That may or may not be true.

What I can tell you is, I have spent two out of the last three weekends repairing virus damage on two different machines.  I have been running Linux for several years, now.  I have never had to spend time cleaning crapware, viruses, malware or junk off of a Linux machine. (Or a Mac.)

For every piece of software on Windows, given time and a chance to mature, I believe there is or will be a competing choice in open source and Linux.

The truth is, every OS has a cost of ownership.  With Windows, it’s the time spent in PM + the cost of the OS + the cost of the applications + research time.  Those costs never seem to diminish for me.

In Linux, it’s the time to configure the OS + research time.  For me, it diminishes each time I install an application or configure the OS.  Once I learn it, I always have it.

The install time?  With Windows, it’s usually an hour and a half.  That’s if I have the drivers and the install goes smoothly.  For Linux, it’s usually 30-45 minutes tops.

I hear people say all the time, “I use Windows because it is easier.”

My guess is, if you ask them how they feel about Windows while starring at a frozen or Blue Screen, their opinon will change at that particular instant.

Those same people take their machine to someone to get it fixed, or remove junk from the machine. My experience has been, part of the cost of ownership is in the maintenance and cleaning.  Sooner or later, it has to be done.

Even then, some people have a short memory.

And that’s how it goes in a free society.  Everyone is entitled to run whatever OS they choose or pay for, or if they choose to stare at a Blue Screen and scratch their head, they have that freedom and economy.

And, they have the freedom to forget, as often as they wish.

With my blessing and prayers.

Strength in Windows Utilities From Sysinternals0

For some time, I have been exploring tools to use inside of Windows.

Sometime over the past year or so, Microsoft acquired Sysinternals.

Sysinternals I have come to know in the past in researching rogue processes.  They maintained a list of programs and exe files and information to validate or invalidate the program’s purpose.  It was great to use as a reference in identifying and isolating malware and viruses.

(I am still looking over the Microsoft implementation of Sysinternals to find that page.  I would imagine it is still there, but have yet to find it.)

I was re-introduced to the toolset pstools on Microsoft’s Sysinternals website.

In my opinion, most notably, two of the tools from the suite that seem to have a great deal of potential?

psexec – Executes a process on a remote Windows machine.  There are other ways to accomplish this, but this one looks pretty simple.

pspasswd – Change a user password on a remote Windows machine.  There are paid packages that do this, but this one seems to work pretty well.

The full list of the pstools suite is as follows (copied from the MS site):

  • PsExec – execute processes remotely
  • PsFile – shows files opened remotely
  • PsGetSid – display the SID of a computer or a user
  • PsInfo – list information about a system
  • PsKill – kill processes by name or process ID
  • PsList – list detailed information about processes
  • PsLoggedOn – see who’s logged on locally and via resource sharing (full source is included)
  • PsLogList – dump event log records
  • PsPasswd – changes account passwords
  • PsService – view and control services
  • PsShutdown – shuts down and optionally reboots a computer
  • PsSuspend – suspends processes
  • PsUptime – shows you how long a system has been running since its last reboot (PsUptime’s functionality has been incorporated into PsInfo)

The acquisition of Sysinternals was a good move for Microsoft.  The tools are useful and powerful, and add some good function to Windows.

Download the suite of tools here.

Find Applications Accessing the Internet with Netstat0

If you are running Windows, on occasion, you may want to know exactly what is accessing the web.

Sometimes your machine will slow down, for seemingly no reason.

If you start a command prompt, and type netstat -b , you will get a detailed list of what applications are connecting to websites and port information.

This can be useful for identifying port information for setting up in your router.

It can also be a telling sign of malware or trojans on your machine.

I was working on a friend’s machine, and noticed a connection to what looked like a telecom internet address in Asia.

Checking his email, he received a message from his ISP that his email account had been disabled, due to spam being sent from his account.

Note: The -b option only works in XP. Windows 2000 has netstat, but it’s a simpler implementation.

Man’s Best Friend0



Dag Attacks Shark!Funny bloopers R us

Jerry Seinfeld and Microsoft1

It’s been pasted all over the Tech News lately.

Jerry Seinfeld is the new spokesperson for Microsoft.

The advertisements are slated for release September 4th.

“Windows, not walls” is the campaign slogan.

Not that there’s anything wrong with that.

The campaign is pretty expensive. $300 million.

Surely, this has to be a response to all the negative publicity about Vista, and the “I’m a Mac” ads.

A few weeks back, “The Mojave Experiment” made the news.

Not that there’s anything wrong with that.

My knee-jerk reaction?

It’s a band aid.  The problem is with the overall image, not just the product.  The big picture needs to be fixed.
The overall implication of the campaign is, “Vista’s not that bad.”  It’s defensive and repetitive.  If you spend too much time defending an issue, there’s usually the “Where there’s smoke there’s fire” reaction from the audience.

There are other things that Microsoft could do to avoid the argument, and put a positive spin on the publicity.

The impression that users get when going through extreme gyrations to prove that they own software gives users the impression that someone is assuming that their copy of Microsoft software is pirated, no matter how legitimate the license may be.

If they got rid of Window’s Geniune Advantage, that would do wonders.

Get rid of the Activation hoops users have to jump through, when installing any of their software.

Those two things would improve Microsoft’s image, considerably.

There are certainly other things they could do, as well.

With the ’study’ that came out a couple years ago that said, “It’s too expensive to use OpenOffice because…”, I am surprised that ’someone’ has not published a study of the performance or cost savings of installing Vista in the Enterprise.

Lastly, Microsoft needs to act with clear, unquestionable benevolence.  Their activities need to appear to be encouraging free market and competition.

Acting in such a way as to appear to be working with IT industries and technologies, rather than letting the public perceive them as controlling or manipulating, will improve their image as well.

The ideal for Microsoft to achieve is one in which no one questions their motives in participating in discussions and foundations.

I have always been a fan of Jerry Seinfeld and will watch the ads simply to see what he has to say.  That’s whether it’s a script, or off the cuff.

Not that there’s anything wrong with that.

Superman Franchise to Reboot3

It looks like due to the success of the two newest Batman movies and the lack of success of the newest Superman movie,  Warner Brothers has decided to start over with Superman.

Here is an article with more details.

Both Batman movies were pretty intriguing.  The characters are multi-dimensional and come together to compose something greater than the sum of its parts.

There was definitely a realistic element, and some would say a dark element to the Batman movies.

I think the failure in the Superman attempt was in the tendency to make Superman too simple a character, even though elements were added to the script and plot to complicate the story.

The problem is, there were certain elements that are hard to play out or sequelize.

Where and how do you pick up, where they left off?

To me, it seemed as if the whole production was a house-painting party, and the whole staff wound up painting themselves into a corner in the bathroom.

For several decades, now, Superman and Batman have been characters that kids the world over have been fascinated over, in multiple languages and cultures.

The advantage that I see in the recent Batman productions?

You leave the theater actually believing, “Well, that could happen.”

If they treat the Superman reboot with the same approach, it should make for a great experience.

Google Hacks0


There is some good information here.

Think about from where his search strings originate.

Also, think about the function and operators he uses in Google and how it affects his results.

Make sure you use this information for “white hat” purposes.

I do not condone any other use of these techniques or information.

Portables Coming of Age (Give the People What They Want)0

Lately, it seems as if every time I pull up my news reader, someone is coming out with a new ultra-portable.

The heavyweights in the IT world in software and hardware won’t admit it, but Nick Negraponte started something.

Give the people what they want.

What do they want?

Put simply, affordable options.  Don’t pump the product full of buzz phrases and technology that make the consumers ask, “What good is that?” or “What does that do for me?”

Make it lean and powerful.  Give them their basic functions.

Some of the manufacturers are listening.

An article on Ars Technica talks about Dell and their “eee killer”.

The laptop sports an 8.9 inch screen (1024 X 600 resolution), a 1.6 Intel Atom Processor, solid state drive and 1 GB of RAM.

The starting pricepoint is reported at around $300.

The choice OS?  It’s shipping with Ubuntu Linux. (Hooray!)

The great thing is, the more hardware manufacturers get into the game, the better it is for you and me.

For years, hardware and software vendors (who will remain nameless) have been ‘in cahoots’ controlling the market and pricepoints.

Think about it.  How many times have you gotten the latest hardware, only to learn that it does not have the latest and ‘greatest’ version of a popular Operating System?

Then, you get ready to upgrade the Operating System, and you find out it’s going to cost more money for the software.

So you buy the software.

You get ready to install it, only to find out that the OS won’t install.  You have to add more RAM or a bigger hard drive… or WORSE… a new motherboard and processor.

You might be lucky enough to make it through the install, only to find that the time it takes the OS to boot and login gives you five-o’clock shadow.

Back to the topic at hand.

The evolving market is one in which consumers are learning that they don’t have to have heavy acronyms and slang technologies with quadruple digit price tags in order to access the web and email.

Cleaning VS. Re-installing Windows0

I got stopped again today.

A guy told me his wife had a problem with her laptop.

“Internet Explorer is not working.”

Just two, three or four years ago, an infection in Windows was not as big of a deal.  Your chances of being able to clean the infection were pretty good.

Due to the way that viruses and malware have changed, it is no longer as economical to go through the motions of trying to clean them off.

Most of the time, now, if you manage to remove the problem, you wind up with a system that won’t boot or work quite like it should.

A better, simpler option, is to re-install Windows.

Why?

Cleaning a machine with viruses and malware is a tedious process.  It involves running alternate scans of the OS.  Virus scans, malware scans and root kit scans all take a great deal of time.  You can figure it will take 8 hours, if you are lucky.

Depending on the users and habits, it could take a great deal longer than that.

If your tech works getting paid by the hour, that can add up to $$$ quickly.

If the tech works cheap ($25 to $50 an hour), that will be $200 to $400.

Next, once you find one infection, you can figure there are multiple infections.  For whatever reason, an infection literally invites other infections.

A fresh install will usually cost you $75 to $125.

So, your options are:

1.  Have someone clean the viruses and malware, charged by the hour.  Cost: $300

2.  A fresh install. Cost, usually a flat fee: $125

The pitfall in discussing this with someone non-technical?

The tough part is explaining to them that Internet Explorer not working is simply a symptom.  The problem is much bigger.

For the non-technical, their take is usually, “Why can’t you just fix Internet Explorer, and charge me $10 for that?”

The best analogy that I can think of…

Suppose you drive your car while it is low on oil and the engine gets ruined.

You can put oil in it, at that point, but the damage is done.  No matter how much oil you put in it, now, it is not going to get any better.  As a matter of fact, it will only get worse.

Infections in your Windows OS are much like an engine with a rod thrown.  The only real way to fix it, is to install a new engine, or a new OS.

When you tell the technician, “Just fix Internet Explorer,” that’s like telling your mechanic, “Just fix it the best you can.  But only open the hood about six inches.”

Luckily, installing a new copy of Windows or any other OS is much less physical than installing a car engine.

Thank God!

In the end, the tech will be happier and you will be happier with a fresh install of Windows.

The other caveat?

When you tell the tech to retrieve and save all of your photos, documents and files.  Having to search through the drive and find all of your items is also a time consumer.

Most techs will tell you to copy your files off, so they do not have to worry about pulling them off.

All the copying, re-copying, saving, disk-burning, etc. is going to eat at the money meter.

If you are lucky, such a task will cost you $100 to $200 extra, depending on the rate and the tech.

An Internet Sandbox0

Working on a laptop the past few days, I have been slowly figuring out how to get through the problems with this machine.

An interesting note.  Working on one small issue with Windows XP, I was trying to replace wsock32.dll with a fresh copy from the XP install CD.

I noticed that when I renamed wsock32.dll, another copy of it mysteriously appeared.

Definitely a sign of something nasty.

I did a complete re-install of the OS.

When I had a longer discussion with the user, it turns out that she was visiting myspace quite frequently, along with several other (security) questionable websites.

To avoid this trap again, I installed both Firefox 3 and VirtualBox.

Once I had VirtualBox up and running, I created a virtual machine with Ubuntu 8.04 (Hardy Heron).

Sun Microsystems recently acquired VirtualBox.  I noticed that the boot sequence in VirtualBox now displays the Sun logo.

My thoughts behind installing Ubuntu in a virtual machine?

The user can visit any website, and VirtualBox and Ubuntu will provide a security layer in between Windows XP and the website.

The Linux security model will provide a means to stop any malicious activity, as a result of any internet activity.

I instructed her to use Internet Explorer only when necessary.  I told her to try to use the VM, if it did not work, then use Firefox.

VirtualBox is free for personal use, but be sure to read the PUEL license.

Backup Reminder0

Getting a call from a friend of mine, I have been working on a laptop for the past two days.

I scanned the drive to find nothing.  I ran malware and virus scans, still nothing.

It reminds me of the importance of backing up.

Whether you use an online service, or you have an external drive and do it yourself, you need to make sure that you have a complete backup of your important files.

You can use System Restore in Windows.  The downside is, if the operating system won’t boot, you can’t get to your Restore Point.

If you use an external drive, it’s great for small disasters.  The drawback is, if your living quarters are destroyed, you may lose your backup, too.

An online service like Carbonite is a great solution.  If anything happens to your hardware or your living quarters, you have a copy of your data offsite.

The best scenario is to use a combination of at least two of these.  If you are on Windows, you can use all three.  Redundancy is a good thing.

Also, remember to keep your virus and malware software up to date.  It can become easy to let it expire and become useless.

With all of the nasty items in the wild, these days, it’s become VERY EASY to get something that will render your Windows system un-bootable.

If you don’t have virus software, there are plenty of free scanners out there to help keep you clean.

Keep in mind, even the best protection can have vulnerabilities.  So, keep in mind that you need to practice safe behavior as well.

Compress *.exe files with UPX1

It seems as if my ability to learn about technology is based on one big stumbling disposition.

I was looking for something else, and I stumbled across UPX on sourceforge.net.

UPX will take an executable file and compress it.  There are several command line options available with it.

I have not played around with it completely, but I did try it out.

I wrote a Windows App in FreePascal using Lazarus not too long ago.

I tweaked the code and played around with trying to optimize the code as much as possible.

The compiled version was 12 MBs.

I ran the command line strip:

c:\>strip –strip-all myapp.exe

With all of the optimization I did, I could only get the compiled program down to about 1.2 Megabytes after the strip.

A screenshot:

I am reading over the license agreements to see all of the restrictions and legality in its use.

As a test, I ran my Windows App (FPC) through it.

The whopping 1.2 MB footprint shrunk to a 400K, amazingly.

I am pretty impressed.

I am still researching to see what sort of uses can be applied with it.

It is licensed under the GPL, and designed to use on programs derived, descended, created, etc. through the GPL.  (A perfect fit for FPC and Lazarus.)

Note:  Make sure you read all of the licensing agreements and apply the use of this program as the license stipulates.  I do not condone or endorse any other use of this application.  As I understand it, you can only use it for programs for which you have created, for an example.

Improving Site Navigation0

I had someone ask me about how to find particular posts on my blog.

I started scratching my head. I hadn’t really thought about it.

I tried several things to look up posts. I found that there were several that were ‘missing’.

I wanted a way to look through all of them at one time.

I played around with several Wordpress plug-ins.

Finally, I landed on Dagon Design Sitemap Generator.

I need to do some tweaking, but the end result is pretty close to what I wanted.

It lists all my postings by title, grouped by the posting category.

To access my previous posts, click on the link to the right under ‘Pages’.

Hats off to Dagon Design for a great plug-in.

Magnetic Sticky Lights0



How To: “Magnetic LED Sticky Lights”Awesome video clips here

In Search of the World’s Cheapest Laptop0

I have not seen any reviews on this one, but the OLPC is no longer the world’s cheapest laptop.

Looking over several websites, it has only been a few days after an announcement from India that techies there are working on a $10 laptop.

It’s a noble effort and definitely one to watch.

I did stumble across a website that boasts of having the World’s Cheapest Laptop.

Given the strange activity in by Microsoft in joining the Apache Foundation, and their behavior along with Intel regarding the OLPC project, the makers of the WCL probably do not have an easy road ahead of them.

Not too long ago, Microsoft ‘caved’ and came to an agreement to allow the XO to ship with a Windows XP license for reportedly $3 per license.

In my opinion, that completely defeats the free software aspect and advantage of the OLPC XO.

Once you or a child in a 3WC get the laptop with Windows XP, what’s next?

My best bet is… it involves your credit card or your cash in some way.

Making Flash Out of OpenOffice Impress0

Messing around today, I had forgotten that you can export a presentation to SWF (Flash).

I pulled up some photos from my vacation and dropped them into a presentation in OpenOffice.

You simply choose File… Export and choose SWF, then name the file.

Photos from my vacation

I am not sure about the file size, but the fact that you can do it is pretty nifty.

Visual Sweets for XP0

Lifehacker has an article on a more productive Vista desktop here.

It’s a good read.

Mentioned in the article is RocketDock.  It gives a Mac-ish feel to your desktop.

I went to the RocketDock website.

I am still not ready to move to Vista.

That, I have touched on in several other posts.

An interesting note:  RocketDock also runs on Windows XP.

It’s running down on top of the taskbar.

I downloaded and installed it.  It ran flawlessly.

Thumbs up.  It’s Eye Candy for XP, as well.

Dealing with Content Theft0

Some months back, I examined my website logs and found a suspicious amount of traffic from a particular website.

My knee-jerk reaction?  I was thrilled.  I mistakenly thought I had gained another audience member.

I did, but not exactly the kind that you want, as a blogger.

Upon further examination, I found that my posts were being ‘borrowed’ and displayed with Google Ads.

Without getting into a discussion of what is borrowing, copying or copyright infringement; the display of my content and my words on another website were upsetting.

I don’t mind someone making a reference to my article or post.  I encourage it.  I would like to think that someone is offering a response to my opinion or adding value for the resulting read and post.

There is a certain point at which the display can be misleading.  The post reproduced in full, same title, and exactly the same words; what do you call it?

Splogging is a term that I hear most often.

Whatever you decide on, I decided I did not like it.  The website also had my blog listed as a ‘contributor.’

Looking around I started searching for options.  I found a posting on MaxPower.

The article talks about Digital Fingerprint.  DF is a Wordpress plug-in, that allows you to digitally mark your posts, much like a watermark.  This gets fed through RSS to anyone that uses anything automated to pull your content.

Normal users won’t care or usually even notice the fingerprint.  People using scripts and automation — won’t be too pleased.

Then, I altered my website Terms of Use.

I kept watching the other website, every day.  The fingerprint was working, but did not stop the activity.

I would make a post, then within 10 minutes, the post would show up in completion on the other website.

Then I found Antileech.

Antileech works by feeding a bogus feed, which you can define and alter in the script.

After I installed and activated it, I took a snapshot of the feed that the other website was receiving.

Please notice that I removed / smudged the website and blog name.

The last thing I want to do is drive more traffic to this site.

I also contacted another blogger, and alerted him to the fact that his content was being ‘borrowed’ as well.

I told him about Antileech, and he installed it as well.

I watched the other website for about a month.   After getting daily sour feeds from my fellow blogger and me, the website operator finally took our content off.

It took a MONTH.  Looks like someone did not pay attention to their automated processes.

We also were removed from the ‘list of contributors.’

Interestingly enough… the website no longer displayed Google Ads.

Makes me wonder what happened?

And YES, that was my cynical and original alteration to the script about the chimpanzees!

Using Images0

Seems like every so often, you find a story about someone stealing a picture from a website or a photographer.

It’s easy to get caught up in.

If you are working on a presentation for a small audience, it may be considered acceptable (however and possibly, technically still illegal) to download an image to use.

If you are looking for images to use for a wide audience, a website, or a presentation to share on the web; then you have to consider that most images are copyrighted.

Without being able to quote verse and text what copyright and infringement laws entail, I would venture to guess that just pulling up Google and copying the first image you find for your purpose is probably a “no-no.”

What do you do?

There are scores of on-line images that are public domain, and free for anyone to use.

A word to the wise:  Make sure you understand what purpose for which you are using the images.  Check the small print and any End-User License Agreements related to any of the images you use.

  • Are you using the images for profit?
  • Are you using the images for business?

Take these considerations seriously.

I came across an article with a multitude of public domain and free image offerings, from a variety of websites.

I browsed through this one, and it looks pretty good.  Some professional quality content.

Here is the referring article, with quite a number of websites to explore!

Whatever you use, whatever you do, make sure you read the fine print.

In Search of Fonts0

I got asked to help out a friend with some graphics on their website.

I used Gimp, and had to brush up on my graphics skills, again, but it was a good experience.

I tried two or three test images I created with Gimp.

I could not, however, find the right font.

I went in search of more fonts.

After looking for a long time, several hours, I came across Font Magic.

They have several fonts that are free.

To me, that is a big advantage.

I stumbled across several sites that had some attractive fonts, but they all wanted to charge for them.

I downloaded several, and they have been working nicely.

The fonts will work in both Windows and Linux.

Score 1 for Net Neutrality0

The FCC has ruled that Comcast will no longer be able to block Bittorrent traffic.

Comcast has been blocking Bittorrent traffic over the past few months, under the argument that it compromises the integrity of their network.

Bittorrent is a file transfer scheme that utilizes multiple hosts.  Once the file is transferred, each client acts as a seed and will offer an additional node to help share the file and aid in the transfer.

The FCC said that no fine will be issued, but did make a ruling that a carrier or provider can not discriminate in the traffic that is allowed through their network.

This case is pretty clear cut.

I think there will be several cases in which the problems are not quite so easy to isolate and resolve or identify.

For example, if your carrier just happens to provide phone service, you might find that your Skype or other VOIP service does not work or has some problems.

It will be interesting to watch over the next few months to see how this plays out with the other carriers and providers.

Google

Copyright © 2008 http://braintubes.com
Imhotep theme designed by Chris Lin. Proudly powered by Wordpress.
XHTML | CSS | RSS | Comments RSS
Technorati Profile