• 0 Posts
  • 145 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • This is certainly an odd suggestion, and not what you’re really asking for, but makes me think of Space Station 13. It’s a janky round-based multiplayer roleplay/social intrigue game. It’s free, and the game is opensource (though not the engine), which also leads to there being many servers with unique variations. It’s cheating to suggest a multiplayer game when talking about single player natural language processing games, but using actual players is probably the easiest way to pull it off.

    The reason it reminds me is because on a roleplay server, you’ve got something like 20 people, each with their job to do, talking to each other, talking on common radio, etc. - and if you’re lucky, a player playing as the station AI, complete with a (modifiable) lawset they have to follow, Asimov’s laws style. And of course, a few antagonists that have objectives to do.

    If you’re curious, I personally recommend BeeStation, though there are a lot of fine choices for the server, just maybe stay away from the 18+ ones.







  • I believe they’ve made the point that it’s not chrome’s fault, but the site’s/user’s - images displayed on websites should be webp to benefit from optimizations for displaying images, but download links should be a different format. The error would be either the user downloading the images from the display instead of the download (including from sites that do not offer images for downloading purposes?), or the website not including separate versions for download where relevant.

    I’m not necessarily sure if that’s a good take, but that’s my interpretation of what’s being said.



  • I, for one, value even this mundane history of low importance, and appreciate knowyourmeme for documenting the origin, development and variations of memes.

    It’s a shame peoples’ creations and ideas are stolen with no credit under the excuse of memes just being like that, but that’s not a fight I could win, so trying to document that information seems like the best we can do.


  • The issue with Lua’s and/or in this context is that they don’t work if false or nil are valid values. In a and b or c, if b = false, the result is always c.

    I also love null-related operators like ?? and ?. for this, since they explicitly check for null, letting you handle any non-null values for optional/default values. The syntax can get a bit cursed, like maybeNull?.maybeMethod?.(args) in JS, but I still prefer that to writing out multiple field accesses in an if condition… And arguably the code is only less readable if you aren’t acclimated to it.

    All that said I do really appreciate Lua’s simplicity, as a language that provides tooling to create the features you want instead of building them into the language, though I wish it had some conventional regex instead of its own patterns.





  • I really hope not, that feels like crypto all over again, with inconsistent payouts and varying electricity prices… And on top of that probably awful service since people tend to have the weirdest internet connections.

    Though if you remove the part where it’s used to stream games to other players, that sounds too niche to be viable, but could be cool. If going in that direction, I’d imagine it more likely to be gaming servers for businesses, like VR gaming spots, where they have multiple gaming computers hooked up to headsets.





  • I most certainly don’t write faster than I type, and sending an email or a chat message certainly doesn’t take longer than finding something to write with and something to write on. There is a big factor of habit and lifestyle - I don’t usually write stuff down, so I don’t have prepared/assigned tools for that, but I use my computer a lot, so I do have software installed and tools/commands memorised.

    And, frankly, out of many possible options, plain text is something computers are really good at - there’s basically no risk of running out of space, it’s indexable and searchable, it’s editable, and it’s very universal.

    Things do get a bit more complex when you include formatting, and a lot more complicated when you start adding annotations or illustrations, or even just more freeform writing styles, but there’s still a major factor of habit - I don’t know what my note taking would look like if I had a habit of pen and paper, but I know I’m very comfortable with using tech for that, and it works great for me!