/About /Blog /Reviews /Resources

mathieu@laptop:~/Content$ cat notes.txt
Thoughts about games, techniques and inspiration.

> Title: Inspiration from Norilsk, Russia
> Date: January 1, 2025
> Excerpt: I’m always drawn to dystopian style in movies, games and books. I think this love for (more cyberpunk) artform comes from my childhood game “The Longe...
Read more

> Title: Search (part) of an email address in mysql with fulltext
> Date: December 26, 2024
> Excerpt: Whenever you work with searching in MySQL you are quickly using fulltext in boolean mode. This is a powerful way to fine tune a search but has it limi...
Read more

> Title: Remove all (non breakable) spaces from a string in PHP
> Date: December 8, 2024
> Excerpt: When working with emails you sometimes want to clear all html, spaces and other markup and just keep the plain text of a mail. Useful for indexing or...
Read more