Viewing profile — its2010already
its2010already
HN member- Joined
- Tue, Nov 16, 2010, 10:39 PM UTC
- HN karma
- 22
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About its2010already
No profile information was provided.
Recent public activity
-
comment
Comment #4439864
Shouldn't we be using XML for this???
- story
- story
-
comment
Comment #3188826
It does make sense to be able to define business/application logic as reusable query components. For example, if your PERSON entity has TITLE, FIRST_NAME and LAST_NAME fields, that…
-
comment
Comment #2906968
All I have to say is the guy writes pretty darn well for a 13-year old. Perhaps his experiment is flawed, but I was very impressed by his writing skills, and I know it will serve h…
-
comment
Comment #2793999
I have a question... The article states: ... Whenever you needed a pluggable system in your code you had to abstract away some concepts in order to make it work. Ruby lets us do it…
-
comment
Comment #2584525
Interesting - around Idaho there is a orange spike. Wonder where and what exactly that is.
-
comment
Comment #2368585
Surely this proves Lisp is a cult: http://pics.livejournal.com/codedot/pic/0002t3b1
-
story
Ask HN: Why can't I read HN with my Blackberry?
Using the Blackberry browser on http://news.ycombinator.com yields "HTTP Error 400: Bad Request". I have a Tour.
-
comment
Comment #1984853
My mnemonic for this is to remember that the link name is optional. When you specify only one argument the link name is the base name of the target (in the current working director…
-
comment
Comment #1947519
How about just putting those entries in your /etc/hosts file?
-
comment
Comment #1912134
The problem I always see with practically all templating systems is the lack of proper escaping of input data. For example, the function 'tag-name' really needs to HTML-escape the …