One of the fun things about these bikes is you’ll get many curious onlookers in the US and delight them by showing them how it folds up. Kids seem to love the demonstration and it’s cool explaining how bikes work, especially the hub gear.
This has been attempted a few times around the UK, but as other commentators have pointed out physical limitations and lack of environmental controls become issues, and the economics don’t make sense. They make a great story though.
A great reference, thanks! I can imagine both Thorp and Shannon desperately trying to solder loose wires in a toilet booth could make a great awkward scene in a future film
I also learnt the dubious skill of reading QR codes by hand. At work 1% of the QR codes that we received were not scannable. However when decoded by hand (thanks you this guide and others) they all contained the string we expected.
But there was an error in the error correction pattern. It would flip a bit on the message length. The QR data changed from a string of 4 characters to a string of 933+ characters, and either
- Be unreadable (xzing)
- Return 933+ characters of garbage (cognex)
- crash
- return the previous barcode scanned (iOS)
I really learnt something about Reed Solomon error correction that day. I have the QR code framed somewhere. Sometimes when bored I’ll scan it and confirm that it still brings up whatever I scanned last.