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

 



Forgot your password?
typodupeerror
×

Submission + - Jeeves, A Privacy-Conscious Programming Language

rjmarvin writes: A team in the MIT Computer Science and Artificial Intelligence Lab has developed an open-source programming language implemented in Python and Scala that has built-in privacy features http://sdt.bz/68831. MIT PhD student Jean Yang created a language that removes human error from code governing user privacy policies, making it easier for social app developers to enforce them in social networking apps where users upload personal information with varying levels of privacy. Jeeves uses a policy-agnostic programming process http://projects.csail.mit.edu/... to automatically label information with different privacy settings so that adding new features won't create bugs that lead to things like a leaked Facebook location.

Submission + - ArnoldC, An Arnold Schwarzenegger-Based Programming Language

rjmarvin writes: ArnoldC is an imperative programming language that replaces basic keywords with classic one-liners from various Arnold Schwarzenegger movies http://sdt.bz/68824. Instead of EndMain you type YOU HAVE BEEN TERMINATED, instead of CallMethod it's DO IT NOW, instead of AssignVariableFromMethodCall it's GET YOUR ASS TO MARS, etc. The language is parsed using parboiled and ASM to generate Java bytecode, and it's hosted on GitHub https://github.com/lhartikk/Ar....

Submission + - Java SE and OpenJDK 8 land March 18

rjmarvin writes: Java SE 8 and a final version of OpenJDK 8, with support for lambda expressions, are expected to be released on March 18, according to Oracle http://sdt.bz/68778. Oracle VP of software development at the Java Platform Georges Saab said that a major focus of OpenJDK 8 and Java SE 8 was “making sure the performance is still excellent. This is the largest change ever been made to Java. This is a change we made both to the languages and in the Java virtual machine.” The new Strings API is one of many new APIs added inside the core libraries, but the lambda support is the biggest functionality addition to Java since Java SE 5, and the reason Java 8's releases were delayed beyond last summer.

Submission + - Apple Awarded Patent For Fitness-Tracking Headphones

rjmarvin writes: Apple has the green light to develop a "sports monitoring system for headphones, earbuds and/or headsets" http://sdt.bz/68772 that can track user activities and biometric data such as perspiration, temperature and heart rate. According to the patent http://patft.uspto.gov/netacgi..., the user would also be able to control an electronic device with the monitoring system by using head gestures. The system as being able to monitor user activities and make appropriate decisions based on a user’s conditions, like motivating a fatigued runner with by playing a song or increasing tempo.

Submission + - Netflix Is Building Deep Learning Neural Networks Hosted On Amazon Web Services

rjmarvin writes: Netflix is researching http://sdt.bz/68770 how deep learning artificial intelligence algorithms could improve the Netflix movie and TV recommendation engine. But unlike larger tech companies like Facebook and Google, Netflix is running its algorithms on Amazon Web Services, where it already hosts its streaming service, rather than building custom infrastructure. Netflix engineers explained how the neural networks work in a blog post http://techblog.netflix.com/20..., breaking down how they'll use GPUs running on AWS to build the deep learning computers, systems that mimic the structure and behavior of the human brain.

Submission + - The Man Behind Android++

rjmarvin writes: The Android++ extension http://sdt.bz/67636 gives developers working in Visual Studio a way to develop C and C++ applications for Android without leaving Microsoft’s IDE. Justin Webb, lead programmer at gaming company NaturalMotion in Oxford, England, is the coder behind the extension, which also ensures native source-level debugging and MSBuild scripts to increase coherence in developing C/C++ apps. SD Times talked to Webb http://sdt.bz/68762 about how the extension came to be, why it doesn't support C# and how it could help bridge the platform gap.

Submission + - A Valentine's Day Guide To Targeting For Mobile App Developers

rjmarvin writes: With so many apps available and competition for new users increasing, developers need to grab an arrow, strap on some proverbial wings and fully leverage the targeting strategies available. A broad, fundamental targeting strategy http://sdt.bz/68751 helps reach the desired audience, keeps marketing relevant to users, and works well on a basic level. Tried-and-true targeting abilities include device, carrier, geo-location, demographics and context. Other options beyond the broad strategy include retargeting, targeting based on similar interest, look-alike modeling and negative targeting/efficiency.Cupid, draw back your bow and let fly.

