×
Programming

The Simian Army and the Antifragile Organization 66

CowboyRobot writes "ACM has an article about how Netflix conducts its resilience testing. Instead of the GameDays used by sites such as Amazon and Google, Netflix uses what they call The Simian Army, based on the philosophy that 'Resilience can be improved by increasing the frequency and variety of failure and evolving the system to deal better with each new-found failure, thereby increasing anti-fragility.' While GameDay exercises are like a fire-drill, with scheduled exercises where failure is manually introduced or simulated, the Simian Army relies on failure in the live environment induced by autonomous agents known as 'monkeys.' Chaos Monkey randomly terminates virtual instances in a production environment that are serving live customer traffic. Chaos Gorilla causes an entire Amazon Availability Zone to fail. And Chaos Kong will take down an entire region of zones. 'What doesn't kill you makes you stronger' and Netflix hopes that by constantly protecting itself from internal onslaught, they will become increasingly 'anti-fragile — growing stronger from each successive stressor, disturbance, and failure.'"
Education

How Facial Analysis Software Could Help Struggling Students 90

moon_unit2 writes "Tech Review has a story on research showing that facial recognition software can accurately spot signs that programming students are struggling. NC State researchers tracked students learning java and used an open source facial-expression recognition engine to identify emotions such as frustration or confusion. The technique could be especially useful for Massive Open Online Courses — where many thousands of students are working remotely — but it could also help teachers identify students who need help in an ordinary classroom, experts say. That is, as long as those students don't object to being watched constantly by a camera."
The Almighty Buck

Clinkle Wants To Become Your Wallet 121

vikingpower writes "Clinkle, a new mobile payments start-up, may or may not have succeeded where so many other efforts have fizzled by inventing a practical way to replace credit cards with smartphones. It's hard to say, though, since Clinkle won't say much about how its system works. Its website is, well ... slight. But a prominent group of Silicon Valley investors who do know what Clinkle is cooking up are acting as though it has achieved a breakthrough. On Thursday, Clinkle announced that it had raised $25 million in early financing from Accel Partners; Andreessen Horowitz; Intel; Intuit; Marc Benioff, the chief executive of Salesforce.com; Peter Thiel, the co-founder of PayPal; and a long list of other investors with technology industry pedigrees. The Huffington Post has an article on Clinkle, or rather on Stanford students putting their degree on hold to go work at Clinkle. The Wall Street Journal [paywalled] mentions Clinkle having some 30-odd employees already."
Businesses

How Silicon Valley's Tech Reign Will End 395

theodp writes "Silicon Valley's stranglehold on West Coast innovation is in danger. The main problem? It's no fun to live in Silicon Valley. Technology is people, explains The Atlantic's Derek Thompson, and more people are choosing to live in cities. And Silicon Valley isn't like a city, it's like a suburb. 'What's happening now,' says author Bruce Katz, 'is workers want to be in Oakland and San Francisco.' So, how might Silicon Valley save itself? 'Silicon Valley is going to have to urbanize,' Katz said. '[There is a] migration out of Silicon Valley to places where people really want to live.'"
Programming

Ask Slashdot: How Will You Update Your Technical Skills Inventory This Summer? 208

Proudrooster writes "As technologists, developers, and programmers it is essential to keep moving forward as technology advances so that we do not find ourselves pigeonholed, irrelevant, or worse, unemployed. If you had to choose a new technology skill to add to your personal inventory this summer, what would it be and why? Also, where would you look for the best online training (iTunesU, Lynda.com)? The technologies that immediately jump out as useful to me are HTML5, XCODE, and AJAX. How about you?"
Oracle

Larry Ellison and Marc Benioff Suddenly Playing Nice, Weirding Everyone Out 27

Nerval's Lobster writes "Once upon a time, Salesforce CEO Marc Benioff and Oracle CEO Larry Ellison took what seemed like inordinate amounts of pleasure in firing off verbal broadsides at each other. In 2011, for example, Ellison referred to Salesforce as 'the roach motel of clouds' and 'a very bad security model.' But Benioff's given as good as he's gotten, swiping at Oracle's early cloud efforts as 'cloud in a box' and 'just another server.' But oh, how things change: Ellison and Benioff have revealed that their firms would come together in a joint effort. They were on their best behavior during a conference call this week. 'The Oracle database has been a key part of Salesforce's infrastructure from the very beginning of our company 14 years ago,' Benioff told Ellison at one point, according to a transcript posted on ZDNet. 'Absolutely the best decision we ever made was to go with Oracle.' Why the sudden reversal? Simply put, after years of sticking with a hardware-and-software model, Oracle now has cloud religion. For Salesforce, the benefits are a little murkier, but some analysts think that Salesforce will be able to leverage Oracle's name to gain a heightened profile with businesses. But can Benioff and Ellison continue to play nice?"
Businesses

