HackerTrans
トップ新着トレンドコメント過去質問紹介求人

DasIch

2,776 カルマ登録 15 年前

コメント

DasIch
·7 日前·議論
Race != Race. Race as a social construct exists but biologically speaking there is no such thing.

In the US the term "race" always refers to the social construct. The german word "Rasse" did not undergo that same change in meaning. Even the most extreme right wing in Germany, the most openly racist people you can find would not dare to use that word in this manner in public. This is far more offensive than using the n-word.

So having germans agree to such statements especially so many is genuinely quite shocking.
DasIch
·5 か月前·議論
They weigh 80-85lbs and travel at speeds of around 50mph.

The impact would be quite serious, if they crash at speed but even falling on a car or a human would be quite serious, possibly deadly, even if the propellers don't spin.
DasIch
·7 か月前·議論
How is this different from what the US is doing? See Monroe Doctrine for example and recent events concerning Venezuela?
DasIch
·9 か月前·議論
The anti-nuclear movement in Germany started in the 70s. The last nuclear power plant was built decades ago. In my opinion the decision to not invest into nuclear and scale it up further made the end of nuclear power inevitable.

Recent governments merely organized a shutdown that was effectively decided in the last century at the end of the cold war. The importance of Merkel, Fukushima etc. in these discussions are completely overrated imo.

As an aside Germany got fuel for nuclear reactors from Russia.
DasIch
·9 か月前·議論
The current state wrt to nuclear in Germany reflects a decades long consensus in Germany that spans the majority of the population, scientists, intellectuals, politicians and even energy companies.

Any opposition you do hear on this from within Germany is usually opportunistic. People are against the Greens so they just take the opposite position on their policy. A good example of this is Markus Söder (CSU) who flip flopped on this multiple times.

Realistically speaking there is no serious politician or party with a pro-nuclear position in Germany that has a plausible plan for leveraging nuclear power at meaningful scale in an economical way. Any such plan would realistically invite massive opposition because nobody wants nuclear facilities in their vicinity.
DasIch
·昨年·議論
C before C11 has no memory model. Rust doesn't have one but effectively it inherits the C++/C memory model, so there is actually no difference.
DasIch
·昨年·議論
All hardware is unreliable and it's only a question of scale whether the probability of failure gets high enough that you need self-healing.
DasIch
·2 年前·議論
In practice these warrants mean that they cannot travel to any country that does recognize the ICC without being arrested, which means they almost certainly won't.
DasIch
·2 年前·議論
FYI the "left" has introduced woke 90+ years ago in the 1930s. It merely increased in popularity.
DasIch
·2 年前·議論
Rust is more popular than all of these languages except swift combined. So it seems empirically that ergonomics and expressiveness don't matter that much or these languages don't manage to do significantly better than rust.
DasIch
·2 年前·議論
I would also add that what the question really really means is "Do they understand what we and I are doing here? Do they understand what they are asking of me? Can they emphasize with me?"

That's really important. It's annoying to constantly have to explain and justify basic things because people in power don't understand what the workers are doing. I'm also pretty sure that's true regardless of who you are, which company or industry you work in and what you do, you'd prefer to be lead by people who understand what you are doing.
DasIch
·2 年前·議論
> On a per-module basis a simple fixture is used to determine if the db should get reset for each test, each file, or the entire module.

That sounds interesting. How do you determine, if the db should get reset?
DasIch
·2 年前·議論
Die Linke (far left), Greens (left), FDP (socially liberal-ish but economically further right than CDU) and AFD (far right) are against it. SPD (left) is internally conflicted about this topic. CDU (right) is in favour.

So essentially everyone who isn't very into law and order type politics and cares about civil rights is against this, regardless of where they are on the political spectrum. This is typical for such issues in Germany.
DasIch
·2 年前·議論
While this is true, the idea behind this was not merely to collaborate on coal and steel production. The intention from the very beginning was that such tight economic coupling would make war impossible.

Germany has the idea of "Wandel durch Handel" (change through trade)[1], which is essentially that you can prevent and make war non-viable and eventually even change countries to follow democratic norms. The EU is the most extreme version of this.

[1]: https://en.wikipedia.org/wiki/Wandel_durch_Handel
DasIch
·2 年前·議論
Beef is extremely inefficient compared to plant-based food. We could sustain a far larger population with no loss in standards of living without it.
DasIch
·10 年前·議論
Any area in which enough such spelunkers are found is unlikely to be significantly improved by adding your own effort.
DasIch
·10 年前·議論
I don't think it's a bad idea either. You might not be able to reasonably support all features Excel has but you could still provide some value with a subset.

I think this could be quite useful not so much when you're starting something from scratch necessarily but maybe you already have spreadsheets that implement some algorithm. In these cases having a compiler translate the spreadsheet would probably make more sense than having a human do it.
DasIch
·10 年前·議論
It could be interesting to take spreadsheets and compile them into functions.

You'd get a DSL with an incredibly powerful IDE and interpreter for development basically for free.
DasIch
·11 年前·議論
Rust allows you define blocks of unsafe code in which certain checks aren't enforced by the compiler. In these sections you have pretty much as much freedom as you always do in C.
DasIch
·11 年前·議論
The entire purpose of a programming language is that everything written in it describes an unambigiously executable process.

English isn't and never will be a programming language, no matter how much computers will be able to comprehend.