Microsoft extends Windows XP's stay | Tech News on ZDNet
The move indicates the continued demand for the older operating system, some nine months after Windows Vista hit store shelves.
From the past the man of the present acts prudently so as not to imperil the future
The move indicates the continued demand for the older operating system, some nine months after Windows Vista hit store shelves.
Google’s vehicle used for its Street View service sighted in London
Networking for productivity and profit
Affinity groups, social capital, connectivity approach are just some of the words coined in the 21st century which reflect the growing importance of networking in business today. In this two-part feature Sharri Whiting examines the power of influence in the global marketplace.
Bullseye on Google: Hackers expose holes in GMail, Blogspot, Search Appliance
Facebook may be getting instant messaging.
Welcome to the IBM® Lotus® Connections Deployment wiki where you can find information to help you get up and running quickly with Lotus Connections.Found on Ed Brill's blog
Seize the deal! Get Microsoft® Office Ultimate 2007 for just £38.95.
Powered by ScribeFire.
Seize the deal! Get Microsoft® Office Ultimate 2007 for just £38.95.
Red Herring: Microsoft Endgame (updated)
Aaron Swartz has launched Jottit and the homepage is brilliant. No help, no FAQ, just a big text-box and a button.
Powered by ScribeFire.
The unit is the unit for the timout and sleep and is the value used by the datediff vbscript function - "s" = seconds, "n" = minutes. The function returns true if the computer was idle, false otherwise.
function WaitForIdle(timeout, delay, unit)
dim objWMIService, colItems, idleCounts, idleTime, objItem, startDate
Set objWMIService = GetObject("winmgmts:\\.\root\CIMV2")
WaitForIdle = false
startDate = now
idleCounts = 0
' measure the idle time across processors every second until n consecutive measures are above 93 or timeout occurs
do until idleCounts >= 10 or DateDiff(unit, startDate, now) >= timeout
WScript.sleep 1000
Set colItems = _
objWMIService.ExecQuery("SELECT PercentIdleTime FROM Win32_PerfFormattedData_PerfOS_Processor where name<>'_Total'", _
"WQL", wbemFlagReturnImmediately + wbemFlagForwardOnly)
if colItems.count >= 1 then
idleTime = 0
for each objItem in colItems
idleTime = idleTime + objItem.PercentIdleTime
next
idleTime = idleTime / colItems.count
if idleTime >= 93 then
idleCounts = idleCounts + 1
else
idleCounts = 0
end if
end if
WScript.Echo "Last idle: " & idleTime & ", count: " & idleCounts
loop
WScript.Echo "count: " & idleCounts & ", timeout: " & (DateDiff(unit, startDate, now) >= timeout)
if idleCounts >= 10 then
WaitForIdle = true
startDate = now
do until DateDiff(unit, startDate, now) >= delay
WScript.sleep 1000
loop
end if
end function
Wscript.Echo Now
if WaitForIdle(30, 10, "s") then
WScript.Echo "Done."
else
WScript.Echo "No can do."
end if
Wscript.Echo Now
19/09/2007 10:43:23
Last idle: 32.5, count: 0
Last idle: 54, count: 0
Last idle: 98, count: 1
Last idle: 73, count: 0
Last idle: 95, count: 1
Last idle: 82.5, count: 0
Last idle: 96.5, count: 1
Last idle: 94.5, count: 2
Last idle: 52.5, count: 0
Last idle: 98, count: 1
Last idle: 65, count: 0
Last idle: 24.5, count: 0
Last idle: 91.5, count: 0
Last idle: 100, count: 1
Last idle: 93, count: 2
Last idle: 42, count: 0
Last idle: 79, count: 0
Last idle: 82, count: 0
Last idle: 90, count: 0
Last idle: 100, count: 1
count: 1, timeout: True
No can do.
19/09/2007 10:43:54
It might be real
Powered by ScribeFire.
Expand Your Desktop Space
Powered by ScribeFire.
- Announcement of a new Domino Web Access lightweight mode, a very fast and lightweight UI for DWA coming in 8.0.1.
- Announcement of Notes Traveler, a new feature of Domino 8.0.1 to support push mail to Windows Mobile devices at no additional cost. This announcement was in addition to the existing partnerships with RIM, Nokia, Motorola's Good Technology, CommonTime, iAnywhere, and Visto.
Powered by ScribeFire.
RSS Bandit + NewsGator Online: Your Feeds on the Desktop and on the Web
Powered by ScribeFire.
Microsoft suffers decisive antitrust defeat in EuropeAlso: What will Microsoft’s loss in Europe mean to customers?
Powered by ScribeFire.
VMware Unveils Next Generation Hypervisor to be Integrated in Server HardwareUnfortunately products are some months off.
Powered by ScribeFire.
In The Great Decoupling McAfee talks about the break between the right to make decisions and the flow of information. In the past information has been expensive to create and deliver and therefore access to this information was restricted to those who make decisions. Clearly this is founded on the fact that information is what underpins decisions. However, as communication costs fall the ability to deliver information is certainly not a barrier and it become possible to give more information to more people. Although this may enable some decentralisation of decision making it doesn't require it.
What prompted me to come back to McAfee's post was a post by Larry Dignan, Business intelligence: The next frontier. There's nothing too surprising here as he talks about BI and links with Enterprise Search. Referencing another of his posts, Peter Biddle: Enterprise social networking ready for lift-off, Dignan comes to the conclusion, "Over time, I could see some of those aforementioned approaches (BI + social networking + search) merging together perhaps with a company like Autonomy."
Then there's the Semantic Web and SOA folks, call the BI department ASAP: an interesting addition to the discussion.
How does this play into your overall strategy for BI?I think that Google Gears is one of the most exciting developments around at the moment. It's a library that anyone can use to build offline capabilities into their web based application. Firefox is doing something similar for FFv3, but fortunately working with Google on creating a standard interface - which would mean an application would work irrespective of which (Firefox or Google) offline library was in use. This is going to transform our use of the web.
Well, Google's Feed Reader (Google Reader) now has offline capabilities using Google Gears. It was the lack of this capability in web based readers that motivated me to push a desktop feed reader as our standard - and we ended up with RSS Bandit. So I gave it a go and it one feature that I wish RSS Bandit has - it shows links that haven't had postings for a while... dead blogs. This feature greatly enhances how you manage information sources, keeping the feeds trim.
I was preparing to ditch RSS Bandit and try Google Reader for a few weeks to see how I got on, when I discovered that Google Gears won't install on a machine inside a firewall. So I could do this at home, but not in the office. Doh!
Although this might sound like I nearly found an RSS Bandit Killer, that is not the case. The biggest remaining weakness of online readers like this is that they cannot access internal feeds.
Privacy fears as Facebook makes member listings public: make sure you check your settings as the default is that your profile is indexed by search engines like Google and Yahoo.
XP SP3: TechNet and MSDN subscribers to get beta in two weeks: This caught me by surprise.
Sophos reports on the rise and fall of PDF spam: PDF trojan appears to have not worked.
Why watermarking is a bigger devil than DRM: There's one prediction I wish I had put on my list at the beginning of the year is the demise of DRM. Watermarking is a technique for creating a digital fingerprint on top of content that cannot be removed. It is supposed not to affect the quality of the original, but Ou makes a good case against that probability. Now I hate watermarking too.