Archive for the ‘Uncategorized’ Category

Going to Mountain West Ruby Conf 2012

Tuesday, March 13th, 2012

Tomorrow I’m heading out to Salt Lake City for #mwrc. It was my first Ruby conference and it’s still my favorite. The session line up looks great.

See you there.

mtnwestrubyconf.org

American Censorship Day

Tuesday, November 15th, 2011

SOPA is getting hearings today (Nov 16th). So I added the censorship banner for the day.

http://americancensorship.org/

Mirah Talk at Boulder Ruby Group

Wednesday, May 18th, 2011

Tonight I spoke about Mirah at Boulder Ruby Group. It went well and people had a lot of good questions for me. I found answering questions about Mirah to be really fun, especially now that I’m starting to get a better handle on the language and tool chain.

Here’s my slides.

Links

Rails BugMash This Saturday

Friday, May 6th, 2011

@_prakash and I are hosting a Rails BugMash at Gnip’s offices from 11-5. Hopefully it will be a lot of fun and we’ll mash some bugs. Squash them even. More seriously, it’s a good way to get involved with open source by getting together with a group of friendly people who know something about contributing or are interesting learning about it.

It’s registered on plancast at http://plancast.com/p/4yvw

You can read more about how bug mashes have been done in the past at RailsBridge’s Wiki page on them. Rails’ own contrib guide is also a fairly good resource for getting started.

Zounds!

See everybody tomorrow.

Mountain West Ruby Conf

Tuesday, March 22nd, 2011

Badge & Breakfast

Mountain West Ruby Conf last week rocked. It was well organized as always–props to Mike Moore(@blowmage) for putting it together and Confreaks for recording it and all the other people who made it the awesome conf that I like coming to every year(e.g. Jeremy Nicoll-Smashing Photographer).

CHE-UP my friends.

More seriously, Zed’s talk made me think more carefully about my open source contributions in terms of who benefits from my work. Am I just a sucker for working on stuff like Dubious or am I just doing it because I find it interesting and engaging. I think he crafted a really good talk and a good meme(CHE-UP) and made a good point about being aware of the motivations behind projects you contribute to. Now I just need to find some suckers/contributors to help me with my plans for world domination ;).

Mind Monkey Patching

David Brady’s talk about head hacking reminded me that I need to finish Pragmatic Thinking & Learning, a good book I’ve been reading off and on for more than 6 months now. I need to try using that crazy cat picture (the one with too many eyes) to trigger hardware interrupts at interesting times. Might be fun.

“Web” Development

Wayne Seguin’s talk was very topical as MWRC is my favorite conference to meet new and interesting Rubyists. I feel like I did some definite “web” development while I was there. I met new people and spent more time getting to know better some of the people in the community I’d met at other conferences.

I came away from the talk feeling inspired to do more looking at teaching and mentoring, something I looked at a little at RubyConf.

Concurrency

Concurrency was a big theme at the conference with Ilya Grigorick talking about more advanced concurrency models, and Preston Lee presenting about using the GPU and CUDA to solve embarrassingly parallel problems.

Ilya talked about the Actor model, which Erlang uses as well as Pi-Calculus/CSP which is what Go uses. Both deal with concurrency by providing constraints on what you can do within them. Interestingly, their constraints are very similar, but have different abstractions with regard to what is named.

In the Actor model,

  1. Name every process
  2. Every process has a mailbox
  3. Communicate via messages

In the CSP,

  1. Processes are anonymous
  2. Every channel has a name
  3. Processes communicate over channels

He wrote a gem that acts like CSP called agent

 

5K

I ran in the 5k. I slept through it last year and decided that I had to do it this year. There were 13 of us. It was very dramatic.

Rounding the last corner

Rounding the last corner (pic by smashingshots.com)

I think I was last.

Mirah & Dubious

Mirah and Dubious were represented. I did a lightning talk on Dubious Thursday and Joe O’Brien showed off what is going on with Pindah as part of his Ruby on Android talk. I got to introduce a few people to Mirah and Dubious which was pretty cool. It seems like people are getting more interested in Mirah and projects written in it, which I think is pretty awesome.

Some other thoughts

Redis is a pretty cool project that I’d like to look at more than I have.

Wood cuts make for nifty slides.

Figs are killer.

 

Thanks again everybody for a great conference.

 

 

 

Cupping It Up at The Cup

Monday, November 22nd, 2010

I brought my cup to The Cup, so I could drink my cup of latte from The
Cup
in my own cup that I got from the Museum of Science and
Industry
. It’s got the periodic table on it. I fancy it looks quite spiffy.

2010-10-29_14-38-23_921

Food of the Last Few Weeks

Sunday, November 21st, 2010

Cook’s Illustrated, who I have a love-hate relationship with, has a
seriously awesome cookie recipe. Just look at these suckers.

Cookies In Rows

Sara made these a while back and they turned out so good, we had to
make a second batch. I took it to work. Sorry, I don’t have any pics
of the bounty there–the morsels were eaten too quickly. Here’s the
best I can do:

Cookies, Eaten

I roasted some venison, which turned out a bit bloody and was too gamey
for Sara. But me and the dog liked it a lot. I really like roasting
things; I’m a little obsessive about it(ask anybody whose had my chicken). And, my favorite roasting
author is Barbara Kafka. If you stick large hunks of meat into ovens
from time to time, you should really check out her philosophy. I’m a
convert.

DSC06172

Also, I did some stir fry from frozen veggies + bacon, because bacon makes everything better. Sara cooked some gyoza to go along with it. It was really easy.

DSC06211

The next morning I made fried rice with the leftover rice, I think it turned out rather well. And, the smily face out of sriracha hot sauce, gives it that extra oomph.

Happy Fried Rice

R2 Droid 2 Unboxing

Tuesday, October 19th, 2010

I got a new phone a couple weeks ago. w00t. Behold the unboxing photos!

The Box

Opening the box

Look At All The Wonderful Accessories

Behold the R2D2esque Back

It Even Comes With a Dock

Right Scale API gem

Sunday, October 10th, 2010

I was frustrated with the client libraries available for the RightScale API, so I wrote my own. It’s reasonably complete, but doesn’t currently have tests.

Mostly it arose out of a need to automate things and my desire to make something pretty clean.

I didn’t like the API’s of the existing libraries much, so I wrote my own.

It is fairly bare bones at this point, but I have been using it for a few months and it works for me.

Check it out:

github.com/baroquebobcat/right-scale-api

Further reading/References(Others’ Right Scale API gems & libraries):

github.com/robertcarr/RightAPI — not a gem yet

github.com/moneypools/right_api — little in the way of docs, feels pretty raw

github.com/joshuabates/rightscaler — pretty neat, activeresource based, have not tested though

github.com/dmichael/rightscale-api — uses httparty, missing most of the objects available

github.com/ktheory/rightscale_api_wrapper — not gemified, not great

github.com/stewartmckee/Rightscale-API-Gem — fuller implementation, but since it doesn’t use httparty, restclient, or activeresource, the source is really verbose

Mountain.rb

Thursday, October 7th, 2010

Today and tomorrow I’m going to be hanging out at the mountain.rb conference.

First up today is Jim Weirich doing a talk called To Infinity and Beyond. It should be fairly epic.

In other news I got a smart phone finally. It’s R2D2.