Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
k_g_b_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
k_g_b_
1mo ago
https://ourworldindata.org/grapher/solar-electricity-per-cap... The only other even slightly comparable country is Spain and they don't start until 2006/7. https://en.wikipedia.org/wiki/G
2.
▲
by
k_g_b_
1mo ago
This. Plus the fact that it would have been politically absolutely infeasible to get anyone except the Greens to agree on a coal before nuclear phase out at any point until at least 2018. SPD, CDU especially were and are very close to to th
3.
▲
by
k_g_b_
2mo ago
I don't know that because it is utterly untrue, as is easily verified by looking up plenty of available data in the German electricity mix - it's replaced by the growth in renewables, fossil fuels have continuously shrunk https:&
4.
▲
by
k_g_b_
2mo ago
Germany's use of gas has basically nothing to do with nuclear energy. It's used for gas peakers (which are for now and were needed, whether some % of electricity is provided by nuclear plants or not), heating (which has/had n
5.
▲
by
k_g_b_
2mo ago
Conservative politicians and leaders as they label themselves and practically act in today's political landscape are fundamentally on the authoritarian and anti-civil liberties side - there is no distraction. The right is only worse in
6.
▲
by
k_g_b_
2mo ago
They'll have a lot of work to do, if they want to catch up with the amount and rate of "hidden authentication backdoors" all those companies (and also Cisco) have. E.g. https://www.thestack.technology/cisco-ha
7.
▲
by
k_g_b_
6mo ago
Compared to other Linux distribution's package tooling Arch's is pretty nice and painless, I think. Agreed with namcap/chroot - I think there should be even more mandatory checks on pushing stuff to AUR. But even so - regardi
8.
▲
by
k_g_b_
6mo ago
*Made by the proto2 implementor, Kenton Varda https://news.ycombinator.com/user?id=kentonv
9.
▲
by
k_g_b_
8mo ago
Ah, so you are signalling misogyny and judging people as less just by their choice of hair-do with that term, got it.
10.
▲
by
k_g_b_
8mo ago
So you're basing it all on your willful interpretation of "don't enforce federal immigration law" instead of going with any other interpretation that would not enrage you so? That seems unhealthy. How about the following
11.
▲
by
k_g_b_
8mo ago
The world demonstrates in many instances, that you do not have to have empathy with people suffering from oppression, rape, murder, etc in order to "succeed" in terms of wealth and power. Meaning: if you can't accept that som
12.
▲
by
k_g_b_
8mo ago
Structured concurrency is also a Kotlin thing https://kotlinlang.org/docs/coroutines-basics.html#coroutine... and a Python thing https://vorpus.org/blog/notes-on-structured-concurrency-or-g... and
13.
▲
by
k_g_b_
8mo ago
In the long run https://github.com/google/crubit will very likely solve this for Rust even if it's a bit specific to Google's use cases right now as per readme.
14.
▲
by
k_g_b_
8mo ago
Germany in its constitutional law has protections against that data being used for any other purpose or government agencies. Does that help if a new antisemitic party would take over? Not likely for long, but hopefully long enough for other
15.
▲
by
k_g_b_
9mo ago
Please read again and don't put your own ideological spin on my words, please. I fully blame governments and politicians for all failures. I did not write that it's "actually" or otherwise privatized, in fact I wrote &qu
16.
▲
by
k_g_b_
9mo ago
DB is only in its current state (company organization, leadership failures, organizational failures, underfunding for decades, etc) because of previous governments' failed attempts at privatization decades ago. Full actual privatizatio
17.
▲
by
k_g_b_
9mo ago
When you want to distinguish `MyObj??` then you'll have to distinguish the optionality of one piece of code (wherever your `MyObj?` in the list came from) with some other (list find) before "mixing" them. E.g. by first mappin
18.
▲
by
k_g_b_
1y ago
All kinds of fees (e.g. for the grid) and taxes, yes. It differs by year and depending on which surcharges were added/removed through laws. E.g. one part was for renewable subsidies and that's been removed in '22. 40% source
19.
▲
by
k_g_b_
1y ago
End consumer prices are utterly unusable to determine success or failure of the Energiewende. They are also utterly useless to compare across nations, as they are made up of very different components - e.g. in Germany only 40% is determined
20.
▲
by
k_g_b_
1y ago
In my experience it's a common mistake of non-native English speakers, of native speakers of Slavic languages in particular. I see it often at work with titles starting with an interrogative word like "how".
21.
▲
by
k_g_b_
1y ago
Public transport being massively/too popular is the only way for it to get anywhere near the level of funding it needs. That's not really a failure mode, just a symptom of the real failure. It was extremely easy for governments to
22.
▲
by
k_g_b_
1y ago
It doesn't, and people slowly realize - e.g. in beer country Germany: https://www.dw.com/en/germany-alcohol-free-beer-sales-double...
23.
▲
by
k_g_b_
1y ago
Sure, let's just ignore all the issues that widespread alcohol abuse bring to societies and call them healthy. Who cares, I'm living a good life with alcohol, so everyone suffering from or seeing the side effects and abstaining is
24.
▲
by
k_g_b_
1y ago
That's somewhat outdated and Wikipedia even slightly alludes to it with "Some banks are phasing out girocards". "some" in reality is "nearly all". Girocard is practically dead and I don't see it comin
25.
▲
by
k_g_b_
1y ago
https://www.tomtom.com/traffic-index/ranking/ 30 km/h is equal to 20 min/10km, 50 km/h is 12 min/10km. So Helsinki city center is at 21km/h travel speeds, metro area at 31km/h. A spee
26.
▲
by
k_g_b_
1y ago
Correct, it basically never was. E.g. for Germany - the most high profile nuclear exits: - nuclear and fossile energy producers were the exact same companies - why would they fund activists to campaign against their own assets? - coal minin
27.
▲
by
k_g_b_
2y ago
I'm not sure whether men are truly better on average, or women are just on average more conditioned by our societies not to do so or even if, to do so in a manner that isn't effective. Unlearning ~2 decades of upbringing, educatio
28.
▲
by
k_g_b_
2y ago
Any language that implements linear types has values that can't be ignored and need to be passed to some "destructor" (could just be a deconstruction pattern assignment/similar). Examples: Austral, some of these https:&
29.
▲
by
k_g_b_
2y ago
You missed all the cursor movements (whether by mouse/keyboard) needed for the plain text editor: 1. Position cursor before the call from wherever it is right now (might be quick because your editor already allows some form of structur
30.
▲
by
k_g_b_
2y ago
IMAP has a concept of flags/keywords ( https://datatracker.ietf.org/doc/html/rfc9051 2.3.2) and there's a whole bunch of servers and clients that support using it in a similar way as labels - Thunderbird,
More ›