Viewing profile — antoarts
antoarts
HN member- Joined
- Mon, Jun 13, 2011, 5:14 PM UTC
- HN karma
- 494
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About antoarts
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #2850952
I choose not to discuss implementation in that article, but you should never reinvent the wheel (poorly).
-
comment
Comment #2850871
If you want to know how to create programs like vi, you should check out ncurses ( http://www.gnu.org/s/ncurses/ , tutorial: http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ )
- story
- story
-
comment
Comment #2846130
It's from 2008 and it runs Windows Mobile 6.1, not Windows Phone 7
-
comment
Comment #2831977
Oh, I thought the .Net had something to do with Microsoft's framework with the same name
-
comment
Comment #2831956
Well, I'm 15, and my "idols" would be people such as Knuth, Ken Thompson and Dennis Ritchie. Then again, I'm more into systems programming.
-
comment
Comment #2831952
Why only web developers?
-
comment
Comment #2812913
What if I have no idea for how many hours I have been programming in total?
- story
-
comment
Comment #2766981
How well does Hurd compare to Linux?
-
comment
Comment #2754547
Why would they provide email support then at all? I don't think the customer should have to try a dozen or so means of support before finding a way which works.
-
comment
Comment #2754223
Thanks for mentioning that. I fixed my mistake.
-
comment
Comment #2753989
The quotes are randomly chosen from a database of my favorite ~50 quotes, so it isn't related to the article, though
-
comment
Comment #2751871
I mentioned trigraphs as an example of a C standard feature disabled by default in GCC, and then I just mentioned how to enable just that feature. It wasn't supposed to be included…
- story
-
comment
Comment #2746280
C++ is vastly different from C. I know C, yet I don't know C++.
-
comment
Comment #2714581
I started using one just recently. I'm not a web developer and I just installed WordPress less than a month ago. Apparently, PHP scripts are heavy to execute :S It seems to work be…
-
comment
Comment #2714512
I hope that I fixed the problem now by installing a plugin (QuickCache) which caches pages and serves a normal, static HTML page when possible instead of generating a new dynamical…
-
comment
Comment #2714249
Good catch. This is similar to "rubber-duck debugging" ( http://en.wikipedia.org/wiki/Rubber_duck_debugging ).
-
comment
Comment #2714135
Yeah, I said that it especially helps if the language utilises a different paradigm. It is the important thing, actually.
-
comment
Comment #2713980
Yeah, I am getting thousands of visitors... :)
-
comment
Comment #2713925
For those of you who get a database error, I think it is the huge amount of traffic I'm getting at the moment which causes this (>1000 visits last hour). I'm using shared hosting, …