Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

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.

Networking

Remote Access Policies 178

Samalie writes "My company is considering implementing a formal remote access policy (and agreement for staff to sign) for users who access our network from home via VPN. Does anyone out there have any suggestions as to what this policy/agreement should contain? Anyone have their own corporate policy that I can borrow from? This is the first time I've come across anyone wanting a formal policy for this & online searches haven't been very helpful."

Is Windows 7 Faster Or Just Smarter? 619

Barence writes "The Windows 7 unveiling garnered largely positive coverage, with many hands-on testers praising it for being faster than Vista. But is it actually? To find out, this blogger ran a suite of benchmarks to see just how much quicker Windows 7 really is — and the results weren't quite what he expected. 'The actual performance gap between Vista and Windows 7 is ... nada. Absolutely nothing. Our Office benchmarks and video encoding tests complete in precisely the same time regardless of which OS is installed. [...] It's tempting to see this as a bit of a con. They've sped up the front end so it feels like you're getting more done, but in terms of real productivity it's no better than Vista."

Comment Re:At last! (Score 1) 369

While Ubuntu goes a long way to improving the user experience with Linux, even to get it to a 'standard' setup, I needed to use the console no less than 5 times. That's *needed* to, there was no GUI way to do what I was trying to do. While I personally have no problem doing that, I shudder at the idea of talking someone like my father through it.

That's pretty good, honestly. Console commands are at least straightforward to dictate. If I had to talk my sister through everything I did to get 64-bit Vista to a usable state on her laptop I'd not only shudder like an elephant on a rack lift but would probably be pulling off sizeable bits of hair less than halfway through. And I'm bald.

Space

Ancient Star Found, Estimated at 13.2 Billion Years Old 377

raguirre writes "An article on Physorg.org reports that a newly found star may be as old as the universe itself. Recent studies have concluded that the Big Bang occurred somewhere in the neighborhood of 13.7 Billion years ago. The star, a heavy-elements laden fossil labeled HE 1523-0901 on charts was probably born right around the same time; approximately 13.2 Billion years ago. 'Today, astronomer Anna Frebel of the the University of Texas at Austin McDonald Observatory and her colleagues have deduced the star's age based on the amounts of radioactive elements it contains compared to certain other "anchor" elements, specifically europium, osmium and iridium.'"

Slashdot Top Deals

As long as we're going to reinvent the wheel again, we might as well try making it round this time. - Mike Dennison

Working...