mattconnolly.wordpress.com
Happy Holidays | Matt Connolly's Blog
https://mattconnolly.wordpress.com/2013/12/23/happy-holidays
Matt Connolly's Blog. My brain dumps here…. On 23 December, 2013. This is a quick happy holidays and thank you to all the people and companies that have done great things in 2013. In no particular order:. I’ve enjoyed many a podcast episode this year. My favourites are the Edge Cases. Thank you all for your hard work putting your respective shows together. Your efforts are greatly appreciated, and I hope you are getting enough out of it so that it’s worthwhile continuing in 2014! Has helped me improve in...
mattconnolly.wordpress.com
Ruby Tuples (and file scanning) | Matt Connolly's Blog
https://mattconnolly.wordpress.com/2014/04/19/ruby-tuples-and-file-scanning
Matt Connolly's Blog. My brain dumps here…. Ruby Tuples (and file scanning). On 19 April, 2014. I enjoyed Andrew Pontious’s recent episode of Edge Cases podcast talking about tuples. I’m doing a lot of Ruby these days, so I thought I’d add my two cents worth about using tuples in Ruby. It’s true that there is no separate tuple class, but Ruby arrays can do everything that tuples in Python can do. To assign two variables, you can do:. Which is equivalent to:. Which is equivalent to:. Python’s list c...
mattconnolly.wordpress.com
A year with ZeroMQ + Ruby | Matt Connolly's Blog
https://mattconnolly.wordpress.com/2014/04/28/a-year-with-zeromq-ruby
Matt Connolly's Blog. My brain dumps here…. A year with ZeroMQ Ruby. On 28 April, 2014. It was a year ago since my first commit. A Ruby bindings gem for ZeroMQ. Which wraps the higher level CZMQ. I don’t recall exactly how I first heard about ZeroMQ, but needless to say, I got interested and started reading up on it. At the time, I discovered there were three gems for using ZeroMQ in ruby:. 8211; a binding using FFI, which is compatible with Ruby, Rubinius and JRuby. Gem since it was so old. The. And to ...
mattconnolly.wordpress.com
Ease out, you’re making me wait! | Matt Connolly's Blog
https://mattconnolly.wordpress.com/2013/06/17/ease-out-youre-making-me-wait
Matt Connolly's Blog. My brain dumps here…. Ease out, you’re making me wait! On 17 June, 2013. I hate waiting for ease out animations to finish. When there is an ease-out, there is no boom. No event. No done. No “the animation has finished you can start interacting with the machine again.” You just look and go, “Oh, that looks nice.” and then think “Are you done? When can I do? The purple line is a linear function: y = 1-x. Larr; Building Ruby 2 in SmartOS. ZeroMQ logging for ruby apps →. My head Hertz 2.
mattconnolly.wordpress.com
Using ZFS Snapshots on Time Machine backups. | Matt Connolly's Blog
https://mattconnolly.wordpress.com/2013/12/12/522
Matt Connolly's Blog. My brain dumps here…. Using ZFS Snapshots on Time Machine backups. On 12 December, 2013. I use time machine because it’s an awesome backup program. However, I don’t really trust hard drives that much, and I happen to be a bit of a file system geek, so I backup my laptop an iMac to another machine that stores the data on ZFS. Starting a new backup is a pain, so what do I do? I have a script, which looks like this:. My current list of snapshots looks like this:. Matt@vault: $ zfs list...