Search this site

Wednesday, August 8, 2012

Promise

Because I don't know what will I post in this blog
then one of my friend tell me that he will go to comiket genco
and after I look at the stuff
wow it is very awesome and cool for me
althought maybe you can't tell that I am an otaku

then I'll post this
Now in 8th August 2012
I promise someday I will go to Japan
and go buy some otaku's stuff

Tuesday, July 17, 2012

Punctuation is powerful!

An English professor wrote the
words, "Woman without her man
is nothing" on the blackboard and
directed his students to punctuate
it correctly. The men wrote:
"Woman, without her man, is
nothing." The women wrote:
"Woman: Without her, man is
nothing."
Punctuation is powerful!

Saturday, May 19, 2012

Shortcut in Visual Studio 2010

Actually I was confused with them
that's why now I want to make some note and I hope this note can help anyone who will be confused like me

1) Show SmartTag AKA Auto fix options AKA auto correct Options (yup, good old eclipse)

ctrl . 

2) To Comment

Ctrl k,c

3) To Uncomment

Ctrl k , u

3) Reformatting the document

Ctrl k d

4) Insert Code Snippets

Ctrl k s


And more in this link :
http://www.itscodingtime.com/post/Visual-Studio-2010-Keyboard-Mouse-Shortcuts.aspx

Saturday, May 12, 2012

The Different Between Programmer and Users

Long time ago when I attended SAS course
I just knew the main difference between programmer and user
that happened when we tried used alpha for mean
it show that mean has a trusted value
ussually alpha 1 until 5 persen
but some programmer (that is me)
try using alpha equals 99% (that very extreme)
and my friend laugh at that time because they think if the alpha is 99% then of course the data you are using is not valid anymore and if we can put it simple "just erase it"

Javascript Linux Emulator

A friend just post in facebook about run a linux OS using Javascript

And I tried it and it can run some command in linux console
this is the link:
http://bellard.org/jslinux/

Then this is the notes about that:
http://bellard.org/jslinux/tech.html