[-] [email protected] 4 points 11 months ago

Our king is a benevolent liter.

[-] [email protected] 1 points 11 months ago

I have to use this.

[-] [email protected] 1 points 11 months ago

That 80% is important. We need non-techies, because they remind us that there's more to life than just computers.

[-] [email protected] 1 points 11 months ago

Could have left out the first part of that headline... I was confused about why this was in my feed for a second ๐Ÿ˜…

[-] [email protected] 1 points 11 months ago* (last edited 11 months ago)

The real world is where things that matter happen. Life, love, nature. The Web is distracting and loud, but it's a big, flimsy illusion. So I don't think there is any chance that Metaverse ideas will take off.

Regarding LLMs: good news! You can already run them at home. Check out KoboldAI. LLMs will become smaller as time goes on, too. There's lots of room for improvement in that field.

1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

Let's say I have two arrays that have related data:

const char *backend_short[] = { "oal", "pa", "sdl_m" };
const char *backend_long[] = { "openal", "portaudio", "sdl_mixer" };

Does C support a way to "assert" that these two arrays have the same size? And failing compilation if they are different? I want a safeguard in case I'm drunk one day and forget to keep these synchronized.

Thanks in advance.

EDIT: I found a solution. Here are some enlightening resources on the matter:

1
submitted 2 years ago by [email protected] to c/[email protected]
4
submitted 2 years ago by [email protected] to c/[email protected]
1
She the baby (slrpnk.net)
submitted 2 years ago by [email protected] to c/[email protected]

pizza_is_yum

joined 2 years ago