Skip Navigation
Just received my Steam Deck OLED. The screen looks so good.
  • But is it "(A Steam Deck), or (a PC running in Steam desktop mode)" or is it "(A Steam Deck, or a PC) (running in Steam desktop mode)"? In any case both cases include the Steam Deck as a capable device, it would only be a matter of changing to desktop mode

  • [News] SteamOS will be coming to other handhelds before you can install it on your PC 'because right now, it's very, very tuned for Steam Deck'
  • You can install Bazzite and you will have the same experience you would get with SteamOS. Don't use the extra features and you won't be able to tell the difference. It is a "just works" experience with minimal setup. The setup even includes emulators and launchers like the FFXIV one so it is even more minimal than SteamOS.

    It may not work directly on a given PC or a specific device, but that would also happen if Valve released a generic SteamOS.

    Edit: typo

  • How do you download Microsoft Fonts?
  • SteamOS uses inmutable partitions, you can't install things using pacman safely. For OP's problem my first thought is using a virtual machine or a whole different OS. Maybe there are fonts in Discover/Flathub, which is what SteamOS is designed to use, but I don't know if that could work.

  • Microsoft now owns Activision Blizzard. How will this affect the rest of the industry?
  • Lately Microsoft has been friendly with Linux. They even released a guide in their website on how to install Linux alongside Windows. If anyone is guilty of actively trying to fight against Linux is Epic. For now, at least.

  • 2d top down wind simulation, how?
  • I forgot most of my simulation subject, but we did a 2D particle simulator and yes, you will need Navier-Stokes if you want the effect to be physically correct. You will need to solve a numerical problem each frame to compute turbulences. Wind is a force with a source that will propagate depending on its parameters (like viscosity)

    If you don't implement that, you won't be able to implement things like walls that block wind and such, which I guess is something you might had in mind. Also, having a changing environment is probably pretty hard, so prepare yourself.

    I just took a look at the source code of The Powder Toy, and the class Air (src/simulation/Air.hpp/cpp) seems to implement what you need. Sadly it is not very well documented, so you'd have to work out the relation between code and physical formulation.

    Sometimes physically incorrect simulations are easier to implement, have lighter computations, give the designer more control of the game, and makes the player able to better predict how the game will behave and have more fun.

  • Jupyter notebook
  • I find it pretty inefficient to start up a Python environment, a web server and a web browser to do something that you could do with Notepad or even in a terminal. I would use Notepad++, gedit, Kate, vim, vscodium... There are plugins for vscodium (and vscode obviously) to preview Markdown if that's what you need

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TE
    Temporalin @programming.dev
    Posts 0
    Comments 14