I would have to assume that there are plenty of developers out there that want to install JRuby and Ruby on the same machine. There is a tragic flaw with this, the gem command is the same for both. If you add both to the path there is no way to distinguish between the […]
JRuby, Ruby gem command conflict
April 18th, 2008 · 2 Comments
Filed Under: development · languages · programming
Aptana RadRails 1.0
March 12th, 2008 · 1 Comment
I have recently become frustrated with the Eclipse IDE. I use 3.2 to do my java development, Flex Builder to do Flex development and Aptana RadRails for Ruby and Rails stuff. This last week I almost cracked and purchased TextMate , to see what all the fuss was, but since Aptana just […]
Filed Under: development · software
Basic Buildr Tutorial
February 15th, 2008 · 6 Comments
About a week ago now someone commented on my Buildr review post about a possible tutorial on how to use Buildr. I thought about writing something up, but then I remember that I had purchased the MacHeist Bundle a few weeks back and that came with Snapz Pro x. So I decided to […]
Filed Under: build
The JVM is not Java
February 15th, 2008 · No Comments
Is this another rant?….Yes. I apologize for all the rants lately, but hopefully there is some educational value woven throughout my posts, and besides I promised this one.
Lets start with a history lesson…
In the beginning there was assembly, the language that changed with each machine architecture. The machines ran quick and required little […]
Filed Under: development · languages · theory
acts_as_conference
February 11th, 2008 · 3 Comments
This past weekend I had the pleasure to attend a local conference, acts_as_conference. The conference was described as an event that was focused on Ruby on Rails, but it seemed to be much more focused on Ruby, with Rails in mind. Overall I think the conference was a great success at $100 a […]
Filed Under: community
Java is not Statically Typed (right now)
January 26th, 2008 · 4 Comments
What?!?1?!/!? That is right, I said it Java is not statically typed and by proxy is not safer than dynamic languages. Zealots HALT! We can fix this, and I intend to add some gas to the fire that people like Bob Lee over at crazybob.org have started.
So let me start by saying […]
Filed Under: development · languages · programming · rant · software · theory
JRuby vs Groovy
September 22nd, 2007 · 5 Comments
Lately at my office there has been some conversation about dynamic languages, and which one we should be investigating to replace dead languages like, ColdFusion, there I said it. Luckily one of the dynamic language junkies left to go work for Netscape, now Propellar, because he was a Python fan boy. I looked a little […]
Filed Under: development · languages
If at first you don’t succeed…
September 22nd, 2007 · 4 Comments
Anyone who has been following my blog, probably knows that I have been working on some PoC work with Buildr at my office. Well when it came down to it, my boss and I decided that Buildr just isn’t quite ready for our office. After we came to the sad realization that I wouldn’t […]
Filed Under: development
Language Patterns
September 6th, 2007 · 5 Comments
I was researching the execution time difference between static and instance method calls today and came across an old Java forum thread about the topic. I was looking for performance information, but everyone in the thread was focusing on “good <abbr title=”object oriented>OO</a> practices”, and I was astonished as to what I was reading. […]
Filed Under: languages
Buildr Review
August 25th, 2007 · 6 Comments
I should start this post off by apologizing to the Buildr folks for taking so long to write up this review. I should also point out that I am currently attempting to contribute to this project, I don’t believe that sways my opinion at all since I choose to contribute after I reviewed the […]
Filed Under: build