Category Archives: Programming

Programming, any language goes here

Ruby Benchmark String Concat versus Array Join

I was reading about string concat in ruby and found the need to do some.  before I jumped in, I ran a benchmark that was fairly surprising.  Figured I’d share. require ‘benchmark’ n = 2000000 Benchmark.bm do |x| str1 = … Continue reading

Posted in Programming, Ruby | Leave a comment

Scss Sass Opacity Plugin

I was looking for a good cross-browser plugin up front.  Here’s what I found, which is a good sass mixin for opacity.  There is probably a syntax converter, but I don’t think(?) I have one installed.  I was looking for … Continue reading

Posted in CSS, Programming, Rails, Ruby, SASS, Web | Leave a comment

Personally, I Do Care

Here’s to you coders. I’m not sure why I do it, but I take my code personally. I try to own everything I do. I feel that owning our product would be best if we all worked this way. When … Continue reading

Posted in Personal, Programming, Rails, Ruby, Web | 1 Comment

Google’s New Gmail Look

I don’t know about you guys, but I’m certainly in disgust at Google’s failing attempt to bring Gmail to Google+ style. It looks horrible and it makes me really sick (Kind of like some motion sickness I think, never had … Continue reading

Posted in Personal, Web | Tagged | Leave a comment