One of my crazier projects, dotsies.org, is on the techcrunch home
page today! Check it out - you thought my emacs stuff was out there
:)
The article mentions me being from Columbus:)
Comments? Ideas?
--Craig
--Craig
--
You received this message because you are subscribed to the Google Groups "Columbus Ruby Brigade" group.
To post to this group, send email to colum...@googlegroups.com.
To unsubscribe from this group, send email to columbusrb+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/columbusrb?hl=en.
Hey all,
One of my crazier projects, dotsies.org, is on the techcrunch home
Comments? Ideas?
> On Fri, Mar 16, 2012 at 6:42 PM, Craig Muth <craig...@gmail.com> wrote:
> Comments? Ideas?
>
> How did you decide on your encoding of the front of the alphabet as fewer keys, versus Morse Code/Huffman Coding style of more frequently used letters as fewer keys?
I had that same question - the "design your own" page gets into some of the issues with a purely frequency-based encoding:
http://dotsies.org/design-your-own/
In the standard version, frequent letters like 'e', 'a', 't' and 'r' seem to help establish the top and bottom of the bounding box, avoiding mis-alignments that could render the text unreadable. For instance, in the maximally sparse encoding "ate" and "oat" are both an ascending sequence of single dots, fairly easy to confuse out of context.
Note to self: figure out how to find the longest words that can be misunderstood in this fashion, given an input alphabet...
--Matt JOnes
Fortunately the site is just apache and javascript :)
> It's completely ridiculous! I love it!
Thanks! That's my favorite type of reaction :) Here's a sample of
the gammit from twitter/facebook so far:
> #Dotsies.org : biggest space saver font ever :D
> Someone re-invents Braille, heralded as innovation on TC.
> True innovation after sometime...Introducing Dotsies: the space-saving font
> So much for "crazy innovation". Perhaps more "blind faith" in the effect of hype.
> awesome innovation!!
> I dare you to find a more asinine start up idea
> um. can i just say that i love this?
> Bad idea.
> J'adore le concept
> FAIL!
:)
--Craig
Matt's reply does a good job of describing some of the important
factors. A balance between sparse and dense, but tending toward the
sparse seemed to be optimal to me for reading. Also having an
easy-to-remember mapping to the alphabet was high on my list, for
adoption, etc.
With typing, optimizing typing the space character is a pretty big
payoff, so there's an option for that.
A special message to my cbus peeps:
http://dotsies.org/m/#!thxnhsfwk+sfx+ynxna+jrth
--Craig
A special message to my cbus peeps:
http://dotsies.org/m/#!thxnhsfwk+sfx+ynxna+jrth
--Craig
--Craig
I'm up to like 150wpm. It's far short of my normal reading speed, but
I'm steadily speeding up over time. Will be interesting to see what
happens.
Lol. I got hammered a lot worse than that on the hacker news thread :)
I can relate though. In general I'm pretty cynical myself. Dotsies
does seem a bit ridiculous at first, largely because it's such a
simple thing. If you throw away the constraint of having to write
text by hand there are probably many simple ways to make it denser /
less busy (albeit there's a chance it'll be hand-writable anyway).
It's no giant mental leap to pick a binary code and make a font and
stick with it - just something someone should do IMO.
My larger impression is I'm impressed by the people who get it right away.
--Craig
Indeed. I find I hesitate much less on certain words after
encountering them many times (even short words with uncomplicated
letters). This seems to suggest your brain has to build up a memory
of the new word shapes. I suspected there'd be a tendency toward this
but it's more pronounced than I'd have guessed.
> The human brain does this to some degree with relatively phonetic writing
> (like English)... Yuor bairn has the alitbiy to raed tihs snetacne eevn
> tguhoh the mdlide lteetrs are out of plcae.
The way letters in dotsies words are smashed together gives a little
more emphasis to the first and last letters. The whitespace next to
them helps their contour stand out a little more so than the letters
in between (where with latin text all letters have a bit of space on
both sides). There's probably a decent chance this complements taht
pehnomeonn.
> So, I wonder if readers of logographic writing systems can read faster than
> readers of phonetic writing systems, and where a proficient reader of
> Dotsies would fall in that?
That's certainly a hope, and seems possible. I'm up to about 150wpm
and improving steadily. Some have posed the counter-argument that the
bottleneck with reading speed is usually more related to comprehension
speed than your max possible reading speed. I can read normal text
around 400 wpm if I really try, but am usually under 250 when reading
comfortably in practice and sometimes much slower when reading
something thought provoking, which kind of supports that argument.
But I'm still optimistic that some factors (more recognizable shapes,
more text being discernible at once, less movement required by your
eye) could perhaps improve your max as well as the speed you're
comfortable at.
> Anyway, quite fascinating!
Thanks!
I feel like I'm getting dangerously close to sending too many non-ruby
emails to a ruby mailing list, so I'm attaching an image of some Ruby
code in Dotsies. I've only spent a small amount of time trying it
out. It would let you see twice as many files on the screen at once
without wrapping (though has some obvious draw-backs). Not sure how
practical this will be, but fun to think about. :)
--Craig
I always wondered what the heck they were reading on the screens in 'The Matrix' - now I know! :)