Hacker News new | past | comments | ask | show | jobs | submit | chpill's comments login

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 worldwide propaganda effort to pull this off. Or maybe, the propaganda is not where you think it is.


The page from elsevier website for those who want to check

https://www.elsevier.com/connect/allegations-linking-sci-hub...


> 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 have to store large amounts of electricity right now is [pumped-storage hydroelectricity](https://en.wikipedia.org/wiki/Pumped-storage_hydroelectricit...), which is interesting but also very sensitive to the geography.


There are some technologies that might be improved to achieve the required efficiency (eg power-to-gas[1] or cryogenic storage).

[1] https://www.kit.edu/kit/english/pi_2018_009_power-to-gas-wit...


I'm by no means an expert, but as far as I know a combination of batteries for fluctuations in the dozens-of-hours range and Power-to-{Methane,Hydrogen,Ammonia} for seasonal variations is what experts think feasible.


Fusion also isn't possible right now of course.


> 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 earth, the CO2 in the atmosphere would not be such a big problem.


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.


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 `into`).

I don't use so many `->>` anymore thanks to them.


I dunno. Except for one very specific project, I've yet to see a "Wow!" use case for transducers. The only place where they really shine is working with channels, but I think channels are a big design mistake (after extensive work trying to tame them).


Interesting! Why do you think they are a big design mistake? I can understand how they can be misused, but I find myself missing them in every language I used that doesn't have them...


So either I'd rather talk about the COMPUTATION and resource safety rather than the channel, as in Pipes/Conduit/Streaming from haskell.

OR, I'd rather deal with a direct actor model a la Erlang, Pony and Cloud Haskell.

Go's experience is so goddamn miserable it should just put the entire notion of async channels as a higher level programming library to bed. As a low-level primitive, it's okay but not fundamental.


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.


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 load, having another script checking the amount of time that had passed to see if it was worth downloading the "extra" at all. But then again where do you put the threshold? Has anyone tried this with some degree of success?


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 default in spacemacs (all the bindings begining with `SPC k`).

It offers you all the cool features of paredit (barf, slurp, splice, transpose, convolute etc...), but it is easier to use in evil-mode. Check it out!


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: