Next I need a tool to track my 23.5MB chunks.
Using BONDI WIDLs and widlproc, how many code examples does each widl have?
hendry@x61 html$ sh code-count.sh
appconfig.widlprocxml 2
applauncher.widlprocxml 3
bondi.widlprocxml 2
calendar.widlprocxml 18
camera.widlprocxml 3
commlog.widlprocxml 0
contact.widlprocxml 19
devicestatus.widlprocxml 12
filesystem.widlprocxml 39
gallery.widlprocxml 19
geolocation.widlprocxml 19
messaging.widlprocxml 78
pim.widlprocxml 0
task.widlprocxml 14
telephony.widlprocxml 11
ui.widlprocxml 22
Now the script using xmlstarlet:
for i in *.widlprocxml
do
CODE=$(xmlstarlet el $i | grep Code | sort | uniq)
TOTAL=0
for c in $CODE
do
NUM=$(xmlstarlet sel -t -v "count(//$c)" $i)
TOTAL=$(expr $TOTAL + $NUM)
done
echo $i $TOTAL
done
The nasty CODE part is neccessary as code examples can be unfortunately included at different levels, for example:
Definitions/Module/Interface/Operation/descriptive/Code
Definitions/Module/Interface/descriptive/Code
Use xmlstarlet el telephony.widlprocxml to examine the XML structure.
Greetings from a sunny Guildford,
We are happy to announce the new WebVM SDK 0.25.14.0 release. The API version has been increased to 0.14.
This release fixes the VariantType_Date handling and has a changed WVMDate
definition, which is a 64bit integer now instead of a pointer to an opaque
struct.
It also fixes the use of object reference arrays in the getFieldValue SDK function.
Note: this release only contains the WebVM SDK for Active X (Windows XP and IE Mobile). The NPAPI and Linux versions are scheduled for end of March.
Please re-use your SDK download URLs if you have downloaded WebVM before.
Kai Hendry has posted a comment:
Chennai is my favourite place in India. Love staying at Broadlands hostel in Triplicane.
After spending a week in France completely dependent on my modded Nexus One for my Internet use, I have gained some insights into the future of mobile computing.
Besides niggles with the Google N1 device itself, the real "mobile Web" party poopers are unsurprisingly the network operators.
Screen blanks out on a call and I can't get the hang up button, therefore charged for unused call time. 
Device should detect voice mail and hangup to avoid expense. I can't be the only one who does not care for voice mail.
Does not rotate on the home screen. I'm concluding that Android's screen rotation is quite a UI mistake, compared to say Apple's design.
Can't figure out how to make incoming SMSes vibrate. After searching I find this seems to be a general gripe about Android 2.1. Oh, found the answer http://twitter.com/kaihendry/status/10142417024
The answer swipe is a bit awkward. Is there a button I can press instead I wonder.
I forgot my USB cable. So it made it impossible to share some new music from my Swedish friends. There must be an easier way to peer to peer.
Same goes for side loading applications. It's not obvious how to share apps and that just sucks. There are plenty of cases where you want to peer since operators suck.
The photo picker for example with the Buzz integrated Google maps does not work. Crap. The buzz uploader does not give any progress status.
Progress status and resumable uploads is a must for crappy mobile connections.
How long was a call? How much was a call? No idea. This MUST be fixed. I must know how much I am spending.
Acquiring location and policy control is a bit all over the place on Android. For example the news & weather widget has it's own little preference for "Use my location". I need an easy central policy control. I also want to control granularity and see transaction logs, since I don't want the weather man to know exactly where I am. I want to feel in control.
I just wanted to mention, is it just me or is the http://touch.facebook.com/ seriously broken? When people comment on pictures I can't seem to followup on the notifications. I mean, this is not hard people.
Finally, I have a 715GBP T-mobile bill to figure out after this week. I kept getting redirected to http://www.t-zones.co.uk if I enabled roaming so Internet did not even work. I also had something like 50 Euro Internet booster messages. I find this very confusing as I did call up T-mobile UK before departing to France to inform them I was travelling and to make sure what the price per meg was. They said over the phone it was 1.50GBP.
So did I do 400M of traffic from my phone from France? NO, Internet did not
work even. I had to use 2EUR an hour WIFI from UCPA which was also pitifully
unreliable and only worked in one room. 
Avoid T-mobile. Make careful preparations if you need the Internet like myself. I think I will buy a PAYG Orange or SFR SIM next time in France.
I am also saddened to see no operator create some sort of Android app to help track expenses. It need not be a Java app. Just a usable Web one, unlike https://www.t-mobile.co.uk/service/your-account on a mobile.
Kai Hendry has posted a comment:
OMG at my local A1 Tandoori the guy pulled out the sauce from a bucket on the floor. wtf.
- http://www.ksplice.com
- http://www.redbend.com
- http://blog.garbe.us/2008/02/08/01_Static_linking
- Worse is better general Mercurial binary diff
- Rsync is also a great tool for binary updates
- http://patent-warrior.blogspot.com/2009/10/red-bend-v-google-chrome-no-damages.html
- http://dev.chromium.org/developers/design-documents/software-updates-courgette
Despite what GNU and opensource projects think, statically built apps are the way to go.
Security benefits of statically built binaries
Shared libraries are often touted as being good for security. No need to rebuild, you just replace the binary and everything linked to say an updated libpng.so gets the security fix.
Likewise one security problem in a shared library makes all the binaries dependent on it vulnerable.
The good security benefit of statically built libararies is that you elimate the library path. So you can't hack binaries like so:
LD_PRELOAD=/usr/lib/libpng12vulnerable.so /usr/bin/firefox
Or perhaps a binary with setuid right escalation.
Also since statically built binaries only compile in the object code they actually use from the library, the surface area of the attack is greatly reduced.
As we've seen in the last couple of months, updates to libjpeg and libpng can also involve ABI changes, meaning complete rebuilds in any case.
Please read the stali FAQ for more argumentation.
★ Trevor Paul ★ has posted a comment:
Hi, I'm an admin for a group called Vector Collective, and we'd love to have this added to the group!
- syslinux to boot from fat
- extlinux to boot from ext
- isolinux to boot from iso
- pxelinux to boot from pxe
Andrew Michaels has posted a comment:
Thanks for sharing and making this picture CC. I've used it on my blog: www.bizoh.net/2010/02/online-business-forums-why-bother.html
Danny McL has posted a comment:
Kai
Yes I think they are, as the kids were moving around, some sand was being blown about.
I'm at MWC2010 in Barcelona representing the Web platform. 
You can find me at 2A120 at the Aplix booth (my employers)
And you can find me on the LiMo stand 8B135 demonstrating on device Javascript debugging on:
- Monday 11-13
- Tuesday 13-15
- Wednesday 11-13 & 15-19
Otherwise follow kaihendry or email me at hendry@aplix.co.jp to meetup.
blech has posted a comment:
Good news, probably: A comment in the Metafilter thread on the story in Marketing seems to show TfL are being sensibly standoffish about the whole thing. Hurrah!
I should have realised you'd read the Economist's piece. I stand by it despite recent events; statistics do tell more truth than anecdote, Disraeli's sayings be damned. Having said that, there was an interesting news story on the BBC noting that burglaries are dropping because consumer goods are just so cheap, but muggings aren't, as we're carrying around more valuables. Ho hum.
Adrian Midgley has posted a comment:
Talk to Andrew Lansley MP

