Profile_bird

Hey there! lprichar is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving lprichar's tweets.

Already using Twitter
from your phone? Click here.

lprichar

  1. Finally installed Win7 on my home computer then played music to it remotely from my work Win7 PC via HomeGroup, well done Win7
  2. RT @dataBridge SharePoint Starter No 1 – What is SharePoint? http://ow.ly/CtdO
  3. So SharePoint 2010 beta doesn't work so well out of the box, at least for me. I get errors when adding lists and sites, will research
  4. @jimmywim 2 Gig, but I'm booting to VHD so the machine has all of it. Start up times are miserable, but all is fast after about 10 min
  5. Just installed SharePoint 2010 Beta on Server 2008 R2 RC 64-bit vhd, next: Visual Studio 2010 beta. Nothing's crashed yet. Bets on how long?
  6. I'm currently traveling 632 mph. at 37,228 feet Man do I love Virgin America.
  7. Thank you @ultrasaurus I learned a great deal about both Ruby and Rails this week and the TDD training technique you used was awesome
  8. Oldie but goodie: random class name generator: http://bit.ly/45yAQy
  9. Wow, and I thought Visual Studio was a memory hog, NetBeans is taking up 225 Meg on a out of the box Rails project: not impressed
  10. @s_e_t_h thks, but got it figured out, even the instructor struggled with such a simple task as "reset" links for each item on an index page
  11. Nice visual article on what's new in office 2010 http://bit.ly/gxqpu
  12. @sleberknight @s_e_t_h , hashes within hashes as params, so much plumbing to route a view to a controller and pass args, ASP.Net just works
  13. It's incredible how hard it is to do simple things in Ruby. I guess the hard things are easier in Ruby than ASP.Net, but if feels backwards
  14. RT @mvisser: @EricaToelle This was mentioned during the #PDC09 keynote today. He said "estimated world wide SharePoint developers are 100k"
  15. One thing @marakana does extremely well as a training company is provide unit tests with labs - making tests pass is a fun way to learn
  16. Wow, nil is an object in Ruby, that's awesome! So like nil.to_s == ""
  17. More Ruby annoyances: In a view I want to type @project.employee.full_name where full_name doesn't exist yet and have my IDE add the stub
  18. New post: Ruby on Rails, a Microsoft Developer's Perspective http://bit.ly/klPsA
  19. @brweber2 Hard to compare RoR to ASP.Net MVC since I don't know MVC well, but I don't miss strong typing as much as I thought I would (yet)
  20. more stuff Ruby has that c# doesn't (until 4.0 at least) that I am totally in love with: interactive *rails* console (ruby script/console)