HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DasIch

2,776 karmajoined vor 15 Jahren

comments

DasIch
·vor 7 Tagen·discuss
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
·vor 5 Monaten·discuss
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
·vor 7 Monaten·discuss
How is this different from what the US is doing? See Monroe Doctrine for example and recent events concerning Venezuela?
DasIch
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·letztes Jahr·discuss
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
·letztes Jahr·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
FYI the "left" has introduced woke 90+ years ago in the 1930s. It merely increased in popularity.
DasIch
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
> 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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 3 Jahren·discuss
You don't need a conspiracy theory here when there is a far simpler explanation:

China has 1B potential viewers/customers that hollywood wants as an audience to grow and increase profit, so they'll do their best not to anger the chinese government. As a consequence movies avoid showing China in a bad light and they avoid topic that could get movies censored or forbidden in China.
DasIch
·vor 3 Jahren·discuss
Here is an announcement from last year stating that volume expansion is stable since 1.24: https://kubernetes.io/blog/2022/05/05/volume-expansion-ga/

The zalando postgres-operator also mentions as a feature:

> Live volume resize without pod restarts (AWS EBS, PVC)
DasIch
·vor 3 Jahren·discuss
If you operate at the scale where you consider the performance implications of foreign keys, you probably are not ok with anyone accessing the database or running just any query against it.

It is not realistic that you can trust everyone who needs to access the data with access to the database as they might easily cause problems with poorly written queries.

Additionally you may want invariants maintained, that the database cannot maintain but an application in front of it can.

Also for historical data or analytical queries postgres is not ideal either, so you probably want to move the data into some OLAP database or datalake.

> I can implement a website as a SSR app that talks directly to the db. Maybe tomorrow I decide I need to work on a web scraper that will use python, instead of adding more API endpoints to allow the scraper to talk to the database, I just talk to the database...

If the website and the scraper are just parts of the same application, it makes sense to do this but if they are genuinely different applications. I would use different databases here.
DasIch
·vor 10 Jahren·discuss
Any area in which enough such spelunkers are found is unlikely to be significantly improved by adding your own effort.
DasIch
·vor 10 Jahren·discuss
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.