×
Android

BeagleBone Black Released With 1GHz Cortex-A8 For Only $45 142

DeviceGuru tipped us to the release of the latest single board computer from Beagle Board. It's been two years since the previous BeagleBone was released, and today they've released the BeagleBone Black (including full hardware schematics) at a price competitive with the Raspberry Pi ($10 more, but it comes with a power brick). Powered by a Cortex-A8, it has 512M of DDR3 RAM, 2G of onboard eMMC, two blocks of 46 I/O pins, a pair of 32-bit DSPs, the usual USB host/client ports, Ethernet, and micro-HDMI (a much requested feature). Support is provided for Ångstrom GNU/Linux, Ubuntu, and Android out of the box. Linux Gizmos reports where some of the cost savings came from: "According to BeagleBoard.org cofounder Jason Kridner, interviewed in a Linux.com report today, cost savings also came from removing the default serial port as well as USB-to-serial and USB-to-JTAG interfaces, and including a cheaper single-purpose USB cable. (Three serial interfaces are available via the expansion headers.) In addition, the power expansion header for battery and backlight has been removed."
Linux Business

Video Building a Small IT Consulting Business Based on Linux (Video) Screenshot-sm 138

When you call your business Penguin Computer & Telephone Solutions, it's obvious that Linux is your favorite operating system. Company owner Frank Sflanga, Jr. happily works on Windows, Mac and whatever else you want or have around, but he is a Linux person at heart; in fact, he's a founder and leading member of The Southwest Florida GNU/Linux Users Group. But the point of this interview, which some will want to label an ad (although it's not), is to show how Frank started his one-man consulting business and made it successful so that other Slashdot readers can follow in his footsteps and become self-employed -- if they are so inclined. You might want to note that most of Frank's clients were not familiar with Linux when he first started working with them, and most are not particularly interested in software licensing matters as long as Frank keeps their stuff working. You might also want to note that Ft. Myers, FL, where Frank is located, is not exactly famous as a hotbed of leading-edge technology, which means that even if you live someplace similar, where business owners ask "What's a Linux?" you might be able to make a decent living running a Linux-based IT consulting business.
GNU is Not Unix

Most Projects On GitHub Aren't Open Source Licensed 630

PCM2 writes "Kids these days just don't care about open source. That's the conclusion of the Software Freedom Law Center's Aaron Williamson, who analyzed some 1.7 million projects on GitHub and found that only about 15% of them had a clearly identifiable license in their top-level directories. And of the projects that did have licenses, the vast majority preferred permissive licenses such as the MIT, BSD, or Apache licenses, rather than the GPL. Has the younger generation given up on ideas like copyleft and Free Software? And if so, what can be done about it?" Not having an identifiable license is one thing, but it seems quite a stretch to say that choosing a permissive open source license is "not caring"; horses for courses.
Intel

Intel Releases New OpenCL Implementation for GNU/Linux 60

An anonymous reader writes "Intel has released its first version of Beignet, an open-source OpenCL run-time and LLVM back-end for Linux that uses LLVM/Clang and is compatible with Ivy Bridge processors. Right now there's partial support for OpenCL 1.0 and 1.1 along with other basic functionality." This is not using Gallium 3D, and at least David Arlie thinks it should not be an fd.o project because it duplicates functionality already present in Mesa.
GNU is Not Unix

Systemd Ditches GNU C Library for Their Own 92

In his typical fashion of replacing perfectly working software with useless broken-by-design crap, our dearest Lennart has decided that the time has come for systemd to gain an email program. He determined that the GNU libc was insufficient for the task of a dbus-enabled cpu hogging email client, leading to the new systemd libc: " Technically, this move makes perfectly sense, too. We are sick of supporting unstable glibc APIs and ABIs, and we believe that we greatly benefit from the fact that we now finally have everything the OS userspace consists of in one single repository. Of course, this new libc is not available to Ubuntu and other Linux distributions that have not yet adopted systemd. However, after deliberately choosing a home-grown display server (Wayland) over the generally accepted one (Mir) we decided creating an incompatible libc would be the best approach to create a strong platform following a strict release cadence."

On the bright side "We also renamed the API call creat() to create()..."

Sci-Fi

JMS and Wachowskis Teaming Up for New Netflix Funded Scifi Series 268

Via Engadget, comes a press release that might bring joy to fans of science fiction dismayed by years without any new scifi shows: "Continuing its quest to sate subscribers' appetites with a flow of original content, Netflix has announced a new original series, Sense8. Due in late 2014, it's being developed by the Wachowskis of The Matrix, V for Vendetta, Cloud Atlas and Speed Race fame, as well as J. Michael Straczynski, creator of Babylon 5. Details are thin, but the press release promises a gripping global tale of minds linked and souls hunted with a ten episode run for its first season." Hopefully it'll end up available on DVD eventually, for us poor GNU/Linux users who are not worthy enough for Netflix (or: to any Netflix engineers reading, make it work).
Linux

The End Is Nigh For the Linux Game Tome 123

First time accepted submitter Sodki writes "The Linux Game Tome, one of the most important websites related to video gaming in GNU/Linux, will shut down on the 13th of April, according to a news post published on the website. The decision was made due to the 'lack both the time and the ambition to do what is necessary to keep the site afloat,' which has resulted in 'spam clogging the forums, lack of updates and increasing brokenness of the site.' This might not be the end, though. The maintainers of The Linux Game Tome will make available a dump of the games database, so that anyone interested can cook up a new and updated version of the website, and a worthwhile effort will be considered for a transfer of ownership of the domain. The current source code of the website, which is from 1999, will not be available because 'it is not fit for human consumption.'" It certainly had a good run; I remember poking around the Linux Game Tome as a teenager in the misty past (and it's where I discovered Freeciv, Warzone 2100, and lbreakout2). Are there any alternatives already operating (unfortunately, Freecode doesn't seem popular with game authors)? Or: Which one of you is going to write the Linux Game Tome 3.0?
GNU is Not Unix

2012 Free Software Award Winners Announced 43

jrepin writes "Free Software Foundation president Richard M. Stallman announced the winners of the FSF's annual Free Software Awards at a ceremony held during the LibrePlanet 2013 conference. The Award for the Advancement of Free Software is given annually to an individual who has made a great contribution to the progress and development of free software, through activities that accord with the spirit of free software. This year, it was given to Dr. Fernando Perez, the creator of IPython, a rich architecture for interactive computing. The Award for Projects of Social Benefit is presented to the project or team responsible for applying free software, or the ideas of the free software movement, in a project that intentionally and significantly benefits society in other aspects of life. This award stresses the use of free software in the service of humanity. This year, the award went to OpenMRS, a free software medical record system for developing countries."
GNU is Not Unix

GCC 4.8.0 Release Marks Completion of C++ Migration 269

hypnosec writes "GCC 4.8.0 has been released (download), and with it, the developers of the GNU Compiler Collection have switched to C++ as the implementation language, a project the developers have been working for years. Licensed under the GPLv3 or later, version 4.8.0 of the GCC not only brings with it performance improvements but also adds memory error detector AddressSanitizer, and race condition detection tool the ThreadSanitizer. Developers wanting to build their own version of GCC should have at their disposal a C++ compiler that understands C++ 2003."
GNU is Not Unix

The Pirate Bay's Oldest Torrent Is Revolution OS 130

jrepin writes "After nearly 9 years of seeding The Pirate Bay's oldest working torrent is still very much alive. Interestingly, the torrent is not a Hollywood classic nor is it an evergreen music album. The honor goes to a pirated copy of Revolution OS, a documentary covering the history of Linux, GNU and the free software movement."
GNU is Not Unix

Trisquel 6.0 'Toutatis' Is Now Available 109

New submitter ikhider writes "Trisquel, a 'libre' version of Ubuntu GNU/Linux, is now available for download and install (or update for those who already have it). It's one of the easiest 'libre' versions of Gnu/Linux to install and run. This version includes: Linux-Libre 3.2, Xorg, Abrowser 19 (a Firefox derivative that does not recommend non-free software), GNOME 3.4, and LibreOffice 3.5. They're also simplifying their release schedule: 'This release is a Long Term Support one, meaning that bugfix and security updates will be published until 2017. Along with this we have decided to change our release schedule from this point on: we will no longer publish short term support versions every 6 months, but focus on giving the best possible support to the LTS release, providing backported improvements to core packages like the kernel, the browser and the xorg server among others.'"
DRM

Netflix Using HTML5 Video For ARM Chromebook 232

sfcrazy writes "Netflix is using HTML5 video streaming instead of using Microsoft's Silverlight on Chromebooks (which now supports DRM for HTML5). Recently Google enabled the much controversial DRM support for HTML5 in Chrome OS to bring services like Netflix to Chromebooks using HTML5." Still no word on general support for GNU/Linux, but x86 or ARM, what's the difference? (If you're ok with DRM at least.)
OS X

