I want a shooter-esque game crossed with MOBA stuff. Basically, I just want Monday Night Combat, Battleborn or Gigantic to come back.
r1veRRR
ANY effective, long-term collective change REQUIRES that the large majority of people CHANGE THEIR CONSUMPTION HABBITS. While not great, the private plane stuff is exactly as pointless as the paper straws. Both are ways for everyone to point the finger at everyone else, and not have to change.
If the government implemented the "correct" laws tomorrow, but the populace doesn't want to change their habits, they will vote in people that give them back their old, bad things.
If a company implemented to "correct" processes, but the consumers don't want to pay the necessary price, they go bankrupt, and the company with the "incorrect, but cheap" processes wins.
ALL COLLECTIVE ACTION IS A COLLECTION OF INDIVIDUAL CHANGE. There is no alternative!
Naja, die Leute die sich partout "das Fleisch nicht verbieten lassen", brauchen keine Ausreden, nichts zu tun. Die Leute, die Laborfleisch meistens als Ausrede benutzen sind welche, die wissen, dass die Veganer (ungefaehr) Recht haben. Um diese Dissonanz zwischen Gewissen und Verhalten aufzulösen, braucht es eine klug klingende Ausrede.
Soll heissen, vielleicht nicht alle, aber viele davon müssten eventuell mal ihre eigene Scheinheiligkeit hinterfragen.
Writing a CHIP-8 Emulator was really fun. There's a lot of resources out there and it's really fun, small low level project you can "finish" in a week of casual coding. As someone who was mostly coding highlevel in my job, I really learned a lot.
The Prime Video example was more like moving from nano-service insanity to sanity. They basically split EVERY POSSIBLE STEP into separate lambdas. They switched to still using microservices, but they do all transcoding steps for a single video on the same microservice instance (aka sanity).
Wenn ich sage, dass die Gruppe Männer "voller sexistischem Dreck" ist, beleidige ich doch nicht alle Männer, sondern eben die, die sexistisch sind. Es wäre anders wenn ich zB sagen würde "Männer sind alles Vergewaltiger!" oder so.
Der Zyniker in mir frägt sich, ob die Leute im Ahrtal dazu gelernt haben, oder ob die weiterhin beim deutschen Durchschnitt bleiben.
How's the filesystem performance? Whenever I've mounted something into a Docker Container, the performance has suffered. For example, things like NPM/MVN suddenly take way longer.
How do you manage JVM versions? We have many older projects that use 8, and some newer ones using 17, for example.
Kubernetes is so easy! Unless you're insane enough to have any state at all in your app. But who does that?
Nier Automata. I really hated the replaying it part. The combat gets incredibly boring after the first two playthroughs. I also found the supposedly "deep" story to be extremely lacking, very on the nose and, like way too much japanese entertainment, bipolar when it comes to emotions.
Without a DSL for writing SQL, any sufficiently complex program will end up with string concatinating all over the place. Basically, writing a language with ZERO checks or highlighting or anything. That's asking for trouble.
But coming from Java, I agree that some ORMs go way too far.