Immigration Bill Passes the Senate, Includes More H-1B Visas 274

An anonymous reader writes "While the landmark immigration bill (full text PDF), which recently passed the U.S. Senate, is being hailed as bringing crucial reforms that will vastly improve the state of immigration in this country, there is a provision in it that is seeing relatively little discussion: section 4101, a 'market-based' increase in the amount of H-1B visas for skilled workers. 'The pitched arguments of both sides, which are likely to resurface in the House when it takes up its version of an immigration overhaul, cloud a complicated reality. There is little empirical evidence to suggest that foreign engineers displace American engineers as a whole. If anything, one recent study suggests, the growth of immigrant workers in American companies helps younger American technical workers — more of them are hired and at higher-paying jobs — but has no noticeable consequences, good or bad, on older workers.'"
Programming

Node.js and MongoDB Turning JavaScript Into a Full-Stack Language 354

Nerval's Lobster writes "For all its warts and headaches, JavaScript has emerged as the lingua franca of the modern Web, arguably second in adoption only to HTML itself, which obviously is just a markup standard rather than a full-fledged programming language. It's effectively impossible to launch a sophisticated Web project without making extensive use of JavaScript and AJAX dynamic loading. That's precisely why recent projects that move JavaScript beyond its usual boring domain of defining in-browser interactivity are so interesting — because it's already dominant, and growing even more so. Writer and software developer Vijith Assar argues that Node.js and MongoDB are turning JavaScript into a full-stack language. 'In the grand scheme, Node and Mongo are still quite new; for the most part, ace JavaScript developers who can write brilliant code on both sides of the request transaction have yet to emerge,' he suggests. 'But if and when they do, the things they build could be jaw-dropping.'"
Programming

Dr. Dobb's Calls BS On Obsession With Simple Code 381

theodp writes "Over at Dr. Dobb's, Editor-in-Chief Andrew Binstock has a nice rant on The Misplaced Obsession with Simplicity. 'Any idiot can write complex code,' goes the old maxim, 'the true art is writing simple code.' Right, Andrew? Wrong (mostly). Binstock explains, 'It's not true that any idiot can write complex code. Complex code is difficult, often very difficult, to write. It's entirely true that it's more difficult to maintain, too. But that's the nature of complexity. Some things are intensely difficult to express in code and they require complexity, simply because they're not inherently simple.' After citing the complex-but-necessarily-so code of Al Aho and sometimes-misguided reverence for cyclomatic complexity limits to help make his point, Binstock concludes, 'My view of simplicity is unemotional and free of idolatry because I define it with respect to complexity, rather than the other way around: Simplicity is the quality of code that is no more complex than required to express the underlying complexity. In this way, simple code can be intensely complex. There is no inherent good/bad dichotomy.'"
Cloud

Review: Oracle Database 12c 147

snydeq writes "InfoWorld's Riyaj Shamsudeen offers an in-depth look at Oracle Database 12c, which he calls a 'true cloud database,' bringing a new level of efficiency and ease to database consolidation. 'In development for roughly four years, Oracle Database 12c introduces so many important new capabilities in so many areas — database consolidation, query optimization, performance tuning, high availability, partitioning, backup and recovery — that even a lengthy review has to cut corners. Nevertheless, in addition to covering the big ticket items, I'll give a number of the lesser enhancements their due,' writes Riyaj Shamsudeen. 'Having worked with the beta for many months, I can tell you that the quality of software is also impressive, starting with a smooth RAC cluster installation. As with any new software release, I did encounter a few minor bugs. Hopefully these have been resolved in the production release that arrived yesterday.'"
Databases

Monty Suggests a Business-Friendly License That Trends Open 43

An anonymous reader writes "Want to gain some of the benefits of open source software development but not sure how to finance it? According to Monty Widenius, creator of MySQL and MariaDB, one solution could be the 'business source' license. While 'open source friendly' rather than open source, Monty blogged, it is intended to offer a viable alternative for companies that want to 'do development and compete with closed source companies on similar economic terms.' Business source starts out with similar benefits as an OSD-compliant license: the source code is visible and can be used freely by all but a small segment that has to pay (the developing company chooses the segment). Then, after a few years, the license automatically changes to an open source license. Monty recently explained the details of business source, and gave a sample license. (Oh, and not to worry, he notes – MariaDB is and will remain GPL.)"
Businesses

Ask Slashdot: Getting Hired As a Self-Taught Old Guy? 472

StonyCreekBare writes "How can an autodidact get past the jobs screening process? I have a long track record of success, despite limited formal education. Despite many accomplishments, published papers, and more, I cannot seem to get past the canned hiring process and actually get before a hiring manager. Traditional hiring processes seem to revolve around the education and degrees one holds, not one's track record and accomplishments. Now as an older tech-worker I seem to encounter a double barrier by being gray-haired as well. All prospective employers seem to see is a gray-haired old guy with no formal degrees. The jobs always seem to go to the younger guys with impressive degrees, despite a total lack of accomplishment. How can an accomplished, if gray-haired, self-educated techie get a foot in the door?"
Programming

