Viewing profile — chisophugis
chisophugis
HN member- Joined
- Sat, Aug 07, 2010, 6:41 AM UTC
- HN karma
- 71
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About chisophugis
No profile information was provided.
Recent public activity
-
comment
Comment #13673955
> But maybe, they require you to create special versions of object files where even references internal to each library are referenced there as if they live in a different object f…
-
comment
Comment #13673936
> Not sure exactly what you mean by this. If you give up determinism, it can be O(changes) - except for time spent statting the input files which, at least in theory, should be pos…
-
comment
Comment #13673668
I agree. It's definitely possible. It's just that the actual benefit is far from reducing link time to "O(changes in the input)" and it would introduce significant complexity into …
-
comment
Comment #13673589
> While conventional linkers work at the compilation-unit level (one source file, usually), placing that whole source file's functions adjacently in memory [1], an atom-based linke…
-
comment
Comment #13673492
Every incremental linking technique I'm aware of involves overwriting the output file and does not guarantee that identical input files and command line lead to identical (bit-exac…
-
comment
Comment #13673420
No, it is just that nobody is currently working on it. Last I talked with the Apple folks they are just busy with other stuff. Patches are definitely welcome for MachO improvements…
-
comment
Comment #8786832
What Bjarne doesn't mention is the enormous difference in code size between qsort and std::sort. The flexibility of having the compiler generate a sorting routine from std::sort is…
-
comment
Comment #8656780
I spent about a week going through Mahajan's OCW course "the art of approximation" (it's quite short and reads quite quickly). It changed how I view problem solving and engineering…
-
comment
Comment #8461227
FWIW, a single Boeing 747 engine does about 100MW. Such an engine can be considered to "fit on a truck" for some definition of truck. Also consider that much of the size is due to …
-
comment
Comment #8461042
Ballpark calculation: 400km/h ~ 100m/s air intake cross section ~ 1m^2 ==> ~ 100m^3/s of air going through radiator density of air ~ 1kg/m^3 ==> ~ 100kg/s of air going through radi…
-
comment
Comment #8289077
Curiously, pNaCl also takes that same route.
-
comment
Comment #8245541
It's about more than just shutting down though. Biological complexity makes it infeasible to significantly engineer our biological bodies to e.g. make them smaller to reduce fuel c…
-
comment
Comment #8245415
The biggest barrier to space travel is our biology. We must create non-biological humans that can shut off and wait for the entire trip.
-
comment
Comment #7929398
Here's a couple elementary examples that are useful: f[x_Integer]:=x^2 Basically the pattern for the argument of f must match the pattern _Integer, which means that the argument is…
-
comment
Comment #7215585
Appears to need a bit more robustification. >>> simplify(sqrt(x^2)) Traceback (most recent call last): File " ", line 1, in File "/base/data/home/apps/s~sympy-live-hrd/43.373169527…
-
comment
Comment #7001734
mikeselectricstuff did a hack playing around with this concept " rel="nofollow">http://youtu.be/qy1w6rTpC2g> . Not nearly as sophisticated as the linked post, but still pretty neat…
-
comment
Comment #1583267
reCAPTCHA is bar none the way to go. Not only is is robust, but it also serves a useful purpose---it uses user answers to the reCAPTCHA to digitize books by having users recognize …
-
comment
Comment #1583250
FWIW, where it says "Already featuring _several hundred_ items, new content will be added regularly.", the underlining gave me an instinctive urge to click on it, expecting some so…
-
comment
Comment #1583207
It ignores it only as much as the average person does.
-
comment
Comment #1583200
>Why must it be attractive for a female to be powerful in order for her to succeed? There is an undeniable biological tendency to want to attract a partner. Hence, any human's beha…