Skip Navigation
Vegane Ernährung: Discounter drücken Preise für Fleischersatz
  • Du wirst es nicht mögen, aber echte Männer essen eine undefinierte Masse, hergestellt aus den künstlich gestreckten Überresten von mit Hormonen und Antibiotika vollgestopften Tieren, die ihr Leben auf 0,6m² verbracht haben ohne jemals die Sonne zu sehen.

  • This might sound weird, but why is vegetarianism invalid while "piracy" isn't?
  • While vegetarians won't eat things that caused harm to produce

    This is nonsense, since there is a lot of animal harm involved in the production of eggs and milk.

    And I don't see the contradiction you are seeing. Your piracy argument is pro music/movie industry and the vegan argument is against the meat industry. Doesn't make much sense to equate those arguments.

  • [DE] Frei nach dem Motto: Jetzt ist doch auch schon alles egal
  • Ich finde schon, dass man da unterscheiden sollte. Arona und T-Cross sind näher an meinem Polo von 2014 als an den richtig großen SUVs. Ansonsten hast du aber Recht.

    Hab mittlerweile zwei Kinder und bin auf der Suche nach nem neuen und etwas größeren Auto. Es soll auf jeden Fall elektrisch sein, aber da ist die Auswahl irgendwie enttäuschend. Ich saß heute mal probeweise in nem Opel Mokka, der ist zwar außen in alle Richtungen größer als mein Polo, aber innen merkt man davon quasi nichts. Immerhin gibt es mittlerweile ein paar Kombis.

  • Why do you use firefox?
  • I was using Mozilla in order to not use Internet Explorer and at some point I switched to their new browser when it was still called Firebird.

    Nowadays I stick to it just so Google doesn't get a browser monopoly.

  • Why is 60fps a big deal for games?
  • A simple website to show if it matters to you is this one (ideally check it on a screen with more than 60hz):

    https://www.testufo.com/

    Everyone's perception is different, I've met someone who couldn't tell the UFOs apart past 30 fps. They also didn't like shooters/action games much, probably because following fast movements was difficult for them.

    But I think the vast majority of people easily notice the difference between 30 and 60. And 60 to 120 should also be possible notice for most. As for me, I used to play Quake 3 a lot and back then that was played on 120 or even 240hz CRTs. The first flat screens with slow reaction times and 60hz max were quite a step down.

    While I don't really like linus tech tips, they did some nice testing on the topic and came to the conclusion that more fps is measurably better for shooters, even if the refresh rate can't keep up.

  • What benefits do you get for being on-call? - programming.dev
  • I've been on-call in 3 of my past jobs in Germany, most of it was pretty similar, 1 week per person, 600-800€ per week and some extra pay on incidents. Current job:

    1. ~500€ for a week and I get an extra day off after each week on-call, but no extra pay for incidents
    2. With the extra day off it's really nice. Our team is light on incidents too.
    3. Not much past that. The standard German worker protection laws would apply, but pushing those would not help me much and it might not be the best career move.
    4. 5 others
    5. EU
  • Mittelfristige Investments für Anschlussfinanzierung
  • Danke für den input. Wenn wir das Geld definitiv brauchen würden dann würde ich das auch machen. Die Szenarien mit wirklich hohen Zinsen sind aber relativ unwahrscheinlich, wie ein anderer Post hier auch erwähnt hatte. Daher ist länger in ETF investiert sein für mehr Rendite schon sehr verlockend.

  • Mittelfristige Investments für Anschlussfinanzierung
  • Danke für die Antwort, hab natürlich keinen reinen Europa ETF sondern bin auf der MSCI World+EM Schiene.

    Ich denke du hast Recht, die mögliche Rendite über die 8 Jahre ist zu gut (71% bei 7% gegen 36% bei 4% für Festgeld). Also erstmal alles in ETF.

  • Mittelfristige Investments für Anschlussfinanzierung

    Hallo, mal eine kleine Frage was ihr machen würdet, tl;dr am Ende.

    Ich bin in der echt glücklichen Situation, dass ich durch das employee stock option Programm meines Arbeitgebers die nächsten 3 Jahre mit aktuellem Kurs 3k netto monatlich zusätzlich bekomme. Kann natürlich auch sein, dass der Aktienpreis runter geht und ich nichts bekomme.

    Finanzielle Situation ist aktuell ohne die Optionen ein Haushaltsnetto von ca 6,5k mit 2 Kindern und Frau in Teilzeit. Das geht in ne Sparrate von 2k, dann 1,5k für den Kredit fürs Haus und so 2,5k Ausgaben für alles von Lebensmitteln über Urlaub bis Spenden. Der Hauskredit läuft mit 0,6% Zinsen noch 8 Jahre und wird ne Restschuld von 350k haben.

    Jetzt überlege ich mir gerade, was es für Szenarien für die Anschlussfinanzierung geben könnte, insbesondere in Anbetracht der Zinsentwicklung. Wenn die Zinsen wieder fallen (<=2%) würden wir einfach weiter finanzieren wie bisher. In dem Fall wäre alles in ETF stecken am besten.

    Interessanter sind die Fälle wenn die Zinsen steigen und wir mit höheren Zinsen weiter finanzieren müssen, entweder ungefähr auf dem aktuellen Niveau (3-5%) oder noch höher (>=6%). Dann würde es Sinn machen, einen Teil der Restschuld direkt zu tilgen. Um das Geld dafür zu haben würde ich das extra Geld risikolos anlegen in Festgeld oder Anleihen.

    Und genau da bin ich jetzt am überlegen ob ich einfach alles in die ETF Sparrate kloppen soll, oder doch lieber komplett risikolos, oder etwas dazwischen. Oder doch lieber einen Porsche finanzieren :D

    zl;ng: Extra 3k netto monatlich die nächsten 3 Jahre, Immo Anschlussfinanzierung in 8 Jahren für 350k, was würdet ihr tun?

    6
    Sozialversicherungen: Gutverdienende sollen wohl künftig mehr zahlen
  • Die Beitragsbemessungsgrenzen werden doch regelmäßig (jährlich/fast jährlich?) angepasst, ist bei steigendem Lohnniveau ja auch sinnvoll.

    Aber ich finde es gleichzeitig auch gut, dass die Diskussion um die Grenze für die Krankenkasse anscheinend erstmal wieder weg ist.

  • What are your programming hot takes?
  • Good questions, I could probably write a lot, but I'll try to keep it short. I usually apply TDD and there are different schools of thought within it about how to structure the development process. But no matter how exactly you do it, if you focus on writing the tests while writing your code, you won't end up with an application that you then have to figure out how to test.

    what to test

    Well, what is the application supposed do? That is what you test, the behaviour of the application.

    So in a codebase without any tests, the first thing you should write a test for is the happy path. That will probably not be a unit test. So for the web server example, set it up in a test with a file, start it and check if it serves that file.

    Then you can add tests for all the error cases and for additional functionality. You can write unit tests for individual components. The ideal places to test are interfaces with clear boundaries. Ideally you should not have to look at the code of a method to be able to write a test for it. In reality that's not always so easy, especially in existing code bases, but if you have to set up more than one mock, it tends to lead to brittle tests.

    Every time you encounter a bug/issue, reproduce it in a test first. And do measure code coverage, but don't make it a target, just check for places that are lacking.

  • What are your programming hot takes?
  • Here you go: https://codegolf.stackexchange.com/

    But on a more serious note, I don't really agree. Writing more code needs to be a conscious choice, but going for the shortest code too often creates a mess. I know, since I was that junior dev who just wanted to get stuff done and I would ignore project architecture in order to have to implement less, like accessing the database in GUI code.

    Shorter code with the same amount of coupling between components and with the same readability is always better though.

  • What are your programming hot takes?
  • But does it have to be? I haven't touched non-web GUIs since 15 years, so my perspective on this is limited. And web frontend is not what I would call a well designed system for it's current purpose.

  • What are your programming hot takes?
  • Nice, so they are hot takes :D

    If the design of a code change is bad, noticing that in the PR stage is not desirable. It should be discussed before someone actually went ahead and implemented it. It can also happen if people misunderstand the architecture, but again, that should be cleared up before actually implementing a change. Code style should be enforced automatically, as should test coverage and performance. Code review is also pretty bad at finding bugs from my experience. That imo leaves very few things where code review is useful that are not nitpicking.

    As for programming languages, the amount does matter for individuals and for teams/organisations. A developer who can only use a single language is not very good, and using a many different languages within the same team is not good either.

  • What are your programming hot takes?
  • Even better is to ship small increments often.

    Unfortunately in many organisations, leadership doesn't really understand that instead of reducing quality, scope should be reduced in order to ship faster. And developers rarely have a say in these things.

    While I agree that it can be considered a hot take industry wide, I don't think for most devs that is a hot take, the ones whom I've seen ship broken stuff were rushed on tight deadlines and didn't have the experience/motivation/political capital to fight back on deadlines.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VI
    Vince @feddit.de
    Posts 1
    Comments 36