Earlier quoted context omitted.
I can say that because I don't consider myself to have truly been literate until 6 months ago, when I started using cursive. If I had written a letter to someone the way I usually wrote, they wouldn't have been able to read it if they tried. And I considered my own writing back then to be pretty okay, because I made it all the way through high school and college with it. Why all my teachers allowed me to write like t…
Your definition of literacy and the popular view are dissimilar. The common definition is just "the ability to read and write." Nothing more, nothing less. I looked for a definition which contained the term "cursive" and was unable to find one.
Handwriting vs. typing: is the pen still mightier than the keyboard?
91–100 of 100 posts
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#92Earlier quoted context omitted.
> And don't come back and say, "it's perfectly fine for them to use print." I'm going to do exactly that. You having garbage print handwriting and pretty cursive hardly means that everyone is the same way. With the lack of cursive practice that most people get, you're much more likely to find someone with legibile printed handwriting than legible cursive. > If you can't write legibly unless you're using a computer, h…
I can say that because I don't consider myself to have truly been literate until 6 months ago, when I started using cursive. If I had written a letter to someone the way I usually wrote, they wouldn't have been able to read it if they tried. And I considered my own writing back then to be pretty okay, because I made it all the way through high school and college with it. Why all my teachers allowed me to write like t…
If print, on the whole, was impossible to read and write clearly, it would have died long, long ago. But it hasn't, because it's a perfectly acceptable way to convey information, without pretending that everyone's cursive (which, again, hardly anyone gets practice with--I can't even remember around 1/3 of the lowercase letters, or most of the capitals, like G) is so much nicer, and the only way to 'properly' go about things.
I'm glad that you're happy with cursive. Nice cursive handwriting does indeed look quite nice. But it's fallen out of favor and out of practice, and it's not, and I say this without hyperbole, the one true way that you insist it is.
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#93Earlier quoted context omitted.
Your style of work is of course OK, but I'd like to point out that it's not the only one possible. For example I tend to experiment with code as soon as I think I know what a given task is about. I fire up the REPL, create a new file and start writing. This code is of course never meant to go into production: it's just a way of structuring my thoughts. Often I do this "prototyping" in a different language than the on…
Do you keep a log of your experiments? I found doing so improved both my ability to recall and I also planned ahead about what I was going to test / learn. Drawing diagrams of process flow before coding, mapping code after bashing away, though of course there are tools that automate this, help me. Drawing and writing reflectively is different to doing.
Not always, but when I investigate something particularly interesting or just learned something generally useful I usually convert my playground - be it a dump from the REPL or a file I was scribbling in - into Literate Programming style document. The process of inventing narrative for the code indeed makes it easier to remember. LP is actually a very neat tool I'd like to see more people use.
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#94Are you telling me that American children are cut off from a most basic and easily affordable ability to express their thoughts where only things necessary are pen and paper?
Do I miss something?
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#95Handwriting is only good if you can actually read your own handwriting. My handwriting is shit. Terrible. Infact it is so bad I almost failed school. At the age of 5 I was told by various authority figures that I was thick because I couldn't write. I vividly remember being told that some people have dyslexia, and that why they can't write, however I'm just slow, and that I'll have to just try harder. Fortunately my m…
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#96I hate it that there's such a large dichotomy between typing and handwriting. I hand-write stuff all the time. Not because I'm a doddering fossil or because I'm a luddite or anything like that...I find that hand-writing notes from class helps me remember them better, and hand-writing letters and cards gives a much more personal touch. But then I have all these sheafs of dead trees that I have to deal with. I need to…
One of the best things I did personally was to overhaul my shitty handwriting into something I'm actually happy with, and isn't just "how things panned out". I'm saying this because doing such a thing, in your case, could very well turn out to work towards making your handwriting tech compatible as well, thus eliminating that hurdle. Win-win, really. Edit: As a further advantage, I actively think of the way I write a…
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#97Earlier quoted context omitted.
One of the best things I did personally was to overhaul my shitty handwriting into something I'm actually happy with, and isn't just "how things panned out". I'm saying this because doing such a thing, in your case, could very well turn out to work towards making your handwriting tech compatible as well, thus eliminating that hurdle. Win-win, really. Edit: As a further advantage, I actively think of the way I write a…
Could you please post an example of your handwriting?
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#98I learned cursive many years ago, and Handwriting was a reliable C- (or maybe D) for me during most of the primary grades. I can write a legible hand now, but find that I use cursive for Christmas cards and notes of condolence. I do take notes with pen and notebook, but generally not in cursive. If a genie showed up offering only one of clearer cursive or better typing, I'd choose the latter.
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#99Earlier quoted context omitted.
Could you please post an example of your handwriting?
Sure, here's a small sample: https://dl.dropboxusercontent.com/u/19268997/20141218_013221...
Re: Handwriting vs. typing: is the pen still mightier than the keyboard?
#100Earlier quoted context omitted.
Sure, here's a small sample: https://dl.dropboxusercontent.com/u/19268997/20141218_013221...
I find all caps / block letters slower to write and harder to read. What made you decide to go with that approach?
So... I saw a problem, and I fixed it. ;)