SMS spam microservice, Python vs Golang
Benchmarks  

SMS spam microservice, Python vs Golang

This time, I decided to compare two languages in real conditions. To do this, I created a spam detection microservice in Golang and Python. Who will win? Read the article and you will see that it may not be that simple.

Hello PyTorch
AI Fundamentals  

Hello PyTorch

Discover how to create a simple neural network using PyTorch. Learn how to implement a network, define layers, and train your model with ease.

How the Hacker Manifesto change my life
Inspirational thoughts  

How the Hacker Manifesto change my life

Discover how in the ancient days of the internet, the Hacker Manifesto changed my life, and how I discovered cybersecurity maybe not for the right reasons. I share my early days as a grey hat, my risky experiments with network sniffers, and how my passion for cybersecurity led me deep into the mechanics of the digital realm. Now, two decades later, I’m decoding AI and LLMs with the same relentless curiosity. And I want to share that with you.

Hello World neural networks (part 2)
AI Fundamentals  

Hello World neural networks (part 2)

Want to create your own neural network from scratch? Learn how to build a multi-layer perceptron and train it using backpropagation and gradient descent. Discover the logic behind the sigmoid activation function and its derivative, and explore the code to implement it all.

An honest memory management benchmark
Benchmarks  

An honest memory management benchmark

Discover how your favorite programming languages stack up in terms of memory management. From C++ to PHP, and Node.js to Rust, find out which languages come out on top in this comprehensive benchmark test.

Hello World neural networks (part 1)
AI Fundamentals  

Hello World neural networks (part 1)

Ever wondered how artificial intelligence works? In this article, I'll take you on a journey to create a simple neural network from scratch, without any specialized libraries. No math genius required! Just a basic understanding of Python and a willingness to learn. Dive into the world of neural networks and discover how they can be used to solve problems.

An honest language benchmark
Benchmarks  

An honest language benchmark

Discover the truth behind the benchmarks and see how your favorite languages stack up in this honest comparison. From C and Rust to JavaScript and Python, the results may surprise you. Read on to find out which languages come out on top.

The secret history of OpenAI
Thoughts on AI  

The secret history of OpenAI

Discover how OpenAI's claims of achieving Artificial General Intelligence (AGI) are based on flawed assumptions and how the true potential of Large Language Models (LLMs) is being overlooked in the pursuit of a mythical goal.

MongoDB, don't believe everything you read on the internet
Benchmarks  

MongoDB, don't believe everything you read on the internet

Think you Know the best way to store JSON? Think again. Discover the surprising results of a performance comparison between MongoDB and a flat file-based system, and learn why the truth about performance might not be what you expect.