Kobolds with a keyboard.

  • 0 posts
  • 69 comments
Joined 3 years ago
Cake day: June 5th, 2023
  • It’s valuable to see comments like this, though. You could claim it’s ignorance on the part of the writer, but a better takeaway is that Linux doesn’t do a good job of explaining how it works. This could have been prevented with some kind of post-install documentation explaining exactly what you just posted, for example. The “New To Linux” experience is really not great if you don’t have online communities or external-to-the-OS resources to reference to find out things like this. I went quite a long time after making the switch before really understanding that the desktop environment is largely independent from the OS and how the two relate.

    On that note, having multiple desktop environments available to “demo” on the live USB pre-install would help massively. Hearing “Oh, there’s X desktop environments to choose from!” isn’t useful if you don’t know what the difference is or which one you prefer, and online resources aren’t particularly helpful if you’re coming to Linux from another OS. Fuck anyone who installs, say, CachyOS that has what, like 15-20 options? rather than 3 for Mint.

  • Purchasing the license unlocks features such as an even more Windows-inspired desktop and control panel, an integrated Android subsystem with graphics acceleration, a graphical OneDrive client inside the file manager, Copilot and ChatGPT integration, advanced system configuration tools, improved security for web browsing, and exclusive desktop enhancements that are not available in the free base Winux install.

    I’m surprised they didn’t include these things by default and remove them when you buy a license; that sounds like a straight downgrade. Aren’t these things some of the main reasons people stop using Windows?

  • I think Minesweeper is a great tutorial game. It forces you to learn different variable types, data structures, loops and user input at a minimum, and it’s really easy to expand on to make it more complex without requiring unique or difficult logic. Turning it into Battleship is a fun progression - I hadn’t considered that, but I like it!

  • I have played the game. There’s far more pornographic games on Steam. All of the nudity is censored, there are no kids or even characters that could be mistaken for kids in the game, and it’s obvious in its intent - there’s nothing that I’d describe as even approaching titillating; the whole experience is clearly just intended to - and successfully so - make you feel uncomfortable and unsettled. The scene in question - the one that previously had the young girl - is particularly unsettling specifically because of how it normalizes everything else that’s going on, and I agree with them that the scene works better with a grown woman than it would have with a kid. There’s no reason for this to be banned on Steam.

  • I’m not familiar with open typer, klavaro or gnu typist, but there’s nothing particularly complicated about making a typing game. However, you simply aren’t providing enough information for anyone to really be able to offer advice. What are you actually needing help with? Do you have any sort of plan for how you want this hypothetical game to work?

  • Personally, I prefer your last case. I put comments before my functions that explain in plain text what the function is doing, e.g. “If the widget is vibrating, do X; otherwise, do Y”. If the function is particularly complex, I’ll put more comments inside it that explain how it’s accomplishing that, but I like being able to just see at a glance a summary of the function’s… function, without scanning the whole thing for comments. It’s like the index of a book. You quickly scan to find the page with the thing you’re interested, then you read that page in detail.