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

  • Depending on the country different service is expected and contractually agreed on (even non-verbal) by both parties.
    Of course you can lower that service level, but without compensating the cuetomer, you probably wont have many customers anymore.. as thats kinda the whole point of going to a restaurant in the firist place, not having to do these chores.
    In many jobs there are parts which maybe are not to your liking.. imaginge having to cleanup after yourself in a hotel.. just so the cleaners dont have to change your sheets and touch your towels? Not much service left then.. so it better be cheaper.

  • Windows has a request assistance function? wtf.. where is that found?
    I only know Remote desktop tools and most of these work perfectly fine on linux as the client or even under Wine.

    [Edit: woah, i did some rambling below here.. not related to your specific case here, but some nice information maybe]

    Linux as host is where it gets funny.. bigger ones support X11, pretty much none support Wayland.
    To be fair, its impossible to control mouse and keyboard under Wayland without root.
    I think we now have some new desktop packages for gnome and kde which can do that, so now they need to be implemented.

    But i dont see an effort being made for Wayland by the bigger providers in the near future.. the market just isnt there and there is lots of uncertainty with the featureset.

    Switched to Rustdesk a while back, works nicely as client, but only picture output with wayland as host.l as of now.
    And i cannot copy&paste under wayland as client.. even though it worked before..

  • WebCord is a beast! Maybe runs better for you.
    Basically Discord desktop client experience, but privacy (well.. as much as you can have with discord) from the browser-version. (minus discord desktop client exclusive features of course)

  • To be fair, you can check the code they run or just use the API.
    The hash is calculated locally, cut-off and then send, the server returns all hashes it found which start with your one and then you can check if yours in in the list locally.

  • Ideally the data would have been useless anyways as it wasnt really necessary for automated contact-tracing to keep it identifiable for government agencies.
    See DP-3T (Decentralized Privacy-Preserving Proximity Tracing) standard

  • smartctl

    But 10.000 seems on the low side, i have 4 datacenter toshiba 10tb disks with 40k hours and expect them to do at least 80k, but you can have bad luck and one fails prematurely.
    If its within warranty, you can get it replaced, if not, tough luck.

    Always have stuff protected in raid/zfs and backed up if you value the data or dont want a weekend ruined because you now have to reinstall.
    And with big disks, consider having more disks as redundancy as another might get a bit-error while restoring the failed one. (check the statistical averages of the disk in the datasheet)

  • afaik, PRs arent decentralized as they arent git features, as such so far you need an account on the same git-platform e.g. github to be able to use such features.
    Having such features decentralized would be huge.

  • Async is good because threads are expensive, might aswell do something else when you need to wait for something anyways.
    But only having async and no other thread when you need some computation is obviously awful.. (or when starting anothe rthread is not easily manageable)

    Thats why i like go, you just tell it you want to run something in parallel and he will manage the rest.. computational work, shift current work to new thread.. just waiting for IO, async.

  • afaik it flipped over at landing and the rovers where released about 5m above ground.
    Honestly pretty awesome it could automatically compensate against loosing almost 50% of thrust, stay perfectly on trajectory and land successfully.
    The Chinese lander, i think last year, didnt have compensation-features built-in and crashed.

  • You basically have a usb-stick with the windows installer.. stick it it.. boot from it (usually F12 or F8 at start brings up the menu).. and follow the steps on the screen.. and thats it.
    But if you are unsure you can also pay like 20 or 30$ for some shop to do it for you.