Thanks for you thoughts ChemBoy. You can see I lean to high byte constructions. It always seems to me that conditions should come before statements (ducks).

This was a ten minute hack to show a coworker how lame the passwords he makes up are, I have to use them.

Not sure I agree about which string is easier, 'asdfghjkl' is a single keystroke and a swipe. But indeed some words have a momentum component that is not scored.

Also the keyboard wasn't quite properly layed out, an offset is probably needed. If 'w' is column 1, shouldn't 's' be column 1.2 and 'x' be column 1.9?

Also I shouldn't just add the row distance to the col distance something more like sqrt(dr*dr+dc*dc) maybe.

Obviously scoring is flawed because 'social' scores harder than 'socialize'. Length should play more of a factor.

Caps should be implemented with high penalty for 'Y'. Perhaps a typo probability for those pinky letters that'll trigger backspaces?

You're right, so many variations I punted.

clintp, if you've never used 'icicle' or 'coaxial' for one handed adult conversations, you're not doing it right.

YuckFoo

-who wishes his name was Fred (score=1) instead of Edward (score=2.2)

-but is glad his name is not Pamela (7.6) or Claudia (6.83)


In reply to Re: Re: Words that suck... by YuckFoo
in thread Words that suck... by YuckFoo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.