Join COBOL's Next Generation 276

jfruh writes "COBOL, it's finally becoming clear, isn't going away any time soon; there are far too many business-criticial applications written in it that work perfectly well for that to happen. This reality could be a career boon for IT staff. Need to learn the ins and outs of COBOL? Your employer may well pay for your training. Just getting started in IT? COBOL can provide a niche that gets you a first job."
United States

The IRS vs. Open Source 356

simonstl writes "The IRS wasn't after just the Tea Party, Progressives, or Medical Marijuana: Open Source Software was a regular on IRS watch lists from 2010 to 2012. Did they think it was a for-profit scam, or did they just not understand the approach?"
IBM

Perspectives On the Latest IBM Layoffs 135

An anonymous reader writes "After IBM reported disappointing Q1 earnings in March, to nobody's surprise, layoffs (RAs or 'Resource Actions' in IBM parlance) were announced two months later; June 12 seemed to be when most of the pink slips were handed out. While this is hardly a novel occurrence at IBM, this time the RA'd employee water cooler page is now open for everyone's inspection, and Cringely let loose with some predictable I-told-you-so's about financially oriented IBM senior management. Dan Burger at IT Jungle has a more numbers-oriented take on the latest round of layoffs."
Books

Book Review: Puppet 3 Beginner's Guide 81

sagecreek writes "If you are in charge of a small network with just a few servers, you may still be doing configuration management primarily by hand. And you may take particular pride in maintaining that 'artisan' role. After all, it's mostly up to you to set up new users and their machines, fix current problems, manage the servers and their software, create databases and their user accounts, and try to keep the network and user configurations as uniform as possible despite running several different brands--and vintages--of hardware and software. However, warns infrastructure consultant John Arundel, '[b]eyond ten or so servers, there simply isn't a choice. You can't manage an infrastructure like this by hand. If you're using a cloud computing architecture, where servers are created and destroyed minute-by-minute in response to changing demand, the artisan approach to server crafting just won't work.' In his new book, Puppet 3 Beginner's Guide, Arundel emphasizes: 'Manual configuration management is tedious and repetitive, it's error-prone, and it doesn't scale well. Puppet is a tool for automating this process.'" Read below for the rest of sagecreek's review.
Programming

The Security Risks of HTML5 Development 275

CowboyRobot writes "Local storage is a big change from HTML of the past, where browsers could only use cookies to store small bits of information, such as session tokens, for managing identity. HTML5 changes this with sessionStorage, localStorage, and client-side databases to allow developers to store vast amounts of data in the browser that is all accessible from JavaScript. An attacker could retrieve this data or manipulate the data, which would then get used again later by the application and may be uploaded back to the server to attack others, as well. Another risk comes from using 3rd-party code. Until HTML5, JavaScript was limited to requesting resources from the domain from which it was loaded, but with the addition of cross-origin resource sharing (CORS), this has been changed to allow JavaScript to request resources from different domains. This offers increased functionality but requires strict usage policies or risks being abused."
Microsoft

Oracle and Microsoft To Announce Cloud Partnership Monday 82

symbolset writes "While some might liken the deal to the Empire joining up with the Trade Federation, there may be some interesting outcomes for this one. On Monday Microsoft and Oracle are expected to announce a 'cloud" partnership'. Although the two companies often seem to be at odds, two of their founders — Bill Gates and Larry Ellison — are partners in charity in the 'giving pledge.' Is this the beginning of a beautiful friendship? 'Oracle is battling an image not of growing up, but of growing old. On Thursday the company announced lower than expected earnings, which it ascribed to a tough economy overseas. Cloud-based software grew well, but remains a small part of its overall revenue. The company also said it would raise its dividend and announced a big stock buyback, behaviors usually undertaken by tech companies when they begin to grow more slowly.'"
PHP

PHP 5.5.0 Released 219

New submitter irventu writes "The long-awaited PHP 5.5.0 has finally been released, bringing many new features and integrating Zend's recently open-sourced OPcache. With the new Laravel PHP framework winning RoRs and CodeIgnitor converts by the thousands, Google recently announcing support for PHP in its App Engine and the current PHP renaissance is well underway. This is great news for the web's most popular scripting language." The full list of new features is available at the Change Log, and the source code is at the download page.
Firefox

Foxconn Betting Big On Firefox OS 94

jfruh writes "Foxconn is firmly identified in the public mind as the company that manufactures iPhones and iPads. But the company is looking to forge its own identity, and sees Firefox OS as the means to do so. To that end, Foxconn is hiring thousands of developers to help work on the open source phone OS and Foxconn's own suite of cloud services."

Slashdot Top Deals