Tap for spoiler
thanks, i didn’t even notice it was my cake day
thanks, i didn’t even notice it was my cake day
oh, ok
do you think waifus/husbandos themselves are worth it though?
How the hell are gacha games a good cause? Gacha games’ husbandos and waifus might be “good causes”, but the games themselves are super predatory…
As another Helix user, I’ll gladly accept the high five 👏
I almost didn’t notice the title.
Tsoding has created a few rules for writing Rust to make Rust “fun” to program in, and gave them the name of Crust.
Here is the rule set (it may change over time):
- Every function is unsafe.
- No references, only pointers.
- No cargo, build with rustc directly.
- No std, but libc is allowed.
- Only Edition 2021.
- All user structs and enums #[derive(Clone, Copy)].
- Everything is pub by default.
If you ever want to try this out for some ungodly reason, there’s a GitHub repository with an example Main that shows how to use libc and other libraries (in the example, it’s raylib), and with a Makefile showing how to compile your projects (remember we aren’t using cargo
).
OP, I don’t think you’ve correctly linked to the post (when I visit the linked webpage, the browser tries to download an ActivityPub activity instead of showing the post in the Mastodon web UI). Please replace the link with this one.
Wait, now I need to know why.
* some time later *
I went to check why the hell this happened. It looks like the pair (“(,)
”) is defined as an instance of Foldable
, for some reason, which is the class used by functions like foldl()
and foldr()
. Meanwhile, triples and other tuples of higher order (such as triples, quadruples, …) are not instances of Foldable
.
The weirdest part is that, if you try to use a pair as a Foldable
, you only get the second value, for some reason… Here is an example.
ghci> foldl (\acc x -> x:acc) [] (1,2)
[2]
This makes it so that the returned length is 1.
I found the original! (I had already seen it)
Are those Turing complete? (Legit question, I’d love to know)
The boss fires both, “replaces” them for AI, and tries to sell the corposhill’s dataset to companies that make AIs that write generic fantasy novels
Miku saves the day once again
We’re just talking about this, but I might as well do it! Do you per chance have an archive of ASCII cats?
And “AI agent” as in an algorithm that returns the cats every second, obviously.
That doesn’t work in my LaTeX renderer. :( Does it require any packages? (/lh)
Do you know which GTK version you had installed before updating?
And, as we all know, those two buttons are…
Tap for spoiler
thank you :)
i don’t know if this is a special day for you, or not, so i’ll just wish you a happy day no matter what