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

 



Forgot your password?
typodupeerror
×

Comment Re:Data Caps (Score 1) 40

But does the cap STOP the bandwidth being used? Or does it just continue, at £10/gb?

Additional tax on cigerettes and booze hasn't caused a decline, I'm pretty sure it's the same scenario here.

If the operators NEED to stop using bandwidth over a certain amount, I'd imagine they would cut off. But stopping service is bad for repuation and bad for revenue

Comment Re:What good is one of those twitter accounts? (Score 1) 45

I'd imagine the record company could want to hijack 's twitter account to peddle other bands to their followers to generate sales & hype... Doesn't seem too unreasonable? To record companies, bands are just an tool to make them money right?
Their twitter account could then become just another advertising stream until the next fad comes along

Comment IFTTT/facebook tie-in is a bit alarmist? (Score 2) 115

Apologies in advance for the trolling but that section seems a bit unnecessary... it's basically saying "if something bad happens to the service you use, something bad can happen to you"?

The light device has little to do with the hypothetical compromise of a cloud service IMO. As well as the feature of changing hue from another image. "Blackout" is a little alarmist when it's just doing what it's told to do...

The hack/comprimised access itself is neat though.

Comment Re:Kinect (Score 1) 80

You can roughly calculate camera extrinsic and intrinsic (including lens distortion) parameters from 3 world coordinates. (Assuming they're all in the photos)
One presumes with the amount of threshold and flexibility the system needs, that'll be plenty.

It's not that bad, just needs a lot of tweaking to get things to err, give decent persistent output

Comment Write some graphics shaders and multithreaded prog (Score 1) 198

I've just started with opencl and love it, it's fast, easy, debuggable (codel) and -with stable drivers- not too much of a pain when it goes wrong.

I've been writing hlsl, glsl and arb vertex shaders for years and to me, opencl kernels are basically the same thing (language and limitation wise). Convert some full screen graphics effects to opencl for a first example, then make it do other stuff (maybe with buffers instead of images).

Once you're used to making/debugging kernels, start splitting code/algorithms into smaller chunks, and start parallelising!

Once it works, start digging into specific opencl/cuda stuff (local vs global memory etc) to start optimising

Comment Spotify's retort (Score 4, Insightful) 301

http://www.musicweek.com/news/read/spotify-responds-to-thom-yorke-and-nigel-godrich-criticism/055383

Doesn't seem so bad. I think Thom Yorke is missing a step... spotify pays the LABELS. The LABELS obviously decided the royalties from spotify are enough... Perhaps the labels aren't paying artists enough...

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...