Quote for 2013-12-16

HOWTO: Open Your Work from Sublime in Chrome with a Key Command In Sublime Text, go to Tools > Build System > New Build System. A new tab will open in Sublime Text named untitled.sublime-build, with the following text in it: { “cmd”: [“make”] } If you use a Mac, replace it with the following: { “cmd”: [“open”, “-a”, “/Applications/Google Chrome.app”, “$file”] } Save the file. Name it Choose Browser.sublime-build. Sublime Text should be smart enough to put it in the right place for you, but if it doesn’t, save it to the following locations: ...

Dec 16, 2013 · Christopher Boette

Hey, I remembered a Title Today

Day 22 of MakerSquare. Friday is Tie Day. Project/catch up day. In addition to working more with riot.js, I built a video playlist manager in Javascript. It’s similar in style and functionality to what we had earlier built with Rails. I’m curious about the advantages and disadvantages of using JS versus Rails for web applications. I imagine that considerations of scale and functionality may be factors. Didn’t get into much Rails work today but, wow, I watched a lot of the new videos from Ruby Conf 2013. Key takeaways from those: leave cryptography to the experts; I’ll better understand garbage collection in the future; there’s a wrapper for git for users of Github [conveniently called hub]; running Ruby on robots looks both easy and fun; and programs like MKS rule. ...

Dec 14, 2013 · Christopher Boette

Yoga & Researching Array#each This Weekend

Day Two at MakerSquare. First full day of class. Front end in the morning: Mostly stretching the HTML/CSS muscles and practicing pair programming. Realized that float:left and float:right size the element down to the width of the child element - light bulb! Starting to scratch the surface of best practices, from using “-u” in the initial git push to writing in the present tense for git messages. And, enjoyably, making the Sublime Text experience even more awesome by tweaking settings and learning shortcuts. ...

Nov 13, 2013 · Christopher Boette