Level 1. Introduction to C 1.3. Functions I receive Inputs, You receive Output What is a function? Roughly speaking, in the mathematical sense, it is a mapping from some input space to some output space such that no two different…
Level 1. Introduction to C 1.2. Basics Your computer can memorize things One of the things that you can make your computer remember is integer numbers. As one would do in math, you can assign numbers to variables (usually to…
Level 1. Introduction to C 1.1. Hello, World! What if I told you that you could talk to your computer via text files? Yeah, that’s right. Opening up a text file is like opening your messaging app to talk to…
Writing Inter-Process Communication (IPC) Library in C Welcome to a project-based tutorial on how to write an inter-process communication library in C. In this tutorial, I will start by giving an overview of how you can work with processes in…
A new framework to think about A(G)I more systematically I feel like we need a new framework to think about A(G)I more systematically. While it is true that there are already some frameworks to consider, such as Juergen Schimidhoober’s Godel…
TLDR; Do you have a dynamic website idea? I did, too. I also wanted to know what it would take to build and deploy my website using Python. Here’s how I did it: What does “having a website” mean? A…
Collective Brain It has been a few weeks since I started thinking about building a website for fun. Basically, I was trying to come up with an idea that would be easy enough to be implemented fast and complex enough…
Retrospection Adaptive Lossless Compression (ALC) is something that I came up with during the time period between the end of my bachelor and the first year of my master studies. Back then I sometimes joined George Hotz’s streams from time…
Introduction What is the most fundamental particle? If my assumption is correct then it is Presence and Absence or at least, there is a unique isomorphism between any other set of fundamental particles and which is sufficient as far as I concern.…