Archive for September, 2007

Surfing the Net at 1 Billion Bits Per Second

Posted by Johan Cyprich on 26 Sep 2007 | Tagged as: Technology

Those who have been using the Internet for a while can appreciate the time they graduated from a 56 Kbps modem (Kbps = thousand bits per second) to a cable or DSL connection. From there, the typical speeds started around 1.5 Mbps (MBps = million bits per second). This made downloading large files feasible. How [...]

What’s Your Walk Score?

Posted by Johan Cyprich on 24 Sep 2007 | Tagged as: Reviews

Finding a place is to live is one of the most stressful activities we experience at one time or another. Its not just a nice home we look for, but also one to close proximity to schools, parks, restaurants, and stores. These should ideally be within walking distance which is better for your health and [...]

If It Ain’t Broke, Don’t Fix It

Posted by Johan Cyprich on 24 Sep 2007 | Tagged as: General

One of the biggest challenges facing software developers today is trying to convince users of an existing application to switch to their new, improved, feature filled product. They wind up dealing with people whose line of thinking is that if the software your using now meets your basic requirements, there is no need for an [...]

OpenDocument: One Standard To Rule Them All

Posted by Johan Cyprich on 19 Sep 2007 | Tagged as: Technology

I’ve been using computers since 1984 and I’ve seen many file types come and go. I couldn’t use the word processor documents and spreadsheets that I made 20 years ago with today’s software. There simply aren’t any import filters which recognizes them. What’s going to happen 20 years from now with the software I’ll be [...]

Happy Programmer’s Day!

Posted by Johan Cyprich on 13 Sep 2007 | Tagged as: General

// Compile with Visual C# 2005. using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace HappyProgrammersDay { class Program { static void Main (string [] args) { DateTime dtNow = DateTime.Now; Calendar calDay = CultureInfo.InvariantCulture.Calendar; if (calDay.GetDayOfYear (dtNow) == 256) Console.WriteLine (“Happy Programmer’s Day!”); } } } Today is Programmer’s Day. This is the 256th [...]

Older Entries »