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/)MA
maskapony @kbin.social
Posts 0
Comments 12
Ricciardo to replace De Vries at AlphaTauri from the Hungarian Grand Prix
  • From The Guardian's article on this:

    The Red Bull team principal, Christian Horner, said at the British Grand Prix that the team were still committed to Pérez. “He’s the type of guy that just needs an arm around his shoulder and you work with him,” he said. Tellingly, in 2020, Horner said of Albon, then also struggling at Red Bull: “We need to be patient with him and we’ll put an arm around his shoulder and make sure he feels he’s got the support.” Albon was replaced at the end of the season by Pérez.

  • Driver Standings (top 10) after Canadian GP
  • It's a reminder of just how outstanding the talents of Verstappen, Hamilton and Alonso are that they make other great drivers look ordinary. To be fair to Stroll there's plenty of other world-champion-level drivers in the past that Alonso has beaten significantly.

  • Debug KBin Messengers
  • Ok, but messenger processes still operate in your PHP-fpm limits. The message queue only processes within those limits too, so you need to look at your fpm processes, see what the CPU / memory usage per process is like and then set the max accordingly.

  • Debug KBin Messengers
  • You're better off using htop to look at the actual processes running.

    PHP-fpm had a memory per process setting and a few settings to control how many new processes can be spawned. You need to tweak this so that the CPU doesn't hot 100%, I normally aim for a max of 90% but an average of around 50.

  • Why is kbin written in PHP? Any chance it'll change to... something else?
  • It it written using Symfony which is an extremely solid enterprise framework modeled on Java Spring.

    PHP powers the majority of the web still and also has one of the largest development communities, proof of this usefulness is how many contributions have been made in the last few days: https://codeberg.org/Kbin/kbin-core/pulls

    In the long run it will probably be a great advantage to Kbin to be written in PHP and for anyone who hasn't seen the latest versions of PHP go look at the source code and have a look at all the recent improvements to the language.

  • My biggest problem with kbin
  • It makes sense to do it that way otherwise everyone would see an empty page when they first signed up.

    At least this way you can use the home page for discovery initially and once that gets too noisy use /sub as your homepage.