Tuesday, May 11, 2004 |
|
|
I love the TabletPC. One reason is that, like many writers, I have an abiding love for the physical act of putting pen to paper (or, for the past 18 months, pen to screen). I have a few "nice" pens, a couple Mont Blancs, two Watermans, and I use those for writing letters, not emails, to friends and family. I write my journal with a Waterman. Written expression need not be just in the choice of words, it can be in the looseness of the stroke -- the precision of the lettering -- the addition of arrows and position
Also, the Tablet is a software developers dream. The Tablet PC is proof of the .NET strategy. Ink is a low-level, first-class OS object. It never lags behind a pen moving at full speed. And yet, all ink capabilities are exposed via a clean, well-designed OO api. You can begin coding against the ink API in minutes. Yet, the things you can do with the ink are limited only by your creativity.
Need I point out that there will be 1,000,000 Tablet PCs in the field soon and yet there is virtually no competition for those who would sell software to Tablet PC owners? For those who dream of opportunity in the software field, the Tablet PC should be embraced. A powerful, easy-to-use SDK, a market unserved and a form-factor which begs for new applications.
What's not to love?
Blogged on a Tablet PC |
Tuesday, May 11, 2004 10:53:39 PM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
Monday, May 10, 2004 |
|
|
I bet that a good 50% of the readers of this blog already know about thinktecture, a company that's less than 24-hours old. Because of blogging, I'm the #1 Google return for various queries about programming airline reservation systems, which is how I keep myself in Jolt Cola and Doritos. I've published somewhere north of 500 technical articles in the past 15 years; blogging absolutely outstrips writing technical articles as a marketing tool. Is it better to be indexed than it is to be read? |
Monday, May 10, 2004 8:47:14 AM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
|
Julien (Dumky) Couvreur comments on my sonar-discovery thoughts:
"Some problems for measuring distances: -don't you only measure the distances modulo the wavelength?"
Yes...*scratch on back of envelope*... holy cow, those are much shorter than I realized...So much for pure tones; you'd have to use a complex waveform. Which would seem to bring us into the world of Fourier transforms, which goes beyond my "thoughts while dog walking" capabilities....
Why use sound to bootstrap a networked meeting rather than just use IP-level discovery?
The idea was that sound maps perfectly with "people having a conversation" while IP-level discovery is either a figment of the network or WiFi-based.... |
Monday, May 10, 2004 8:20:17 AM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
Saturday, May 08, 2004 |
|
|
I lost my Bluetooth phone (actually, I put it in a McDonald's bag for "safe-keeping" at a beach known for car theft and neglected to mention to Tina that she shouldn't toss the bag in the garbage). I have a Jabra bluetooth headset which works(-ed) great and I thought I'd use it as a mike for making notes on my Tablet, for which I have a USB Bluetooth dongle. But when I "look for devices" from the PC, it doesn't see the headset. Is there a way to use a bluetooth headset for PC input and output? |
Saturday, May 08, 2004 6:04:49 AM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
|
I was thinking about Loren's concept of a virtual array-microphone on my walk this morning. I was breaking it down into simplest cases and came up with an interesting software idea.
The simplest case is locating a tone-generator on a straight line between two mikes, right? The difference between the sine waves is directly proportional to the relative distance of the mikes to the tone generator:
Add in volume, which is (inversely) proportional to the square of the distance of the signal from the mike, and it should be pretty easy to get a fix on a single tone generator. (Oh, excellent, we can make a sniper detector!)
Things get quite harder when you start thinking about "real" noise signals, and get really hard when you think about overlapping signals. (As a matter of fact, on my walk, I came to suspect that 16-bit volume might be the Achilles heel of the virtual mike array). But leave that aside for now
My new idea was "well, what if the laptops were themselves the tone generators?" Could that be used to locate laptops in physical space?
And then (as my walk ended), I thought "
And then the laptops use Morse code to send their IP addresses and initiate meeting software."
Things get a little tougher with multiple laptops in X,Y but it's easy enough to figure out protocols to get around that. Essentially, you'd sit down at a meeting, hit "go", and it would sound like acoustic modem coupling. Either that, or it would have cool WWII submarine sounds, and the software would be called "The Search for Red Toshiba." Anyway, after a few seconds, "participating laptops" would appear on a virtual table and you could match participant names to faces; shared note-taking / agenda things would start to synchronize; etc.
So basically, is a SONAR-based discovery protocol possible? Valuable? Any other ideas on "meeting room" applications? |
Saturday, May 08, 2004 1:59:42 AM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
Thursday, May 06, 2004 |
|
|
Chris Pratley blogs of Clippy: ...A big part of the Assistant plan was to use it as the gateway to help. You could click on the Assistant and ask it questions in normal English (or other language depending on your version of Office)....it did not do this as it turned out - people still overwhelmingly type a single word in the hopes that will get them the answer...the Assistant was actually a wash in terms of user acceptance. Many users told us that they really liked it and found it useful, something which technical people have a hard time believing, since they were the ones who pretty much uniformly didn't like the assistant.... via [Chris_Pratley's WebLog]
One of the things that we're hearing about Microsoft's forthcoming search engine is that it will focus on "natural language queries," as did, say, Ask Jeeves. The thing about natural language query is that you need a user-model. For instance, at iMind we could analyze the educational objectives of lesson plans because we knew "this lesson plan for 9th grade American History is from this teacher in this school district" and we had already spent gazillions of cycles preprocessing all of that context into a model that had "just" a couple of hundred dimensions. I don't think you can do relevant English-language query without a user model: "What's the best movie of the year?" "What's the most important news of the day?" "Why is my computer crashing?"
Is general-purpose English-language query achievable or is it destined to be the next Microsoft Bob or, if not Bob, the next Clippy (hated by some, appreciated by some)? If Web search could be dramatically improved by a server-side user model (essentially, "We store every query you ever enter and induce that you're a programming geek") would that be acceptable? |
Thursday, May 06, 2004 11:05:24 PM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
Wednesday, May 05, 2004 |
|
|
|
Wednesday, May 05, 2004 12:37:29 AM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
Tuesday, May 04, 2004 |
|
|
For this month, aside from occasional out-link posts, all of my posts will be in the form of questions. I hope to increase the amount of feedback I get, both in my comments and directly to my email address (lobrien@thinkingin.net). More importantly, I hope to break down the "echo chamber" quality of the blogosphere a bit and get some new perspectives on the state of the software development industry.
For instance, I love the Tablet PC. To me it's an exciting form factor, it suggests all sorts of new applications, and the SDK has tremendous bang for the buck. If I were looking to start up a company, we'd be building Tablet software (heck, I've got the application designed!). But obviously, very few people share that view and what can I learn by writing Yet Another Blog Entry on how much I love the Tablet PC? So,
If you had, say, a quarter of a million dollars in angel funding to start your own software company right now, what would you build? |
Tuesday, May 04, 2004 11:07:12 PM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
|
SOFTWARE DEVELOPMENT NETSEMINAR
Homeland Security and Other So-Called Solutions:
A Conversation with Bruce Schneier
Editor in Chief Alexandra Weber Morales interviews security and cryptography expert Bruce Schneier, author of Applied Cryptography, Secrets and Lies and, most recently, Beyond Fear:
Thinking Sensibly About Security in an Uncertain World.
If you're looking for a tech insider's take on homeland security, cryptographer and consultant Bruce Schneier combines an encyclopedic knowledge of security, engineering, history and culture with insight into multiple domains. In this one-hour live interview, Schneier will discuss his five-step process for dissecting security solutions, and then apply that analysis to the FAA's controversial Computer-Assisted Passenger Profiling System, national ID cards, FBI and CIA-level data collection and mining, Terrorist Information Analysis, e-voting and the Department of Homeland Security itself. But that's not all: Schneier will spend much of the program answering your questions in real-time, be they related to application development or geopolitics. Don't miss this special program of fresh and uncompromising insight from the nation's go-to security expert!
May 5, 2004
11 a.m. Pacific
Register http://w.on24.com/r.htm?e=5965&s=1&k=91116E032B10521F1ED1BCCCE02F99B9 |
Tuesday, May 04, 2004 1:27:39 AM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
Sunday, May 02, 2004 |
|
|
The Pascal String Challenge is to compose a blog entry that is exactly 255 characters and link back to Joe Gregorio's original post. Markup characters, titles, and permalinks do not count. The joke relies on Pascal's fixed-length string storage strategy. |
Sunday, May 02, 2004 11:16:44 PM (Hawaiian Standard Time, UTC-10:00) | Disqus link | Knowing
|
|
|
|
|
|
|
| Recently Published Articles |
|
|
|
|
|
|
|
| HI |
|
|
|
|
| Archive |
| June, 2008 (3) |
| May, 2008 (1) |
| April, 2008 (11) |
| March, 2008 (11) |
| February, 2008 (24) |
| January, 2008 (20) |
| December, 2007 (18) |
| November, 2007 (25) |
| October, 2007 (27) |
| September, 2007 (16) |
| August, 2007 (28) |
| July, 2007 (46) |
| June, 2007 (41) |
| May, 2007 (23) |
| April, 2007 (26) |
| March, 2007 (23) |
| February, 2007 (27) |
| January, 2007 (36) |
| December, 2006 (31) |
| November, 2006 (24) |
| October, 2006 (36) |
| September, 2006 (52) |
| August, 2006 (56) |
| July, 2006 (34) |
| June, 2006 (63) |
| May, 2006 (45) |
| April, 2006 (29) |
| March, 2006 (30) |
| February, 2006 (17) |
| January, 2006 (11) |
| December, 2005 (27) |
| November, 2005 (8) |
| October, 2005 (21) |
| September, 2005 (48) |
| August, 2005 (14) |
| July, 2005 (17) |
| June, 2005 (8) |
| May, 2005 (10) |
| April, 2005 (10) |
| March, 2005 (43) |
| February, 2005 (21) |
| January, 2005 (22) |
| December, 2004 (69) |
| November, 2004 (46) |
| October, 2004 (28) |
| September, 2004 (8) |
| August, 2004 (5) |
| July, 2004 (1) |
| June, 2004 (27) |
| May, 2004 (12) |
| April, 2004 (45) |
| March, 2004 (89) |
| February, 2004 (37) |
| January, 2004 (10) |
| December, 2003 (42) |
| November, 2003 (52) |
| October, 2003 (32) |
| September, 2003 (16) |
| August, 2003 (20) |
| July, 2003 (20) |
| June, 2003 (26) |
| May, 2003 (20) |
| April, 2003 (3) |
| March, 2003 (1) |
| February, 2003 (11) |
| January, 2003 (16) |
| December, 2002 (23) |
| November, 2002 (26) |
| October, 2002 (38) |
| September, 2002 (55) |
| August, 2002 (4) |
| July, 2002 (3) |
| June, 2002 (3) |
|
|
|
|