ATC :: Since February 2001

Subscribe to ATC Send e-mail to Rob

I work at Pelco. The opinions expressed here are my own, and neither Pelco nor any other party necessarily agrees with them.

View Rob Fahrni's profile on LinkedIn
My Amazon.com Wish List

Google
Web rob.crabapples.net



Krusty will code C++ for food.
MarsEdit: Powerful Blog Authoring Made Simple. Need a Snow Day?
RSS
Harry Potter Automatic News Aggregator
Green Hosting! This site is hosted by Dreamhost.

Friday, December 12, 2008

IPy 2.0 - [8:17 AM]

Harry Pierson: "This is a very pretty sight. It’s a screenshot from the IronPython CodePlex home page showing that 2.0 is the 'current release'. Yes that’s right, dear reader, IronPython 2.0 has officially been released!" - The dynamic language guys have been doing a great job, we have IronPython, IronRuby, and the DLR thanks to them. Well done, and congratulations.

Labels: , , , ,


Click here for a permalink to this entry. comment

Sunday, June 01, 2008

IronRuby on Rails - [8:06 PM]

twitter.com/john_lam: "ironruby running unmodified rails!" - That's pretty darned sweet.

Update: John Lam: "IronRuby doesn’t just let you run Rails; it lets you interact with the rich set of libraries provided by .NET. You’ll be able to use IronRuby to build server-based applications that run on top of ASP.NET or ASP.NET MVC. You’ll be able to use IronRuby to build client applications that run on top of WPF or Silverlight. You’ll be able to use IronRuby to test, build and deploy your .NET applications. You’ll be able to run Ruby code in your web browser and have it talk to your Ruby code on your web server. That’s a feature that we feel that many folks will enjoy." - Wow.

Labels: , ,


Click here for a permalink to this entry. comment

Thursday, May 22, 2008

Great post on Twitter issues - [8:34 PM]

Dare Obasanjo: "The problem is that if you naively implement a design that simply reflects the problem statement then you will be in disk I/O hell. It won't matter if you are using Ruby on Rails, Cobol on Cogs, C++ or hand coded assembly, the read & write load will kill you." - Go read it if you're a Twitter user, especially if you've been bashing Ruby on Rails. Their problem goes way beyond their language/platform of choice.

Labels: ,


Click here for a permalink to this entry. comment

Tuesday, April 22, 2008

Getting Started with Ruby on Rails - [10:13 PM]

A List Apart: "ou’ve probably heard about Ruby on Rails by now. Your developer friends are raving about it—talking about how they wrote an application in less than half the time it would have taken using some other technology—how they really enjoyed themselves instead of stressing out, and then spent their extra time on the beach. Rails sure does sound like a pretty compelling technology. But what is it, and how does it fit into the big picture of web development?"

Labels: ,


Click here for a permalink to this entry. comment

Thursday, April 17, 2008

IronPython and Visual Studio - [5:49 PM]

Harry Pierson: "We've hired a few people around here recently (including me obviously). However, if you have a burning desire to work on IronPython (or IronRuby) and Visual Studio, we're still hiring" - This is exactly what's needed to make IronPython and IronRuby really slick! Complete integration into the Visual Studio IDE. Make them first class citizens.

Labels: , , , ,


Click here for a permalink to this entry. comment

Sunday, April 13, 2008

Silverlight, IronRuby resources - [9:43 AM]

rubydoes.net: "There are other people that have blogged about silverlight and IronRuby before, it might be a good idea to check them out as well." - Tagged for later.

Labels: , , ,


Click here for a permalink to this entry. comment

Sunday, December 23, 2007

Sax on Ruby - [9:42 AM]

Mike Sax: "For the last two years or so I have really enjoyed Ruby. So much, in fact, that I may have become a Ruby-snob." - It would seem a lot of old curly bracers are beginning to embrace Ruby, and why not. In our ever evolving world of computing the net is where it's at, much to my own chagrin. Ruby seems a perfect fit for the server, even with its' reported performance issues.

Labels: ,


Click here for a permalink to this entry. comment

Wednesday, July 11, 2007

Windows losing ground with developers? - [8:22 AM]

The Server Side.NET: "Microsoft is not dead, and it is not dying. Rather, the company's decline in market share is a runny nose." - I can definitely see this happening with the focus clearly on web based stuff. If you're doing client side applications Windows is pretty hard to beat, unless you're doing Mac applications, but the server side has a ton of dynamic language support with frameworks that allow folks to be highly productive and it's all free; Ruby + Rails, Python + Django, etc... On Windows we have those two plus we have ASP.NET and [insert your favorite .NET language here], but is that really an advantage? In short No. The real answer is Yes and No. For me it would be easier to use ASP.NET and C# because I already have experience with ASP.NET and C# is super easy to transition to because of my C/C++ background. Sure I could pickup Ruby and/or Python, but I'd need a bit of time to become as proficient with it as I am with C/C++. Who knows in the end it may be well worth my time to be a Ruby/Python dude, only time will tell.

Hey, have you looked at C#'s upcoming LINQ implementation? Check out Scott Guthrie's series on LINQ; Part 1, Part 2, and Part 3. It's going to make life more productive for the C# developer, that for sure.

Labels: , , , ,


Click here for a permalink to this entry. comment