InfoQ Homepage Open Source Content on InfoQ
-
Chrome Dev Editor: A New JavaScript and Dart IDE
A Google engineer has made available Chrome Dev Editor (CDE) during Google IO 2014, a new IDE for creating Chrome Apps and web apps for the desktop and mobile devices. CDE supports JavaScript and Dart.
-
Cayley: A Graph Engine Inspired by Google’s Knowledge Graph
Barak Michener, a Software Engineer working for the Google Knowledge Team, has open sourced a personal project called Cayley, a graph database inspired by Freebase and the Google Knowledge Graph, the later powering Google’s search engine. Freebase is a collection of free structured data, currently at ~2.7B facts and counting, and an API for querying this data.
-
Orion 6.0 Brings Language Tooling Support for JavaScript
Orion 6.0 will be released this month, bringing with it improvements to the language tooling support for JavaScript development.
-
Aerospike Open Sources Their In-memory NoSQL Database
Aerospike has open sourced their NoSQL database under the AGPL 3.0 license. This license requires that any improvements to the source code to be submitted back to the trunk. The source code of the Aerospike server and related tools is available on GitHub.
-
Google's Go Gets Faster
Go 1.3 has been released after almost 3 months of beta. The new version has no language changes over 1.2, but comes with several performance improvements, support for running command-line programs under Native-Client and several other enhancements.
-
Google Open-Sources FlatBuffers: Efficient, Cross-Platform, Serialization Library
The Google "Fun Propulsion Labs" team has recently open-sourced FlatBuffers. Built especially to support performance needs of game developers, FlatBuffers stores serialized data in buffers which can be either stored in files or transferred across the network as-is, without any parsing overhead.
-
Dart 1.4 Brings New Tool for Performance Analysis
Google has released version 1.4 of its web programming language Dart. The release brings with it Observatory; a new tool for performance analysis, and a new experimental feature for dart:io, ServerSocket references.
-
IBM's Nick O'Leary Demos Node-RED for the Internet of Things
Nick O'Leary presented Node-RED, an open-source project focused on the Internet of Things (IoT), at the last QCon London. The project, created by IBM's Emerging Technology team, provides a browser-based environment for visually "wiring together hardware devices, APIs and online services in new and interesting ways".
-
LibreSSL, OpenSSL Replacement: The First 30 Days
LibreSSL is the OpenBSD group's response to the Heartbleed security vulnerability that was discovered a few weeks ago in OpenSSL. LibreSSL aims at fully pruning/refactoring OpenSSL to provide a secure and stable code base, fix long standing bugs, introduce modern programming practices, and redesign portability. After one month of work, it is time for a status update.
-
Community the Focus at ApacheCON NA 2014
This year's ApacheCON North America conference saw key speakers focus on open source and its community. With more than 400 attendees, over 70 projects represented and 180 conference sessions it covered as many diverse topics as diverse the Apache Software Foundation projects are.
-
Working with Open Source Software at Schuberg Philis
At the DevOps Summit in Amsterdam Harm Boertien presented how OSS can help to embed a DevOps culture. He explained how Schuberg Philis shares software/cookbooks inside and outside of the company and showed how this is beneficial for them and brings benefits to the industry as a whole.
-
GitHub Open Sources the Atom IDE
GitHub has open sourced their Atom IDE including the Atom Shell framework, Atom Core, and the Atom Package Manager (apm).
-
Coverity Scan Gets Better with Java, Apache Hadoop, HBase and Cassandra Support
The recently released open source scan report by Coverity mainly detected and fixed Resource Leaks, Null Pointer and Control Flow issues besides several other issues. It also scanned the source code of Linux and fixed several bugs.
-
Kin Lane on How API Commons Will Shape the Future of Web APIs
InfoQ asked Kin Lane, the leading API evangelist, to share his views on open API designs and on what led him to launch the API Commons initiative with Steven Wilmott. He explains how translation and interoperability between the emerging API description languages matters, and how an open internet culture should prevent API Commons from making the same mistakes as past initiatives like UDDI.
-
Famo.us JavaScript Library Goes Open Source to Public, Brings Free Lessons to Community
Almost 3 years after its initial launch, the JavaScript development framework Famo.us has been taken open source to the public. Providing an open source 3D layout engine integrated with a 3D physics-based animation engine that can render to DOM, Canvas, or WebGL, Famo.us wants to help HTML5 reach its original vision.