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

help-circle

  • UnfortunateShort@lemmy.worldtoProgrammer Humor@programming.devaverage c++ dev
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    3
    ·
    edit-2
    1 day ago

    I used to love C++ until I learned Rust. Now I think it is obnoxious, because even if you write modern C++, without raw pointers, casting and the like, you will be constantly questioning whether you do stuff right. The spec is just way too complicated at this point and it can only get worse, unless they choose to break backwards compatibility and throw out the pre C++11 bullshit




  • For any kind of storage, cloud or not, I think rclone should provide whatever you need for free (not entirely shure about metadata). You will likely want at least one script tho, since the commands can get quite long, depending on configuration.

    I don’t know whether this fits your needs better, but “Ente” and “Proton” offer E2E encrypted cloud storage with the option to share parts of it via link or accounts, as well as clients that automatically sync stuff for you (Android only for Ente I think)



  • Evangelical in the sense of protestant christians or in the sense of that crazy cult that’s going on over in the Americas? Maybe it’s just the news giving me the wrong idea, but I really don’t recognise my religion just one ocean away.

    I am a scepticist, but (or rather because) I grew up with a progressive church that allows and encourages critical thinking. Very tame stances overall, no overly aggressive rethoric, laughing and coloring you hair very much allowed. Then you cross the pond and hear fuming people talk about filthy infidels and holy wars like wth…

    I think these people are not necessarily easy to manipulate, but indoctrinated to hell and back














  • There is a way to kinda make this work, this would be hardware based security. You could use a TPM to make reasonably sure the kernel is e.g. mainline / hardened / anything else acceptable. Hardware vendors (i.e. Intel, AMD etc.) would have to provide a service where they hash the kernel alongside their keys for the game devs to check against (probably not for free). You would absolutely have to use Secure Boot tho, and eventually keys may be leaked. Another possibility would be devs connecting directly to your TPM to make sure (afaik this is possible in principle, but not mean to be used that way).

    I think there are easier ways to prevent cheating tho, for example simply detecting suspicious activity on the server side, i.e. stats go way up, looking at data coming from clients other than yours.