NHS IT is in a mess at the moment, and the usual methods are not sorting it out. FLOSS is, as I've been saying to various people since before 2000, an opportunity to preserve more from failures and build on successes.
A problem is that most people who currently control it don't want preservation, they like starting from fresh and going on for a couple of years.
hawken king has posted a comment:
Xbench stats are interesting, but I really don't understand them. 100 is meant to indicate the average. So as you can see my laptop is underpowered, but my iMac is massively overpowered. Also it doesn't consider multi-core cpus. Kind of crap really.
Last May 2009 the Mobile Web Test Suites Working Group (MWTS) volunteers were polishing up the Web Compatibility Test for Mobile Browsers(WCTMB) version one and thinking of a new test. Nine months later our next little baby is due, version two of the WCTMB.
In this fresh forward looking 2.0 test we hope to encourage key technologies that will make the mobile platform simply rock. Of course we have the usual suspects like AJAX support and canvas which were tested in the WCTMB v1 test too. However we gear up by checking for Geolocation support which is very relevant to mobile users and for various helpful offline technologies like application cache and Web storage. These offline technologies help the Web in areas where Internet may be unreliable, which is a lot of places on most mobile devices!
We also make a daring leap into the fray to ask for support of video and audio,
which is quite demanding on a mobile device. We allow for all sorts of
codecs, though midi files and animated gifs won't pass. 
We also test for new input types, rich text editing and font face support which could be a workaround where phones have a poor font, for instance for a particular locale. No matter where you are from or what language you speak, we hope to entangle you in the Web with any device to hand.
So go and test your mobile with the new test and if your browser scores a 110% you are cheating.
Thank you and we welcome your feedback on our mailing list.
Danny McL has posted a comment:
An interesting find immediately behind me (as I took this picture)approx 1km away was a large military base with at least two C17 Globemasters parked on the ramp.
So I bought the new http://www.google.com/phone, the Nexus One at 365.21GBP. Deep breath.
I'm still on the last couple of months of my T-mobile G1's 18 month contract. Nonetheless, I've sent my G1 to my sister in Germany and hopefully she will get some use out of it.
I plan to end my contract with T-mobile and go on some PAYG plan, hopefully
with
Vodafone.
I bet you ending my T-mobile contract and porting my number will be an ordeal.

