×
Open Source

Linus Torvalds Officially Announces the Release of Linux Kernel 4.8 (softpedia.com) 95

Slashdot reader prisoninmate brings news from Softpedia: Today, Linus Torvalds proudly announced the release and availability for download of the Linux 4.8 kernel branch, which is now the latest stable and most advanced one. Linux kernel 4.8 has been in development for the past two months, during which it received no less than eight Release Candidate testing versions that early adopters were able to compile and install on their GNU/Linux operating system to test various hardware components or simply report bugs...

A lot of things have been fixed since last week's RC8 milestone, among which we can mention lots of updated drivers, in particular for GPU, networking, and Non-Volatile Dual In-line Memory Module (NVDIMM), a bunch of improvements to the ARM, MIPS, SPARC, and x86 hardware architectures, updates to the networking stack, as well as to a few filesystem, and some minor changes to cgroup and vm.

The kernel now supports the Raspberry Pi 3 SoC as well as the Microsoft Surface 3 touchscreen.
Open Source

Ask Slashdot: Should An Open Source Hardware Project Support Clones? 117

Long-time Slashdot reader Ichijo has a question about "(not quite) open source hardware": One hardware project that calls itself "open source" doesn't want to make its hardware design source files publicly available because doing so would, in their words, "make it very trivial for e.g Chinese companies to start producing cheap clones... we'd be getting support requests for hardware we had no idea of the quality of." This answer was in response to a request by a user who wants to use the design in his own projects.

Have any other open source hardware projects run into support issues from people owning cheap "clones"? Have clones been produced even without the hardware design source files?

Leave your answers in the comments. Should an open source hardware project support clones?
Open Source

The Arduino Split is Over, New Non-Profit Formed (arduino.cc) 73

"Today is one of the best days in Arduino history," announced Massimo Banzi, Co-Founder of Arduino LLC, calling it "a new beginning" for Ardunio. Slashdot reader ruhri reports: Massimo Banzi and Federico Musto, co-founders of the Arduino Project, announced they have settled their differences that had resulted in the creation of Arduino LLC and Arduino SRL. A new, unified Arduino Holding and Arduino Foundation will be created.
"Massimo Banzi and Federico Musto took the stage today at the New York Maker Faire to announce the good news," reports a blog post at Arudino.cc. "At the end of 2016, the newly created 'Arduino Holding' will become the single point of contact for the wholesale distribution of all current and future products... In addition, Arduino will form a not-for-profit 'Arduino Foundation' responsible for maintaining the open source Arduino desktop IDE, and continuing to foster the open source movement by providing support for a variety of scholarships, community and developer initiatives."
Open Source

Linux Mint Unveils New 'Mintbox Mini Pro' Desktop (linuxmint.com) 70

It's been 18 months since the original Mintbox Mini launched, and this week saw the release of the new Mintbox Mini Pro (which costs just $100 more). BrianFagioli quotes BetaNews: That extra money gets you a faster processor, more powerful graphics, double the storage, twice the RAM, improved Wi-Fi, Bluetooth, and an additional Ethernet port... This diminutive desktop is the same size as the previously-released Mintbox... Thankfully, it retains the same cute appearance and Linux Mint branding.
Their article calls it a "beautiful little computer that comes pre-loaded with Linux Mint 18 Cinnamon (64-bit)," and the Linux Mint blog promises this fanless device offers "better passive cooling thanks to an all-metal black housing" -- and comes with six different USB ports.
Yahoo!

Yahoo Open Sources a Deep Learning Model For Classifying Pornographic Images (venturebeat.com) 119

New submitter OWCareers writes: Yahoo today announced its latest open-source release: a model that can figure out if images are specifically pornographic in nature. The system uses a type of artificial intelligence called deep learning, which involves training artificial neural networks on lots of data (like dirty images) and getting them to make inferences about new data. The model that's now available on GitHub under a BSD 2-Clause license comes pre-trained, so users only have to fine-tune it if they so choose. The model works with the widely used Caffe open source deep learning framework. The team trained the model using its now open source CaffeOnSpark system.
The new model could be interesting to look at for developers maintaining applications like Instagram and Pinterest that are keen to minimize smut. Search engine operators like Google and Microsoft might also want to check out what's under the hood here.
The tool gives images a score between 0 to 1 on how NSFW the pictures look. The official blog post from Yahoo outlines several examples.
Google

Google Open Sources Its Image-Captioning AI (zdnet.com) 40

An anonymous Slashdot reader quotes ZDNet: Google has open-sourced a model for its machine-learning system, called Show and Tell, which can view an image and generate accurate and original captions... The image-captioning system is available for use with TensorFlow, Google's open machine-learning framework, and boasts a 93.9 percent accuracy rate on the ImageNet classification task, inching up from previous iterations.

