Nesting!

I hadn’t realised how heavy doses of antibiotics can flatten people even further. Today has been typical of this week: I’ve not had sufficient energy to move further from my ‘nest’ in our spare room to the bathroom. Instead I’ve been curled up under a duvet, too de-energised to even get cabin-fever.

I suspect cabin-fever would have set in ages ago without my iPad mini and its bluetooth keyboard and of course the internet. Today’s entertainment has included:

I think that’s it for now, except to thank Elly for being so supportive, especially during this time of lurgie.

Advertisement

3 thoughts on “Nesting!

  1. I read a paper today, for the first time in forever, about the problems of Unicode in passwords. It was quite interesting and useful.

    Sorry about the ongoing lurgie situation. People in St. A are following sympathetically.

    Like

  2. Thanks! Sympathy much appreciated. BTW, what are the problem of Unicode in passwords? I guess at the total number of glyphs being just too large, and maybe issues with systems not understanding which encoding is being used.

    Like

  3. Different encodings are one potential problem. Then there’s different ways of representing the same logical character (simple example: “é” as in “café” can be encoded as a single character, or as a combination of an “e” and an acute accent). There are normalisation algorithms that can help deal with that, but there are four different ones that are applicable to different scenarios.

    Assuming you’ve dealt with that, what happens if your username or password contain non-ASCII characters, and you have to travel to an office where they don’t have keyboards or an OS configuration that supports your character set? Or if your mobile phone’s keyboard capabilities don’t match your computer’s? You can probably deal with password issues using a password reset, but username is more difficult.

    The paper covers a few other things such as accidental truncation, and some interesting information about actual usage patterns of Unicode passwords based on analysing leaked account data sets. I fyou fancy readin ti yourself, it’s here: http://www.w2spconf.com/2012/papers/w2sp12-final7.pdf

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.