As another Helix user, I’ll gladly accept the high five 👏
As another Helix user, I’ll gladly accept the high five 👏
It’s interesting to see Apple fighting the EU’s regulatory bodies while complying with everything that the Chinese government asks.
There’s a simple reason for this. If Apple doesn’t follow every single one of the Chinese government’s orders, they may be entirely banned from the country. In the EU, specially being it a union that prioritises democracy, they can complain all they want.
It seems that they have, or at least had in 2023, internal teams that handled the translations. https://www.crunchyroll.com/news/interviews/2023/9/30/international-translation-day-2023
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.
Are those Turing complete? (Legit question, I’d love to know)
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.
Do you know which GTK version you had installed before updating?
And, as we all know, those two buttons are…
Lance Ulanoff has replied to this blog post: https://mastodon.social/@Lance_Ulanoff/114285108628269898
What do you think they should be saying?
Are you Odysseus or smth?
You just need to write the alt text inside the square brackets, like this:

This works in pretty much every platform that accepts Markdown images. If you want a reference for what Markdown syntax Lemmy supports, read this page.
But when Firebase gets that network/IP change report, what information does it get? Because if it only gets the public IP address, the reported IP will still be the VPN one, not the real one, right? So, if that were the only information reported to Firebase, wouldn’t you still be protected? Does Firebase block requests when you’re using a VPN (this could be detected, for example, if certain aspects of the network have changed but the IP hasn’t)? Is that what you mean with not getting push notifications when simulating a local IP with filters?
PS: From my research, the WiFi’s SSID can also be used to track someone’s whereabouts, but depending on where you are and how many networks have used the same SSID, it may work work well or badly. You can see that by going to https://wigle.net/ (which is a database on WiFi networks with some publicly-available information), go to the map, type in the SSID field, and click “Filter”. I’m not sure if Firebase gets that info in the network reports, but I find it likely that it does.
What was the error you got when you ran yt-dlp
?
How I love mista azozin…