×
Cloud

Adobe Shuts Down Browser Testing Service BrowserLab 40

An anonymous reader writes "Adobe has shut down its BrowserLab service, used by many for testing content across multiple desktop platforms. The company pointed its customers to two alternatives: BrowserStack and Sauce Labs. BrowserLab offered cross-browser testing by producing screenshots of websites from various browsers across Windows and OS X platforms. It was very useful for developers looking to support as many different users as possible."
Programming

Ask Slashdot: How Do You Stay Fit At Work? 635

Dishwasha writes "What do you do to stay fit? Probably like many of you, this code monkey has lead a fairly sedentary life consisting most on fritos, tab, and mountain dew. Every time I attempt to incorporate exercise in even the most modest amount it never really seems to work out. 'Just do it' or joining and going to a gym just doesn't seem to work and with time being my most precious resource at this point, I would like to incorporate exercise in to my daily work process. Our office recently switched to standing desks, which is great, and I would like to possibly bring in a flat treadmill that fits under the standing desk, but my bosses have balked unless the equipment is whisper silent. We are a small business in a traditional office park with no exercise facility. Do any other geeks out there have a similar set up and would like to share what they use to stay heart healthy and improve circulation during their work day? What other ways do you incorporate exercise in to your geeky or nerdy lifestyle?"
Open Source

Drupal's Creator Aims For World Domination 192

angry tapir writes "Open-source content management system Drupal has come a long way since it was initially released in 2001. Drupal now runs 2% of the world's websites — but Drupal's creator Dries Buytaert thinks that this could easily grow to 10%. I caught up with Dries to talk about Drupal's evolution from a pure CMS to a Web platform, cracking the enterprise market, and the upcoming release of Drupal 8, which features significant architectural changes — incorporating elements of the Symfony2 Web framework to replace Drupal's aging architecture."
Open Source

Ask Slashdot: Where to Host Many Small, Related Projects? 69

MellowTigger writes "I work at a non-profit organization. I am looking for a site where we can register an account under our group's name, then spawn multiple projects to solicit programmer help for our organization. The current projects that we have in mind are small and probably not of interest to the wider world, although one very large project is possible. I need a site that emphasizes our non-profit as the benefactor rather than the wider world, since most projects are so specific that wider applicability seems slim. We would need help with various technologies including at least Powershell and SQL. At the moment, my available options emphasize individual projects of public interest, so we would have to spawn multiple independent projects, seeming to spam the host with 'pointless' minor tasks. We already have technical people seeking to donate time. We just need a way to coordinate skill matching, document sharing, and code submission out on the web. What do you suggest?"
Android

Embedded Linux Conference 2013 Videos Available Online 6

DeviceGuru writes "Videos from four keynote talks and two-dozen sessions at the Embedded Linux Conference 2013 in San Francisco last month are now available for free viewing, courtesy of the Linux Foundation, which held the event. The videos cover a wide range of embedded Linux development, deployment, and marketing topics. One particularly interesting session was Andrew Chatham's presentation on Google's self driving cars."
Businesses

Video Former MySQL CEO Mårten Mickos Talks About Managing Remote Workers (Video) Screenshot-sm 100

Millions of pixels have been used to talk about Yahoo! CEO Marissa Mayer's decision to ban telecommuting and her reasons for doing it. Today's interviewee, Mårten Mickos, built MySQL AB into a billion-dollar company with 70% of its workers, all over the world, telecommuting instead of working in offices. Now he's CEO of another young open source company, Eucalyptus, and is following a similar hiring pattern. Mårten says (toward the end of the video/transcript) that he believes people working out of their homes is entirely natural; that this is how things were done for thousands of years before the industrial revolution.
Security

Chrome, Firefox, IE 10, Java, Win 8 All Hacked At Pwn2Own 183

mask.of.sanity writes "Annual Canadian hack fest Pwn2Own is famous for leaving a trail of bloodied software bits and today it did not disappoint. Security researchers tore holes through all major web browsers, breaking Windows 8 and Java, too (though the latter feat is not remarkable). Thankfully for the rest of us, the cashed-up winners will disclose the holes quietly to Microsoft, Mozilla, Google and Oracle, and the proof of concept attack code will remain in the hands of organisers only."
Education

Raspberry Pi's Eben Upton: "Programming Will Make You a Better Doctor" 79

