Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
antoarts
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
C preprocessor tricks
(antoarts.com)
12 points
by
antoarts
14y ago
|
1 comments
2.
▲
Void pointers in C
(antoarts.com)
1 points
by
antoarts
15y ago
|
0 comments
3.
▲
by
antoarts
15y ago
I choose not to discuss implementation in that article, but you should never reinvent the wheel (poorly).
4.
▲
by
antoarts
15y ago
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/ )
5.
▲
Designing command-line interfaces
(antoarts.com)
166 points
by
antoarts
15y ago
|
80 comments
6.
▲
by
antoarts
15y ago
It's from 2008 and it runs Windows Mobile 6.1, not Windows Phone 7
7.
▲
by
antoarts
15y ago
Oh, I thought the .Net had something to do with Microsoft's framework with the same name
8.
▲
by
antoarts
15y ago
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.
9.
▲
by
antoarts
15y ago
Why only web developers?
10.
▲
by
antoarts
15y ago
What if I have no idea for how many hours I have been programming in total?
11.
▲
Understanding Recursion
(antoarts.com)
3 points
by
antoarts
15y ago
|
0 comments
12.
▲
by
antoarts
15y ago
How well does Hurd compare to Linux?
13.
▲
by
antoarts
15y ago
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.
14.
▲
by
antoarts
15y ago
Thanks for mentioning that. I fixed my mistake.
15.
▲
by
antoarts
15y ago
The quotes are randomly chosen from a database of my favorite ~50 quotes, so it isn't related to the article, though
16.
▲
by
antoarts
15y ago
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 among the most important options, it just got there ;-).
17.
▲
The most useful GCC options and extensions
(antoarts.com)
62 points
by
antoarts
15y ago
|
21 comments
18.
▲
by
antoarts
15y ago
C++ is vastly different from C. I know C, yet I don't know C++.
19.
▲
by
antoarts
15y ago
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 better now.
20.
▲
by
antoarts
15y ago
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 dynamically from the PHP scripts each time. I hope .
21.
▲
by
antoarts
15y ago
Good catch. This is similar to "rubber-duck debugging" ( http://en.wikipedia.org/wiki/Rubber_duck_debugging ).
22.
▲
by
antoarts
15y ago
Yeah, I said that it especially helps if the language utilises a different paradigm. It is the important thing, actually.
23.
▲
by
antoarts
15y ago
Yeah, I am getting thousands of visitors... :)
24.
▲
by
antoarts
15y ago
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, which might have problems with this, so in one way, you
25.
▲
by
antoarts
15y ago
Thank you :). I agree it is always good to see a thing from as many angles as possible. Additionally, some author might have left something out which another one did not.
26.
▲
by
antoarts
15y ago
And, according to that article, they only compared 4 different languages. I think that C could've performed better (C compilers usually give little faster code than C++ compilers do) and well-written and optimized Assembly could do well a
27.
▲
How to improve your programming skills
(antoarts.com)
232 points
by
antoarts
15y ago
|
89 comments
28.
▲
Introduction to the J programming language
(antoarts.com)
2 points
by
antoarts
15y ago
|
0 comments
29.
▲
Open source software is also copyrighted
(antoarts.com)
1 points
by
antoarts
15y ago
|
1 comments
30.
▲
Bitwise operators in C and implementation of 8 booleans in one char
(antoarts.com)
1 points
by
antoarts
15y ago
|
0 comments
More ›