Twitter: easel
- @acdha yeah and it requires a restart. to remove a cert. awesome. 08:47:27 PM September 09, 2011 from Twitter for Mac in reply to acdha ReplyRetweetFavorite
- textmate's true calling: de-formatting random email and web cut-and-pastes. 10:24:22 PM September 06, 2011 from Twitter for Mac ReplyRetweetFavorite
- @richleland http://t.co/IiAEPIx =p 06:21:28 PM September 01, 2011 from Twitter for Mac in reply to richleland ReplyRetweetFavorite
- can't decide if mail.app is really using IDLE with gmail or not. suspicious it only checks when I open the inbox. 04:19:45 PM September 01, 2011 from Twitter for Mac ReplyRetweetFavorite
- @richleland same here (via intellij) - sys.path should be low risk, I think buildouts problem is bastardized pkg install routines 04:00:13 PM September 01, 2011 from Twitter for Mac in reply to richleland ReplyRetweetFavorite
- @richleland lol. 3 cheers for mangled sys.path =p 03:51:02 PM September 01, 2011 from Twitter for Mac in reply to richleland ReplyRetweetFavorite
- @richleland might be worth trying to pin the version from buildout to the one thats working from virtualenv. you still on the local pypi? 03:41:49 PM September 01, 2011 from Twitter for Mac in reply to richleland ReplyRetweetFavorite
- @richleland yeah thats your problem. pytz seems to ship with its own zone info files, you've probably got old ones 03:13:21 PM September 01, 2011 from Twitter for Mac in reply to richleland ReplyRetweetFavorite
- @richleland when you say "point to it" are you looking in the pytz code or /usr/share/zoninfo? 03:12:27 PM September 01, 2011 from Twitter for Mac in reply to richleland ReplyRetweetFavorite
- @richleland in other news, my less shitty centOS box is also taking US/Eastern just fine. pffft 03:08:43 PM September 01, 2011 from Twitter for Mac in reply to richleland ReplyRetweetFavorite
Tag Archives: Programming
Get started using Mercurial source control in 5 minutes or less
While, in a previous post I talked about how DVCS is the modern form of source control and promised I’d show you how to do it, quickly and easily. So let’s get started! I’m going to use Mercurial because, well, … Continue reading
Posted in Information, Technical
Tagged dvcs, howto, Programming, revision control, source control, tools
1 Comment
DVCS: Modern Source Control aka the Programmers Safety Net
Revision control is a key tool for modern software engineers. It provides a safety net for the individual developer, and provides a collaborative framework that allows many developers to work on the same project without fear of stepping on each … Continue reading