Camilo

joined 2 years ago
[–] [email protected] 1 points 2 years ago

I was just playing around, of course haha

But it would be good to have a way to develop services like this but don't get corrupted by money so easily

[–] [email protected] 6 points 2 years ago

Yeah, I was daring my luck, in case someone had enough motivation to implement it technically. With so many good social apps in the fediverse.

If your only tool is a hammer then every problem looks like a nail

[–] [email protected] 13 points 2 years ago (10 children)

How about a fediverse dating service? 😏

[–] [email protected] 1 points 2 years ago

This is great, thank you for sharing 😂

[–] [email protected] 1 points 2 years ago

I mean yes, it's a way to solve playing offline videos, but it doesn't seem to stop there. I found that codecs for playing videos on Firefox are also missing

I could install Chrome as well or hack my way, but it makes me want to recommend the distro to beginners even less

[–] [email protected] 3 points 2 years ago (5 children)

I just installed fedora a couple of days ago and this happens to me too...

I guess I'll try a different distro 🤷‍♂️ it was being a nice experience until I tried to play a video

[–] [email protected] 1 points 2 years ago

I'd even say it's my favorite dish overall, it's amazing

[–] [email protected] 27 points 2 years ago

I liked your comment myself, but I wished period was more normalized and not seeing as something "disgusting" or "embarrassing"

[–] [email protected] 4 points 2 years ago (1 children)

You reminded me to go to pay the dentist a visit. I wish you luck!

[–] [email protected] 5 points 2 years ago

While you may be correct, I think op was referring to the the tool that counts the comments for this chart.

It maybe used the APIs to count comments and that's why the sudden drop in the comments count. It just can't count them as reliably anymore.

But it's just a guess.

[–] [email protected] 1 points 2 years ago

I'm surprised the same timezone goes as far as the Western Sahara region

[–] [email protected] 6 points 2 years ago* (last edited 2 years ago)

Yeah, for this reason null shouldn't be part of any production code. If there's the possibility of having a null value, you need to check every variable or returned value to be safe.

These monads tell the consumer of your functions to do something (a check for emptiness or wait for it to be ready, or iterate it) to access the value inside. In a safe language, if the value is not wrapped by a monad, then you should expect to access it without issues.

I kind of get why people don't want to call them monads, since it sounds like a heavy term and more things to learn that are not strictly "necessary", but the earlier you learn about their importance, the earlier you can use any of their benefits in your codebase.

view more: ‹ prev next ›