Ephera

joined 5 years ago
MODERATOR OF
[–] Ephera@lemmy.ml 2 points 15 hours ago

Expected this to be a physics meme, because yeah, what the heck even is physical matter? It's just a bunch of fields and waves, probably...

[–] Ephera@lemmy.ml 0 points 16 hours ago (1 children)

I've been wondering, if you could combine LLMs with a logic programming language like Prolog. The latter is actually able to reason through things, you "just" have to express them in Prolog facts and rules.

Well, from doing a quick online search, I'm most certainly not the first person to think of this, which does not surprise me at all...

[–] Ephera@lemmy.ml 1 points 1 day ago

Hmm, will have to see, if I can find that in the shops. Thanks!

[–] Ephera@lemmy.ml 1 points 1 day ago* (last edited 1 day ago) (1 children)

Hmm, is the last staff thing just the death message from Sif Muna? I seriously don't play often enough with Sif Muna, because Heplhjdtfhxhdh always seems so good... 🥴

[–] Ephera@lemmy.ml 16 points 1 day ago (2 children)

Would be nice, if we'd find a way to actually put proteins into there. Feels quite pointless to eat vegan cheese, when it's just starch and fat. Might as well eat some more bread at that point. Or, you know, snack some nuts...

[–] Ephera@lemmy.ml 3 points 1 day ago* (last edited 1 day ago)

I can imagine there being a correlation, because there's no reason to be outspoken, if you're not embedded in a context that would push religion onto you, which includes celebrating Christmas.

I had a friend in university, whose parents immigrated from a secular region of East Asia, who was equally as atheist as I was. But while I arrived at that position after years of learning about Christianity, as well as peer pressure and self-reflection, she didn't go through any of that.
She couldn't have an opinion about Christianity to be outspoken about, because Christianity is just a random fandom as far as she's concerned. She's not particularly interested in it, and that's all there is to it for her.

And then, yeah, while I'm obviously much more outspoken than her, I'm not outspoken against doing a celebration in winter. Because I'm embedded in this Christian context, my parents want me to visit for Christmas, so I guess, I celebrate Christmas. ¯\_(⊙_ʖ⊙)_/¯

[–] Ephera@lemmy.ml 2 points 1 day ago (1 children)

Yeah, I'm aware. Just sharing that the article author kind of wrote an even worse sounding sentence, and I can't help but feel that !theyknew@lemmy.sdf.org.

[–] Ephera@lemmy.ml 6 points 1 day ago

Yeah, in particular, anything close to 100 million users presumes that non-gamedevs will use this. For anything beyond simple variations of existing games, like e.g. "Skyrim with spears", you need to have an actual understanding of game design. It is not enough to have cool ideas.

So, I really don't see many non-gamedevs using this. Especially when they can pay less to play a properly designed game.

[–] Ephera@lemmy.ml 3 points 1 day ago* (last edited 1 day ago) (3 children)

The subtitle, from where the screenshot is from, is:

Scientists find ways to sex chicks before they hatch

🥴

[–] Ephera@lemmy.ml 8 points 1 day ago

That is precisely what it is, yeah. I found it funny to post it here without context, because it just seems completely absurd to make eggs glow in the dark.

[–] Ephera@lemmy.ml 8 points 1 day ago (1 children)

Man muss es trotzdem öffentlichkeitswirksam fordern und argumentieren. Wenn Wähler das für sinnvoll halten und die CDU es nicht angeht, dann kostet das Stimmen.

[–] Ephera@lemmy.ml 10 points 2 days ago (1 children)

In German, we've somehow adopted the English word "Handy" to refer to mobile phones. Problem is, if you actually use it as a noun in an English sentence, it's a slang word for "handjob". 🫠

 
115
submitted 4 days ago* (last edited 4 days ago) by Ephera@lemmy.ml to c/linuxmemes@lemmy.world
 

The theme comes in three variants, "Soft Light", "Medium Light" and "Hard Light". Soft and Medium are even yellower. This is so often the case with Gruvbox themes. I just want a white background, is that so unusual? 🫠

(Yes, that's a screenshot of my terminal with the theme applied. Yes, I am one of those monsters that use a terminal with light theme.)

 

Always had the problem that if I wanted to just log an error, rather than bubble it all the way up to main(), that you wouldn't get a stacktrace. You could iterate the source chain and plug the stacktrace together yourself, but it's rather complex code.

Now I realized, you can do this to get a stacktrace:

let error = todo!("Get an error somehow...");
let error = anyhow::anyhow!(error); //converts to an `anyhow::Error`
eprintln!("Error with stacktrace: {error:?}");

For converting to an anyhow::Error, it often also makes sense to use anyhow::Context like so:

use anyhow::Context;
let error = error.context("Deleting file failed.");
 

In various point-and-click adventure games, you could enter natural language instructions, way before LLMs were a thing.

And for FMV-style titles, real actors got photographed and filmed to create much more photorealistic games than you could ever hope for with motion capturing, raytracing or by using two GPUs to implant creepy photograph snippets onto rendered gameplay.

So, clearly, we weren't ready yet for point-and-click games. 💩

1
0.34.1 Bugfix Release (crawl.develz.org)
8
Haplodiploidy (en.wikipedia.org)
9
Klickibunti (de.wikipedia.org)
 

Find's spannend, wie jung das Wort ist. Da hat nicht jemand vor Hunderten von Jahren mal "Ubuntus Clickus" gesagt und dann ist es durch Dialekte und Eindeutschung usw. irgendwie bei "Klickibunti" angekommen, sondern irgendjemand hat zu einem Zeitpunkt mal das Wort zum ersten Mal verwendet, und es wurde verstanden und weiterverwendet.

view more: next ›