Skip Navigation

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/)BJ
Posts
0
Comments
67
Joined
2 yr. ago

  • A very basic rule in developing any app that has a server and a client is that you never trust the client. Never. What do game devs do? They trust the client and try to make it trustable. That will never work. The anti cheat should be on the server : a player flying would be very easy to detect. Don't send the position of every players to every players.

  • Permanently Deleted

    Jump
  • Nobody is forcing you to use the cloud, you can host your apps on your infrastructure. Of course the cloud has its uses, but I think it is way overutilized and many companies could save quite a lot of money if they returned to on premises.

  • Why would he do that? He has the closest thing to absolute power that existed since the independance of the US, without even getting elected and he would loose everything : the non-Nazis won't forget what he did, and the Nazis won't accept him.

  • It make sense, when you make a decision you make it based on the data you have not the truth. So security theaters are effective as long as people who are thinking about commiting a crime think it is working. And they care about getting caught.

  • I have a VPS that uses 1GB of RAM, it has 6-7 apps running in docker containers which isn't the most ram efficient method of running apps.

    A light OS really helps, plus the most used app that uses a lot of RAM actually reduce their consumption if needed, but use more when memory is free, the web browser. On one computer I have chrome running with some hundreds of MB used, instead of the usual GBs because RAM is running out.

    So it appears that memory is full,but you can actually have a bit more memory available that is "hidden"