Global Toad News
Politcal and Computing News
Archives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
-
No Comments
One of the methods that is promoted as way to organize your thoughts is to use a Mind Map, a great tool to use for this is FreeMind (which is a free Mind Mapping program written in Java).
Check it out.
-
No Comments
When using VMWare server , I noticed that there wasn’t an “easy” way to set the processor affinity (as there is in their ESX product which is more of an enterprise level product). After looking into this more I found that you can force virtual machines to NOT use certain cpus. For example if you have 2 processors, you can use “processor0.use = FALSE” to limit the guest to the second processor.
If you have more processors you would just need to add lines for all the processors you don’t want to use. Processors are numbered from 0.
-
No Comments
I have had intermittent problems with the USB bus under Windows XP (when the same computer running Linux had no problems), and had long speculated that there was a problem with Windows and laptops when using USB 2.0 devices.
It appears that I was correct. Microsoft has just issued a patch for Windows XP and the USB 2.0 bus. Whether this resolves all the issues I have only time will tell, but it’s a start.
You can get the patch here.
-
No Comments
At Tom’s Hardware there is an article about how to take Intel’s new $130 Pentium D 805, and make it work like an extreme edition CPU that costs $800 more. Definitely a good article if you are thinking about upgrading your computer. Though to be fair, to acheive the maximum benefit from this process you would probably have to spend $200 or so on a water cooling solution for your cpu and you definitely would need beefy power supply (I would go with a 600 watt one).
Still 4.1 GHz is a good thing, and this chip appears to be able to deliever.
-
No Comments
Occasionally I run into people who think that Microsoft uses Visual Source Safe (VSS) to handle source code control. No matter that I tell them that Microsoft has another product for source code control, heck you can even look at how they are coming up with the rest of the world with their unveiling of their CodePlex site.
VSS is a relic a bygone age, but I still see die hard VB fans who are clinging to VSS and claim that it really can do everything that other products can do, but they don’t seem to ever get it configured to do that. I think the real thing is that they see VSS as well integrated into their Visual Studio IDE, and since it works for them, it must work just as well even if you never (well hardly ever) use the Visual Studio environment.
Even those issues fail to address the fact that VSS was designed really as a limited solution and never really came up to PVCS or other solutions in terms release points and such.
But that’s just my thoughts.
-
No Comments
Google has released a software development kit (SDK) for AJAX (Asynchronous JavaScript and XML) You can get it from here.
-
No Comments
Recently I was evaluating the use of Microsoft Sql Server 2005, and while I missed the seperate query analyzer, I was getting used to the interface.
Until I tried to reattach a database from Sql 2000, then the whole UI on my machine went south. I could no longer restore databases, or do much else in the interface (I could run queries). Since this was just a testing of the waters, I went back to SQL 2000 (since all the other servers are SQL 2000) and everything is fine again.
The point isn’t to bash anyone, it’s just a warning that with SQL 2005 you could have problems that render the UI unusable (and I am uncertain of what those problems are) since Microsoft has rewritten the UI (which is a good thing), but there are “failure” points in the UI that could render you being forced into just using CLI tools manage your server.
So I’ll just stick with Sql 2000 for now, thank you very much.
