| bio | website | observatory.eonil.com |
|---|---|---|
| location | South Korea | |
| age | 31 | |
| visits | member for | 2 years, 3 months |
| seen | 6 hours ago | |
| stats | profile views | 25 |
Strongly Cocoa tasted application developer with a little of C++.
*Feel free to fix my wrong grammars! I always appreciate for that!
|
May 9 |
comment |
Manual memory allocation and purity MAybe abstraction layer hides memory side effect is the way to go... thanks a lot! |
|
Apr 9 |
comment |
Manual memory allocation and purity @Job Oh thank you for recommendation, but I can't choose any GC based language for my goal :( |
|
Jan 24 |
comment |
What fast, free SVN repository alternatives to Google Code are there for open-source projects? @WyattBarnett Ah man. If I can link a Git repository reliably into svn:external, I will do that right now! Thanks anyway :) |
|
Jan 23 |
comment |
What fast, free SVN repository alternatives to Google Code are there for open-source projects? Uploading of MIT license text file took about 10 seconds. I think it's too long except network latency... |
|
Jun 20 |
comment |
Reasons to Use a VM For Development Client side code can't be removed because of latency. Complete (remote) virtualization is just dream of stupid CEO who believes VM can send screens faster than light. Try to make him to use only Google Apps without JavaScript. |
|
Jun 20 |
comment |
Is slower performance of programming languages, really, a bad thing? Yes. The slow is always really bad. And in contrast, the fast is always good. Because it takes time from your (and your users') life. However, as @Matt said, the problem is where is slowness is. And some languages are fast in most ways. Of course, some other languages are slow in most ways. |
|
Jun 13 |
comment |
How should I program with dynamic typing language even no type is noted on documentation? It seems what you're saying is every types can be retrieved from coding convention and documentation. Did I understood correctly? |
|
May 9 |
comment |
What's the limitation of APSL compared to BSD or MIT? Is there no other limitation directly related to Apple or Apple product? |
|
May 2 |
comment |
FreeType font patent issue and Apple platform Oh thanks a lot! |
|
Mar 25 |
comment |
How do you know you're writing good code? +1 For method readability. |
|
Mar 18 |
comment |
How do you think about using `//` for JSON comment? @David Absolutely :) |
|
Mar 12 |
comment |
What's the *ISTQB* and are they trustable? @testerab I agree with you. A certification can be +1 or -1. The sign is up to level of certification and employer. That's the reason why I want to know the value of the certification. |
|
Mar 12 |
comment |
What's the *ISTQB* and are they trustable? It's sad finding suitable site for this question is so hard :( |
|
Feb 16 |
comment |
I feel something uncomfortable with Haskell record syntax Hmm. Does setL mean mutable?? Without IO? IT's hard to understand... |
|
Feb 16 |
comment |
Haskell AND Lisp vs. Haskell OR Lisp Smooth moving approach :) |
|
Feb 16 |
comment |
Haskell AND Lisp vs. Haskell OR Lisp I agree with the purity makes learning a language a lot easier. I couldn't understand functional language itself with LISP because everything are possible in the language and I have too much imperative, OO background. But in Haskell, there is no such concepts which disrupt learning. |