I actually implemented super tic tac toe in Blazor a while ago. It’s interesting to play.
I actually implemented super tic tac toe in Blazor a while ago. It’s interesting to play.
Why do I not win with a row on the outer field?
It counts won fields instead?
Krita doesn’t have an Android app version though, does it?
The link offers a download instead of serving an HTML? I’m on mobile Firefox (I doubt it matters).
I don’t think it should be a client feature. It should be federated, like the posts are.
I feel like cross-posts should share comment threads…
Now comment threads are split across 6 communities.
https://en.wikipedia.org/wiki/Sam_Altman#Other_endeavors
Another CEO resigned, and he took over (for eight days).
If you’re watching JP voicing, it does have some (good) wordplay/puns. I liked that part about it.
I’ve watched reincarnated with mom (actual name is too long) this week. The good of it is mainly how bad it is. So not actually good. But some aspects at least kept me watching.
I would also like to point out that some shows are still having threads posted by shinobu. The shows below should stick to the discussion threads that are posted in !episode_discussion@ani.social.
From context, including comments, I assume shinobu is a bot?
If I don’t see any posts in !episode_discussion@ani.social it’s probably because I blocked shinobu?
Currently, there is no way to block/hide/ignore episode discussions in !anime@ani.social, right?
I can’t agree on The 100 Girlfriends. 5/10 average.
The first episode was very good, with the god gags and over the top development. But while there was the occasional good gag and character type variance, I found it underwhelming, generic, forced, and super repetitive. It’s one formula spanning the entire series. Even with the supposed difficulties, that could have spiced things up, it was just too generically repetitive and obviously “relationship-positive” - if you know what I mean.
I enjoyed Zom 100 - which is ranked below it - much more. And I enjoyed other anime more too.
it’s not yet the suggested version. Meaning that brave users need to install this manually for now
not production-/stable-live yet
Reincarnated as a vending machine was absurdly fun.
it often gets caught pulling anti-user shenanigans
I’m not aware. Can you list a few?
Receiving funding doesn’t necessarily mean serving. Google is interested in funding to keep it’s position. Mozilla still provides alternatives and regularly criticizes Google.
What do you mean by different companies?
You get one server or instance and pay only one company. No need for multiple different.
It’s how I intuitively read it too, even after decades of being exposed to tech, software, and licenses.
There’s the OSI Open Source Definition, which is a free software definition.
I think the free terminology is clearer because free as in beer vs freedom is more obvious. Either it has a price or it doesn’t. The Libre term is rather common alternative because of the ambiguity. The free as in beer or freedom is a common easy to understand explanation.
There’s no such things for open source. In my subjective experience at least. “Source available” did not establish like Libre. Open is way more broadly ambiguous than free. And whether a license is open or open needs a full understanding and interpretation rather than only 'does it cost or can I use it for free.
Free is a dualist ambiguous differentiation. Open is broadly ambiguous and hard to verify.
OSes often provide night light settings (Windows, Linux, Phone) where you can set a time and have some options (strength, color filter).
Couldn’t have commented better myself /s
It is.
Blazor is a big framework. It gives you a lot, but as a framework, also introduces stack complexity.
Being able to code on one C# codebase for a web application client and server is great. It’s very fast. You can use modern C# syntax. You have component (CSS) isolation. You can switch and mix between runtime targets (server dom rendering and sending diff-updates or client-side app execution).
At work, we’re using it for a webportal/webapp and I have not fundamentally regretted us using it. It’s definitely not worse than anything else. For a productive development and product there’s a little bit of framework knowledge you have to learn, but that’s not different than any other framework. And docs are very good.
I love how fast it feels to use the end product too.