cylonlover writes "After a handful of days of furtive suggestion, spring made its presence felt in London today, where the second Technology Frontiers conference got underway. The Economist-organized event sees leading technologists and cultural figures take to the podium in front of some 250 ideas-thirsty business persons. Among them was Raspberry Pi Foundation founder Eben Upton, who extolled the benefits of learning to program for all professions. He went into some detail as to the inception of the Raspberry Pi and the need for more computer programmers."
Facebook

Facebook Details the Software Engineering Behind Graph Search 41

Nerval's Lobster writes "Facebook's Graph Search, its new and powerful way of searching the social network for all manner of information, has drawn a lot of attention since its January unveiling. Some have praised its innovation; others have wondered openly whether its search abilities will end up threatening Google and LinkedIn. Still more have questioned what it all means for users' privacy—always a touchy subject in conjunction with Facebook. The social network previously revealed how it's adjusting its hardware infrastructure to deal with the spike in traffic that will come from interactions with Graph Search (short answer: the Disaggregated Rack, which will break up hardware resources and scale them independently of one another). Now, in a new blog posting, it's offering a bit more with regard to the software side of things, and how the company repurposed an existing system to solve Graph Search's enormous engineering challenge. Bottom line: Facebook's engineers and executives finally decided on Unicorn, an inverted-index system they'd had in development for quite some time."
KDE

KDE Releases Plasmate 1.0, A Plasma Workspaces SDK 16

jrepin writes "The KDE Plasma Workspaces team is excited to announce the first stable release of Plasmate: an add-ons SDK that focuses on ease of use. Plasmate follows the UNIX philosophy of "do one thing, and do it well". As such, it is not a general purpose IDE but rather a tool specifically tailored to creating Plasma Workspace add-ons using non-compiled languages such as QML and Javascript. It guides each step in the process, simplifying and speeding up project creation, development, adding new assets, testing and publishing. The goal of Plasmate is to enable creating something new in seconds and publishing it immediately."
Open Source

Open Source Software Seeping Into the .NET Developer World 146

dp619 writes "In an interview, Microsoft Regional Director Patrick Hynds says that avoidance of open source components by a large part of the .NET developer population is abating. '...While some may still steer clear of the GPL, there are dozens of FOSS licenses that are compatible with Windows developers and their customers,' he said. Hynds cites NuGet, an open source package management system was originally built by Microsoft and now an Outercurve Foundation project, as an example of FOSS libraries that .NET developer are adopting for their applications. Microsoft itself has embraced open source — to a point. It has partnered with Hortonworks for a Windows port of Hadoop, allowed Linux to run on Windows Azure, and is itself a Hadoop user."
Programming

Developers May Be Getting 50% of Their Documentation From Stack Overflow 418

New submitter gameweld writes "Software companies, such as Microsoft, create documentation for millions of topics concerning its APIs, services, and software platforms. Creating this documentation comes at a considerable cost and effort. And after all this effort, much documentation is rarely consulted (citation) and lacking enough examples (citation). A new study suggests that developers are increasingly consulting Stack Overflow and crowd-sourced sites over official documentation, using it as much as 50% of time. How should official documentation be better redesigned? What are the implications of software created from unruly mashups?"
Open Source

0install Reaches 2.0 61

tal197 writes "Zero Install, the decentralized cross-platform software installation system, announced 0install 2.0 today after 2 years in development. 0install allows authors to publish directly from their own web-sites, while supporting familiar features such as shared libraries, automatic updates, dependency handling and digital signatures. With more than one thousand packages now available, is this finally a viable platform?"
Java

Oracle Rushes Emergency Java Update To Patch McRAT Vulnerabilities 165

msm1267 writes "Oracle has once again released an emergency Java update to patch zero-day vulnerabilities in the browser plug-in, the fifth time it has updated the platform this year. Today's update patches CVE-2013-1493 and CVE-2013-0809, the former was discovered last week being exploited in the wild for Java 6 update 41 through Java 7 update 15. The vulnerability allows for arbitrary memory execution in the Java virtual machine process; attackers exploiting the flaw were able to download the McRAT remote access Trojan."
Databases

$100 Million Student Database Worries Parents 250

asjk writes "The controversial database includes millions of children and documents their names, addresses, disabilities other statistics and demographics. Federal law allows for the files to be shared with private companies. From the article: 'In operation just three months, the database already holds files on millions of children identified by name, address and sometimes social security number. Learning disabilities are documented, test scores recorded, attendance noted. In some cases, the database tracks student hobbies, career goals, attitudes toward school - even homework completion. Local education officials retain legal control over their students' information. But federal law allows them to share files in their portion of the database with private companies selling educational products and services."
Businesses

