[-] BlueBockser@programming.dev 4 points 5 months ago

With LibreWolf you also have to trust

[-] BlueBockser@programming.dev 5 points 8 months ago* (last edited 8 months ago)

Ich kann die Kritik nicht nachvollziehen. Die EU konkretisiert und vereinheitlicht lediglich das, was in den verschiedenen Ländern, Sprachen und Kulturen ohnehin schon de facto so ist. Was meinst du, wie groß der Aufschrei gewesen wäre, wenn die böse EU uns plötzlich Worte wie Scheuermilch verbietet...

Der EU-Rat hat bereits 2007 Milch als "durch ein- oder mehrmaliges Melken gewonnenes Erzeugnis der normalen Eutersekretion" definiert, da waren Haferdrinks gerade mal zehn Jahre auf dem Markt. Ausnahmen gab es lediglich für bereits etablierte Begriffe; diese Liste wurde 2010 dann nochmal erweitert.

Man kann durchaus darüber diskutieren, ob der Begriff "Hafermilch" sich in der Zwischenzeit weit genug verbreitet hat, um eine Aufnahme in die Liste der Ausnahmen zu rechtfertigen. Aber ein bewusstes Vorgehen gegen vegane Milchalternativen halte ich für aus der Luft gegriffen.

[-] BlueBockser@programming.dev 5 points 8 months ago* (last edited 8 months ago)

Die Rechtsprechung orientiert sich da vmtl. einfach an den aktuell bereits etablierten Begriffen. Ohne die Geschichte genauer zu kennen würde ich vermuten, dass Scheuermilch, Kokosmilch etc. schon seit vielen Jahr(zehnt)en so verwendet werden. Hafermilch etc. dürfte neuer sein, und daher keine Ausnahme erhalten.

[-] BlueBockser@programming.dev 4 points 10 months ago* (last edited 10 months ago)

What do you base that claim on? The article doesn't mention it.

Edit: Your silence is also an answer. Ironic, talking about misinformation and spreading it yourself...

[-] BlueBockser@programming.dev 4 points 11 months ago

Lombok will shrink the 200 lines of getters and setters to one or two. It has its own pitfalls of course, but IMO it's definitely worth it.

[-] BlueBockser@programming.dev 5 points 11 months ago

broken saying

FTFY

[-] BlueBockser@programming.dev 4 points 1 year ago

Nur 0.000230%? Da geht doch noch was. Wie viel Ostprozent wären das denn?

[-] BlueBockser@programming.dev 4 points 1 year ago

Ich wollte schon immer mal nach 0737370400133300 fahren, aber 0:3! Wartezeit ist mir dann doch zu viel

[-] BlueBockser@programming.dev 5 points 1 year ago* (last edited 1 year ago)

I do an automated nightly backup via restic to Backblaze B2. Every month, I manually run a script to copy the latest backup from B2 to two local HDDs that I keep offline. Every half a year I recover the latest backup on my PC to make sure everything works in case I need it. For peace of mind, my automated backup includes a health check through healthchecks.io, so if anything goes wrong, I get a notification.

It's pretty low-maintenance and gives a high degree of resilience:

  • A ransomware attack won't affect my local HDDs, so at most I'll lose a month's worth of data.
  • A house fire or server failure won't affect B2, so at most I'll lose a day's worth of data.

 

restic has been very solid, includes encryption out of the box, and I like the simplicity of it. Easily automated with cron etc. Backblaze B2 is one of the cheapest cloud storage providers I could find, an alternative might be Wasabi if you have >1TB of data.

[-] BlueBockser@programming.dev 5 points 1 year ago

I hope you know what you're doing. That's a good way to share company secrets with outsiders, also it's uncertain whether you're even legally allowed to use the resulting code.

[-] BlueBockser@programming.dev 5 points 1 year ago

Honestly, I prefer an overly long name over some cryptic naming scheme that looks like minified JS. At least you can be sure of the variable's purpose and don't have to guess, which is far better for readability.

[-] BlueBockser@programming.dev 4 points 1 year ago

It's not garbage, it just has some flaws - as does everything. The Spring and Java/JVM ecosystem can be a huge advantage if you know how to use it - which sometimes means diving into library code when docs aren't sufficient.

view more: ‹ prev next ›

BlueBockser

joined 1 year ago