-
Recent Posts
Recent Comments
- Mark Webb on Git For Windows Developers – Git Series – Part 1
- Cherif on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on Git For Windows Developers – Git Series – Part 1
- sb22 on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on A very good introduction to TDD, NHibernate, DDD, NUnit
Archives
- June 2011
- September 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
- .NET
- Agile
- agile project management
- altnetconf
- apache
- apple
- ASP.NET
- ASP.NET MVC
- Automated Build
- Ayende
- bash
- blogging
- Blogs
- Books
- C#
- castle
- charity
- community
- Community Server
- continous integration
- Continuous Integration
- CruiseControl.NET
- Design Patterns
- DotNetNuke
- Events
- firefox
- friends
- funny
- gems
- git
- gitosis
- gitweb
- Good Finds
- Google Reader
- Hardware
- hosting issues
- howto
- htpasswd
- hudson
- Instant Messaging
- integrityapp
- JetBrains
- Kernel
- keyboard shortcuts
- Linux
- LosTechies
- members
- microsoft
- migrations
- Misc
- Mocking
- monorail
- movies
- MSBuild
- msdn
- MVC
- NAnt
- nginx
- NHibernate
- oauth
- Open Source
- Pair Programming
- Personal
- pragprog
- presentation
- principles
- Programming
- python
- rails
- rake
- ReSharper
- rspec
- ruby
- san antonio
- Scrum
- selenium
- selenium remote control
- shoulda
- slicehost
- SOLID
- ssh
- Stand-Up
- Subversion
- TDD
- TeamCity
- test::unit
- testing
- textmate
- Tools
- Ubuntu
- Uncategorized
- Virtual Machine
- Visual Studio
- vmware
- windows
- Windsor
- xkcd
- XP
Meta
Category Archives: Uncategorized
The *nix Rube Goldberg Machine – find/grep/vim
Learn your shell! Piping grep into grep I was spelunking my .bash_history and came across this little piece of awesome. ~/lecode> find source/ -type f | grep -v ” ” | xargs grep this\.Asset.* | grep dovetail | grep -v … Continue reading
The *nix Rube Goldberg Machine
Learn your shell! Last time I posted a quick intro into basic shell programming. “Bash isn’t programming, its scripting…” “Shut up troll, its programming” This time I’d like to quickly explain loops. I’ll give you a quick example of how … Continue reading
How Not to Say "Um" When Presenting
I’ll start with the tip, then unpack the reason why it works and explain how to apply it. To avoid those hemming and hawing filler words—um, y’know, like—and give your presentations the polish of eloquence: Make eye contact. An Excursion … Continue reading
Also posted in Linux, Ubuntu
2 Comments
The *nix Rube Goldberg Machine!
Learn your shell! Since I’ve started at Dovetail in June the best tool I’ve sharpened is my command line skills. My first week at Dovetail we got a surprise visit from @bob_pace and while pairing with him I was amazed … Continue reading
Also posted in castle, monorail
6 Comments
Coding with Friends: You should be here, too!
Come hang out with us this Thursday. Polyglot Programmers of Austin is a co-working study group for people learning a new programming language (or their first), 2nd and 4th Thursdays. We bring our laptops and work individually or in pairs … Continue reading
Also posted in ruby
8 Comments
RabbitMQ for Windows: Hello World Review
This is the third installment to the series: RabbitMQ for Windows. In the last installment, we discussed some basic messaging concepts and created our first RabbitMQ application. In this installment, we’ll be taking a closer look at our Hello World … Continue reading
Dependency Management in .Net: Offline Dependencies with NuGet Command Line Tool
Today I stumbled upon Scott Haselman’s post: How to access NuGet when NuGet.org is down (or you’re on a plane) in which Scott discusses how he recovered from an issue with the nuget.org site being down during his demo at … Continue reading
RabbitMQ for Windows: Building Your First Application
This is the second installment to the RabbitMQ for Windows series. In our first installment, we walked through getting RabbitMQ installed on a Microsoft Windows machine. In this installment, we’ll discuss a few high-level concepts and walk through creating our … Continue reading
PluralSight videos: How to change the playback speed
Once I discovered the secret of how to adjust the playback speed of PluralSight’s training videos, deciding to subscribe became trivially easy. It was never the financial cost that stayed my hand, because the content is excellent, relevant, and plentiful; … Continue reading
RabbitMQ for Windows: Introduction
If you’re interested in getting started with distributed programming and you develop on the Microsoft Windows platform, RabbitMQ may be what you’re looking for. RabbitMQ is an open source, standards-based, multi-platform message broker with client libraries available for a host … Continue reading
