I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

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

help-circle
  • Oh, I forgot about Azerothcore (which is a fork from Trinitycore, and absorbed some changes from certain private server source that has been released in the past).

    Which you choose I think depends on what you want.

    Trinitycore has a more strict development policy of doing things properly and not for example concentrating too much on getting boss fights etc “right”. It’s more of a technical project than “ready to go private server”.

    Whereas (and this is as I understand it, I’ve not done any work for the project directly) Azerothcore is a bit more lax in their requirements. Now, don’t take this to mean they accept bad code. It just means they don’t have the stricter guidelines that trinitycore have.

    I could be wrong though. I’ve been out of the game for a while now.


  • I think so. I would consider perhaps allowing a short time without power before doing that. To handle short cuts and brownouts.

    So perhaps poll once per minute, if no power for more than 5 polls trigger a shutdown. Make sure you can provide power for at least twice as long as the grace period. You could be a bit more flash and measure the battery voltage and if it drops below a certain threshold send a more urgent shutdown on another gpio. But really if the batteries are good for 20mins+ then it should be quite safe to do it on a timer.

    The logic could be a bit more nuanced, to handle multiple short power cuts in succession to shorten the grace period (since the batteries could be drained somewhat). But this is all icing on the cake I would say.



  • My understanding is that the only issues were the write hole on power loss for raid 5/6 and rebuild failures due to un-seen damage to surviving drives.

    Issues with single drive rebuild failures should be largely mitigated by regular drive surface checks and scrubbing if the filesystem supports it. This should ensure that any single drive errors that might have been masked by raid are removed and all drives contain the correct data.

    The write hole itself could be entirely mitigated since the OP is building their own system. What I mean by that is that they could include a “mini UPS” to keep 12v/5v up long enough to shut down gracefully in a power loss scenario (use a GPIO for “power good” signal). Now, back in the day we had raid controllers with battery backup to hold the cache memory contents and flush it to disk on regaining power. But, those became super rare quite some time ago now. Also, hardware raid was always a problem with getting a compatible replacement if the actual controller died.

    Is there another issue with raid 5/6 that I’m not aware of?








  • Here is the thing. They cite users running kernel level cheats, and the need to detect them. Well, if they allow user mode anti-cheat to function under linux I see two eventualities that will likely force them to change their mind.

    1: Cheats find a way to spoof running under wine/linux while in windows and continue to use only the user mode cheat while running their windows kernel cheats. 2: They develop kernel mode cheats for Linux and move cheating to Linux.

    Either of these could end up either forcing them to either stop linux clients entirely, or somehow segregate them.

    One thing I’ve seen with serious cheating communities… They will go a long way, a long long way just to cheat. Almost as far as spending time to get good at the game. Almost, but not quite.

    I hope it doesn’t go this way. I don’t play games with kernel anti-cheat as a matter of principle. But it would be annoying if it happened to a game I already played.






  • I think baseline Linux is much less CPU and memory intensive (that is before you start running your own user stuff).

    If I just leave normal apps running in the background I rarely hear my fans spin up on Linux. But on Windows, I can just boot it, login and then randomly the fans spin up and CPU usage in double digits. Why?

    I would agree probably if we ran teams on Linux it would be a resource hog. But you know for work I setup MS SQL server on Linux, and you know even though so far as I can tell they’re doing more work on Linux to run it there, it seems to run faster and take less resources on Linux. That is subjective though, since I cannot tell if the usage level on the Linux SQL is comparable to the windows one. But from my limited uses it’s definitely lower.

    If you start with the OS eating your memory and cycles, there’s less for the bloatware you have on a corporate machine to burn.