Me

The laziest developer's guide to conquering the world

Behold, the laziest programmer alive! Let's see how many articles I can churn out before my motivation goes on an extended coffee break.

Latest Articles

How I over-optimized my site - Part 2: The Core
12/07/2024 - 15:56

How I over-optimized my site - Part 2: The Core

In this second part of my over-optimization journey, I'll dive into the details of the framework, database, template engine, and other key components that make Bpress tick
Why developers are moving away from LangChain
14/02/2024 - 11:06

Why developers are moving away from LangChain

LangChain, once hailed as a revolutionary framework for building AI applications, is facing increasing scrutiny from developers who are opting for alternatives or even reverting to custom solutions
Game exploiting using function detours
22/01/2024 - 10:32

Game exploiting using function detours

Function detouring is a technique used to intercept and modify the behavior of existing functions in a running process. This can be particularly useful for modifying game behavior, adding new features,...
Phép biến đổi tuyến tính: Linear transformations
30/12/2023 - 11:42

Phép biến đổi tuyến tính: Linear transformations

Phép biến đổi tuyến tính (Linear transformations) là một trong những khái niệm nền tảng và quan trọng nhất trong đại số tuyến tính, là cầu nối giữa lý thuyết trừu tượng và ứng dụng thực tế
The Actor Model in Game Development
30/11/2023 - 23:20

The Actor Model in Game Development

When designing game servers to leverage multi-core processors, I often choose between two main architectures: single-threaded multi-process and single-process multi-threaded. Each approach has its own set of advantages and challenges
L2 Normalization là gì?
12/10/2023 - 19:15

L2 Normalization là gì?

L2 Normalization là một công cụ toán học quan trọng trong xử lý dữ liệu, giúp tập trung vào hướng hoặc cấu trúc của dữ liệu thay vì quy mô của nó

Popular Talks

Open-Source Projects