NaNoGenMo / 2018

National Novel Generation Month, 2018 edition.
https://nanogenmo.github.io/
112 stars 6 forks source link

Alcocorrect #4

Open hwayne opened 5 years ago

hwayne commented 5 years ago

The best writers were alcoholics. Presumably their editors fixed all the "I can't find the keyboard" typos. But we don't need editors, because we have autocorrect. Surely hammering out an entire novel while drunk and then having autocorrect fix all the typos will lead to a perfectly accurate text, and not some nonsensical abomination, right?

...Right?

cameronedmond commented 5 years ago

A pretty unique take on NaNoGenMo! I dig it!

enkiv2 commented 5 years ago

Are you planning to actually get drunk for the entire period that you transcribe some work by hand, or are you going to use a typo generator (like netfilters' scramble filter or my disarticulate script)?

hwayne commented 5 years ago

I was planning on rolling my own typo generator that simulates hitting the wrong key; I also like your idea of transposing characters, too.

Maybe I should write the program drunk, at least

enkiv2 commented 5 years ago

Hitting the wrong key is a good idea! I felt like I'd need to make a map of keys that are near other keys & that would be a lot of work, which is why (IIRC) I didn't do that in my scramble script.

On Thu, Oct 18, 2018 at 12:26 AM Hillel Wayne notifications@github.com wrote:

I was planning on rolling my own typo generator that simulates hitting the wrong key; I also like your idea of transposing characters, too.

Maybe I should write the program drunk, at least

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/NaNoGenMo/2018/issues/4#issuecomment-430871167, or mute the thread https://github.com/notifications/unsubscribe-auth/AAd6GQH025RQZ78xX7K4HjR_vcfx2V48ks5umALxgaJpZM4XXw-O .

hugovk commented 5 years ago

A keyboard is more or less a 2D array.

image

(Source: http://www.mashboardgames.com/Logistics.html)

For a slip of the finger add an offset of one or two (or more!) indices in one or two directions.