brianweet | 1 month ago | on: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
brianweet's comments
brianweet | 5 years ago | on: Ami, a tiny cube on wheels that French 14-year-olds can drive
In Amsterdam,NL we've had these for a long time: https://en.wikipedia.org/wiki/Canta_(vehicle)
And the more recent, fancier Biro:
https://biro.nl
You're allowed to drive them with a moped licence, available for 16 y/o. Don't think they cause many accidents though, I'd say safer than a moped.
They're causing issues as you are allowed to park them on the sidewalk (which is already crowded by bikes).
page 1
Eventually found two simple but effective ways to improve autocorrect/typing performance. First build a personalized and adaptive touch model trained on the device itself, mainly to fix simple typos. Second to fix low end screen limitations, use simple heuristics based on touchstart, touchmove and touchend [1].
Anyways, I'm no iPhone user but interesting to read. It would drive me nuts.
[0]: https://www.brianweet.com/2015/03/24/implement-touch-model.h... [1]: https://www.brianweet.com/2015/04/08/low-end-touchscreen-lim...