Just another WordPress weblog
Gekitsuu
This user hasn't shared any biographical information
Homepage: http://www.gekitsuu.org
Posts by Gekitsuu
High Fructose Corn Syrup
Mar 22nd
Evil! I KNEW IT! http://www.princeton.edu/main/news/archive/S26/91/22K07/
Something I found while stumbling
Mar 12th
Added a code prettifier
Mar 8th
Testing out a code prettifier I found from google
#!/bin/bash
for i in `ls /tmp`; do
ls $i
done
Built-in Help files
Feb 23rd
Something That I keep running into is people who don’t even look for help in the built-in help files for an app or search before asking someone else for help. Now I know I’m guilty of this too and sometimes it’s because I know someone who can probably tell me the answer without looking it up but I’m beginning to feel that this is the lazy approach. I commit myself to have tried at to research in at least 3 sources and performed at least 2 tests before I seek advice from my peers. Mainly because I think it’s better to be in the habit of using the help systems to find the answer, because some day Steve won’t be there to tell you not to fold pizza into your wallet.
I’d also like to give points to someone for one of the most creative RTFM’s I’ve stumbled across in awhile:
+1 to Scientica for his response in this thread
