Posts about open source
Categories
- May 28 2013
Exploring Reusability with D3.js
The D3.js JavaScript library frequently comes up across our adventures in data visualization. Those who read the tutorials or spend time on the mailing list will likely notice frequent use of the term “reusable” when it comes to creating visualizations with the library. There’s a lot of meaning packed into that word, so we wanted […]
Continue ReadingExploring Reusability with D3.js - May 02 2013
Open Peer and the Frontiers of WebRTC
At Bocoup, we love working on the latest problems in front-end development such as parallel processing, best practices in web application development, and media-rich experiences. This is why we consider the folks at HookFlash kindred spirits; they have made browser-based peer-to-peer communication their “thing”. We recently had the privilege of working with the HookFlash team, […]
Continue ReadingOpen Peer and the Frontiers of WebRTC- Tagged in:
- open source,
- web standards
- Apr 09 2013
Announcing OpenGenderTracker
Computationally Tracking Gender Balance in News Content with Open Web Technologies Last fall, the Knight Foundation granted us from the Prototype Fund to build OpenGenderTracker, a suite of open source tools for analyzing and visualizing gender representation in journalism through the examination of pronouns in bylines and news content. Bocoupers Irene Ros and Adam Hyland […]
Continue ReadingAnnouncing OpenGenderTracker- Tagged in:
- data analysis,
- data visualization
- Mar 05 2013
Getting Started with Mozilla Gaia
Mozilla recently announced FirefoxOS, an innovative project for mobile devices that uses Open Web standards to write UI and applications in HTML, CSS, and JavaScript. The team at Mozilla has done an incredible amount of work connecting a version of Gecko made specifically for the mobile operating system, to Gaia, the web technology-driven UI of […]
Continue ReadingGetting Started with Mozilla Gaia - Feb 25 2013
Open Source Everything: Working with the jQuery Foundation
One of the awesome things about being a Bocouper is being able to use a quarter of your time to explore and work on open source. Whether it’s just trying out new tools or regularly contributing to a large project, it’s a great way for us to improve and give back to the technologies we […]
Continue ReadingOpen Source Everything: Working with the jQuery Foundation- Tagged in:
- open source
- Feb 20 2013
Making a RapBot with JavaScript
This post talks about the development of RapBot, my freestyle 80s battle rap generator. You might want to see it in action before reading on, and you can check out the source code here. For the past year I’ve been using the Wordnik API in my projects to generate random words. I’ve made extensive use […]
Continue ReadingMaking a RapBot with JavaScript- Tagged in:
- tools and workflow
- Feb 18 2013
Tearing Grunt Apart
Introducing Grunt v0.4 For the last nine months, I’ve been working with Ben and our team of fantastic contributors to modularize the Grunt codebase. Today, we’re happy to announce that Grunt v0.4 has been published to npm. Hold on to your hats, a lot has changed! Architectural Improvements The primary focus of this version can […]
Continue ReadingTearing Grunt Apart- Tagged in:
- open source,
- performance,
- tools and workflow
- Jan 14 2013
Realtime Node.js App: Building a Server
This post is the third in a three-part series describing our investigations into scalability for a second screen application we built for PBS. You can read the series introduction here. Being familiar with the stress testing procedure is all well-and-good, but that knowledge won’t really help you unless you have a server to test. In […]
Continue ReadingRealtime Node.js App: Building a Server - Jan 03 2013
Realtime Node.js App: Stress Testing Procedure
This post is the second in a three-part series describing our investigations into scalability for a second screen application we built for PBS. You can read the introduction here. This guide assumes you have a production server up and running. If you need help getting there, check out the final post in the series for […]
Continue ReadingRealtime Node.js App: Stress Testing Procedure - Dec 18 2012
Realtime Node.js App: A Stress Testing Story
This post is the first in a three-part series describing our investigations into scalability for a second screen application we built with PBS. You can read more about the project in the series introduction here. Some Background We built the Map Center second-screen application in Node.js with the help of a number of open-source libraries. […]
Continue ReadingRealtime Node.js App: A Stress Testing Story