blog.antoninhrlt.comTrue Dark Mode for Chrome browser on LinuxProblem Regardless of your desktop environment (Gnome, KDE, ...), and even if you set your global theme as a dark theme, you may have seen that Chrome was not following this setting. It does not know if your computer uses dark mode as it would know o...Apr 24, 2023·1 min read
blog.antoninhrlt.comIs using a VPN really useful for privacy protection ? (Spoiler : NO)Introduction You probably already heard about what's a VPN. But do you really know what they are ? In this article, I explain how a VPN works and how VPN providers lie to you to make your buy something you don't usually need. What's a VPN "VPN" stand...Jul 2, 2022·4 min read
blog.antoninhrlt.comHow to rewrite "malloc" from scratch ? (with C)The purpose of this post is to help you make these functions, but the work remains to you. However, I will give you pseudo-codes or code parts! Then, you will be able to make the functions yourself. A first malloc function This is, if I may say so, a...May 22, 2022·7 min read
blog.antoninhrlt.comI'm writing a compiler... for a special languageJunon is my project. A general-purpose programming language, with a modern view and thought to be easily learned and a 3D engine to make 3D softwares, video games and all stuff possible with 3D. Multi-platform, for sure. The language is really not fi...May 12, 2022·3 min read