Can Valve's 'Bossless' Company Model Work Elsewhere? 522

glowend writes "I just listened to a fascinating podcast with Valve's economist-in-residence, Yanis Varoufakis, about the unusual structure of the workplace at Valve where there is no hierarchy or bosses. Teams of software designers join spontaneously to create and ship video games without any top-down supervision. Varoufakis discussed the economics of this Hayekian workplace and how it actually functions alongside Steam — a gaming platform created by Valve. I kept wondering: assuming that his description of Valve is accurate, can this model work for other tech companies?"
Programming

Ask Slashdot: Monitor Setup For Programmers 312

First time accepted submitter oxidus60659 writes "I currently work as a programmer for a small business. They have provided me with a laptop and a 27" BenQ monitor on a Neo-Flex stand. The problem is that my main screen is the tiny laptop right in front of me. The 27" monitor is on the left at a very different height position. I want to put the 27" monitor directly above my laptop so I'm looking up rather than to the left for all my coding on the bigger monitor. The stand does not have a high enough setting to accommodate this. What would be a good stand that can mount to a desk high enough to be above a laptop? What kind of monitor setup do you use when programming?"
Java

New Java 0-Day Vulnerability Being Exploited In the Wild 193

An anonymous reader writes "Here we go again. A new Java 0-day vulnerability is being exploited in the wild. If you use Java, you can either uninstall/disable the plugin to protect your computer or set your security settings to 'High' and attempt to avoid executing malicious applets. This latest flaw was first discovered by security firm FireEye, which says it has already been used 'to attack multiple customers.' The company has found that the flaw can be exploited successfully in browsers that have Java v1.6 Update 41 or Java v1.7 Update 15 installed, the latest versions of Oracle's plugin."
Advertising

Is Code.org Too Soulless To Make an Impact? 384

theodp writes "By trotting out politicians (Bill Clinton, Mike Bloomberg, Marco Rubio, Al Gore) and celebrities (Chris Bosh, will.i.am, Ashton Kutcher), Tuesday's Code.org launch certainly was a home run with the media. But will it actually strike a chord with kids and inspire them to code? Dave Winer has his doubts, and explains why — as someone who truly loves programming — code.org rubbed him the wrong way. 'I don't like who is doing the pitching,' says Winer, 'and who isn't. Out of the 83 people they quote, I doubt if many of them have written code recently, and most of them have never done it, and have no idea what they're talking about.' Code.org's because-you-can-make-a-lot of-money-doing-it pitch also leaves Dave cold. So, why should one code, Dave? 'Primarily you should do it because you love it, because it's fun — because it's wonderful to create machines with your mind. Hugely empowering. Emotionally gratifying. Software is math-in-motion. It's a miracle of the mind. And if you can do it, really well, there's absolutely nothing like it.' Nice. So, could Code.org use less soulless prattle from 'leaders and trendsetters' and more genuine passion from programmers?" Just force all ninth graders to learn Scheme instead of Microsoft Word.
Databases

A New Approach To Database-Aided Data Processing 45

An anonymous reader writes "The Parallel Universe blog has a post about parallel data processing. They start off by talking about how Moore's Law still holds, but the shift from clock frequency to multiple cores has stifled the rate at which hardware allows software to scale. (Basically, Amdahl's Law.) The simplest approach to dealing with this is sharding, but that introduces its own difficulties. The more you shard a data set, the more work you need to do to separate out the data elements that can't interact. Optimizing for 2n cores takes more than twice the work of optimizing for n cores. The article says, 'If we want to continue writing compellingly complex applications at an ever-increasing scale we must come to terms with the new Moore's law and build our software on top of solid infrastructure designed specifically for this new reality; sharding just won't cut it.' Their solution is to transfer some of the processing work to the database. 'This because the database is in a unique position to know which transactions may contend for the same data items, and how to schedule them with respect to one another for the best possible performance. The database can and should be smart.' They demonstrate how SpaceBase does this by simulating a 10,000-spaceship battle on different sets of hardware (code available here). Going from a dual-core system to a quad-core system at the same clock speed actually doubles performance without sharding."

Slashdot Top Deals