Viewing profile — brrt
brrt
HN member- Joined
- Sun, Feb 01, 2015, 9:01 PM UTC
- HN karma
- 335
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About brrt
No profile information was provided.
Recent public activity
-
comment
Comment #44144391
Sure, you were right. But if you had been wrong and we would now have had superintelligence, the upside for its owners would presumably be great. ... Or at least that's the hypothe…
-
comment
Comment #43239252
Have you heard about xenon poisoning? Load following with a nuclear power plant is much more complex than it seems
-
comment
Comment #43239237
Natural gas, from the Slochteren gas field, was the cheapest way to heat a home for the past 60 years. It's probably not so anymore, considering the Slochteren field is mostly shut…
-
comment
Comment #41160290
I'm from the Netherlands and > The imported junk we get from Netherlands is abysmal compared to anything grown locally, and the reality is that we want the good stuff for ourselves…
- story
-
comment
Comment #28818125
If you tolerate this, then your children will be next....
-
comment
Comment #28468780
The critical point of hydrogen is 33.2 K, that is Kelvin, or -240 degrees celsius. Any higher temperature than that, hydrogen is not a liquid, and exerts pressure on the walls of i…
-
comment
Comment #27607181
Also, there's Leibniz, for Newton :-)
-
comment
Comment #25220697
I don't understand what measure of efficiency you are trying to use, in which Diesel would end up being better. In environmental discussions that measure is usually something of gr…
-
comment
Comment #25109932
... in which the state still owns roughly 30% of what there is to own. (Source: Pikkety)
-
comment
Comment #24971569
I guess the incarceration rate would be a good candidate too
-
comment
Comment #24673904
This is in dutch, but it is a very clear exposition on why that doesn't really work out: https://www.wattisduurzaam.nl/16238/energie-opslaan/watersto...
-
comment
Comment #22105968
LuaJIT is an example of what happens if you do this right :-)
-
comment
Comment #19524113
No horse in the race, but: - The Rust compiler uses the LLVM backend, which is generally more aggressive about optimizations and code generation. The Go compiler is a custom compil…
-
comment
Comment #19439589
Thank you for that link! That does look like it is a very similar IR structure indeed. Very interesting.
-
comment
Comment #19428598
Hi! Author here. Honest question, because I don't know all the facts: - Given that in this IR, every value has a single definition, and every use must reference that value, I'd arg…
-
comment
Comment #19428578
Hi! Author here. I think you hit the nail on the head here. The optimizer is unaware of the control flow, because the control flow is added by the code generator.(And with it, the …
-
comment
Comment #18913328
I got that number from here - tried to find a more 'official' source, but water isn't as well documented as energy. Note that those numbers when I last looked into it typically inc…
-
comment
Comment #18912740
The current state of the art (reverse osmosis) is already fairly good. The first link I found [1] demonstrates the increase in efficiency - we're talking about roughly 3 kWh/m3. I …
-
comment
Comment #18376719
This is actually (almost) legal in teradata sql, which doesn't enforce clause order, but it doesn't accept an identifier as a predicate.
-
comment
Comment #18286382
Regarding the wonderfully sci-fi idea of flooding deserts, I raise you the seawater greenhouse company: https://seawatergreenhouse.com/ - which have been at this game for a couple …
-
comment
Comment #18026581
Indeed, I owe a debt of gratitude to a lot of people.
-
comment
Comment #18026571
These are all good questions, and not so easy to answer :-) Any answers I can give are personal, of course, and may well have no relevance to your situation. a): 'Studying' is defi…
-
comment
Comment #18024629
Thank you. I should add I have had support of more people than I can name :-)
-
comment
Comment #18024267
I just wanted to share that everything jvns is saying here is true. In 2014, for the Google Summer of Code program, I applied to build a JIT compiler for the MoarVM virtual machine…