Posts tagged with: "open source"

Looking Ahead: 2012 at Intridea

By Renae Bair January 3, 2012 in open source, future, new year, 2012, 2011

Small

2012 is here and Intrideans celebrated the end of one year and the beginning of another across the world - in Shanghai, NYC, DC, San Francisco, Italy, and places in between.

We could write a customary "year in review" post detailing the various milestones we met in 2011; how Inc 500 rated us as the 33rd fastest growing privately-held software company in the country; or we could talk about the explosive growth of our team and how we penetrated the enterprise software market with a new suite of enterprise collaboration tools. Or we could talk about how our talented design team has been racking up awards all year.

But we won't do that. Because although we're incredibly proud of our growth and achievements in 2011 and would love the chance to rant on about them we realize that you've probably already heard enough about them. So instead we're going to look 2012 directly in the eyes and and share with you what we see:

Announcing OmniAuth BrowserID

By Michael Bleigh December 21, 2011 in open source, announcement, omniauth, browserid

Small

I've been following the progress of Mozilla's BrowserID for some time now, and I'm a big fan. Having dove much deeper than most into the quagmire of fragmented authentication I've reached the same conclusion that Mozilla has: ultimately, authentication is a function that should belong to the user agent.

OmniAuth 1.0: Auth for All

By Michael Bleigh November 2, 2011 in announcements, open source, omniauth

Small

Today I'm happy to announce that OmniAuth version 1.0.0 has been released into the wild. The result of more than a month of heavy development, the newest version of OmniAuth brings along with it a slate of new features, a whole new structure, and the tools to let OmniAuth be your only authentication library. The one thing that hasn't changed is OmniAuth's mission: to assume nothing about how your app works and what you want to do with authentication.

Sketch.js: HTML5 Canvas Sketchpads for Whyday

By Michael Bleigh August 22, 2011 in open source, announcement, javascript, coffeescript,

Small

Last Friday I decided to celebrate _whyday by taking a departure from my normal open source path and writing some Javascript (well, technically Coffeescript). So today we're announcing Sketch.js, a simple jQuery library to enable HTML5 Canvas "sketchpads" for any web application.

10 Tips For Open Source Citizens

By Michael Bleigh August 11, 2011 in open source, tips, lists, open source citizenry

Small

You might think there's not really anything to being a good user of open source. Install the library, use it how you need it, and move on. And honestly, for the most part that's a fine thing to do. But if you want to be more than one of the silent users, if you want to help the projects you use just by using them, there are lots of ways to do it. You could become a vital part of pushing forward your favorite open source projects without ever altering a single line of code.

GemNotifier Goes Open Source

By Roc Yu July 8, 2011 in rails, ruby, open source, announcement, gems, sparktime

Small

In April, I announced GemNotifier, a new Intridea SparkTime project. GemNotifier is a web app I created to send notifications to users when the gems they subscribe to are updated.

Today, I'm excited to announce that we are open sourcing GemNotifier. At Intridea, we have a long history of support for open source development, and we make every effort to open source tools and projects that can be of use to the greater development community.

RefactorMyCode Goes Open Source

By Renae Bair July 7, 2011 in open source, announcement, refactormycode

Small

Earlier this week we gave you some updates on the RefactorMyCode project that we took over from its creator, Marc-André Cournoyer this April. When we made the announcement that we were taking over RefactorMyCode.com, we let everyone know that we intended to open source the project eventually. That day has come!

RefactorMyCode: Updates

By Andy Wang July 5, 2011 in open source, refactoring, gems, refactormycode

Small

A few years ago, I found RefactorMyCode.com by accident while searching for programming tips. I registered on the site right away because I liked the way it fostered sharing code with other programmers. It was a strong community that I wanted to be a part of.

Three months ago when I began my career at Intridea, I was prompted to select a SparkTime Project to work on in my spare time. At Intridea we are encouraged to work on interesting projects as often as we can. The SparkTime initiative allows us to organize our efforts and team up to accomplish things more efficiently. I was surprised when I found that RefactorMyCode was on the SparkTime list, so I signed up happily to help out.

RailsConf To Go: OmniAuth from the Ground Up

By Michael Bleigh May 31, 2011 in ruby, open source, railsconf, omniauth

I had the opportunity to speak at RailsConf 2011 about OmniAuth, outlining some of the reasoning behind it as well as some current and upcoming features of Intridea's own "authenticate with anything" middleware. While the session wasn't video recorded, a little trick I've picked up is to run a screencasting program in the background while I present to generate a "poor man's Confreaks" version of the talk. Well, that's exactly what I've done for OmniAuth: From the Ground Up!

