AI

Crowdsourcing Makes an API For Human Intelligence 123

holy_calamity writes "A startup called MobileWorks claims to offer human-level intelligence to any piece of software, with APIs for image, text or speech processing that crowdsource tasks to workers in India. Unlike Amazon's Mechanical Turk, jobs can be sent in by software without human help and can also be completed in 'real time' with a turnaround of a few seconds. The company claims that for problems like OCR and image recognition it makes more sense to find ways to use human intelligence than developing complex custom algorithms." Not a bad plan — sounds like they've lifted a page from the business model of captcha-cracking spammers.
HP

Ex-Board Member Says HP Is Committing 'Corporate Suicide' 394

theodp writes "If Apple's looking for a seamless transition, advises the NYT's James B. Stewart, it definitely shouldn't look to Hewlett Packard. In the year after HP CEO Mark Hurd was told to hit-the-road-Jack, HP — led by new CEO Leo Apotheker — has embarked on a stunning shift in strategy that has left many baffled and resulted in HP's fall from Wall Street grace (its stock declined 49%). The apparent new focus on going head-to-head with SAP (Apotheker's former employer) and Oracle (Hurd's new employer) in enterprise software while ignoring the company's traditional strengths, said a software exec, is 'as if Alan Mulally left Boeing to join Ford as CEO, and announced six months later that Ford would be making airplanes.' Former HP Director Tom Perkins said, 'I didn't know there was such a thing as corporate suicide, but now we know that there is.'"
Image

Like a Redstone Cowboy Screenshot-sm 166

neonsignal writes "Machine creations in Minecraft are becoming increasingly complex as people build on each other's ideas. Some notable examples include a Rubik's cube simulator, a 5-channel music sequencer, a 3D color printer, a 16-bit processing unit, and Conway's Game of Life. My own recent contribution is the world's slowest Universal Turing Machine. I'm now waiting for someone to implement Tetris in Redstone logic."
AI

Automatic Spelling Corrections On Github 105

An anonymous reader writes "Github projects may be seeing a different kind of contributor than normal: a small bot is now crawling through projects, contributing spelling corrections. It builds on top of the github API and existing documentation style-checking code. Future directions for the project look beyond spelling mistakes and at automated bug fixing on a large scale."
Programming

Python Fiddle, an IDE That Runs In Your Browser 113

An anonymous reader writes "The site Python Fiddle, like the similarly named jsFiddle, allows users to post code and share it with others. However, unlike jsfiddle, pythonfiddle brings a major advancement with the Python language, which fully runs in the browser."
Chrome

Google Is Grooming Chrome As a Game Platform 127

An anonymous reader writes with this snippet from Conceivably Tech: "On Friday I noticed that Google is heavily pushing New Game, a game developer conference that is focused on HTML5-based gaming content — and, of course, content that runs in web browsers. The fact that such an event already exists and that there is game content being developed in HTML5, is quite stunning by itself. However, Google also noted that a sandboxed native client (NaCl) with 3D (in addition to 2D) will be available in Chrome soon, which will allow the browser to connect to traditional C and C++ code via its integrated Pepper API."
Cloud

Announcing Opa: Making Web Programming Transparent 253

phy_si_kal writes "Opa, a new open source programming language aiming to make web development transparent, has been publicly launched. Opa automatically generates client-side JavaScript, and handles communication and session control. The ultimate goal of this project is to allow writing distributed web applications using a single programming language to code application logic, database queries and user interfaces. Among existing applications already developed in Opa, some are worth a look. Best place to start is the project homepage which contains extensive documentation, while the code of the technology is on GitHub. A programming challenge ends October 17th."
KDE

Aaron Seigo On KDE SC 5.0 — and What Getting There Means 157

An anonymous reader writes "After years of focusing on further improving KDE4, two weeks ago the developers of the free desktop announced the next big step for their project: KDE Frameworks 5.0. But as long-time developer — and Plasma team leader — Aaron Seigo points out in an interview with derStandard.at/web, the source-incompatible changes shall be held to a minimum. He also calls Frameworks 5.0 only the 'first step;' new Applications and Workspace releases are to follow later. Seigo goes on to talk about their chances in the mobile market with Plasma Active and further areas of collaboration with the other big free desktop: GNOME."
Java

Java 7: What's In It For Developers 338

GMGruman writes "After five years of a torturous political process and now under the new ownership of Oracle, Java SE 7 is finally out (and its initial bugs patched in the Update 1 release). So what does it actually offer? Paul Krill surveys the new capabilities that matter most for Java developers, from dynamic language support to an improved file system."
Google

Oracle vs Google: Copyright Claims Must Remain 166

swandives writes "More in the Oracle/Google patent infringement saga. Oracle says no court has ever found that APIs for software like Java are ineligible for copyright protection. The claims were made in its objection to Google's request that the court make a summary judgment on Oracle's copyright allegations. In early August, Google asked the judge to rule that Google doesn't infringe Oracle copyright in its implementation of Android. In an objection to that request, Oracle asked the judge to let the charge go to trial. Earlier, Judge Alsup denied Google's attempt to get a potentially damaging e-mail redacted. Looks like this one could take a while."
Programming

GA Tech: Internet's Mid-Layers Vulnerable To Attack 166

