Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Statistics, statistics (Score 1) 401

It truly amazes me how lazy developers are when it comes to supporting new things. They whine and bitch and drag their feet and blame MS, rather than just admitting they have to learn something new and doing it.

I'd expect that a lot of developers just don't see the significance, as long as they can get a product out that works in a reasonable number of real cases. That's where their bread comes from, after all.

Linux

Happy Birthday, Linus 376

Glyn Moody writes "Today is the birthday of Linus. Just under 19 years ago, on the first day the shops in Helsinki were open after the holidays, Linus rushed out and spent all his Christmas and birthday money on his first PC: a DX33 80386, with 4 Megs of RAM, no co-processor, and a 40 Megabyte hard disc. Today, the kernel he wrote on that system powers 90% of the fastest supercomputers, and is starting to find its way into more and more smartphones — not to mention everything in between. What would the world look like had he spent his money on something else?"
Software

EU Wants To Redefine "Closed" As "Nearly Open" 239

Glyn Moody writes "A leaked copy (PDF) of Version 2 of the European Interoperability Framework replaces a requirement in Version 1 for carefully-defined open standards by one for a more general 'openness': 'the willingness of persons, organizations or other members of a community of interest to share knowledge and to stimulate debate within that community of interest.' It also defines an 'openness continuum' that includes 'non-documented, proprietary specifications, proprietary software and the reluctance or resistance to reuse solutions, i.e. the "not invented here" syndrome.' Looks like 'closed' is the new 'open' in the EU."

Comment Re:Not true... (Score 1) 744

I just went on and put XP back on it though, I'm very seriously considering putting Ubuntu on it now.

I can heartily recommend it. The last release came into a bit of a weird spot as far as graphics drivers were concerned, but now everything runs a lot smoother again and the accelerated desktop is properly vsynced as well. Compared to XP, there seems to be less disk rattling and throttling of fans, though battery life is about equal.

Just do a bit of googling up front; there were a few minor issues with my Samsung NC10 too, but nothing people hadn't thought to pre-package fixes for.

Comment Re:Backups require a process (Score 1) 183

So that means that about 200 days /year (if you are PERFECT) you are backing up this data. At 15 minutes per day, that adds up to 50 hours/year of time spent... backing up data.

That's okay, it's not like he has to stand there turning a crank while the bits are being moved. Even Windows has the possibility of scheduling scripted events, which most likely is the method applied here.

First Person Shooters (Games)

Wolfenstein Being Recalled In Germany 625

D1gital_Prob3 tips news that Activision's recently-released shooter, Wolfenstein, is being recalled in Germany due to the appearance of swastikas in the game. Such symbols are banned in Germany, and the German version of the game went through heavy editing to remove them. Apparently, they missed some. Activision said, "Although it is not a conspicuous element in the normal game ... we have decided to take this game immediately from the German market." Reader eldavojohn points out a review that has screenshot comparisons between the two versions of the game.

Comment Re:I don't get it. (Score 1) 190

The sad thing is that I've met plenty of computer geeks who basically say that physics is useless. They then go back to their beloved computers without realizing the tragic irony of what they just said.

Still, you're making that remark using a web browser running on top of a software stack made up of at least a multi-tasking OS kernel, a dynamic linker and an assortment of userspace libraries, written in various high-level programming languages with optimising compilers. It's not as if the transistors came up with all that by themselves.

Physics in itself is important, there's just no need for most people to be physicists.

Comment Re:Its been done for years already (Score 3, Informative) 711

OS X reports disk space better than Windows, Finder reports a 2.5MB file as taking 2,572,834 bytes of disk space.

Which version of Windows are you talking about? There would seem to be a "Size on disk" field in the properties dialog of at least XP and 7, and I'm pretty sure it's been there in several older versions.

Comment Re:FreeBASIC (Score 2, Funny) 145

Hey, if it's old-fashioned stuff you find t3h l33t, why not teach the kids Brainfuck? It's essentially the same language as P", devised by the man Böhm himself in 1964, way before all of this pish posh about how to conveniently build non-trivial programs, but also including the modern concepts of input and output. Make no mistake, however - with only eight operations to choose from, it's about as simple as you can get, and many a programmer will attest that it's fun to play with!

Comment Re:Doubt it's the "bloated codebase" (Score 1) 396

Technically true, if your program only processes a large chunk of stuff once and never has to wait for network activity, disk access, user input or some other kind of external event. NOPs aren't what the parent spoke of, however. These days, a program typically uses a blocking call or voluntarily yields execution when there's nothing for it to react to, so in the absence of active processes the OS can tell the processor to halt (possibly slowing down or turning off parts of itself until an interrupt comes by and wakes it up).

QBasic was written to be run as the sole program on an architecture which didn't have the benefit of such features, so it uses a different mechanism, which is a bad fit to modern power saving schemes.

Hope that helps.

Comment Re:Doubt it's the "bloated codebase" (Score 1) 396

It's possible that the drivers handling power management on one set of peripherals are better at their jobs than other ones, or play more nicely with some managerial component. With exceptionally crufty codebases there's lots of opportunities for unexpected effects; whether that has anything to do with this accusation of "bloat" depends on what is actually meant.

Somehow I doubt most people making it know either, nor have enough acquaintance with Windows's innards to make an expert judgment.

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...