@heckj- heckj: @johnderosa nope ... link?
- heckj: @johnderosa the beauty of open source is that you *can* do that. Even if you sinned :-)
- heckj: surprisingly pleased to find a gist of mine (http://gist.github.com/284927) has been forked 16 times
- heckj: Enjoying the riding, but found my bike prefs are way different than 10yrs ago when I bought this one. New bike parts in the future, at least
- heckj: Got my old bike fixed up, riding it to get groceries, exercise, and generally use the car even less.
delicious links- Hadoop Streaming August 31, 2010
- gist: 556508 - GitHub August 29, 2010
- ⚛ A Hudson/GitHub build process that works August 29, 2010
- High Scalability - High Scalability - Scaling an AWS infrastructure - Tools and Patterns August 26, 2010
- Peter Van Dijck’s Guide to Ease » A bunch of presentations on scaling websites: twitter, Flickr, Bloglines, Vox and more. August 26, 2010
- 10 Common Hadoop-able Problems Webinar August 26, 2010
- InfoQ: Horizontal Scalability via Transient, Shardable, and Share-Nothing Resources August 25, 2010
- InfoQ: DevOps Requires Visibility: Monitoring, Testing and Performance August 25, 2010
- Cloud Services August 25, 2010
- MapReduce with MongoDB and Python « myNoSQL August 25, 2010
misc
Categories
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 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
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
Category Archives: rails
Contributing back
In my Redmine investigations that I’ve been writing about recently, I ran across an issue between a plugin and the latest version of Redmine. I really don’t know the first thing about about rails – I can read it, but … Continue reading
Posted in Geekstuff, Ranting and Reflections, rails
Leave a comment
Redmine and a scrum board
After a few days of playing and working with Redmine and some plugins, here’s where I’ve ended up: Redmine 0.8.7 (latest stable branch) Mercurial repository redmine charts plugin (http://github.com/mszczytowski/redmine_charts) redmine backlog plugin (http://github.com/relaxdiego/backlogs) I tried the redmine scrumdashboard plugin (http://github.com/thus/redmine-scrumdashboard-plugin), … Continue reading
Posted in Geekstuff, Ranting and Reflections, rails
2 Comments
integrated project management for development
Ironically, the choices for an in-house integrated project management toolchain are, to my mind, significantly more limited than the straight up open-source market. I have been looking and watching several projects over the past months for something that I could … Continue reading
Posted in Geekstuff, Ranting and Reflections, django, rails
5 Comments
debugging Active Directory LDAP authentication in Redmine
What else does a geek do on Christmas eve? How about some ruby on rails debugging, especially when I don’t really know anything other than the basics of Ruby on Rails. So here’s what I’ve done and what I’ve learned, … Continue reading
One of those interesting differences between python and ruby…
In fiddling with ruby, I noticed that the method names can be really interesting – rails (maybe others too, dunno) has some methods that look like: object.stop? which is typically used to return a boolean indicating wether or not “stop” … Continue reading
Posted in Geekstuff, rails
2 Comments
Secret Weapons
As a generalist in the technology space, I’m constantly on the lookup for “Secret Weapons”. I’m not even sure when I first started using that euphemism, but that’s often how I think about a lot of technology. Ubuntu and/or Debian … Continue reading
Posted in Ranting and Reflections, rails
2 Comments
Ah! so that’s what happened…
I’ve spent most of the afternoon re-aquainting myself with Mac programming idioms, and generally getting myself into a veritable froth of possibilityand over-imagination about the CoreAnimation technologies. Outside of that, I finally backtracked into the world of Ruby on Rails to … Continue reading
Rails 2.0.2 is screwing me up
I think I picked a poor time to dive into and start learning Ruby on Rails. I’ve been reading and going through exercises from a fresh install and the plethora of great examples aren’t matching the new environment. It’s pretty … Continue reading
learning ruby
I picked up my copy of the Pickaxe book four years ago – it’s even signed by Dave Thomas. I started to learn and poke at it a couple of times, but didn’t make any serious forays into it. The … Continue reading