Profile_bird

Hey there! lindsve 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 lindsve's tweets.

Already using Twitter
from your phone? Click here.

lindsve

  1. Noticing that the Kindle 2 has received native PDF support. Think I'll wait for the int. DX anyway due to the larger screen
  2. @TheCodeJunkie How about using the 5 column layout and add seach services to the columns not used by the timeline?
  3. @altibox Flott, og kudos for endelig tilstedeværelse på twitter ;)
  4. Signed up for the @scottgu event in Oslo, dec 1st
  5. RT @henriksen Tips til @altibox : La meg søke etter, lese om og leie film via nett. Ala skifte kanal via tvguiden. <- +1
  6. Downloading a bunch of interesting videos from #pdc09. Not sure when I get an opportunity to watch them though...
  7. @neslekkim åpne i begge samtidig? ;)
  8. RT @grothaug OK, here is the link to the ScottGu seminar, finally: http://twurl.nl/28w5wv Pls help me RT this one and fast!
  9. RT @rogue_code Hopefully the world will come to its senses eventually and realize that browser "applications" are a horrible idea. #ChromeOS
  10. @neslekkim +1 on Expression Blend. I have barely played around with it and just had to let go at that time :/
  11. Silverlight 4 looks awesome, really like the OOB enhancements. Will need to browse for Silverlight resources now (books, tutorials, ...)
  12. Been offline all evening and just started catching up with news from #pdc09. So far....wow :)
  13. @NRKbeta Hva med å få NRK inn på PS3 'On-demand TV' slik som enkelte land/kanaler beskrevet her: http://bit.ly/KlzIu
  14. @typemock Cool
  15. @typemock My provider is about the same as http://bit.ly/3puR9m but I only get suggestion on the first of two ctor args (both interfaces)
  16. @typemock It was my bug. Used string.Format("...{0}...") for the variable name and forgot the string arg for {0}
  17. @typemock Also discovered that my own ISuggestionProvider impl for Moq was faulty and caused the suggestions to never show... <oops />
  18. @typemock It worked when I tried to create an example, so I looked more into it. Seems like it doesn't kick-in inside [SetUp]
  19. @typemock The add-in is enabled in the Add-in manager, but no suggestions from it
  20. @typemock I'm trying it inside a NUnit testfixture/test method, and when trying to create a class which takes interfaces in the ctor