Archive for 3rd December 2004

Tabletvolk Agog Over Custom Recognizers

 Peter sez:

Holiday Stress Relief: Virtual bubble-wrap

This is funny. It’s also an example of “So silly and pointless, Flash must be worth looking to for inspiration as a programming tool”:

 Virtual Bubble WrapPop your way to a state of bliss with Virtual Bubble Wrap. Via [Boing Boing]

Finally, a website for Managed DirectX developers!

Andy “ZMan” Dunn who has created a website, The Z Buffer, that’s completely dedicated to Managed DirectX goodness. Via  [InkBlog: The Random Musings of David Weller]

Yeah, it is at least a little about Text entry speed

 Iggy says: I wonder if anybody really cares about text entry speeds in a time when cheap scanners and great OCR technologies are widely available. I doubt there is any relationship between text entry speeds and good writing or good coding which are text intensive activities…Most good writing or coding that i have done involved an iterative process that had some design or outlining (big picture analysis and all that) and then the laying out of text, and then some more design/outlining, and then more text or rearranging of the exisiting text. This process is not enhanced by faster text entry speeds…via [Tablet PC hep!]

While it’s definitely true that editing and revising are crucial to writing / coding (and this is one of the reasons why the TIP isn’t the sole answer to creating a killer writing app on the Tablet), one of the things that has really struck me while working on Pynk is that it’s really unacceptable to take 30 seconds to get “io.Ink.Strokes.ToString()” into the machine.

Delphi is on the TIOBE Programming Community Index for November 2004 with 4 green up arrows!

The TIOBE Programming Community monthly index lists the popularity of programming languages…

The Programming Community Index for November 2004

Unit Testing ASP.NET Code

Scott Hanselman has a great entry on unit testing ASP.NET code by using Cassini via [Commonality]

The RESTful Web

 Joe Gregorio has a really nice column up on XML.COM: How to create a REST Protocol. Via [BitWorking]