• 1 Post
  • 20 Comments
Joined 8 months ago
cake
Cake day: November 17th, 2024

help-circle





    • Dunmer inhabitants of Vvardenfel generally dislike foreigners, so there’s a base level of racism whenever the player interacts with them (even as a Dunmer yourself, you’re too cosmopolitan for them)
    • Slavery (plantations and mines) is the driving economic force on Vvardenfel. There is extra racism when the player is a Khajit or Argonian
    • Everyone lives under a stagnant theocracy
    • One faction, the Telvanni, are powerful wizards who ignore the government and believe that might makes right

    All of these mean that there’s a certain subset of players who are into this ancap racist stuff IRL and get excited by “roleplaying” Dunmer racism on Reddit threads and the like.

    But for any normal person, these are just aspects of a setting that make for interesting conflict and stories. It’s such a great game, and OpenMW is the best way to play it.




  • It’s probably using WebView, or whatever it’s called where an android app brings up a browser window. If you have Firefox as your default web browser, apps will use it instead of chrome. It’s usually pretty nice, because if you have adblock in Firefox you also get adblock in the app.

    It’s possible that the sign-in webpage wants to talk to the camera before returning control to the app.








  • There are definitely UI inconsistencies across devices, especially smart TVs. Jellyfin on Firestick looks different from Jellyfin on Roku which looks different from Jellyfin on WebOS. Some devices deliver Jellyfin through a thin browser client, and in those cases you get access to a unified design. Outside of that it’s a crapshoot as what the app will let you do. Of course, it’s a volunteer project (and all my thanks to any maniac willing to develop TV apps), so I don’t expect that everything can be easily and neatly unified.

    I can’t deny that it’s sometimes hard to support my users because of this. Someone complains that they’re getting movies dubbed in an unwanted language: I can’t guarantee that the button to select audio track will look the same on their end when I talk them through it.



  • However, I was never able to have the server completely headless.

    Depending on what you mean by “completely headless” it may or may not be possible.

    Simplest solution: When you’re installing OS and setting up the system, you have a GPU and monitor for local access. Once you’ve configured ssh access, you no longer need the GPU or monitor. You could get by with a cheap “Just display something” graphics card and keep it permanently installed, only plugging in the monitor when something is not working right. This is what I used to do.

    Downside: If you ever need to perform an OS reinstall, debug boot issues, or change BIOS settings, you will need to reconnect the monitor.

    Medium tech solution: Install a cheap graphics card, and then connect your server with something like PiKVM or BliKVM. They can plug into your GPU and motherboard and provide a web interface to control your server physically. Everything from controlling physical power buttons to emulating a USB storage device is possible. You’ll be able to boot from cold start, install OS, and change BIOS settings without ever needing a physical monitor. This is what I do now.

    Downsides: Additional cost to buy the KVM hardware, plus now you have to remember to keep your KVM software updated. Anyone who controls the KVM has equivalent physical access to the server, so keep it secure and off the public internet.