[-] r1veRRR@feddit.de 23 points 3 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 23 points 8 months 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 9 months 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 9 months 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 20 points 9 months ago

The intent is secondary to the effect. If certain muslim people cannot put their religious sensibilities BELOW the secular human rights of their fellow country men, they LITERALLY need to leave. They are literally bad for us, and our social, secular order. EXACTLY like the hardcore christians are bad for human rights in the USA.

[-] r1veRRR@feddit.de 20 points 9 months 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 10 months 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 30 points 10 months 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 10 months 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.

[-] r1veRRR@feddit.de 17 points 10 months ago

Also ich beschwere mich über alles Copyright, vorallem wenn es um den Verlust von Kulturgut geht. Monopoly funktioniert ja aber nicht nur auf bestimmten Tischen, und VORALLEM wird es immer noch aktiv verkauft. Es sind Dinge, auf die man nicht mehr zugreifen kann, die das Problem sind.

Und PC ist absolut die Lösung, zumindest im Vergleich. Die ALLERMEISTEN PC Spiele laufen auf einem Windows 10 PC (und sogar auf Linux/SteamOS/Steam Deck). Kein einziges Original PS2 Spiel kann man auf der PS4 spielen, und auch Wii und N64 Spiele kann man (legal) nur dann auf der Switch spielen, wenn Nintendo gerade kurz Lust dazu hat.

[-] r1veRRR@feddit.de 18 points 10 months ago

Mal ganz zynisch gesagt, ist das eh alles bald egal. Mit den Klimaflüchtlingen reden wir dann von mehreren Millionen im Jahr. Da muss dann das Meer rot gefärbt werden, und auch nur annähernd unseren faulen, verschwenderischen Lebensstil aufrecht zu erhalten.

Idealerweise würden wir stattdessen effektiven Klimaschutz betreiben, und vielleicht die Länder ein bisschen weniger ausbeuten (IWF), damit die weniger Grund haben, überhaupt hier her zu kommen. Aber das wird wahrscheinlich auch nicht passieren.

[-] r1veRRR@feddit.de 48 points 10 months ago

Auf einer gesellschaftlichen Ebene ist die "Silo-isierung" von Spielen sehr gefährlich. Spiele sind Kunst und Teil unserer Kultur. In Silos ist die Chance weitaus grösser, dass Dinge verloren gehen.

Stellt euch vor, die Mona Lisa kann nur in einem bestimmten Rahmen ausgestellt werden, aber der Rahmenhersteller hat das Modell eingestellt, weil es mehr Geld bringt, immer wieder neue Modelle rauszubringen.

Deswegen ist "Piraterie/Raubkopieren" mMn vorallem bei älteren Spielen nicht nur ok, sondern moralisch notwendig. Am besten wäre ein Art Patentansatz beim Copyright. Soll heissen, es gibt Copyright nur gegen Vorlage des gesamten Sourcecodes/Programms/Games (ohne DRM o.Ä.). Wer dann sein Copyright nicht benutzt, verliert es, und das Programm wird öffentliches Gut.

2
submitted 11 months ago by r1veRRR@feddit.de to c/programming@beehaw.org

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 11 months ago