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

help-circle

  • Yeah, that is a big deal. We have 4 days for celebrate. From 1 to 4 may. Municipalities organize fairs, concerts, etc. But unofficially, these are barbecue days. everyone goes out into nature and roasting meat on grills. And after that we celebrate Victory day from 8 may to 11 may. So many people get 3 days vacation between holidays and don’t work 2 weeks. So, that is like China new year or Japanese golden week.



  • Google and Reddit deal, it’s not like they are going to promote alternatives forums that much

    There is more than one search engine in the sea.

    And that would be an argument if it weren’t for a completely broken CEO headers in the web interface. I can’t attach a screenshot because I changed the web in my copy to the Photon. In general, there are tons of SEO mistakes. At least according to Yandex Webmaster page.

    UPD: for example api don’t have robots.txt method. As result I generate new pages lists for best search optimization with self written script…



  • It all depends on the writing time. if you have about a year, it will be difficult to make something truly breakthrough.

    For example, we can question the modified Harvard architecture of modern processors. But creating an alternative architecture based on a modern set of hardware may be a bit of a difficult choice for a thesis.



  • Mercy so easy only in low ranks.

    If you have good move you can do teamkill by mercy under ultimate skill… Especially if your DPS no have damage. In overwatch you should kill by any role, but in healer mode you should don’t die at first, heal you team at second and do damage in third. That’s true less for mercy, because she has damage increase bean and you should change to it for support ultimates for example, but more on Birgit or for new healers.

    And with tank too. You should protect your team, know all mechanics and do damage for enemies. For example sigma, you can eat Moira orb and Zarya ultimate skill by bullet protection skill. that is literally black hole. And if tank don’t do that you team in pain. And if you don’t damage targets you team lose.

    But Overwatch bad example because that more arcade shooter. Many moves depend by skills, not for headshots. You literally have melee characters without any targeting.








  • In first you need understand what type of suspend you use:

    Suspend to RAM (aka suspend, aka sleep) The S3 sleeping state as defined by ACPI. Works by cutting off power to most parts of the machine aside from the RAM, which is required to restore the machine’s state. Because of the large power savings, it is advisable for laptops to automatically enter this mode when the computer is running on batteries and the lid is closed (or the user is inactive for some time). Suspend to disk (aka hibernate) The S4 sleeping state as defined by ACPI. Saves the machine’s state into swap space and completely powers off the machine. When the machine is powered on, the state is restored. Until then, there is zero power consumption. Hybrid suspend (aka hybrid sleep) A hybrid of suspending and hibernating, sometimes called suspend to both. Saves the machine’s state into swap space, but does not power off the machine. Instead, it invokes the default suspend. Therefore, if the battery is not depleted, the system can resume instantly. If the battery is depleted, the system can be resumed from disk, which is much slower than resuming from RAM, but the machine’s state has not been lost.

    I think you use Hybrid suspend. Hybrid suspend store memory to disk (20 seconds lag) and then lost battery for memory renew. Need you Suspend to RAM maybe? 20 Seconds lag will fixed with that.

    Then check

    cat /sys/power/mem_sleep
    

    If you see

    [s2idle] shallow deep
    

    check first if your UEFI advertises some settings for it, generally under Power or Sleep state or similar wording, with options named Windows 10, Windows and Linux or S3/Modern standby support for S0ix, and Legacy, Linux, Linux S3 or S3 enabled for S3 sleep.

    If you don’t see anything you can swap sleep mode to Suspend to disk. That slow but don’t use any power. Or try fix sleep status.

    More information you can find here: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate




  • I think that in order to solve such a question, we first need to consider something else. Why, if votes are so important to you, can’t you just create a bunch of accounts and vote honestly on any server?

    As soon as we are really sure that 1 person is 1 vote, and not 10, 100, 10000 or any other number, then it is already possible to build trust checks between servers. Although it seems that this has not been solved even by large social networks.

    The answer to your question in general is this: store the votes by servers and then double-check the result randomly.

    S returns: 50 votes for a post from server A, 30 for a post from server B, 10 for a post from server C, etc. Then you can randomly check on these servers whether the amount is correct. However, there is no way to check the voices of server S, so they either have to be thrown out or still trust the server at its word. It is possible to fully verify server S only if registration on all servers goes through a trusted intermediary.