they/them

A backend developer mainly using Rust, though I’ve been messing around with JVM languages as of late. I play lots of video games too :)

Mastodon: @azzydev@tech.lgbt Matrix: @azzydev:hackliberty.org

  • 1 Post
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • Azzy@beehaw.orgtoPrivacy@lemmy.mlWhat browser do yall use?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    for something similar to edge, i’d recommend ungoogled chromium. it strips out all of the google garbage. the setup takes a bit of time to get extensions installed, but it’s smooth sailing after that.

    if you’re wanting something new, there are many privacy-oriented forks of firefox that can get the job done. one of the common ones is librewolf, but i honestly just stick to normal firefox with ublock origin, container tabs, and noscript.

    edit: if anything i said is wrong, please correct me 🙏






  • I’ve been learning rust for the sole purpose of implementing a Minecraft server from (nearly) scratch; I don’t want to use existing frameworks because I feel that building it from the ground up will provide more opportunities for optimization, maybe compatibility with existing Java-based plugins (maybe possible via JNI or J4RS?), and also as a learning experience for project management :)




  • Azzy@beehaw.orgtoPrivacy@lemmy.mlWTF IS THIS?
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    The other user didn’t answer your question fully, but heuristic algorithms are very good for this purpose! if you’re able to identify some specific things in players behavior that only occur when they are cheating, you can easily create a machine learning system to identify that behavior, incorporating things like batch punishment (such as VAC or Hypixel’s Watchdog) to make it more difficult for cheat devs to identify the reason, or a manually-reviewed appeal process to account for errors in the model.