Coreos & Docker, great presentation

Found this inspriing presentation from a Chicago Docker meetup: http://www.mediafly.com/news/karl-grzeszczak-september-docker-presentation from: Chicago Docker – September 2014 at Mediafly Thursday, Sep 25, 2014, 6:00 PM http://www.meetup.com/Docker-Chicago/events/204992852/ by: Karl Grzeszczak: on Twitter @karl_grz and his website http://karlgrz.com/. It linked to this amazingly well done animation on RAFT consensus and how it works: http://thesecretlivesofdata.com/raft/ Also linked a great blog post: http://lukebond.ghost.io/deploying-docker-containers-on-a-coreos-cluster-with-fleet/ And here are some of the “main” coreos repos: https://github.com/coreos/etcd After digging up a bit on the presenter, he also had this interested post:
Read More →

Life Changlingly Good TED Radio Hour: “The Source of Creativity”

http://www.npr.org/programs/ted-radio-hour/351538855/the-source-of-creativity Basic summary: “everyone is and can be creative: you just have to be fearless about failing, and practice a bunch.” Led to this understanding by my art-teacher mother, since early childhood I’ve been saying something pretty similar. Creativity is wonderful, amazing, useful, freeing, and fun… but it’s not rare. Being creative is a skill, available to everyone. It doesn’t have to be “Art” (note the capital A) nor innovation. It doesn’t have to be shared.
Read More →

Meteor 0.9.2-rc1 is fun to play with, Cordova support functional

Last night I started playing with `meteor –release 0.9.2-rc1` which you can read about and play with too; check it out here: https://meteor.hackpad.com/Getting-Started-With-Cordova-Z5n6zkVB1xq It’s wonderful! The local development and hot-code-push is a great improvement over any other solution I’ve been using. Builds were painless (mostly). Most of my stumbling points were due to 9x, not the new Cordova stuff. A few interesting details… Cordova gets built here: So far, nothing easy in regards to configuring Cordova, but I’d guess we can edit the config.
Read More →

Meteor Core Cordova Support – Alpha Release is out

We’ve been watching this for a while, but now the first Alpha release is out for Meteor + Cordova built into the core. SWEET! Watch the DevShop Presentation on it here: https://www.youtube.com/watch?v=zzNoXbv1DX4&feature=youtu.be&t=24m And here are instructions to get it going and play with it: https://meteor.hackpad.com/Getting-Started-With-Cordova-Z5n6zkVB1xq Also, just an update, MeteorRider is still a strong and simple option for getting Meteor into Cordova (DOM hijacking), but I’m also checking out another great looking option is Cordova Loader (builds all Cordova assets into the public folder of Meteor).
Read More →

Testing tools for Old OS & Browser Combos

Lots of us have to trace down odd bugs and test things on different browsers and OS combinations… Of course, the worst of which is “various versions of IE” on “various versions of Windows”. It seems crazy, but the same version of IE can behave differently on a different version of Windows. The two best solutions I’ve used are: http://www.modern.ie/en-us/virtualization-tools [free, vm locally] and http://www.browserstack.com/ [costs, web based] I just got assigned a crappy bug ticket on IE8 + WinXP and had to dust this off again… thought I’d send out a post, see if it helps others and triggers a discussion which might help me out too.
Read More →

Great advice from Arunoda “Just Contribute!”

http://readme.lk/noticed-tech-crowd-interview-arunoda-susiripala/ This advice might be aimed at people who already consider themselves developers, but there’s a nugget in there that’s perfect for anyone who is interested in getting started… Pick some open-source project, probably a smaller one, that does something you’re interested in. Maybe it’s something you tried out and used. Maybe it’s something you tried out and it didn’t work out. Maybe it’s something you looked at and didn’t understand.
Read More →

Meteor + PhoneGap/Cordova (Roundup – Fall 2013)

UPDATE: see meteor-core-cordova-support-alpha-release-is-out (2014-08-25) for new information About Meteor and PhoneGap / Cordova Meteor is a rapid server/client development framework, written in JS – makes very interactive apps easy to build. http://meteor.com PhoneGap / Cordova is a project to allow developers to use HTML, CSS, and JS to build mobile apps for all major devices. http://phonegap.com Basics of Integrating Meteor + PhoneGap / Cordova The basic idea here is to use PhoneGap / Cordova to create a mobile App on several different platforms at once and it gives device hardware access; then “load” your Meteor application, which handles all of the rest of whatever you want your app to do.
Read More →

MOSSCON 2013 was lots of fun

I had a great time attending and presenting at moscon. http://mosscon.org/ May 18 – 19, 2013 | University of Louisville | Louisville, Kentucky I know it was a lot of work for the people who set it up, but you did a great job and I look forward to attending again in another year. (if I present again next time, my slides will be more readable, I promise…)
Read More →

Windows + Linux guy, switching to OSX

I have recently switched to Mac full-time, coming from a Windows/Linux background. <ul> <li> Take Screenshots: Capture an image of what you see on your computer screen </li> <li> Record Screencasts: Record up to 5 minutes of onscreen video + audio </li> </ul> <div> <a href="http://www.techsmith.com/jing.html">http://www.techsmith.com/jing.html</a> /<br /> <a href="http://www.techsmith.com/jing-features.html">http://www.techsmith.com/jing-features.html</a> </div> <div> <img src="http://content.screencast.com/users/alanblount/folders/Jing/media/fc0ef87d-f0b2-4b6b-90db-603d581c837a/00000089.png" alt="Inline image 2" /></p> <p> <img src="http://content.screencast.com/users/alanblount/folders/Jing/media/e92b706f-dda9-405e-a2a3-ac346423ffe4/00000090.png" alt="Inline image 3" /></div> <div> <span style="font-size: x-large;">Alfred &#8211; free / can pay for extra features</span> </div> <ul> <li> Increase your productivity<br /> by launching apps with shortcuts </li> <li> Instant access to<br /> web searches, bookmarks<br /> & more </li> <li> Browse and play music from your<br /> iTunes library<br /> quickly </li> <li> Perform actions<br /> =96 copy, move & email files & folders </li> <li> Ward off RSI<br /> =96 skip using the mouse with easy shortcuts </li> </ul> <div> <a href="http://www.
Read More →