Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 3rd, 2005, 9:57 AM   #11
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
mitakeet I copied the modified version I had for your forum to here. Maybe mods can copy the thread in the C forum as well.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Jun 3rd, 2005, 10:15 AM   #12
mitakeet
Programmer
 
mitakeet's Avatar
 
Join Date: Jun 2005
Location: Maryland, USA
Posts: 59
Rep Power: 4 mitakeet is on a distinguished road
I just saw DaWei make a post, I think we need to recreate our stickies here (on at least C and C++).
__________________

Free code: http://sol-biotech.com/code/.

It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it.
--Mitakeet

The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.
--George Bernard Shaw
mitakeet is offline   Reply With Quote
Old Jun 3rd, 2005, 10:17 AM   #13
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Thread is now sticky.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Jun 3rd, 2005, 10:27 AM   #14
mitakeet
Programmer
 
mitakeet's Avatar
 
Join Date: Jun 2005
Location: Maryland, USA
Posts: 59
Rep Power: 4 mitakeet is on a distinguished road
Secure programming writeup: http://sol-biotech.com/code/SecProgFAQ.html.

Performance programming writeup: http://sol-biotech.com/code/PerformanceProgramming.html

I forgot to add my writup on finding and diagnosing buffer overflows: http://sol-biotech.com/code/BufferOverflows.html.
__________________

Free code: http://sol-biotech.com/code/.

It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it.
--Mitakeet

The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.
--George Bernard Shaw

Last edited by mitakeet; Jun 3rd, 2005 at 11:21 AM.
mitakeet is offline   Reply With Quote
Old Jun 3rd, 2005, 10:55 AM   #15
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
and copied as well too :-)
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Jun 3rd, 2005, 5:44 PM   #16
jubitzu
Newbie
 
Join Date: May 2005
Location: Colorful Colorado
Posts: 25
Rep Power: 0 jubitzu is on a distinguished road
i think my post is highly inadequate for this purpose (i didnt think so many devshedders would be here so soon so i threw this up in haste...) i simply refuse to go to devshed and copy theirs though. perhaps we should frame one up that is a little better than this one, then make that one sticky and dump this one.
jubitzu is offline   Reply With Quote
Old Jun 3rd, 2005, 6:26 PM   #17
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I agree with Jubitzu. I don't think anything should be copied -- particularly if it wasn't authored by the copier. I like the link in Jubitzu's sig, but it's way too detailed for a prelim. I think the standard sticky should emphasize the use of non-stupid (and uninformative) subject lines, the use of tags when posting code, the inclusion of pertinent information such as error messages (NOT paraphrased), the approximate location of the errors, and the platform/OS/tools used. It should emphasize that potential respondents are sitting here, not at the OP's monitor. We haven't struggled with the code for days and had nightmares; WE CANNOT READ HIS/HER MIND very well, although one would be surprised at the amount of mindreading that seems to be accomplished from time to time.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jun 3rd, 2005, 6:52 PM   #18
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Well, telling someone how to post a question can only be done in so many words, I copied the "How to post a question" a modified it so it is more general. I favor the option that there should be a FAQ sticky for each forum and a How to post sticky for each forum, the latter can be the same for every forum. The former cannot, as PHP programming and say business design are completely different things.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Jun 3rd, 2005, 8:03 PM   #19
mitakeet
Programmer
 
mitakeet's Avatar
 
Join Date: Jun 2005
Location: Maryland, USA
Posts: 59
Rep Power: 4 mitakeet is on a distinguished road
I tried to post this earlier, hopefully it will go through this time...

I suggest a single sticky for newbies that is general-purpose, copied to each forum and then locked, then a forum-specific FAQ.
__________________

Free code: http://sol-biotech.com/code/.

It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it.
--Mitakeet

The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.
--George Bernard Shaw
mitakeet is offline   Reply With Quote
Old Jun 4th, 2005, 3:03 AM   #20
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6 bl00dninja is on a distinguished road
in my crazy forum that i visit (i'm mentally fucked up) they have a whole forum for newb questions like post count ratings and how to post and such. i don't think it would be a bad idea for this forum.

big K, how about a newbie forum for FAQ shit? like "what programming language should i learn" and crap like that?
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC