Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Only true if MS made laptops (Score 4, Insightful) 189

Its yet another club that MS can use against the OEMs.

Don't like what MS demands for the desktop? Oops, I guess we can't sell your laptops in the stores anymore.

Promise to ditch linux? Yeah, we can make space for your wares in the stores.

This isn't good news for vendors no matter how you slice it.

Comment Re:What Benefit Does C Have Over Assembly? (Score 4, Insightful) 207

Being in C, it is easier to see what the person writing it was doing, compared to assembly.

Consider if you had to do some nasty computation such as finding what address is used for a given row and column on the screen:
(in bad assembly)

mov ax, row
mov bx, col
shl col,#1
xor dx,dx
mul ax,#80
add ax,bx
mov pos,ax

Whereas in C it is:

pos=(row*80)+(col*2);

and much more readable.

Education

Colombia Signs Up For OLPC Laptops With Windows 154

Reader Cowards Anonymous writes with this excerpt from Good Gear Guide: "Colombia will become the second country to use the One Laptop Per Child Project's (OLPC) XO laptops running Microsoft Windows XP in schools after signing an agreement for pilot programs in two towns. Schools in the towns of Quetame and Chia will be outfitted with the small green XO laptops developed by the OLPC. The pilot programs are expected to expand over time."
Microsoft

Windows 7 Benchmarks Show Little Improvement On Vista 369

snydeq writes "InfoWorld's Randall Kennedy examines Windows 7 from the kernel up, subjecting the 'pre-beta' to a battery of benchmarks to find any signs that the OS will be faster, more responsive, and less resource-intensive than the bloated Vista, as Microsoft suggests. Identical thread counts at the kernel level suggest to Kennedy that Windows 7 is a 'minor point-type of release, as opposed to a major update or rewrite.' Memory footprint for the kernel proved eerily similar to that of Vista as well. 'In fact, as I worked my way through the process lists of the two operating systems, I was struck by the extent of the similarities,' Kennedy writes, before discussing the results of a nine-way workload test scenario he performed on Windows 7 — the same scenario that showed Vista was 40 percent slower than Windows XP. 'In a nutshell, Windows 7 M3 is a virtual twin of Vista when it comes to performance,' Kennedy concludes. 'In other words, Microsoft's follow-up to its most unpopular OS release since Windows Me threatens to deliver zero measurable performance benefits while introducing new and potentially crippling compatibility issues.'"

Slashdot Top Deals

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...