[-] r1veRRR@feddit.de 13 points 7 months ago

Die CSCs lassen wahrscheinlich noch auf sich warten, aber privat kann man ja dann bald schon anbauen. Bubatz@home Guide wann?

[-] r1veRRR@feddit.de 23 points 9 months ago

Just in general: More sane defaults, less RTFM. Sure, you can configure everything, but MUST you? A lot of opensource developers seem to believe that configurability is a get-out-of-jail-free card for having to provide a good user experience out of the box.

[-] r1veRRR@feddit.de 12 points 1 year ago

It does support it, it's just slower than JS. WA is faster in other aspects though, so frameworks that compile to WA (like the Rust framework Leptos) still end up being faster than a lot of JS ones.

[-] r1veRRR@feddit.de 23 points 1 year ago

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!

[-] r1veRRR@feddit.de 21 points 1 year ago

Kubernetes is so easy! Unless you're insane enough to have any state at all in your app. But who does that?

[-] r1veRRR@feddit.de 56 points 1 year ago

Compiler checked typing is strictly superior to dynamic typing. Any criticism of it is either ignorance, only applicable to older languages or a temporarily missing feature from the current languages.

Using dynamic languages is understandable for a lot of language "external" reasons, just that I really feel like there's no good argument for it.

[-] r1veRRR@feddit.de 15 points 1 year ago

Honestly, Immortals: Fenyx Rising was superior to Breath of the Wild in every way (for me at least). The world wasn't "stretched" in size needlessly, "shrines" integrated directly into the overworld, instead of being seperate, the collectibles were sometimes fun (compared to Koroks, which were always bad), there were far more interesting characters and side quests, the world was more alive, the combat was better (if we ignore BotWs weird physics stuff, which has fuckall to do with an action RPG), exploration had an actual point, because you might actually find something nice that doesn't break five swings in, the story was superior, and the humor was great (to me).

TL;DR: Ubisoft cancels a sequel to their best game in some time, no suprise here.

[-] r1veRRR@feddit.de 20 points 1 year ago

It's better than "invisible" exceptions, but it's still the worst "better" version. The best solution is some version of the good old Result monad. Rust has the BEST error handling (at least in the languages i know). You must handle Errors, BUT they are just values, AND there's a easy, non-verbose way of passing on the error (the ? operator).

[-] r1veRRR@feddit.de 29 points 1 year ago

To get annoyingly serious on a funny post, the one huge danger of GUIs that I've personally witnessed in many of my juniors is that they abstract away the need to understand the tool you're using.

I regularly use a Git GUI, and I might have to google the rebase command for more complex tasks, but I know how Git works. I know what I can do with rebase, even if I don't exactly know how to. If you only live in the GUI, you can get far never understanding the system. Until one day, when you fuck up a commit or a push, and you're totally hosed because there isn't a pretty button with the exact feature you want in your GUI.

[-] r1veRRR@feddit.de 13 points 1 year ago

So uninspired writing is illegal?

[-] r1veRRR@feddit.de 31 points 1 year ago

Innocence is VERY SPECIFICALLY NOT WHAT COURTS declare. They only ever declare that there wasn't enough evidence presented to proof guilt beyond a reasonable doubt.

[-] r1veRRR@feddit.de 19 points 1 year ago

This meme really only makes sense in response to something. I've definitely heard many non-vegans complain that a vegan diet is restricting. Most of those people do only eat like 3 veggies ever.

That being said, it's a meme, not a philosophical treatise.

2

In many projects, you might have custom DNS entries, for example for your development environment, or because something is prototype without a real DNS entry yet, or simply for convenience to not remember weird IP addresses.

Currently, these special domains might be used in the configuration of a project (say, the DB server is db1.acme.local), and that's version controlled and everything, but creating the actual DNS entry (in the hosts file for example) is still manual and therefore error prone.

Has anyone figured out a nice solution to this? Or do you all have super quick IT departments that'll give you real domains instantly?^^

view more: next ›

r1veRRR

joined 1 year ago