Show HN: BrowseOn - continuous web browsing, from desktop to mobile (MVP)
browseonapp.com3 pointsby balbeit1 comments
http://trns.fr - uses text messages instead of email / mobile bookmarks
http://AirLinkApp.com - one-time bookmarklet generation a = {}
a['foo'] = a.get('foo',0) + 1
# a = {'foo':1}
a['foo'] = a.get('foo',0) + 1
# a = {'foo':2}
It can be very useful for incrementing keys in a dict, even if they did not exist previously.