Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment $8 million robots (Score 1) 33

The last meaningful America's Cup races were held in the late '80s. Somebody squinted hard enough at the 12-meter rules and entered a multi-hull. Now it's just a matter of who spends the most money on a carbon fiber boat with a wing sail. This is a sailing race of fundamentally unseaworthy vessels. It would be literally be safer to cross an ocean in a dinghy than in one of these monstrosities.

Come September, do yourself a favor. Watch Deep Water on Netflix. Read any book on Ernest Shackleton. Read any Lin and Larry Pardey book. You'll finish all three before the America's Cup race is over, and you'll know more about sailing than watching every second of the America's Cup races.

Comment Re:OS X Upgrade Fear (Score 1) 362

I have a late 2008 15" MBP on Mountain Lion. It's fine.

Upgrade to the maximum RAM you are capable of. (A good practice at all times.) Mavericks will be a different beast, and it's well worth waiting to see on a 5+ year old machine, but you're probably fine.

Comment Re:We should build software like we build software (Score 1) 432

It's actually fairly common for construction projects to run into changes. While nobody requests to turn a shed into a skyscraper, large changes that touch many disciplines occur quite regularly.

The difference between AEC and programming projects is a long history and legal framework that deals with these changes. Projects are given a budget, and that budget is often paid out at milestones--design development, 95%, construction documents, etc. If the owner requests a substantial change, or if a change is required because of unknowable circumstances, the budget is either revised or the work is value-engineered to fit--and this reality is reflected in the contract signed at the beginning.

The problem with programming projects is that there are not very many really good programmers, and programming is not suited to throwing more warm bodies at the problem. AEC is plate spinning, while programming is juggling. You can hire a bunch of folks to help keep the plates spinning, but you can't just send in somebody to help juggle.

Comment Re:Comment-free programming (Score 1) 399

Auto-documentation is good stuff nowadays. Everything changes so much, and so quickly, that enforced documentation standards lead to better understanding of the underlying API or intent.

(As an example, why is PHP so popular? It's not because it's beautiful, or elegant. It is, however, very accessible, largely due to good documentation.)

Good comments--that are not prescriptive for whatever autodoc tool you use--are invaluable, but bad or marginal ones do more harm than good, especially in interpreted languages. You can condense 4 lines of comments into a 22-character, well-constructed function call/local variable and accomplish the same goal.

Comment Re:Just require activation (Score 1) 167

For extra points you could probably modify the registration process in all kinds of manners which would confound an automated and replay attacks. Chances are that for the average forum it would be sufficient that no script would even bother to defeat it and would simply move onto softer targets.

This is the answer, more or less. For small-to-middling forums, reducing spam is pretty easy. A few volunteers to delete the ones that get through suffices for the rest.

It breaks down to 1) keep out easy drive-by spammers, which means registration with a valid email address and some kind of barrier to detour the smarter bots (ReCaptcha and the like); 2) filter posts through Akismet or similar method; 3) have a community large enough and engaged enough to want to zero out spam posts.

The third step is the hardest, and has nothing to do with spam posts.

HP

Submission + - HP Cloud offers up free access to OpenStack (hpcloud.com)

krow writes: "HP Cloud is offering free access to Open Stack via its public cloud. Today adoption is growing around the Open Stack APIs, and we are offering up access to push tool integration and adoption around the API's. Most recently we have been able to add support for on-demand Jenkin's orchestration via the JCloud's plugin.

API, as well as console, access is being made to the computer, object storage, and CDN interfaces. There are images being provided for different Linux distributions, and additionally images for Bitnami, ActiveState's Stackato, and Enterprise DB's Postgres images. Hopefully the access can be used to drive adoption of the Open Source alternative to Amazon's APIs."

Comment Re:This case is a joke. (Score 2) 383

Huh?

I missed the part where Kim Dotcom was uploading his own personal BluRay rips to MU.

I *remember* the part where his users did.

I don't give a shit how he made his money or whether or not you consider it "ill-gotten" simply because MU hosted some copyrighted material uploaded by users. It's an absurd contortion of logic and reason to say that he deserves none of his money because some of his users misbehaved.

$100m is the equivalent of one mid-tier movie budget. If you think Hollywood actually felt that tiny financial "hit", you're the one who's hopelessly naive.

Slashdot Top Deals

Our business in life is not to succeed but to continue to fail in high spirits. -- Robert Louis Stevenson

Working...