Microsoft Pleads With Consumers to Adopt Vista Now

I for one am currently at torn between XP and Vista. I like XP because it doesn’t crash, my drivers work. However, more people keep asking for help with Vista, and I haven’t even logged into a Vista Machine yet. 🙁 Microsoft Pleads With Consumers to Adopt Vista Now – SlinkySausage writes “Microsoft has admitted, in an email to the press, that ‘some customers may be waiting to adopt Windows Vista because they’ve heard rumors about device or application compatibility issues, or because they think they should wait for a service pack release.’ The company is now pleading with customers not to wait until the release of SP1 at the end of the year, launching a ‘fact rich’ program to try to convince them to ‘proceed with confidence’. The announcement coincides with an embarrassing double-backflip: Microsoft had pre-briefed journalists that it was going to allow home users to run Vista basic and premium under virtual machines like VMWare, but it changed its mind at the last minute and pulled the announcement.” Read more of this story at Slashdot. [Slasdot]

I for one am currently at torn between XP and Vista. I like XP because it doesn’t crash, my drivers work. However, more people keep asking for help with Vista, and I haven’t even logged into a Vista Machine yet. 🙁

Microsoft Pleads With Consumers to Adopt Vista NowSlinkySausage writes “Microsoft has admitted, in an email to the press, that ‘some customers may be waiting to adopt Windows Vista because they’ve heard rumors about device or application compatibility issues, or because they think they should wait for a service pack release.’ The company is now pleading with customers not to wait until the release of SP1 at the end of the year, launching a ‘fact rich’ program to try to convince them to ‘proceed with confidence’. The announcement coincides with an embarrassing double-backflip: Microsoft had pre-briefed journalists that it was going to allow home users to run Vista basic and premium under virtual machines like VMWare, but it changed its mind at the last minute and pulled the announcement.”

Read more of this story at Slashdot.

[Slasdot]


Did you like this article?


0 Shares:
You May Also Like

Super “strace” perl script to assist with debugging programs that spawn child processes.

If you have ever ran into a problem with trying to strace apache or other processes that spawn children, then this script will help you out greatly. This small perl script will grab all of the PID's of the current process and its children and then run an strace command on all of them to provide strace output from all of apache. You can modify the strace line to your liking as well as the log names, by default it logs to a file based on date and time to the /tmp directory. Code included, click 'Read More'.
Read More

Dell Refuses to Sell Ubuntu to Business

Dell has only been offering Ubuntu for over a month now. I haven't heard all that much in regards to their Support, I wonder if Microsoft is giving dell $$ to not Support Ubuntu on computers sold for Home Office/Business purposes?
Dell Refuses to Sell Ubuntu to Business - An anonymous reader writes "I had a surreal experience with Dell today. My boss asked me to order a new computer for our small, non-profit business. Wanting to support Dell in their decision to sell computers with Ubuntu installed, I decided to order one. First, I talked to a small business representative, who informed me that I could not order one of the Ubuntu-based computers through the small business department. I had to go through the "home and home office" department. I called the Home office department. I asked the representative if I could buy one of the ubuntu computers for my company. She said (and I quote), "these Dell computers are designed for personal use only, as long as you use it for personal use, you can purchase one." So I lied and said I would.... Next, I tried to buy it on our business credit card. They would have none of that. She told me that I had to buy it through a personal card. Now, as a non-profit, our business does not pay sales tax (10% in Tennessee). Had I bought it with my own card, I would have had to pay tax (~$90), which my company would not have reimbursed me for. So.....no Dell today."

Read more of this story at Slashdot.

[Slasdot]
Read More

Swiftweasel 2.0.0.4.1 (Default branch)

Unfortunately there is no swiftweasel for debian etch/testing:
jordant:~# apt-cache search swift cakephp - MVC rapid application development framework for PHP libnet-dns-fingerprint-perl - library to determine DNS server vendor, product and version starfighter - 2D scrolling shooter game xwpe - Programming environment and editor for console and X11
I had to browse to the SourceForge project page, and download the appropriate version for my machine, which is a athlon64/32bit.
jordant:~# wget "http://downloads.sourceforge.net/swiftweasel/swiftweasel-2.0.0.4.1_06-21-07_athlon64-32bit.tar.gz?modtime=1182563426&big_mirror=0"
I just untar'd the file, and ran ./firefox from within the directory and it picked up all my settings and everything. Next I had to set it up so that I just had to type firefox within a console. So I created a symlink in my 'bin' folder with all my other custom perl scripts and other command line programs/scripts:
[jordant@jordant:/home/jordant/bin]> ln -s ../swiftweasel/firefox firefox [jordant@jordant:/home/jordant/bin]> rehash [jordant@jordant:/home/jordant/bin]> firefox &
I also had to setup my fluxbox keybinding like so:
Mod4 z :ExecCommand firefox &
I originally was using "iceweasel" which is the Debian fork of Firefox, you can read why Debian had to fork Firefox on WikiPedia I do notice a difference, pages load pretty fast and the FasterFox Plugin helps. However they packaged an extension called "AdBlocks" which I've never used and I don't really like. But for now I have just removed it.
Swiftweasel 2.0.0.4.1 (Default branch) - Swiftweasel is an optimized build of the Mozilla Firefox Web browser for Linux. It offers builds for both AMD and Intel processors. Swiftweasel is 100% compatible with all Firefox themes, plugins, and extensions. License: Mozilla Public License (MPL) Changes:
The update notifications feature that made its first appearance in 2.0.0.5pre is installed. When a new version is available, you will be notified so you can get it. Further font rendering improvements were done. Automatic detection of plugins is done in common directories in the file system. A few more build tweaks were made. The "Release Notes" option in the Help section brings up the release notes.
[FreshMeat]
Read More