Talk about ordeals... the device took 16days to arrive, because Google's
fulfillment house in Indiana accidentally routed the N1 to Hong Kong. Google's
"Android support" customer services is absolutely abysmal. I contacted them
three times via Google checkout to tell them they have screwed up the package
routing. I basically only got through to them via an old University friend who
now works at Google. Shame. 
So the Nexus One(N1)! What do I think about it? It feels like a great upgrade
over the G1. The 1Ghz Snapdragon
amazed me awhile back on the Toshiba
TG01, so at last I have it!
However the battery performance seems on par with the G1. Sigh.
Despite a looming Nexus One update I though I'd rather be in control and hence I unlocked my Nexus One and "voided my warranty". I think it's a bit poor that I've voided my warrany because I want different software on it. I don't "void the warranty" if I put Linux on my Thinkpad, now do I?
Cyanogen's beta4 N1 mod is pretty wild. The USB
tethering feature is a must for me and it works far better than
Android 3G wifi tethering. Just turn it on, and ifconfig -a shows
usb0. dhclient usb0 and you're surfing on 3G. Why do operators make it so
hard?!
Since I'm into HTML5, I'm greatly enjoying using http://gmail.com and Calendar in the browser. It works amazingly well. I'm going to try avoid using the native Gmail client, though the native's 4 day background syncs are hard to beat.
I'm a little worried about the quality of the 3G
connection. The 3G scare
stories don't
help, though tbh I think the connection is the same as the G1. It's just that
since the phone is so much faster, the failings of UK mobile connectivity are
even more clear to see. 
You can upgrade your phone, but can you upgrade your connectivity? Well since my phone is unlocked I'll have to do some mobile speed testing again.
UPDATE: Checkout http://www.nytimes.com/2010/01/13/technology/companies/13google.html
I also heard Google is giving out N1s at developer meets. Ah great, they know how to satify paying customers.
- twitter: last checked 2010-02-28 (958 posts; 3 new)
- dabase: last checked 2010-02-28 (13 posts)
- tips: last checked 2010-02-28 (12 posts)
- android: last checked 2010-02-28 (3 posts)
- webvm: last checked 2010-02-28 (7 posts)
- mwts: last checked 2010-02-28 (9 posts)
- flickrcomments: last checked 2010-02-28 (167 posts; 2 new)
