An anonymous reader writes "Evolution has ossified the middle layers of the Internet, leaving it vulnerable but security breaches could be countered by diversification of protocols, according to Georgia Tech, which recommends new middle layer protocols whose functionality does not overlap, thus preventing 'unnatural selection.' Extinction sucks, especially when it's my favorite protocols like FTP."
PHP

Serious Crypto Bug Found In PHP 5.3.7 165

Trailrunner7 writes "The maintainers of the PHP scripting language are warning users about a serious crypto problem in the latest release and advising them not to upgrade to PHP 5.3.7 until the bug is resolved. PHP 5.3.7 was just released last week and that version contained fixes for a slew of security vulnerabilities. But now a serious flaw has been found in that new release that is related to the way that one of the cryptographic functions handles inputs. In some cases, when the crypt() function is called using MD5 salts, the function will return only the salt value."
Programming

Symbolic Violence Beats Lava Lamps All To Pieces 128

cdance writes "Traditional Lava Lamps, and of course email, are the tools of choice to notify your dev team that the build in your continuous integration system is broken. However, lava lamps, just like pink curtains and shag pile, don't really fit into the culture of many modern development teams. There is now a solution. Retaliation is a new Jenkins CI build monitor that automatically coordinates a foam missile counter-attack against the developer who breaks the build. It does this by playing a pre-programmed control sequence to a USB Foam Missile Launcher to target the offending code monkey."
Cellphones

Microsoft Pursues WebOS Devs, Offers Free Phones 209

CWmike writes "Taking advantage of Hewlett-Packard's departure from the tablet and smartphone market, Microsoft has offered webOS developers free phones, tools and training to create apps for Windows Phone 7. Brandon Watson, Microsoft's senior director of Windows Phone 7 development, made the offer on Twitter on Friday, and has been fielding queries ever since. 'To Any Published WebOS Devs: We'll give you what you need to be successful on #WindowsPhone, incl. free phones, dev tools, and training, etc.,' Watson said a day after HP's announcement. Before Friday was out, Watson said he had received more than 500 emails from interested developers, and later, that the count was closing in on 600."
Python

Book Review: The Python Standard Library By Example 33

thatpythonguy writes "Addison-Wesley publishers has released The Python Standard Library By Example, another Python book that strategically fits in between programming cookbooks and library reference manuals. It brings the Python standard library that much closer to Python programmers and helps make them more proficient in their trade." Read below for Ahmed's first Slashdot review.
Programming

C++ 2011 and the Return of Native Code 616

snydeq writes with an editorial in InfoWorld about the resurgence of native code. From the article: "Modern programmers have increasingly turned away from native compilation in favor of managed-code environments such as Java and .Net, which shield them from some of the drudgery of memory management and input validation. Others are willing to sacrifice some performance for the syntactic comforts of dynamic languages such as Python, Ruby, and JavaScript. But C++11 arrives at an interesting time. There's a growing sentiment that the pendulum may have swung too far away from native code, and it might be time for it to swing back in the other direction. Thus, C++ may have found itself some unlikely allies."
Medicine

Virtual Lab Rat Saves Human Lives 69

An anonymous reader writes "There is already a Virtual Physiological Human project going on in Europe, to program a simulated human that can serve as a guinea pig, but this National Institute of Health effort to program a Virtual Physiological Rat promises to help humans even more. It's too difficult to simulate humans with algorithms, but the simpler rat physiology can be easily programmed, and by hand-tweaking its virtual genes, these rats-in-an-algorithm can be set up to what-if about interventions that cure human diseases more easily that when simulating humans directly. Long live the virtual lab rat!"
Android

App Inventor Continues Life at MIT 23

An anonymous reader writes with a press release on the App Inventor Weblog. From the release: "MIT announced the launch of the new Center for Mobile Learning, with a first activity being to take over and refine App Inventor for Android. The center will be led by App Inventor mastermind Hal Abelson, Mitch Resnick of Lego Mindstorms and Scratch fame, and Eric Klopfer, the director of teacher education at MIT and an expert in games and simulation. This news boomerangs the negativity surrounding Google's discontinuation announcement last week. To the many teachers whose curriculums have been energized by App inventor, and to the thousands of newly empowered app builders: Rejoice! The fun has just begun!" Personally I see this as a great thing. By axing App Inventor as a Google Project and releasing the source there is finally a real world example of using Scheme to write Android applications that others can inspect.
Programming

C++0x Finally Becomes a Standard 398

Samfer writes "On Friday August 12th 2011, the results for the final ISO ballot on C++0x came in, and the ISO C++ Standards Committee were unanimous in favor of approving the new C++0x (for now unofficially known as C++11) object-oriented programming language standard which is intended to replace the existing C++ standard. The new standard is to offer new and improved features such as lambda functions, concurrent programming functionality, direct data field initialization, and an improved standard library to name but a few." Although I haven't heavily used C++ in years, it is nice to see a decade long effort finally come to fruition. Especially nice is the support for type inference which should save quite a few people from RSI and make refactoring code a bit less obnoxious.
Programming

Hard Truths About HTML5 265

snydeq writes "Peter Wayner discusses a number of hard truths Web developers must accept in making the most of HTML5 — especially those who are looking to leverage HTML5 in hopes of unseating native apps. 'The truth is, despite its powerful capabilities, HTML5 isn't the solution for every problem. Its additional features are compelling and will help make Web apps formidable competitors for native apps, but security issues, limitations of local data storage, synchronization challenges, and politics should have us all scaling back our expectations for the spec.'"

Slashdot Top Deals