The code includes an improved vision model, allowing the image-captioning system to recognize different objects in images and hence generate better descriptions. An improved image model meanwhile aids the captioning system's powers of description, so that it not only identifies a dog, grass and frisbee in an image, but describes the color of grass and more contextual detail.

Open Source

Ask Slashdot: Who's Building The Open Source Version of Siri? (upon2020.com) 186

We're moving to a world of voice interactions processed by AI. Now Long-time Slashdot reader jernst asks, "Will we ever be able to do that without going through somebody's proprietary silo like Amazon's or Apple's?" A decade ago, we in the free and open-source community could build our own versions of pretty much any proprietary software system out there, and we did... But is this still true...? Where are the free and/or open-source versions of Siri, Alexa and so forth?

The trouble, of course, is not so much the code, but in the training. The best speech recognition code isn't going to be competitive unless it has been trained with about as many millions of hours of example speech as the closed engines from Apple, Google and so forth have been. How can we do that? The same problem exists with AI. There's plenty of open-source AI code, but how good is it unless it gets training and retraining with gigantic data sets?

And even with that data, Siri gets trained with a massive farm of GPUs running 24/7 -- but how can the open source community replicate that? "Who has a plan, and where can I sign up to it?" asks jernst. So leave your best answers in the comments. Who's building the open source version of Siri?
Cloud

A New Programming Language Expands on Google's Go (infoworld.com) 173

"One sure sign your language is successful: When people build other languages that transpile into it." An anonymous Slashdot reader quotes a report from InfoWorld: The Have project uses Go's toolchain, but sports a different syntax and makes key additions to the language... Previously, a language named Oden worked with Go's toolchain to add features that Go didn't support. Now Polish developer Marcin Wrochniak has introduced Have, a language that transpiles to and expands on Go.

In the blog post that introduces the project to Go developers, Wrochniak describes Have as a hobby project, with the goal of becoming a "companion" to Go that addresses some of its common "landmines"... Go uses curly braces in the manner of C/C++, while Have uses block indents, like Python... The way that variable declaration, structs, and interfaces work have all been modified in Have to be more consistent with each other and to avoid internal inconsistencies that Wrochniak feels are a common source of bugs.

Open Source

Netflix Releases 'Meridian' Test Footage To All Including Competitors, Open Sources Some Tools (variety.com) 40

Netflix has released 'Meridian' to not just all its 83 million subscribers, but to everyone. The company produced the title as test footage to evaluate anything from the performance of video codecs to the way Netflix streams look like on 4K TVs. But the company decided to make it to open to all -- be it hardware manufacturers, codec developers, or even competitors like Amazon and Hulu. From a report on Variety:Netflix is using a Creative Commons license for the release of "Meridian," which is new for an industry that isn't used to sharing a lot of resources. "They are in the business of exploiting content, not of giving it away," Chris Fetner, the company's director for content partner operations said. But for Netflix, it's just par of the course. Thanks to its Silicon Valley DNA, Netflix has long collaborated with other companies on cloud computing-focused open source projects. Now, it wants to nudge Hollywood to do the same -- and "Meridian" is only the beginning. This week, Netflix is also open-sourcing a set of tools tackling a common problem for studios and video services.
Google

Google's New Angular 2.0 Isn't Compatible With Angular 1 (techcrunch.com) 121

An anonymous Slashdot reader quotes TechCrunch: When Google announced Angular 2 in 2014, it created quite a stir in the web development community because this new version wasn't just an update, but instead a complete rewrite that wasn't compatible with the older version... "Angular 1 first solved the problem of how to develop for an emerging web," the company writes... "Six years later, the challenges faced by today's application developers, and the sophistication of the devices that applications must support, have both changed immensely."
Announcing the final release version of Angular 2 last week, Google thanked the open source community, saying "We are grateful to the large number of contributors who dedicated time to submitting pull requests, issues, and repro cases, who discussed and debated design decisions, and validated (and pushed back on) our RCs." TechCrunch writes that Google's Angular team "now also recommends that developers use TypeScript to write their apps...a Microsoft-developed superset of JavaScript that adds features like static typing and class-based object-oriented programming."
Open Source

Apple Releases Swift 3.0, 'Not Source-Compatibile With Swift 2.3' (infoworld.com) 148

An anonymous Slashdot reader quotes InfoWorld: "Move fast and break things," the saying goes. Apple does both with the 3.0 version of its Swift programming language...its first full point revision since it became an open source project... In a blog post detailing the full body of changes for Swift 3.0, Apple singled out the two biggest breaking changes. The first is better translation of Objective-C APIs into Swift, meaning that code imported from Objective-C and translated into Swift will be more readable and Swift-like. The bad news is any code previously imported from Objective-C into Swift will not work in Swift 3; it will need to be re-imported.

