Articles tagged with: Python

Diablo III Nintendo Switch / emulator cheats

Summary: This article is about Diablo III on Nintendo Switch and PC, highlighting the lack of cross-platform support, and exploring the use of the yuzu emulator and Cheat Engine to manipulate game data. Also mentions a savegame editor.


Tinkering with Quake

Summary: Experiments with the Quake video game, including creating a random map launcher and exploring a Javascript and WebGL port of the game's server and client code.


All roads lead to static typing

Summary: The evolution of programming languages like PHP, Javascript, Ruby, and Python towards static typing, highlighting its benefits for understanding code, reducing errors, and improving scalability.


Book Review: Infinite Game Universe: Mathematical Techniques

Summary: Review of the book 'Infinite Game Universe: Mathematical Techniques' by Guy W. Lecky-Thompson.


Let's talk about idempotency

Summary: The concept of idempotency in computer science, explaining its definition, benefits, and how to achieve it using an idempotency key. It also explores alternative approaches and the challenges of achieving pure idempotency in complex systems.