- Jerry Seinfeld's productivity secret
- A habit to success
Monday, July 30, 2007
Sunday, July 22, 2007
Links for 2007-07-22
News
- True random number generator goes online
- "the 'Quantum Random Bit Generator' (QRBG121), which is the engine for QRBGS, is a fast non-deterministic random bit (number) generator whose randomness relies on intrinsic randomness of the quantum physical process of photonic emission in semiconductors and subsequent detection by photoelectric effect".
- Foundations of F#
Wednesday, July 18, 2007
Tuesday, July 17, 2007
Links for 2007-07-17
Blogs
- Internal Code Reuse Considered Dangerous
- Is your code worthless?
- Don't reinvent the wheel but is "Microsoft Data Application Blocks" reinventing the wheel?
Sunday, July 15, 2007
Links for 2007-07-15
Articles:
- Evidence-based management
- Evidenced-Based Management - Business Wisdom, Part I,
- Evidenced-Based Management - Business Wisdom, Part 2
- EBM can seem to be summarized as a practice which "... is obsessed with driving "strategy" from the results of rigorous research - finding and judging the evidence - then measuring and evaluating that strategy in action, making modifications as indicated".
Monday, July 9, 2007
Links for 2007-07-09
MSDN Articles
- System.AddIn namespace in Visual Studio Orcas
- CLR Inside Out: .NET Application Extensibility
- CLR Inside Out: .NET Application Extensibility, Part 2
- I think the key to understand the mechanism is to understand the interaction between the components, as described in the following paragraph,
..., it first creates the AppDomain that the add-in is going to run in and then loads the add-in, add-in view, add-in side adapter, and contract assembly into the newly created domain. ... Next, the system instantiates the add-in with its default constructor and the add-in adapter and passes the add-in, typed as the add-in base, to the adapter's constructor. Then it passes the add-in adapter across the AppDomain boundary typed as its contract, loads the host-side-adapter assembly, and instantiates an instance of the host adapter, passing the add-in adapter, typed as the contract, to its constructor. Finally, it returns the host-side-adapter to the host, typed as the host add-in view.
- Beautiful Code
- Chapter 4 - Finding Things : The author demonstrated text searching technique using regular expression in Ruby and binary search algorithm in Java.
Subscribe to:
Posts (Atom)