Gibt hier im Laden einen Brotaufstrich aus roter Beete und Meerrettich. Als ich mir den auf’s Brot geschmiert hatte, hat mein Gehirn echt kurz die Reaktion gehabt, dass da eine Textur fehlt, weil es so Knallpink war, wie die Farbe, die man gerne in der Spieleentwicklung nimmt, wenn eben noch die Textur fehlt (#FF00FF).
Ephera
- 56 Posts
- 4.75K Comments
Ephera@lemmy.mlto Programming@programming.dev•Introduction - Steve's Tutorial on jujutsu, an alternative front-end to gitEnglish1·10 小时前I don’t have experience with Jujutsu, but I always have the same problem with these alternative frontends, which is that I’d still want to be proficient with the original. If you need to look up how to fix something or you want to help others in your team or you want to script something, then the language to speak is simply the Git CLI.
And I don’t feel like I even use the Git CLI enough where a different tool could be so much better that it’s worth learning both.
Obviously, your priorities may differ, but yeah, that’s just always the reason for me why I prefer the Git CLI, even if it were objectively more difficult to use.
Yeah, those models are referred to as “discriminative AI”. Basically, if you heard about “AI” from around 2018 until 2022, that’s what was meant.
Yeah, there were also several stories where the AI just detected that all the pictures of the illness had e.g. a ruler in them, whereas the control pictures did not. It’s easy to produce impressive results when your methodology sucks. And unfortunately, those results will get reported on before peer reviews are in and before others have attempted to reproduce the results.
Ja, die meisten Ameisen verschwinden, weil ihr Lebensraum zerstört wird, unter anderem durch Pestizide oder weil z.B. weniger totes Holz in den Wäldern gelassen wird.
Wenn man als Ameise nur 'ne bewässerte Wiese braucht, dann kann ich mir schon vorstellen, dass dein Garten Freude bereitet.Kann gerade keine wirklich gute Statistik finden, aber hier sieht man zum Beispiel in Abb. 2, dass 60% der Ameisenarten in Deutschland rückläufig sind: https://www.bmuv.de/fileadmin/Daten_BMU/Download_PDF/Artenschutz/bericht_insektensterben_bf.pdf
Ephera@lemmy.mlto Canvas@toast.ooo•I never knew such beautiful words could exist in GermanEnglish2·1 天前I’m guessing, the translators just looked at typical English Legalese and emulated that style (even though the German text also uses the stronger “is”). For example, the US constitution is also written with “shall be”: https://constitution.congress.gov/constitution/
Ultimately, no matter how you formulate it, constitutions do still need to be upheld by people. Both, their continued existence, but also enforcement.
Comeback as in “A retort or answer, particularly a quick or clever one.”
https://en.wiktionary.org/wiki/comeback
Franklin’s response is the ‘comeback’ in this case.
Ephera@lemmy.mlto Canvas@toast.ooo•I never knew such beautiful words could exist in GermanEnglish19·1 天前Official translation is “Human dignity shall be inviolable”, but yeah, same thing.
https://www.gesetze-im-internet.de/englisch_gg/englisch_gg.html#p0020
Really don’t feel like this one needed a comeback. Publicly posting that is enough of a self-own.
I also enjoy “one”. There’s just a random “w” in there when you pronounce it.
We have a concept of word inflection, which can be used to replace a lot of words that English would use to denote something being a question, ownership markers, causes and effects etc.
I don’t speak Finnish, but I believe a good example for such an inflection is how in English you can glue an -s to words to make them plural. In some other languages, you say “many word” instead, because they don’t have such an inflection.
Hab vor 'ner Weile im Laden “Ameisen-Buffet” gesehen und dachte, krass, hätte nicht gedacht, dass das schon im Mainstream angekommen ist, dass die Ameisen in Deutschland aktuell hart am Aussterben sind, so dass es genug Interesse an einem Produkt wie dem Bienenhotel nur eben für Ameisen gibt.
Ja, es war Gift.
Hmm, what’s the berry he holds in his hand? I don’t think the others are poisonous, except maybe if you do eat them whole, then I don’t know…
It’s mainly horrid, because it means you have to code extremely defensively (or I guess, use a different API).
You can’t rely onnew Date("not a date")
aborting execution of your function by throwing an error. Instead, you have to know that it can produce anInvalid Date
object and check for that. Otherwise a randomNaN
shows up during execution, which is gonna be extremely fun to try to find the source of.I understand that it’s implemented like that partially for historical reasons, partially because it’s often better to display “NaN” rather than nothing, but it’s still the sort of behavior that puts me in a cold sweat, because I should be memorizing all kinds of Best Practices™ before trying to code JavaScript.
(saying something more realistic like “2015” or whatever your inexperience or AI told you to)
User input is probably the big one where this API is gonna get stress-tested…
Hmm, I can believe that it was based on
java.util.Date
, but I don’t remember that being as unpredictable. I guess, a different API to begin with, would have avoided a lot of problems, though…
Ephera@lemmy.mlto Curated Tumblr@sh.itjust.works•social cue fails (MANY more images in post)English30·2 天前I do enjoy the irony of them ignoring that particular social cue. 🙃
Weil’s nur 'ne Textur ist, keine 3D-Material Beschreibung. :P