Random Thoughts

time to read 2 min | 392 words

Nothing new, just random stuff going through my head:

  • Do you like the pretty pictures in the recent posts?
  • Evil thing of the day: Put the BSOD Screen Saver on the computer of someone just before an important presentation.
  • Evil thing of the day #2: Put the BSOD screen saver on your computer before an improtant presentation, wait for it, and they go: "opps, I guess we need a re-write from scratch"
  • My claim for fame: I once implemented a sparse matrix in C++, and it actually worked. I will refuse to disclose how long it took me, though.
  • Google Wierdo "anti virus romantic devil" - Not my type, at least.
  • Developer time should be counted when thinking about tools. I work with a guy that can make a grid just as pretty as Infragistics in about a week. It wouldn't be as flexible and we may not be able to use in another project, with different requirement. It is useless to invest that time if you make a cost vs. value analyses. You would save money by buying the control.
  • NIH is not bad if you need something that isn't supported out of the box and can't be easily added. For instance, Hebrew & RLT support in a grid. It is no good if the grid can jump through hoops and do Ajax with Google Maps if it can't display a table RTLed correctly. (And I've no idea whatever Infragistics can do it or not, it's just an example).
  • Being an Enterprise developer means: Writing an Employee class that is used on production.