The other major change... Most every item referenced in the standard library has been renamed to be less wordy. But again, this brings bad news for anyone with an existing Swift codebase: Apple says "the proposed changes are massively source-breaking for Swift code, and will require a migrator to translate Swift 2 code into Swift 3 code."

Apple will provide migration tools in version 8.0 of their XCode IDE, "but such tools go only so far," notes the article, questioning what will happen to the Linux and Windows ports of Swift.
Oracle

Will Oracle Surrender NetBeans to Apache? (infoworld.com) 69

An anonymous Slashdot reader quotes InfoWorld: Venerable open source Java IDE NetBeans would move from Oracle's jurisdiction to the Apache Software Foundation under a proposal... endorsed by Java founder James Gosling, a longtime fan of the IDE. Moving NetBeans to a neutral venue like Apache, with its strong governance model, would help the project attract more contributions from various organizations, according to the proposal posted in the Apache wiki.

"Large companies are using NetBeans as an application framework to build internal or commercial applications and are much more likely to contribute to it once it moves to neutral Apache ground," the proposal says. While Oracle will relinquish its control over NetBeans under the proposal, individual contributors from Oracle are expected to continue contributing to the project.

On Facebook, Gosling posted the proposal meant "folks like me can more easily contribute to our favorite IDE. The finest IDE in existence will be getting even better, faster!" InfoWorld reports that when aked if Oracle had neglected NetBeans, Gosling said, "Oracle didn't single out NetBeans for neglect, they neglect everything... I'm thrilled that the NetBeans community will now be able to chart its own course."
Open Source

Vim 8.0 Released! (google.com) 125

Long-time Slashdot reader MrKaos writes: The venerable and essential vim has had it's first major release in 10 years. Lots of new and interesting features including, vim script improvements, JSON support, messages exchange with background processes, a test framework and a bunch of Windows DirectX compatibility improvements. A package manager has been added to handle the ever-growing plug-in library, start-up changes and support for a lot of old platforms has been dropped. Many Vimprovements!
GNU is Not Unix

Emacs 25.1 Released With Tons Of New Features (fossbytes.com) 131

After four years of development there's a major new release of Emacs, the 40-year-old libre text editor with over 2,000 built-in commands. An anonymous Slashdot reader writes: Emacs 25.1 now lets you embed GTK+ user interface widgets, including WebKitGTK+, "a full-featured WebKit port that can allow you to browse the internet and watch YouTube inside Emacs." And it can also load shared/dynamic modules, meaning it can import the extra functionality seen in Emacs Lisp programs. This version also includes enhanced the network security, experimental support for Cairo drawing, and a new "switch-to-buffer-in-dedicated-window" mode.
Emacs 25.1 is available at the GNU FTP server, and since it's the 40th anniversary of Emacs, maybe it's a good time for a discussion about text editors in general. So leave your best tips in the comments -- along with your favorite stories about Emacs, Vim, or the text editor of your choice. What comes to your mind on the 40th anniversary of Emacs?
Education

Microsoft Weaponizes Minecraft In the War Over Classrooms (backchannel.com) 55

Minecraft: Education Edition offers lesson plans like "City Planning for Population Growth" and "Effects of Deforestation," and a June preview attracted more than 25,000 students and teachers from 40 different countries. Slashdot reader mirandakatz writes: In the two years since Microsoft acquired Minecraft's parent company, it's discovered a brilliant new direction to take the game: it's turning it into a tool for education, creating both an innovative approach to classroom technology and an inspired strategy for competing with Google and Apple in the ed-tech market. 'I actually never believed there would be a game that would really cross over between the commercial entertainment market and education in a mainstream way,' says cultural anthropologist Mimi Ito—but Minecraft has managed to do just that.
In 2015 Chromebooks represented over 50% of PC sales for U.S. schools, while Windows PC accounted for just 22%, the article reports. But Minecraft is the second best-selling game of all time, behind only Tetris, and in the two years since Microsoft acquired it, "Sales have doubled to almost 107 million copies sold... If you were to count each copy sold as representing one person, the resulting population would be the world's 12th largest country (after Japan)." And as the article points out, "wherever Minecraft goes, Microsoft is there."
Android

Run Android 6.0 Marshmallow on Your PC With Android-x86 6.0 (softpedia.com) 90

