Archive for the ‘Data Mining’ Category

Interesting Items (2)

Monday, September 1st, 2008

Mark Russonovich

Rafal Lukawiecki

Microsoft Advanced Windows Debugging and Troubleshooting Blog

  • Basics of NT Debugging
    • Discusses debuggers such as ntsd.exe, cdb.exe, and windbg.exe. A great post for anyone getting started in native windows development.

Jonathan Edwards

  •  Too Many Cores, Not Enough Brains
    • A very interesting take on the whole Concurrent Programming movement in software development. Argues that “Giving a multicore CPU to a programmer is like giving a drink to an alcoholic” which do agree with to a point ;). People developing concurrent applications should at least be aware of this critique.

Mark Roberts