Wise words from my friend/coworker C-Q :”Exploratory code is useful.”
Blog Feed- Miniature train set at Boston South Station
- A toolsmith
- Starting ParaView Client and Server for head-tracking (Windows)
- Attempt to create Dock Window to configure VR connections in ParaView
- C++ STL Hashmaps
- Protected: Collaboration Workbench Transition notes
- Python defaultdict : d.get(key) vs d[key]
- Debugging ParaView CMake mis-configuration issues
- Quote of the day
- ParaView VR Plugin state files
Delicious- An error has occurred; the feed is probably down. Try again later.
Twitter Updates
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
Exploratory code… hmm, like projects where you’re learning things? Exploring data?
Well, more like when working on a large codebase, especially when using open-source libraries where the feature that you need may not be supported – you may want to try different things to see if you could somehow make it work.