I’ve been a longtime subversion user and before that Visual SourceSafe (ew gross), but at the new jobby job, it’s all git all the time. Being very used to the pretty awesome TortoiseSVN and ZigVersion gui clients for svn, I’ve been a bit hesitant to really dive into git, not really knowing what to expect [...]
Entries Tagged as 'programming'
Why Git Rocks
October 5th, 2008 · No Comments
Tags: goodstuff · programming · technology
Changing My Name
July 25th, 2008 · No Comments
Zac([kh]|hary)$
As Afshin says, it’s pronounced “Zack Dollar”.
Tags: goodstuff · humor · programming
Python String Interpolation
June 30th, 2008 · 2 Comments
AKA string formatting, AKA Putting values of variables into strings, AKA that thing you do with the funny symbols to get the values of variables inside strings.
At the most basic level, most programmers find that at some point they need to insert the values of a whole bunch of variables into a string. The naive [...]
Tags: programming · python
JavaScript, the Good Parts
May 15th, 2008 · No Comments
This guy is so great. First JSON message failed because of JavaScript limitation on not allowing reserved keywords as name part of object literals.
Tags: goodstuff · javascript · programming · technology
Software: You’re Doing It Wrong
February 26th, 2008 · No Comments
Here’s the interface for managing users in a version of postNuke that we are running on one of our websites:
40,000+ items in a dropdown box FTW! The HTML for this weighs in at around 2MB by itself. I hope this is fixed in a more recent version.
Tags: horseshit · idiocy · programming
Reporting Services Epic Fail
February 15th, 2008 · No Comments
Microsoft gives the big up yours to people trying to use Visual Studio 2008 for creating Reporting Server projects on SQL Server/Reporting Service 2005. This bit one of my developers in the ass today. I firmly believe that Microsoft’s heyday will be remembered from a end user perspective as Windows XP SP2, and from the [...]
Tags: .net · annoyance · horseshit · idiocy · microsoft · programming · technology
Google Reader Shortcuts
February 7th, 2008 · No Comments
These stats on Google Reader’s keyboard shortcuts are pretty interesting but what would really be great is a way to reliably open up the original item in a new tab. The ‘v’ shortcut seems to act differently depending on the item and I can never quite figure out why this happens. Often times the original [...]
Tags: annoyance · goodstuff · horseshit · javascript
Code on the Road: Navigating The Minefield that is Visual Source Safe
September 7th, 2007 · No Comments
Code on the Road: Navigating The Minefield that is Visual Source Safe: “comment”
Dudes, it was time to move to Subversion two years ago. Get going!
Tags: programming
NY Times "Feature" Annoys All (Mostly Me)
March 7th, 2007 · 1 Comment
I noticed this Sunday while reading the New York Times online that when you are in the main text of an article, double-clicking anywhere on the body of the article causes a pop-up window to spawn. The pop-up contains a dictionary definition of the word that has been highlighted by your double-click action. This is [...]
Tags: annoyance · javascript
My Own Personal DailyWTF
January 12th, 2007 · No Comments
If you work in tech, and you glean humor from the peril of other people’s interactions with incompetence, you’ve probably seen http://thedailywtf.com/. Go on, take a look. It’s pretty good stuff. In my “pay the bills” job, I run into so many WTFs that it has become almost devoid of humor for me. Here’s one [...]
Tags: consultants · hpc · idiocy · vbscript