My Favorite Open Source Security Tools

So working at GitHub it is no surprise I believe in and use a lot of open source software. I think especially for security this makes sense, for a number of reasons: We need tools we can trust, so transparency is key We need tools we can modify, since we often need things that don’t exist We need tools that are cross platform And the list goes on. I try to support these projects, with code, with feedback, with use, and sometimes, with praise....

January 18, 2014 · 3 min · Scott J Roberts

The Importance of Mentoring

I’m a big believer in mentoring. Classes are great, self learning is hugely important, but there are few things that help someone grow as much as having someone a little bit farther down the road to give a little bit of guidance. I’ve been lucky enough throughout my life to have had many mentors in a number of aspects of my career and life. These people have been invaluable. I’m not the only one....

January 15, 2014 · 2 min · Scott J Roberts

Pretty JSON is Pretty (Useful)

So as initially suggested I haven’t been good about blogging yet. I’ve been quite busy with work. But I did want to pass along one small tip I’ve picked up. A lot of the work I’ve been doing has been a combination of Ruby/Python and command line data parsing. In much of this shell I’m working through JSON documents on the command line, often using commands like: $ cat foo.txt | grep “foo” | sort | uniq I’ve learned a lot about composing commands and the beauty of the Unix philosophy, it’s been great....

January 14, 2014 · 2 min · Scott J Roberts

My First New Post

So after a lot of harassment by the likes of Ben Balter and some other GitHubber’s I’ve decided it’s a good time to learn Jekyll and GitHub Pages, along with the wonderful Hyde library for style points, and start a blog. I’ve largely been terrible about blogging, but frankly I think I’ve never had quite such a good handle on what interests me and how to talk about it, so here’s hoping this one goes better....

January 6, 2014 · 1 min · Scott J Roberts