Gnome Founder Miguel de Icaza Moves To Mac 815

TrueSatan writes "Miguel de Icaza, via his blog, has explained his gradual move to the Apple Mac platform. 'While I missed the comprehensive Linux toolchain and userland, I did not miss having to chase the proper package for my current version of Linux, or beg someone to package something. Binaries just worked.' Here is one of his main reasons: 'To me, the fragmentation of Linux as a platform, the multiple incompatible distros, and the incompatibilities across versions of the same distro were my Three Mile Island/Chernobyl.' Reaction to his announcement includes a blog post from Jonathan Riddell of Blue Systems/Kubuntu. Given de Icaza's past association with Microsoft (CodePlex Foundation) and the Free Software Foundation's founder Richard Stallman's description of de Icaza as a 'traitor to the free software community,' this might be seen as more of a blow to Microsoft than to GNU/Linux."
Operating Systems

Genode OS 13.02 Features Low Latency Audio, Virtualization, Protected DMA 41

On the heels of their December release, the 13.02 release of the Genode multi-server microkernel OS framework continues to deliver major new features. Under the hood, there's support for the IOMMU, bringing safe bus master DMA to userspace drivers (overcoming one of the final advantages monolithic kernels had). They've also added full virtualization support, good enough to boot Linux as an application. In the cool department, they've added a new low latency audio interface that could very well pave the way for something akin to JACK, and right now provides a lightweight way for the system to beep at you in real time . A few more libraries have been ported (libssh, curl, iconv) in preparation for a port of git to the Noux native GNU runtime. There are also a bunch of other improvements to their NOVA microkernel, support for running on the Exynos 5250 and Freescale i.MX53, a new console multiplexer, improvements to the display server, simplification of the base libraries, and more. I'll be attempting to build it and give it a spin to see how well it works in practice sometime soon.
Debian

