

I read elsewhere that it’ll have anti-cheat. If they don’t support Linux, anti-cheat will make it rather unlikely to work, since it will detect the mild differences between Proton and Windows as an attempt to cheat.
I read elsewhere that it’ll have anti-cheat. If they don’t support Linux, anti-cheat will make it rather unlikely to work, since it will detect the mild differences between Proton and Windows as an attempt to cheat.
I also enjoy “one”. There’s just a random “w” in there when you pronounce it.
We have a concept of word inflection, which can be used to replace a lot of words that English would use to denote something being a question, ownership markers, causes and effects etc.
I don’t speak Finnish, but I believe a good example for such an inflection is how in English you can glue an -s to words to make them plural. In some other languages, you say “many word” instead, because they don’t have such an inflection.
It’s mainly horrid, because it means you have to code extremely defensively (or I guess, use a different API).
You can’t rely on new Date("not a date")
aborting execution of your function by throwing an error. Instead, you have to know that it can produce an Invalid Date
object and check for that. Otherwise a random NaN
shows up during execution, which is gonna be extremely fun to try to find the source of.
I understand that it’s implemented like that partially for historical reasons, partially because it’s often better to display “NaN” rather than nothing, but it’s still the sort of behavior that puts me in a cold sweat, because I should be memorizing all kinds of Best Practices™ before trying to code JavaScript.
(saying something more realistic like “2015” or whatever your inexperience or AI told you to)
User input is probably the big one where this API is gonna get stress-tested…
Hmm, I can believe that it was based on java.util.Date
, but I don’t remember that being as unpredictable. I guess, a different API to begin with, would have avoided a lot of problems, though…
I’ll let the hivemind know that we’re supposed to have only one opinion.
The devs have access to the source code. Why would they put something like this two layers deep into the documentation? It’s like those people that think Mozilla is evil, because Mozilla openly talks about what they’re doing. If they wanted to be evil, you would know jackshit about it.
Somehow, it feels like the fields are larger on average, even though this is clearly not the case…
I agree that the default isn’t great, but from the link that @tal@lemmy.today had posted, there is actually a way to move the inventory button to where you want:
https://samsinventory.docs.luanti.org/files/videos/touchscreen-editor.mp4
So, they go into the menu, then press the “Exit” button.
Unfortunately, that video is already out of date again, as there’s now a general “Settings” button where the “Touchscreen Layout” button was. But in those settings, you can select the “Touchscreen” category and then that button is near the top.
Then it works like in the video again, by pressing “Add button” and so on.
Oh wow, so it’s kind of suffering from success, in that you might have understood it better, if it didn’t have a translation for your native language… 😅
Hmm, is there a way to improve that, like a different word that’s normally used? I could probably contribute a fix for the translation to the project…
There should be a menu-button with which you can open the inventory:
Yeah, so much of it is a mediocre/old joke overlayed on a generated image.
I’m guessing, there’s people out there, who genuinely just flood social media with these mediocre posts to try to grow accounts or similar…
The last one seems to be mostly like Brainfuck, just with different capitalizations of “moo”: https://esolangs.org/wiki/COW
I was also surprised how well it works, but you genuinely just sploosh water with a mild bit of pressure at it and it comes off.
I’ve been using a hand-operated travel bidet, which is basically just a squeeze bottle with a nozzle, and that still gets me perfectly clean. Definitely much cleaner than with toilet paper.
Does cow milk bubble in some special way? Like, you can make bubbles rise even in water, but I’m guessing, that’s not what we’re talking about…
The thing is that many people who “like milk” don’t think of the taste of freshly milked dairy milk. I grew up with skimmed milk that got treated with ultra-high-temperature processing. The cow taste was hardly there and it wasn’t why I liked milk.
I liked milk, because it made cereal edible and because I could put chocolate powder into it. The cow taste rather even felt out of place.
Apparently the screenshot is to be read as Catturd proudly proclaiming that democrats weren’t even briefed, so they could not have leaked anything.
But when Trump said a few days later that democrats leaked information, Catturd still immediately accepted that as truth.
It’s a Linux concept. Basically, imagine you could have a Windows 11 PC with the Windows XP GUI or with the macOS GUI. In Linux, these kinds of different GUIs are just desktop environments, which you can install as you see fit.
Conversely, you can also have an OS without a desktop environment, which is basically what’s used on Linux server PCs.