more posts

This commit is contained in:
Pagwin 2025-02-08 21:12:27 -05:00
parent 380af0ff79
commit 3f67964da2
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,21 @@
---
title: "Perspectives on anti-cheat"
description: ""
date: "2025-02-08"
draft: true
tags: []
---
Game development is an interesting area of software development.
There's so many bits of CS and math that it touches on just to work.
Linear algebra for a lot of graphics related things, finite state machines for some AI, [game matchmaking](https://en.wikipedia.org/wiki/TrueSkill) and more, some of which I'm completely unaware of.
I'm not interested in doing game dev myself but there's one problem in game dev which has some room for a different (probably) better solution.
So that's what this post is about, my current understanding of what most modern anti-cheats do and what I think would be a better solution.

View file

@ -0,0 +1,13 @@
---
title: ""
description: ""
date: "2025-02-08"
draft: true
tags: []
---
https://blog.dwac.dev/posts/html-whitespace/