Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brrt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
brrt
1y ago
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 hypothesis. As a matter of fact intelligence is only somewhat
2.
▲
by
brrt
2y ago
Have you heard about xenon poisoning? Load following with a nuclear power plant is much more complex than it seems
3.
▲
by
brrt
2y ago
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 down. The city heating network operator is a monopoly,
4.
▲
by
brrt
2y ago
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, not the tourists. This hurts, and it's absolu
5.
▲
Vaccination reduces transmission to unvaccinated household members by 63% (RIVM)
(medrxiv.org)
8 points
by
brrt
5y ago
|
0 comments
6.
▲
by
brrt
5y ago
If you tolerate this, then your children will be next....
7.
▲
by
brrt
5y ago
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 its container. ... so, you have the choice of making a very s
8.
▲
by
brrt
5y ago
Also, there's Leibniz, for Newton :-)
9.
▲
by
brrt
6y ago
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 grams-of-CO2-equivalent emitted per km. One oddity is tha
10.
▲
by
brrt
6y ago
... in which the state still owns roughly 30% of what there is to own. (Source: Pikkety)
11.
▲
by
brrt
6y ago
I guess the incarceration rate would be a good candidate too
12.
▲
by
brrt
6y ago
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...
13.
▲
by
brrt
7y ago
LuaJIT is an example of what happens if you do this right :-)
14.
▲
by
brrt
7y ago
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 compiler (I think plan 9 inherited) and as of fairly recently didn
15.
▲
by
brrt
8y ago
Thank you for that link! That does look like it is a very similar IR structure indeed. Very interesting.
16.
▲
by
brrt
8y ago
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 argue that this is already SSA form. - In fact, the c
17.
▲
by
brrt
8y ago
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 distinction between computing a value and referencing it
18.
▲
by
brrt
8y ago
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 include industrial and agricultural water use -
19.
▲
by
brrt
8y ago
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 don't recall exactly, but I think that is in
20.
▲
by
brrt
8y ago
This is actually (almost) legal in teradata sql, which doesn't enforce clause order, but it doesn't accept an identifier as a predicate.
21.
▲
by
brrt
8y ago
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 of years now. I've always been thinkin
22.
▲
by
brrt
8y ago
Indeed, I owe a debt of gratitude to a lot of people.
23.
▲
by
brrt
8y ago
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 definitely very important to get an idea of the contex
24.
▲
by
brrt
8y ago
Thank you. I should add I have had support of more people than I can name :-)
25.
▲
by
brrt
8y ago
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. (It is actually more correct to speak of my work as a JIT
26.
▲
A curious benchmark of Perl 6
(brrt-to-the-future.blogspot.com)
5 points
by
brrt
8y ago
|
0 comments
27.
▲
by
brrt
10y ago
I agree fully, synfuels are a hugely naive idea. However, I've been pondering the use of direct-ethanol fuel cells in the place of 'range extenders' that are currently on some EVs. Advantages are legion: ethanol has a ready (
28.
▲
by
brrt
10y ago
Fairly sure you are citing this article: http://www.sciencedirect.com/science/article/pii/S0378775312... And the actual numbers are considerably less optimistic than you report, and that paper was rather opt
29.
▲
by
brrt
11y ago
I'm totally incapable of detecting whether this is satire. Is this satire? It should be.
30.
▲
by
brrt
11y ago
But you're comparing apples and pears. This 'ugly hack' is - for obvious reasons - not what 90% of software on your iPhone is actually using to manipulate strings. Instead, the ugly hack known as NSString tidily wraps the cha
More ›