Tuesday, November 16, 2004
SetGlobal
SetGlobal is a command line application that I wrote a while ago. It is a useful application that allows you to manage environment variables. Ever since I discovered that you can create an environment variable and then launch it from your address bar in windows, I have found this to be a useful way of creating shortcuts to launch applications, websites, and directories. I like the idea of attaching a short friendly name to a long URL or directory. Then from my address bar on my desktop I can type %myvar% to launch a URL or directory. I suppose you can do the same thing with Windows shortcuts, but then you need to find the shortcut and click on it. For things that I use often, I find this faster and less cluttered. (See the tutorial for example on how to do this.)
SetGlobal is a way for me to create a list of variables in a batch file so that I can manage variables across different machines. You could just use control panel/system but I like this better. I like to have a separate file containing all my variables.
SetGlobal does the same thing as the set command in DOS except that it persists the environment variable.
It is your own personal Shrinkster for your desktop.
There are other uses of environment variables and by all means SetGlobal is a useful way of managing any environment variable. (Note, currently only user variables can be created. I thought this would be less dangerous).
Disclaimer: Setting environment variables can overwrite variables that other applications rely on causing those applications to not work properly. It is always a good idea to check to see if a variable is in use before creating a new one. SetGlobal will not let you overwrite standard Windows variables.
%cool%
Thursday, October 14, 2004
Four-Wheeled Segway
I must get one. For no reason other then it looks so cool.
http://news.com.com/Segway+may+go+off-road/2100-1041-5407205.html?part=dht&tag=ntop&tag=nl.e433
:-( I will probably never be able to afford it.
Tuesday, September 28, 2004
Another Windows XP SP2 Problem
Monday, September 20, 2004
Windows XP SP2 and Firewalls
Friday, September 10, 2004
4GL?
The software industry is about to change. There have been a lot of changes as of late, however with all of the change we are still building software that is error prone, expensive, and unreliable. This however is about to change. There is a push in the software industry to build better software more efficiently and effectively. The answer is with things like code generation, application blocks and software factories. I am excited to think what this will turn into. Will 4GL finally bcome the main stream or will we have to redefine 4GL. Perhapes it will just be 3.5GL. Anyway the future will be interesting.
- Code Generation
- Application Block (Logging Application Block)
- Software Factories
Friday, September 03, 2004
Great Hackers
I would also like to say that I disagree with ideas that great hackers only use Linux, Open Source software and Perl. I do agree with the idea that great hackers like control and with Open Source you have more control you can go in and change things because you have the source code. However, if you have well documented and well thought out software that is mature then that software may be wiser to use then open source. If it is easier to use and less buggy and will result in getting the end result up and running quicker then it is better. Also when it comes to operating systems and languages it is the one that allows you to do the most things that makes it better. And with that in mind it may just be the one that the hacker has the most knowledge about that makes it the better choice.