Viewing profile — ahy1
ahy1
HN member- Joined
- Sat, Dec 15, 2007, 7:10 PM UTC
- HN karma
- 73
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About ahy1
No profile information was provided.
Recent public activity
-
comment
Comment #49045299
Which are some interesting programs written in the Markdown programming language?
-
comment
Comment #15063538
Actually everyone use hard links. They just don't use multiple hard links to the same file.
-
comment
Comment #9277077
Those "few minutes" have lasted for at least an hour now.
-
comment
Comment #8376480
> This feature is documented under the -f option of the export built-in command. The implementation detail of using an environment variable whose value starts with "() {" and which…
-
comment
Comment #8171626
I doubt DEC had anything to do with GEM. It was a product of Digital Research (same company that gave us CP/M, MP/M and DR-DOS)
-
comment
Comment #7728996
I wish for a standard #once directive. It should be very simple to implement, increase preprocessing speed and reduce the size of visually disturbing boilerplate in header files.
-
comment
Comment #7719798
A combined REPL and editor for C# looks useful. I will try it next time I have some spare time. The name is confusing. A C shell already exists ( http://en.wikipedia.org/wiki/C_she…
-
comment
Comment #7665765
> Most C++ code uses switch frequently, usually without taking advantage of fallthrough. I am not so sure about this. Thinking back on my uses of switch in C and C++, I am not able…
-
comment
Comment #7530604
So his political view made him unsuitable for a job. I am really surprised about this from a company and a foundation I associated with openness and concern about freedom.
-
comment
Comment #7209648
You could add the option to filter by programming language, to avoid seeing repositories using languages the potential contributor doesn't know or has no interest in.
-
comment
Comment #7195172
> Wow. That's full of falsehoods like these: > "What happens is that variable i is converted to unsigned integer." No: 'long i' is converted to 'unsigned long'. Actually, unsigned …
-
comment
Comment #7176312
So what if the syntax is (part of) what makes your language novel, interesting and special?
-
comment
Comment #6604068
NetBSD
-
comment
Comment #6046848
As a non-designer, I don't have the insight to understand why black text makes a site look outdated and trashy. As a user of web pages, I think that black text makes a site look pr…
-
comment
Comment #5234969
Qusetion five: "What does the expression SCHAR_MAX == CHAR_MAX evaluate to?" should be undefined exactly because char type can be signed or unsigned (as admitted in the explanation…
-
comment
Comment #3862343
I have to say that this is the easiest diagramming tool I have ever used. I am impressed!
-
comment
Comment #3606584
You need 3 chairs, 3 tables, 3 computers and internet connection. That's all you must have:-) Might be nice to have a coffee machine also...
-
comment
Comment #3603417
While I understand that a highly customized vim could reduce the number of keystrokes, I think it also makes some tasks more difficult. If using several different computers you mus…
-
comment
Comment #3546929
A Hacker News for Europe would be great. A lot of the stories on HN are very USA-centric. Currently it looks like Hackful focuses on the UK, especially London. Lets hope it expands…
-
comment
Comment #3265452
It is available at github ( https://github.com/sol-prog/schm ) and readable.