This week saw the first stable release of Android-x86 6.0 (marshmallow-x86) -- and a new version of Remix OS for PC, a PC-optimized version of Android. Slashdot reader prisoninmate quotes Softpedia: Android-x86 6.0 has been in the works since early this year, and it received a total of two RC (Release Candidate) builds during its entire development cycle, one in June and another in August. After joining the Remix OS team, Chih-Wei Huang now has all the reasons to update and improve its Android-x86 system for the latest Android releases. Therefore, as you might have guessed already, Android-x86 6.0 is the first stable version of the project to be based on Google's Linux kernel-based Android 6.0 Marshmallow mobile operating system, and includes the most recent AOSP (Android Open Source Project) security updates too.

Under the hood, Android-x86 6.0 is using the long-term supported Linux 4.4.20 kernel with an updated graphics stack based on Mesa 12.0.2 3D Graphics Library, and offers support for Samsung's F2FS file system for SSD drives, better Wi-Fi support after resume and suspend, and initial HDMI audio support.

Open Source

The World's Most Secure Home Computer Reaches Crowdfunding Goal (pcworld.com) 126

"If the PC is tampered with, it will trigger an alert and erase the PC's encryption key, making the data totally inaccessible." Last month Design SHIFT began crowdfunding an elaborate "open source, physically secure personal computer" named ORWL (after George Orwell). "Having exceeded its $25,000 funding goal on Crowd Supply, the super-secure PC is in production," reports PC World, in an article shared by Slashdot reader ogcricket about the device which tries to anticipate every possible attack: The encryption key to the drive is stored on a security microcontroller instead of the drive... The ORWL's makers say the wire mesh itself is constantly monitored... Any attempts to trick, bypass, or short the wire mesh will cause the encryption key to be deleted. The unit's security processor also monitors movement, and a user can select a setting that will wipe or lock down the PC's data if it is moved to another location... The RAM is soldered to the motherboard and can't be easily removed to be read elsewhere...

Your ORWL unlocks by using a secure NFC and Bluetooth LE keyfob. Pressing it against the top of the ORWL and entering a password authenticates the user. Once the user has been authenticated, Bluetooth LE is then ensures that the user is always nearby. Walk away, and the ORWL will lock.

Open Source

Linux Kernel 3.14 Series Has Reached End of Life (softpedia.com) 99

Slashdot reader prisoninmate quotes an article on Softpedia: it looks like the Linux kernel maintainers decided that there's no need to maintain the Linux kernel 3.14 LTS series anymore, so earlier today, September 11, 2016, they decided to release that last maintenance update, version 3.14.79, and mark the series as EOL (End of Life). Famous Linux kernel maintainer Greg Kroah-Hartman was the one to make the big announcement, and he's urging users who want to still run a long-term supported kernel version to move to the Linux 4.4 LTS series, which is currently the most advanced LTS branch, or use the latest stable release, Linux kernel 4.7.3...

Linux kernel 3.14.79 is a very small update that changes a total of 12 files, with 45 insertions and 17 deletions, thus fixing a bug in the EXT4 file system, a networking issue related to the Reliable Datagram Sockets (RDS) protocol, and updating a few HID, s390, SCSI, networking drivers.

Ubuntu

Ubuntu-Based Elementary OS 0.4 'Loki' Achieves Stable Release (elementary.io) 72

"Today, Elementary 0.4 (code-named 'Loki'), achieves stable status," BetaNews reported Friday, applauding the "clean and functional" app tiles in its software center. Elementary OS (stylized as elementary OS) isn't the most popular Linux distro, and it certainly isn't the best. However, this Ubuntu-based operating system is focusing on something that some competitors do not -- user interface, which ultimately contributes to the overall user experience. It is because of this that Elementary is so important to the Linux community -- it matters.
Developers focused on internationalization for this release, part of an effort to "grow the market" for open-souce software, according to the elementary blog, which proudly points out that 73% of the 1.2 million downloads for their "design-oriented" OS came from closed-source operating systems.
Programming

Vandalism Detection Contest Sponsored For Wikidata (wsdm-cup-2017.org) 38

Remember when Bing Maps lost a city because they used bad Wikipedia data? An anonymous Slashdot reader writes: Since knowledge bases like Wikidata are poised to be integrated into all kinds of information systems, wrong facts are not just displayed on Wikidata's pages but may propagate directly to all systems using the knowledge base. Hence, detecting and reverting vandalism and other kinds of damaging edits is an even more important task than on Wikipedia. Recently, German scientists published the first machine learning-based approach on vandalism detection in Wikidata, and now Adobe sponsors a competition on vandalism detection, the WSDM Cup Challenge, awarding $2500 for the best-performing solutions that will also be published open source.
"Given a Wikidata revision, compute a vandalism score denoting the likelihood of this revision being vandalism (or similarly damaging)," read the official rules, pushing for a near real-time solution to be submitted before December 22. And the winners will also be invited to the headquarters of Wikimedia Germany to discuss implenting their solutions.

Slashdot Top Deals