You Should Be An Open Source Developer

By Michael Bleigh April 28, 2011 in open source, opinion, open source citizenry

For a software developer there are essentially two paths to extremely enviable positions of respect in the community: either you can be the tech genius behind a multi-billion dollar startup or you can release open source projects that thousands (not millions) of developers find useful. Guess which one is easier to accomplish?

Why Open Source Company Culture is Important

By Michael Bleigh April 22, 2011 in open source, opinion, open source citizenry

Small

Companies have many ways to benefit from an open source culture. While many arguments can be made about the philisophical implications of choosing to contribute to the open source community, at the end of the day philosophy isn't going to persuade any CEO to adopt open source. The real reason that open source culture is important to a business is because it's a business decision that can bring many real-world advantages over the proprietary-focused alternatives.

RefactorMyCode Lives on... with an Open Source Version Coming Soon!

By Jon Bishop April 18, 2011 in open source, refactormycode

Small

Intridea has taken over RefactorMyCode from Marc-André Cournoyer. We will continue to maintain the site and also will be posting an open source version to our Intridea Github account by the end of the week.

RailsWizard Reimagined

By Michael Bleigh March 21, 2011 in rails, open source, railswizard

RailsWizard v3 brings unprecedented ease to the rapid generation of new Rails applications via its unique template builder system.

Announcing Profanity Filter for Rails

By Adam Bair March 17, 2011 in rails, open source, gem, profanity

I'm pleased to announce Profanity Filter for Rails. This gem filters undesirable words from text and displays a friendly version. Filtering is non-destructive by default but has the option of replacing the original text. It's based on a dictionary that is customizable so you can add additional words as needed.

Is Copyleft Really Right for Open Source?

By Michael Bleigh December 7, 2010 in open source, opinion, copyleft

There's a problem in the software development world, a practice that breaks down the free and open exchange of information. This practice is widespread throughout the software development world and can lead to a lock-in mindset that is damaging for the advancement of the community as a whole. I'm talking, of course, about copyleft licenses such as the GPL.

OmniAuth: Flexible, Unassuming Multi-Provider Authentication for Rack

By Michael Bleigh October 4, 2010 in open source, announcement, rack, middleware, authentication, omniauth

The web application landscape has changed drastically in the past year or two. Where once every site was a silo unto itself and could reasonably expect users to create a unique login and password for each site, it is now a different story. I sigh every time I have to fill out yet another registration form, wishing instead for a simple "Connect with Facebook", "Sign in with Twitter", or "Log in with OpenID". At the same time, services are more interconnected than ever. One of the best ways to increase the popularity and viability of a new service is by piggybacking it onto the existing user bases of apps such as Twitter, Facebook, and Foursquare.

New Twitter Button Gem from Intridea

By Jonathan Nelson August 12, 2010 in open source, twitter, gem

This week Twitter launched the official “Tweet Button,” a button for website owners to count RT’s and let readers easily share content. Mashable was first to report on this shiny new button, but we’re the first to release a Ruby on Rails gem for your next project.

MultiJSON: The swappable JSON handler

By Michael Bleigh June 14, 2010 in open source, announcement, gem, json, yajl, multi_json

As library authors it is our duty to try to support as large a part of the community as possible and do so in a friendly manner. To that end, today we’re releasing MultiJSON, a simple library that allows you to seamlessly provide multiple JSON backends for your library with intelligent defaulting.

AuthButtons: Free and Open-Source Web Logo Icons

By Michael Bleigh June 1, 2010 in open source, design, logos, authentication

OAuth2 Gem: Just in Time For Facebook's Graph

By Michael Bleigh April 22, 2010 in open source, facebook, api, announcement, oauth, oauth2

Presently Chrome Extension

By Renae Bair January 29, 2010 in open source, presently, release, chrome, extensions

Simple Mustache JSON Serialization

By Michael Bleigh January 21, 2010 in ruby, open source, announcement, javascript, mustache, json, serialization

Announcing Fu-fu: The Profanity Filter for Rails

By Adam Bair June 6, 2008 in rails, ruby, open source, plugin, fu-fu, profanity, filter

Open-sourcing Scalr

By Dave Naffis April 2, 2008 in mediaplug, scalr, open source

Two from Intridea in Top Ten of October Rails Hackfest

By Chris Selmer November 12, 2007 in rails, open source, hackfest