First Debian/Ubuntu Bootable ARM64 Images Released 34

An anonymous reader writes "With work done by ARM and Linaro, there is now a bootable image of Debian/Ubuntu that works for ARM64, the new 64-bit ARM architecture. There are still some caveats and work ahead, but Linux is once again the first platform that has software ready to run on a new architecture when released. This 64-bit ARM Linux support also includes the ability to run 32-bit ARM software side-by-side." You can grab a bootable rootfs, but there's no hardware to actually run it on now (the developers are using the free-as-in-beer simulator from ARM). Kernel support for the architecture was released around a year ago; this is more a tale of getting from a bootable kernel to a bootable operating system.
Microsoft

Linus Torvalds Explodes at Red Hat Developer 786

sfcrazy writes "Quite a lot of people raised their eyebrows the way ex-Red Hat developer Matthew Garrett made Microsoft the 'universal' control of any desktops PCs running with UEFI secure boot. Though the intentions of Garrett were clear — to enable GNU/Linux to be able to run Linux on Windows 8 certified PCs with secure boot; it was clearly putting Microsoft in a very powerful position. Linus, while a supporter of secure boot, exploded at Garrett and Howells when they proposed its inclusion in the kernel. Linus responded: 'Guys, this is not a d*#@-sucking contest. If you want to parse PE binaries, go right ahead. If Red Hat wants to deep-throat Microsoft, that's *your* issue. That has nothing what-so-ever to do with the kernel I maintain. It's trivial for you guys to have a signing machine that parses the PE binary, verifies the signatures, and signs the resulting keys with your own key. You already wrote the code, for chissake, it's in that f*cking pull request.'" Update: 02/25 17:24 GMT by U L : The headline/article are misleading, since mjg seems to agree that the patch is a bit complicated : "(I mean, *I'm* fine with the idea that they're *@#$ing idiots and deserve to be miserable, but apparently there's people who think this is a vital part of a business model)". The issue at hand is a set of patches to load and store keys inside of a UEFI PE binary which is then passed to the kernel, which then extracts the keys from the binary. It's absurd, it's messy, and it's only needed because Microsoft will only sign PE binaries so not supporting it makes restricted boot even more difficult to support.
Communications

Open Source Emoji Project Wants Money For Icons 156

Kagetsuki writes "There's a project on KickStarter for a Free and Open set of emoji [the graphical emoticon glyph set which has a block reserved in Unicode]. Currently there are no full sets of Emoji that are completely free (as in beer and and freedom), so if this project gets funded it will be the first and only set of emoji that can, say, be distributed with FLOSS Linux/BSD/GNU systems. Not to mention anyone will be able to incorporate them into any project without any restrictive conditions." And lest you think emoji devoid of literary value, reader coondoggie points out that the Library of Congress has just welcomed (or at least allowed) onto its vaunted shelves an all-emoji version of Melville's Moby Dick, created with the help of translators working through Amazon's Mechanical Turk.
Programming

Two Years of GNU Guile Scheme 2.0 107

Two years ago Guile Scheme, the official extension language of the GNU project, released version 2.0, a major upgrade to the implementation. As part of the two year anniversary, the maintainers organized a challenge to hack a small project using Guile in 30 days as part of a birthday software potluck. The two coolest dishes appear to be OpenGL support using the FFI, and XCB bindings built using the XML specification for XCB: "guile-xcb is a language implemented in the Guile VM that parses the XML files used by the xcb project to specify the X protocol and compiles them into Guile modules containing all the methods and data needed to send requests to the X server and receive replies/events back. If new X extensions are added to the xcb library, guile-xcb can compile and add them with no additional work. " See the release announcement for details on the other dishes.
GNU is Not Unix

GNU Texinfo 5.0 Released 173

Four years after the last release, version 5.0 of Texinfo, the GNU documentation language, has been released. The primary highlight is a new implementation of makeinfo info in Perl rather than C. Although slower, the new version offers several advantages: cleaner code using a structured representation of the input document, Unicode support, and saner support for multiple output backends. There are over a dozen other improvements including better formatting of URLs, improved cross-manual references, and a program to convert Perl POD documentation to Texinfo.

Slashdot Top Deals