Viewing profile — jhg
jhg
HN member- Joined
- Wed, Aug 12, 2009, 4:54 PM UTC
- HN karma
- 62
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About jhg
No profile information was provided.
Recent public activity
-
comment
Comment #20376990
Can your code detect this case and at least show a warning? I realize it’s extra LoCs, but sitting here and tapping the damn phone with no feedback is not much fun :)
-
comment
Comment #13920669
That's somewhat uncomfortably close to dox'ing.
-
comment
Comment #1526846
Hmm, OK. Try a different example - the compiler should allow the following code without any warnings: void foo(int * a) { } void bar(int * b) { foo(b); } void baz(const int * c) { …
-
comment
Comment #1524716
With regards to the const part of the discussion - Does anyone knows any research or even a state of affairs of const inference in language design? The idea is similar to type infe…
- comment
-
comment
Comment #1504723
Foreign language was a mandatory class in all Soviet schools. Vast majority of schools taught English, few schools had German and even smaller fraction had French.
-
comment
Comment #1495250
Anyone else sees this as an opportunity to design a better high-performance gaming UI?
-
comment
Comment #1494343
Including the needs for backing up confidential data? Hm.
-
comment
Comment #1494339
> * Required > Looks like you have a question or two that still needs to be filled out. If I want to skip a question, I should be able to do so.
- comment
-
comment
Comment #1469362
> mpjamesmoore: @doctorow "let the consumers decide what they want" is my position. What a hypocrisy. Determining what consumers wanted was the goal of having public consultations.…
-
comment
Comment #1440431
My primary experience stems from working for a Canadian-based company with 200+ developers (located in Canada), 80% of which were Chinese programmers. The CTO of the company was Ch…
-
comment
Comment #1439537
Cultural thing - sure, but keep in mind that professional programmer with 10+ years of experience typically can do more in 9-to-5 than your average college graduate on a 24/7 sched…
- comment
-
comment
Comment #1439199
> Chinese like everything simple, doesn't have to be too exact Oh, don't start. "I don't know what the bug was, but I fixed it." - verbatim quote. This was a mode of operation of d…
- comment
-
comment
Comment #1240770
A louder version with actual slide content would be nice.
-
comment
Comment #1239016
> (5) Find prior art. That's actually a good strategy. Should you ever be approached regarding a patent infringement, produce the prior art and say that you are going to challenge …
-
comment
Comment #1239010
You can talk to a patent attorney and obtain a so-called "non-infringement opinion". Patents are frequently rejected at their first iteration as being too broad and then they are "…
-
comment
Comment #1232162
I'm not sure who's the intended audience of this. It is called an Introduction to Virtual Memory that is aimed at C programmers. How many C programmers are out there that do not kn…
-
comment
Comment #1222092
Woah... "Creativity as an Exact Science". TRIZ needs to be submitted to HN as a separate item. It can make for one interesting discussion.
- story
-
comment
Comment #1199899
Or it a misspelled "takenadult" :)
-
comment
Comment #1151756
Yeah, the grey listing. The anti-spam technique that works only because it is not widely used, so... shhhh :)
-
comment
Comment #1046839
A friend of mine did hamachi.cc from start to the point where it was acquired by another company with 4 million users. That took 1.5 years. He did everything - the UI design, codin…