Viewing profile — chpill
chpill
HN member- Joined
- Sat, Dec 07, 2013, 6:04 PM UTC
- HN karma
- 18
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About chpill
No profile information was provided.
Recent public activity
-
comment
Comment #45223926
When you have a really good JIT, as Java does, this tradeoff is gone Is there a way to visualize the machine code generated by the JVM when optimizing the same kind of code as the …
-
comment
Comment #26410535
The World Health Organisation agrees with the UNSCEAR about the impact of radiation https://www.who.int/news-room/q-a-detail/health-consequences... That would have to be an INSANE …
-
comment
Comment #25690763
The page from elsevier website for those who want to check https://www.elsevier.com/connect/allegations-linking-sci-hub...
-
comment
Comment #23857038
> The real question is whether fusion will ever be economically competitive with renewables+storage. Could you elaborate on what storage you have in mind? The only effective way we…
-
comment
Comment #22422175
> The best thing I can think of then is to lower the temperature of the earth because then the oceans will act as a Co2 buffer sink. If we had some other levers to cool down the ea…
-
comment
Comment #18219278
It does take time before he starts drawing the parallel between woodworking and software, but it is well worth the wait! Thank you for reminding me of this great talk.
-
comment
Comment #14930569
Writing your own transducers is hard and error prone, but I think using and composing the ones given you by clojure.core is actually rather easy (Especially using the 3 arity of `i…
-
comment
Comment #14928889
I have been working with Clojure(script) full-time for the past 4 months (coming from javascript). I highly recommend it. Programming is fun again.
-
comment
Comment #13602854
I think this is an important question. Like another reply to your comment, I thought about having a very small js script in the header puting `Date.now()` in a global, then on page…
-
comment
Comment #13596882
For your concern number 3, the creator of spacemacs has created a package to help you author lisps in normal mode ( https://github.com/syl20bnr/evil-lisp-state ). It is included by…