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

 



Forgot your password?
typodupeerror
×

Comment Re:Little Intel has growed up (Score 1) 122

I agree generally, like AMD's bulldozer hitting 8GHz on a single core before failing to the limits of physics (even with extreme cooling). I'm assuming nobody will never be able to get more than 1 or 2 cores active (out of 8) while getting to 8GHz on that architecture.

But these days, the chips run in multiple clock domains. I believe the Intel chips are separated by a base clock, L3 Clock, Core clocks, RAM clocks, and bus clocks. The architectures are moving ever toward asynchronous operation in order to pack billion upon billion of transistors on a package without having to synchronize them all the time.

Comment Slashdot, damned if they do, damned if they don't (Score 1) 413

Microsoft is doing the right thing here. They are dropping the antiquated Win32 API and its bloat, in favor of a new universal WinRT API that targets both ARM and X86. Furthermore, it consolidates everything (Silverlight, Win32, WPF, .Net) into a cohesive API that you should be easily able to port to. If you cannot easily port to it, you're probably designing some custom business app that has and never will upgrade. Sorry but the new Windows isn't for you.

People have been asking Microsoft to the drop the bloat for some time. The security has been a nightmare because they've had to maintain the old unsecure model for the sake of compatibility. This clean break allows them to fix the permission model so that each App asks and gets only the permissions it needs during the install (like Android).

I like this change. Apps will now have to focus on doing one thing really well (and being able to connect and share with other apps) instead of being one-stop bloatware packages. Have you seen new contract API that facilitates this? It seems to follow the UNIX philosophy of doing a single task and being to pipe that output to anywhere.

Comment Paper looks interesting. (Score 2) 65

Reading the paper, it seems the proposed protocol for key exchange forces a wait time of 17ms, and then hashes the packet to ensure it doesn't get modified (forcing the use of slots and keeping the air open during attack).

The only problem I see is that you could easily use this mechanism to effectively DoS the network by making it wait for the CTS packets constantly while the protocol rejects the bad check-summed packets.

But I guess that's a minor flaw since it's already trivial to DoS wireless networks in general.

Here's to hoping this actually gets widely implemented.

Comment Re:IPv6 Problems (Score 1) 231

As an example, I've loaded a custom build of Tomato firmware onto my WRT54GL router. This router is considered out dated, slow, and lacking in RAM. And yet, I've got a new firmware for it that gives me a 2.6.22 kernel (originally 2.4) and IPv6 support.

Now my ISP (U-Verse) doesn't have any mention of IPv6 support, but the provided gateway does have much more powerful specs. In theory it should be a much more capable box, but their crapware firmware doesn't unlock any of its potential.

Comment Half-Life 1 (Score 1) 183

I'm surprised Half-Life wasn't on that list. It was and still is regarded in the gaming industry as one of the best games ever made during that era. I think it, and Half-Life 2 have some of the highest combined scores by reviewers.

It also spawned a whole scene of modding that produced Counter-Strike, among other games, which today is still of the most played games in the world.

Apple

Submission + - iOS 4.1 Jailbroken already (theregister.co.uk)

mspohr writes: "Just hours after Apple released iOS 4.1 to great fanfare, hardware hackers found a way to jailbreak devices that run the new operating system. More surprising still, there doesn't appear to be anything Steve Jobs can do to stop them in the near future. The exploit in the boot ROM of iOS devices was first announced by iPhone Dev-Team member pod2g. It was soon confirmed by other hackers, who said that because the exploit targets such a low-level part of the operating system, Apple won't be able to stop jailbreakers without making significant hardware changes."

Comment Re:Civ was my offline game (Score 4, Insightful) 295

Steam is slightly better than the absolute worst of the DRM systems yes, but it still can take all your games away if you so much as look at it funny. Even SecuROM or StarForce can't do that. If you travel with a laptop, I suggest you buy your games somewhere else. Steam has a tendency to lock accounts that log in from multiple IP addresses. 'Cause, you know, that's a crime.

I call bullshit on that. I regularly use Steam from school, my apartment, and my parents house and on many different machines. My brother also logs into my account to access my game libarary and vice versa.

Really the only ban is for cheating on VAC secured servers and games. Even if you get banned for cheating, it's still possible to play on non VAC secured games and servers.

Comment Re:Bloatware? (Score 1) 190

For a while now Linux has had built in ACPI power governors, and they seem to work across all Pentium and AMD processors. The ondemand governor is default and automatically bursts to 100% Frequency and tries to quickly scale back to the minimum frequency to save power.

Of course you can also control and select the governors (ondemand, conservative, user set frequency, and performance)

I can even patch the kernel to undervolt my cpu per frequency to really squeeze out extra battery life.

AFAIK, ACPI power states are well supported on modern processors (everything ACPI related works on my pentium-m).

But of course all of that functionality is built into Vista and Windows 7. The ASUS utility just provides a different interface for it, and perhaps choses better defaults for their own hardware.

Anandtech has done tests and found using Windows 7's "battery mode" does improve battery life by mostly capping the CPU frequency.

Where Linux falls short is controlling the power of other systems, like wireless, usb, and graphics cards. Most of the power saving features are just not implemented for Linux, yet.

OS X also does a very good job getting extended battery life compared to Windows 7 on the same hardware. Of course apple gets to control all the hardware and make sure the power systems work. Microsoft does really well for how many platforms it support. Linux is getting there.

Comment Re:Make it a statistic and they'll care (Score 2, Interesting) 387

NoScript allows per site javascript blocking. And flash blocking. And XSS protection. In combination with adblock+ my web surfing is much safer and faster. http://noscript.net/ Personally I usually set it to allow javascript from the site itself (top-level), but block external javascript. That makes most pages work. Also disable the annoying pop-up telling you it blocked something.

Slashdot Top Deals

Serving coffee on aircraft causes turbulence.

Working...