Windows

Switching to Macs after 22 years!

In my desk, I still keep the Windows 1.01 disks. I've been working with Microsoft's OS for over 22 years.

Occasional efforts to move to Linux came to nothing, mainly because I couldn't find [since they didn't exist] applications to do my work with, compatible with those used by my colleagues.

About a year ago I moved to Windows Vista, initially with a Toshiba R400 and later with a Fujitsu Siemens T4220 [btw, it's a great notebook!].

And this is the point at which the story begins. [read more]

Weekend picks #017

Linux is definitely Getting Things Done

[1]

Getting things done fast
In theory there is nothing wrong about Getting Things Done. The only problem is that sometime the theory of GTD is just a theory and the work you have is time consuming regardless David Allen. I recently had a large number (around 500) of txt files with some URLs in them. I wanted to collect all the URLs in an Excel file. I also wanted to sort them out alphabetically and delete the duplicates. I can’t imagine how much time would take someone to open manually 500 files and copy paste the 5.000 more or less URLs in Excel. I did in less than 5 minutes. In fact the copy paste, the sorting and the removing of the duplicate URLs just took a little more than 2 or 3 seconds. The rest was just me trying to remember and searching the net for the correct syntax of two or three Linux Bash commands.

grep
grep is a Linux program for searching lines inside a text or text files.You can use it to collect lines from a txt file that match a particular pattern. All I had to do is to collect all the lines from the files that started with “http://*” (yes you can use wildcard in grep).
uniq
If you have a sorted file you can use uniq to remove the duplicate lines.
The whole script was just 5 lines. I had to use a “for” command to open the files one after the other and collect the particular lines.

[2]

Cygwin
I recently installed Kubuntu 7.10 so I did all the testing there but I could also have used my Vista installation if I had installed Cygwin
Cygwin is a Linux Like environment for Windows which gives you access to huge number of Linux tools like the ones I used. You can use it to run other Linux programs and scripts within Windows. It’s really something to open up Command Prompt and instead of “dir” to type “ls” to see the files in a directory. The current version of Cygwin runs in all versions of Windows (32 and 64bit) except Windows CE. I tested in Windows Vista Ultimate 64 bit and it worked without a problem.

[3]

Exploring Flickr
I really love flickr.com. You can find my photos here. Today I came across a new web application with the name flexplore
How does it work? Well flexplore analyzes your favorites and the photos of your contacts and suggests Flickr photos that you might like. Give it a try, it really works!

Until next time... Keep on talking to your friends.

Weekend picks #014

I really like searching the net. You start in one point and you never know where you will end up. :-)

[1]

Broadband Speed Test and Diagnostics
If you have problems with your connection to the Internet like I do, then you will find Broadband Speed Test and Diagnostics 1.1 a valuable tool. It is, yet another, extension for Firefox  [I can’t believe it; it seems that there is a Firefox extension for everything]. In the latest version the Broadband Speed Test and Diagnostics can perform a diagnostic check in your Network card, DHCP server, local gateway, DNS server and the web site that the browser failed to reach. It can also run and present a bandwidth performance test [download and upload]. Download it here

[2]

ActiveWords
I came across this blogpost yesterday where someone was saying “let me know and I will shoot you a copy of the WordBase to test. We have had great success with people who use David Allen’s methodology.” Well I always liked free software and testing it in my computer so I left a comment saying that I would like to test Wordbase. Few hours later I had new mail [thanks for the immediate response Buz] with the WordBase attached. Ι had already downloaded and installed Active Words They have a 5 days trial version which you could extend to 60 days trial version by simply registering. Wordbase is actually an add-on for Active Words for the users of Microsoft Office 2007.
ActiveWords is a really different and cool way to use your computer. You can assign a word as a shortcut to everything. Every time you write down this word you have an option by simply pressing F8 to launch a program, site or whatever. The clever part is that you don’t have to write that word in a special box [although you can do that also and press Enter]. You can write it in every program that permits you to insert text. You could for example write down excel in a notepad or a Word document and by simply pressing F8 to lunch Excel. [I have already add the word anb as an active one to lunch in a Firefox window what else, the www.anabubula.com. You can even use it as a Spelling Check program just like Autocorrect in Office but you can use it in every text box even in Windows Explorer when renaming a file. ActiveWords comes with 1800 common misspelled English words that you can use it to correct them automatically as you type them. If you use a tablet PC it is even easier. Just write with your pen the Active word and that’s it!
There a lot of free add-in “applications” for the ActiveWords, you can check them out here .Hey Stefanos there is one for MindManager also.

I was so excited with the ActiveWords that I didn’t “test” the WordBase at all [sorry Buzz]. I will look into it and come back later in the week with a full review.

[3]

Vista Rebooting
What’s this rebooting thing for Windows Vista? I left my computer on last night because I started downloading something only to find out in the morning that a few minutes after I went to sleep the computer downloaded an update from Microsoft and rebooted! I have to start all over again. I thought that UAC [User Access Control] was the most annoying thing about Vista but I now believe that rebooting whenever they feel like it, is by far the winner.

Until next time. Keep on... thinking different!