![]() |
|
Off Topic Chat Talk about life in general... |
![]() |
|
Thread Tools |
![]() |
#1 |
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]()
I swear, I feel like Charlie from "Flowers For Algernon." Over the past few months I noticed myself making many typos, which I attribute to my never-very-good 1337 typing skills. But in the past few months, I noticed myself making egregious spelling errors of things I know are wrong... upon second look. Things that I never used to do, like misusing their, they're, there, etc. Homonyms are bad enough, but sometimes the errors are astounding, like spelling words (or parts of them) phonetically. I never used to do that. My title here is "El Phonics Monkey" for a reason- my grammar and spelling were perfect when I was in school. Anyways, it's quite honestly getting to the point that it's starting to scare me. My current theory is that my leet skillz eroded because I stopped reading books like I used to, but in the past 6-8 weeks I've read like 10-12 novels. Not always the best way to improve one's writing style, but how often do you find grammar and spelling mistakes in a bestseller. Anwyays, questions, comments, suggestions, or radical drug therapy opinions?
__________________
FWD is the new AWD |
![]() |
![]() |
![]() |
#2 |
JDM Cowboy
Real Name: Nick Join Date: Oct 2003
Location: Somewhere
Posts: 8,642
Car: 2015 Mazda 3
|
![]()
dont bee suck a pizoshwhort.
__________________
While a standard engine is powered by a belt connected to the crankshaft, a turbo engine runs on its own exhaust steam, making it more energy efficient. -- CNN |
![]() |
![]() |
![]() |
#3 |
EJ22
Join Date: Feb 2003
Location: Roseville, CA
Posts: 380
|
![]()
It took me a decade to figure out the whole their, theyre there thing, and I still dont get it right 100% of the time. My problem is I hardly ever re-read anything after writing it... Even stuff I turned in for grades in college! (Still got A's and B's easily, which amazed me) Like the last paper I wrote for my final serious writing class (modern art history) was one of the few times I sat down and seriously put together an all out cohesive effort to write something decent. Feels good to do something like that every now and then.
I dont think that minor grammar errors are a bad thing, as long as you know you can get it done when you need to.
__________________
K-man |
![]() |
![]() |
![]() |
#4 |
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]()
It's not that I never knew that stuff, it's that I seem to have forgotten. A far graver situation in my mind.
__________________
FWD is the new AWD |
![]() |
![]() |
![]() |
#5 | |
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]() Quote:
![]()
__________________
FWD is the new AWD |
|
![]() |
![]() |
![]() |
#6 | |
JDM Cowboy
Real Name: Nick Join Date: Oct 2003
Location: Somewhere
Posts: 8,642
Car: 2015 Mazda 3
|
![]() Quote:
Bah. And don't even get me started on how I think computer science has fucked up my thought processes.
__________________
While a standard engine is powered by a belt connected to the crankshaft, a turbo engine runs on its own exhaust steam, making it more energy efficient. -- CNN |
|
![]() |
![]() |
![]() |
#7 | |
The Doink
Real Name: Scott Join Date: Nov 2002
Location: Portland, OR
Posts: 20,335
Car: '09 OBXT, '02 WRX, '96 Miata
Class: PDX/TT-6
The way out is through
|
![]() Code:
#include <stdio.h> enum ExeInstructions = { exeSUBMIT_POST, exeSUBMIT_REPLY }; class PostReply { private: char* text_buf; char* quote_buf; public: PostReply(void) { text_buf = NULL; quote_buf = NULL; } ~PostReply(void) { if (text_buf) delete[] text_buf; if (quote_buf) delete[] quote_buf; } void setQuote(char* author, char* text) { int buf_len = strlen(author) + strlen(text) + 20; if (quote_buf) delete[] quote_buf; quote_buf = new char[buf_len]; strncpy(quote_buf, "[quote=\"", buf_len); strncat(quote_buf, author, buf_len); strncat(quote_buf, "\"]\n", buf_len); strncat(quote_buf, text, buf_len); strncat(quote_buf, "[/quote]", buf_len); } void setMessageText(char* text) { int buf_len = strlen(text) + 1; if (text_buf) delete[] text_buf; text_buf = new char[buf_len]; strncpy(text_buf, text, buf_len); } void execute(ExeInstructions exe) { switch (exe) { case exeSUBMIT_POST: printf("New Post:\n%s", text_buf); break; case exeSUBMIT_REPLY: printf("Reply:\n%s\n\n%s", quote_buf, text_buf); break; } } }; int main(void) { PostReply* pr = new PostReply("nKoan"); pr->setQuote("nKoan", "And don't even get me started on how I think computer science has fucked up my thought processes."); pr->setMessageText("tell me about it!"); pr->execute(exeSUBMIT_REPLY); delete pr; return 1; } Quote:
__________________
Is you is, or is you ain't, my con-stit-u-ints? |
|
![]() |
![]() |
![]() |
#8 | |
Wagon Ho #2
Join Date: Mar 2004
Location: Sacramento, CA
Posts: 657
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#9 |
EJ207
Join Date: Dec 2002
Location: 39n53, 119w90
Posts: 2,698
Car: RX-8
Class: CS maybe
|
![]()
Ha ha, I too used to be grammer & spelling-perfect in school. I've found that for me, the web and technology influences how I write and sometimes even my thought pattern. (Take Scott's code example, you can think out what the language is saying, and then find that your own thought process is following the same pattern -- set lib, set cmds, set classes, chars and buffers, blah blah blah, actually do something, end.) It's structured, but unnatural when used in human language interactions.
|
![]() |
![]() |
![]() |
#10 |
EJ207
Join Date: Dec 2002
Location: 39n53, 119w90
Posts: 2,698
Car: RX-8
Class: CS maybe
|
![]()
And then here's the other problem with this: I started out going somewhere with a point about this, and found I got nowhere.
![]() |
![]() |
![]() |
![]() |
#11 | |
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]() Quote:
![]()
__________________
FWD is the new AWD |
|
![]() |
![]() |
![]() |
#12 |
JDM Cowboy
Real Name: Nick Join Date: Oct 2003
Location: Somewhere
Posts: 8,642
Car: 2015 Mazda 3
|
![]()
So Debbie, you work in IT?
Your company isn't by any chance looking for a bright young recent college graduate who is a hard worker and technically adept to help solve their mounting technical needs? If so, I know of just the kid that is looking for a job. ![]()
__________________
While a standard engine is powered by a belt connected to the crankshaft, a turbo engine runs on its own exhaust steam, making it more energy efficient. -- CNN |
![]() |
![]() |
![]() |
#13 | |
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]() Quote:
__________________
FWD is the new AWD |
|
![]() |
![]() |
![]() |
#14 | |
JDM Cowboy
Real Name: Nick Join Date: Oct 2003
Location: Somewhere
Posts: 8,642
Car: 2015 Mazda 3
|
![]() Quote:
__________________
While a standard engine is powered by a belt connected to the crankshaft, a turbo engine runs on its own exhaust steam, making it more energy efficient. -- CNN |
|
![]() |
![]() |
![]() |
#15 | ||
EJ207
Join Date: Dec 2002
Location: 39n53, 119w90
Posts: 2,698
Car: RX-8
Class: CS maybe
|
![]() Quote:
![]() ![]() |
||
![]() |
![]() |
![]() |
#16 |
The Doink
Real Name: Scott Join Date: Nov 2002
Location: Portland, OR
Posts: 20,335
Car: '09 OBXT, '02 WRX, '96 Miata
Class: PDX/TT-6
The way out is through
|
![]()
cp this.thread /dev/null
__________________
Is you is, or is you ain't, my con-stit-u-ints? |
![]() |
![]() |
![]() |
#17 |
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]()
sigh. It's seriously getting worse... I used to make typos. Now I read my own posts in other people's quotes and realize I flame people for writing like I do. Damn I need to go back to college and do some *real* writing, even though I mostly hate it, jsut for the sake of my self image as a reasonably intelligent person. Anybody else remember El Phonics Monkey?
![]()
__________________
FWD is the new AWD |
![]() |
![]() |
![]() |
#18 | |
Seņor Cheap Bastarde
Real Name: Dean Join Date: May 2003
Location: $99 Tire Store
Posts: 9,294
Car: $.04 STI
Class: Fast,Cheap & Reliable=STI
Deal, did somebody say Deal? Oh, Dean, yeah that's me.
|
![]() Quote:
__________________
I am a Commodore PET --- Now get off my lawn you kids... ![]() |
|
![]() |
![]() |
![]() |
#19 | |
JDM Cowboy
Real Name: Nick Join Date: Oct 2003
Location: Somewhere
Posts: 8,642
Car: 2015 Mazda 3
|
![]() Quote:
![]() Not that I'm error free myself. I hate seeing quoted stuff of mine and realizing that I made a horrid grammar error or typo or something.
__________________
While a standard engine is powered by a belt connected to the crankshaft, a turbo engine runs on its own exhaust steam, making it more energy efficient. -- CNN |
|
![]() |
![]() |
![]() |
#20 | |
EJ207
Join Date: Dec 2002
Location: 39n53, 119w90
Posts: 2,698
Car: RX-8
Class: CS maybe
|
![]() Quote:
![]() |
|
![]() |
![]() |
![]() |
#21 | ||
The Doink
Real Name: Scott Join Date: Nov 2002
Location: Portland, OR
Posts: 20,335
Car: '09 OBXT, '02 WRX, '96 Miata
Class: PDX/TT-6
The way out is through
|
![]() Quote:
![]() "Rabbit, I want you to got over there and cuff her!" "Now we getting zee kinky, no?"
__________________
Is you is, or is you ain't, my con-stit-u-ints? |
||
![]() |
![]() |
![]() |
#22 | |
EJ205
Real Name: Khail Join Date: Dec 2002
Location: Reno, NV
Posts: 1,769
Car: 2016 VW GTI
Meets? We have meets?
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#23 | ||
EJ207
Join Date: Dec 2002
Location: 39n53, 119w90
Posts: 2,698
Car: RX-8
Class: CS maybe
|
![]() Quote:
![]() |
||
![]() |
![]() |
![]() |
#24 | ||
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]() Quote:
![]()
__________________
FWD is the new AWD |
||
![]() |
![]() |
![]() |
#25 | ||
EJ22T
Join Date: Sep 2003
Location: Reno
Posts: 9,445
Car: '93/'01 GF6, mostly red
Class: 19 FP
|
![]() Quote:
__________________
FWD is the new AWD |
||
![]() |
![]() |
![]() |
|
|