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

 



Forgot your password?
typodupeerror
×

Comment Re:The thing that really grinds my gears (Score 1) 102

It's more about the legal right to STOP OTHER WORKERS.

OF course Uber drivers could unionize, collectively stop working for Uber until their demands are met. The problem Unions have, and why I think most of them are out of date and stupid, is that there are plenty of other people willing to work for the company under the current conditions. The Union hates that. What THEY want is to be the only workers legally allowed to do the job.

My opinion is that if the Uber work conditions are bad enough that unionizing makes sense then there wouldn't BE any "scab" workers because they'd all see it makes sense to unionize.

But the way it actually is, this is a few drivers that think they can do better, but don't want the competition.

Comment Re:SSD speed. (Score 1) 259

Even mSATA is faster than any SATA cable, internal or external. NVMe (which includes M.2 which is just a 4-lane PCIe connector) is much, much faster.

Maximum speed for SATA is 600 MB/s. Maximum speed for an M.2 drive is about 3000 MB/s. I have a workstation with a 1.2 TB Intel 750 that does 2150 MB/s sequential.

SATA isn't fast anymore. It's slower than iSCSI over 10 Gbps Ethernet!

Comment Re:Big disappointment anymore (Score 1) 95

That "crappy GPU" is more cores. Specialized cores, but even the Intel GPU is ridiculously fast for the right kind of code. Now that we're getting Vulkan and DX 12 software should be able to run GPU compute on the Intel or AMD integrated GPU while doing video on the discrete card.

I predict a future with a lot more OpenCL code in it. I also predict a future with more idiot gamers who complain that using all of the CPU cores plus the integrated GPU ruins their 4.6 GHz overclocks.

Submission + - How Barnes & Noble stole the first e-book I ever bought

Robotech_Master writes: I bought my first e-book in 1998, before my e-reading hardware had even arrived yet. Yesterday I discovered that Barnes & Noble has effectively stolen that book from me, mistakenly replacing it in my Nook library with another title I never bought.

B&N's customer service rep's most helpful suggestion was that I could buy the e-book again—he even offered to give me the link. Is it any wonder Barnes & Noble is having such a hard time competing with Amazon?

Comment Re:Lovely summary. (Score 1) 1044

"Make sure a white male won" You appear to be spewing back whatever blog you last read that claimed the Puppies were racist and sexist.

Right there in the Wired article is a woman who was on the Sad Puppies recommended list. She excused herself when the politics showed up.

That Correia and Togerson are racists is also laughable. If you believe it, show some evidence.

The Sad Puppies opposition worked hard to push the narrative that Puppies are racist and sexist.

Their racist/sexist accusation comes down to "If Puppies are not FOR promoting Hugos for authors because of non-white race and non-male gender, then Puppies must be racist/sexist." Now there is a fallacious argument. The old "if you're not for us you're against us" nonsense.

Comment Re:Can Go still not load shared libraries? (Score 1) 221

Go executables are static by design. It is pretty great to be able to copy it into place and it just works. Add a couple other build options to remove the ability to bind to external C code and include a Go DNS resolver, and the binary can be put into a completely empty container. Now that's great. It's the difference between 8 MB and 300 MB containers.

The arguments about fixing bugs in shared libraries do apply, but that's a problem with containers too, so you need a policy for rebuilding containers with bugs as well as Go binaries with bugs.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...