Ouya Breakdown from a developer’s perspective. What does open source mean for the future? AwesomeBattle.com
Tag Archives: developers
SKYPE 4.0, STEAM FOR LINUX – IGO 16 Jun
Finally, Skype 4.0 for linux is here.
==What application would you like to see updated?== Let me know in the comments below or on twitter or Google+! My Google+ plus.google.com My blog: infinitelygalactic.blogspot.com Links to all of the stories below Skype 4.0 on Linux: blogs.skype.com Steam on Linux and EA in the Ubuntu Software Center: arstechnica.com Mandriva Seeking a new direction: www.itworld.com Ubuntu App Showdown: developer.ubuntu.com
Fedora 17: Beefy Miracle release
Leading innovation: Freedom, friends, features, first… and franks. The mustard indicates progress in this Fedora release, which includes an abundance of the most cutting-edge features for open source developers with an interface that’s easy for non-developer desktop users. Fedora 17 moves innovation forward with the latest in languages and development tools. It includes automatic multi-seat support, multitouch support, a new clustering stack, cloud options, and much more.
Open Source Developers at Google
File systems provide one of the most familiar interfaces end users know. Since implementing a traditional file system is extremely complex and difficult, presenting information seamlessly through files and folders has typically been limited to a small set of select programmers–often kernel hackers who develop at the lowest layers of a system. The MacFUSE mechanism breaks this barrier on Mac OS X by doing all the in-kernel hard work once and for all and leaving to the developer only the file-system-specific logic, which can be implemented as a regular user-space application. MacFUSE, with its simple programmer-visible API (same as the Linux FUSE API) and multiple language bindings, almost trivializes the process of making anything and everything appear seamlessly as a set of files and folders. You can use it to blur the line between the Macintosh Desktop and the Web. In this talk, you will hear the story of MacFUSE from its creator.