Care for a short coffee break?

U-Net development update week 3 2026

January 18th 2026 at 12:00

Decreasing sample count to see if the network overfits as expected.

Read this

icon

Still thirsty?

Check out my blog

icon

Blasts from my past

Sometimes people like to dwell on the past. For me and for those people I’ve prepared this small memorial in the memory of projects long gone finished. I advise you to look around and enjoy the views. Sometimes humans find new inspiration in the most unexpected of places.

Aproxymatoinator

The Ordinary Differential equation solver.

Have you ever needed to numerically compute a result to a complicated system of ordinary differental equations (ODEs). Well, I had. So I wrote a slick web application that does all the hard work for me and on top of that it can display the result in the form of beautiful-looking graph.

Aproxymatoinator has two modes of computation. In the first one it can approximate the result of a system of ODEs using Euler's method which is a simpler method of computation than the one provided by the second mode - RK4 which is Runge-Kutta's method of computation that uses four intermediate steps for each computational step.

Aproxymatoinator is highly flexible. The algorithms used for computation can be switched on the fly and results of computation using both algorithms can be compared on the graph. Also, the user can provide information that changes the way, that Aproxymatoinator computes the differential equations such as: amount of steps and step size which both can be used to fine-tune the accuracy of computation.

Steal, steal, steal!

If you click this button, you will get to this project’s GitHub page from where you can clone the code to modify it, integrate it into your own works or even print it out and hang it on the wall to admire. You can literally do anything with it. All brought to you by the MIT licensing goodness.

BMB

The modular C++ server.

Short for "Basic Multipurpose Backend". This project is my journey into low-level APIs that serve us the Internet.

From the start I envisioned this project as something greater than just a simple web server. Right now the core of BMB is the front-end module responsible for handling REST requests and communication with other modules such as the database module which I have already created. It makes calls to MySQL Connector/C++ and retrieves any information that the client can ask the web server for.

An interesting future project could be to make a buffer module that stays between the front-end module and the database module and caches the latest couple or the most common responses to requests in RAM memory of the machine. This could improve the performance of request handling significantly.

Steal, steal, steal!

If you click this button, you will get to this project’s GitHub page from where you can clone the code to modify it, integrate it into your own works or even print it out and hang it on the wall to admire. You can literally do anything with it. All brought to you by the MIT licensing goodness.

You interested?

You want it, I want it. We both know what we want. What is left for you is to just fill out this form.