Links for May 20th through May 23rd

  • 5 Weeks of Go – In my opinion the Go designers have done an excellent job of blending the flexibility and convenience of a scripting language with the performance and safety of a strongly typed compiled language
  • Google Beats Oracle Patent Claim – Google on Wednesday was cleared of charges that it had infringed Oracle's Java patents, ending the second major phase of the trial.
    "Today's jury verdict that Android does not infringe Oracle’s patents was a victory not just for Google but the entire Android ecosystem," a Google spokesperson said in an emailed statement.
  • Mocha – the fun, simple, flexible JavaScript test framework – Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases
  • JRuby Core Team Members Enebo and Nutter Moving to Red Hat – Breaking news! At JRubyConf 2012, it has just been announced that JRuby core team members Thomas Enebo and Charles Nutter are moving from Engine Yard to open source giants Red Hat.
  • Palantir, the War on Terror’s Secret Weapon – Businessweek
  • Even in the red, StockTouch makes stock market look good – (One of my personal favorite apps) – StockTouch is visually very pleasing, and the ease of interacting with it makes understanding complicated financial information a snap. It’s also successful in its ability to present users with the big picture of the world of finance at any given moment
  • I took Hanselman’s advice and now look at me… – About a month ago, I watched Scott Hanselman's awesome productivity talk, It's not what you read, it's what you ignore, and it spurred me to take a hard look at my daily Internet usage. As a result I've finished several projects that were previously languishing on my todo list, and I've improved my focus.
  • sipml5 – The world’s first HTML5 SIP client – Google Project Hosting – This is the world's first open source HTML5 SIP client (May 12, 2012) entirely written in javascript for integration in social networks (FaceBook, Twitter, Google+), online games, e-commerce sites… No extension, plugin or gateway is needed. The media stack rely on WebRTC.
  • Tech Talk: the Hedgehog Programming Language – The Palantir Finance programming language — Hedgehog as we know it — is an interpreted, statically typed, object-oriented language. With a syntax that’s based loosely on Java, it mixes roughly Java-style semantics and a few idiosyncrasies that make it a really interesting case study in language design. It’s built to be extremely efficient for batch operations on time series, which is the heavy lifting in financial analysis.
  • Palantir Sysmon – lightweight platform monitoring for Java VMs – Sysmon is a lightweight platform monitoring tool. It's designed to gather performance data (CPU, disks, network, etc.) from the host running the Java VM. This data is gathered, packaged, and published via Java Management Extensions (JMX) for access using the JMX APIs and standard tools (such as jconsole or jmxtrans).
  • High Scalability – High Scalability – Startups are Creating a New System of the World for IT – We are still figuring out the New System of the World for IT. What was strange just a few years ago is now commonplace. Many discoveries and innovations wait to be made, it will never be complete, but the path has been set. 
Advertisement

Links for October 23rd through October 26th

  • JetBrains AppCode: an Objective-C IDE That Makes a Difference – AppCode is a new Objective-C IDE for developers building apps for Apple devices such as Macs, iPhones & iPads.
  • Codify – Make Anything on your iPad. – Codify for iPad lets you create games and simulations — or just about any visual idea you have. Turn your thoughts into interactive creations that make use of iPad features like Multi-Touch and the accelerometer.
  • Gitbox – The version control app on a Mac – Gitbox is a simple yet powerful Git repository manager.
    Beyond one-click commit, push, pull and rebase, it gives you
    unique features like search in history and undo for Git commands.
  • Open source: The antidote for "too big to fail" | opensource.com – Open source represents a profound paradigm change to the way software is developed, deployed, and managed. But it also represents the most effective, efficient, and reliable way to ensure that the enterprise itself can evolve to address continuously changing requirements, environments, challenges, and opportunities. Open source software is the antidote to "too big to fail." It is a way to create mission capability that anticipates the future, and thereby creates the future.
  • Here’s how Apple could finally put the “TV” in Apple TV – SplatF – So Apple needs to be able to say: This is the best machine in the world for watching all the television you already love. And it does all this other cool stuff. That’s a winner. (That’s the approach Apple used for the iPhone.)
  • Jasmine: BDD for your JavaScript – Jasmine is a behavior-driven development framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
  • Ext GWT 3.0 Developer Preview 5 – The Ext GWT team has been hard at work on Ext GWT 3.0 and we’re happy to announce the availability of Ext GWT 3.0 PR5. This will be the last developer preview release as we move toward our 3.0 beta releases.
  • Atom Hopper – open source ATOMPub server for accessing, processing and aggregating ATOM entries – Atom Hopper is an open source ATOMPub server for accessing, processing and aggregating ATOM entries. Atom Hopper was designed to make it easy to build both generalized and specialized persistence mechanisms for ATOM XML data, based on the ATOM Syndication Format and the ATOM Publishing Protocol.
  • Getting started with Atom Hopper – a Java ATOMPub server based on Apache Abdera | Giant Flying Saucer – I’ve been blogging lately about Apache Abdera and ATOM. ATOM can be used for a lot of things and is very flexible. Today I want to introduce you to a new ATOMPub server called: Atom Hopper.