Submission + - IBM Draws A (Red) Line From The Internet Of Things To Developers

rjmarvin writes: IBM has created an open-source project http://sdt.bz/68755 allowing developers to create software integrating APIs and multiple devices to approach the Internet of Things. Node-RED http://nodered.org/ is a simple point-and-click development interface designed for supporting the development of applications that require functionality or input from physical devices. The tool is available free online, and developers have already begun to add their own devices and actions to the platform.

Submission + - Conan O'Brien Explains Why He Turned Down The Microsoft CEO Job

rjmarvin writes: Conan O'Brien has a "three-point action plan" http://sdt.bz/68741 to turn Microsoft back into an "industry titan:" "1. Zune. 2. More Zune 3. Even More Zune." He also thinks the Surface tablet should come with tiny windshield wipers and that Scarlett Johannson should voice all Microsoft OSs. The funnyman and host of "CONAN" on TBS took to LinkedIn https://www.linkedin.com/today... to congratulate Satya Nadella as the "right second choice" for the job, and to explain why he graciously turned it down.

Submission + - Docker To Offer For-Pay Repository, GitHub-Like Sharing Method

rjmarvin writes: The Linux container company, formerly known as dotCloud is changing the way developers and IT deploy applications at scale, and is growing to harbor future innovation http://sdt.bz/68736. CTO Solomon Hykes says Docker has big plans for monetization this year, including a GitHub-like method of sharing containers for more generic usage, and offering a for-pay repository for building containers from existing artifacts. Docker will also continue to offer its Linux container-based PaaS.

Submission + - Red Hat Hires CentOS Developers

rjmarvin writes: Karanbir Singh and a handful of other CentOS developers are now full-time Red Hat employees, working in-house http://sdt.bz/content/article.... on the CentOS distribution with more transparent processes and methods. None of the CentOS developers will be working on Red Hat Enterprise Linux. The CentOS project would become another distribution and community cared for by Red Hat, like Fedora, and Red Hat CTO Brian Stevens says the company is planning its future around OpenStack, not just Linux.

Submission + - Twitter Account Translates Sochi Olympics Tweets Into 75 Languages

rjmarvin writes: Twitter users on the ground in Sochi or watching around the world can converse in different languages http://sdt.bz/content/article.... about the 2014 Winter Olympics with one tweet. The Twitter account of Israeli translation company One Hour Translation began a service during the opening ceremonies where users can tweet @OHT https://twitter.com/OHT with a phrase and the language they want it translated into, and receive the translated phrase within an hour.

Submission + - Many Of Microsoft's Products Are Still Twisting In The Wind

rjmarvin writes: What plans, if any, does new CEO Satya Nadella have for Microsoft’s collection of products http://sdt.bz/68714 that have no future? Defunct products like Silverlight, Groove, SourceSafe, Visio and even a billion-dollar business like SharePoint are far from the many outright mistakes http://sdt.bz/68695 made during the up-and-down Ballmer Era http://sdt.bz/68685. Yet these legacy technologies are either stagnant or languishing, with little focus from the top and updates few and far between. How will these products fit into Microsoft's cloud and mobile-first strategy?

Submission + - The Ballmer Era At Microsoft: A Controversial CEO, A Mixed Legacy

rjmarvin writes: As Satya Nadella assumes the throne of Microsoft, analysts and ex-MSFTers are reflecting back http://sdt.bz/68685 on the past 13 years with Steve Ballmer at the helm. Ballmer leaves his stamp on Microsoft with a mixed legacy complete with bold product and management strategies, high-profile successes and failures, and a loud, bombastic personality that spawned many a viral video. The greatest (and worst) hits include everything from Windows Vista, the Zune, Bing and the Surface RT to Windows Phone 8, Office 365 and Windows Azure. Nadella's immediate takeover http://sdt.bz/68684 sends Ballmer into swift retirement, yet the outgoing CEO, looking tired but excited, is happy to hand over both the reins http://www.youtube.com/watch?v... and the burden.

Slashdot Top Deals

"Ninety percent of baseball is half mental." -- Yogi Berra

Working...