Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment business model (Score 2) 34

Not all of the code on GitHub is open source, but the majority is -- handy, when that means an account is free as in beer, too.

I'm not privy to any details of GitHub's finances or business model, but most likely it's a good thing that there are non-open-source projects using GitHub, because that's probably what's paying for the free open source use. I've recommended to several clients developing proprietary software the use of GitHub rather than running their own in-house repositories, because the interface is easier for them to use and they don't need as much in-house expertise to manage things. Because Git is distributed, they could of course do both, or easily transition away from GitHub later, and that's a selling point.

Submission + - Facebook experimenting with Blu-ray as a storage medium (cnn.com)

s122604 writes: There aren't too many people collecting Blu-ray discs these days. But while the technology is fast becoming obsolete for movie viewers, Facebook sees it as a promising new means for handling data storage.

Submission + - BBC & FACT Shut Down Doctor Who Fansite (torrentfreak.com)

An anonymous reader writes: In just a few hours time the brand new season of Doctor Who will premiere, kicking off with the first episode ‘Deep Breath’. There’s been a huge build up in the media, but for fans who prefer to socialize and obtain news via a dedicated community, today brings bad news.

Doctor Who Media (DWM) was a site created in 2010 and during the ensuing four and a half years it amassed around 25,000 dedicated members.

A source close to the site told TF that since nothing like it existed officially, DWM’s core focus was to provide a central location and community for everything in the “Whoniverse”, from reconstructions of missing episodes to the latest episodes, and whatever lay between.

But yesterday, following a visit by representatives from the BBC and Federation Against Copyright Theft, the site’s operator took the decision to shut down the site for good.

Comment Re:VMS user interface is utterly obsolete (Score 4, Informative) 136

Somehow I fondly remember VMS running on HP hardware back in the 90s. A local university had a dialup guest account. It was fun. Going back to the DOS prompt after a finished session always made me hurt and long for something better than DOS.

"Somehow" is that you're hallucinating. VMS didn't run on any HP hardware until 2002. Prior to that it only ran on DEC and Compaq hardware.

Comment Re:IPv6 Addresses (Score 1) 305

IPv6 addresses are so long that you can't remember them long enough to read the address from one machine and type it into another.

Which is not a problem because normal people don't have to read the IP address from one machine and type it into another. They use DNS and DHCP, which were specifically intended to eliminate the overwhelming majority of instances of dealing with IP addresses directly.

I've been a networking software engineer for most of my career, so I do have to deal directly with IP address (v4 and v6) routinely, and I don't complain about it. My mother is not a networking software engineer or IT person, so she's had to do that exactly ZERO times in the 15+ years that she's used the Internet.

But, it seems unworkable from a human perspective. No I haven't thought of a better solution. I'm just saying that this is a significant usability problem and a barrier to adoption.

It's not a usability problem, because people shouldn't be directly dealing with IP addresses. If people are directly dealing with IP addresses, that is the usability problem which needs fixing, and not the length of the address.

Comment Re:Closed source won here (Score 1) 582

Would you argue that if a Microsoft (or other vendor) SSL implementation was used by most of the world's web servers, this would have been less likely to happen? As far as I know, there's no reason to think that any other implementation, open or closed, would be any more immune to such problems. There is little or no evidence that closed source software is generally more reliable, or that substantial effort is made to audit it.

If you're arguing that it's bad that such a high percentage of the world's web servers use the same software, I might agree, but that is completely orthogonal to whether that software is open or closed.

Comment Re:Honestly, the "OSS is safe" discussion is over. (Score 1) 582

That OpenSSL is open source is irrelevant. This bug could just as easily have happened in closed source software. Using closed source software does not give any higher confidence in the quality of the code; many studies (e.g., 2012 Coverity Scan Open Source Report) show generally comparable code quality, with some open source projects scoring substantially better than average.

Comment safe languages (Score 1) 582

Heartbleed is a perfect example of why software should be written in "safe" languages, which can protect against buffer overruns, rather than unsafe languages like C and C++.

Of course, the problem is that if you try to distribute open source software written in a safe language, everyone bitches and whines about how they don't have a compiler for that language, and how run time checking slows the software down by 10%. Personally I'd rather have more reliable software that ran 10% slower, than less reliable software that ran faster. It's also crazy to turn off the run-time checks "after the software is debugged", as if the debugging process ever succeeded in finding all the bugs. As C.A.R. Hoare famously observed in 1973, "What would we think of a sailing enthusiast who wears his lifejacket when training on dry land, but takes it off as soon as he goes to sea?"

The "with enough eyes" argument, and "if programmers were just more careful" arguments don't justify continued widespread use of unsafe languages. Granted, safe languages don't eliminate all bugs, but they eliminate or negate the exploit value of huge classes of bugs that are not just theoretical, but are being exploited all the time.

I keep hoping that after enough vulnerabilities based on buffer overruns, bad pointer arithmetic, etc. are reported, and cost people real money, that things will change, but if Heartbleed doesn't make a good enough case for that, I despair of it ever happening.

Comment 1% *success* rate is high (Score 1) 147

Given the low entry barrier as compared to traditional higher education systems, the surprise isn't the failure rate, but the success rate. Given the low cost per student of providing the course, even at a 1% success rate I expect that the cost per successful student is much better than the traditional systems, though I don't actually have numbers to back that up.

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...