Blog

The fish story

So let’s set the scene. It was winter in Novosibirsk. Snow was everywhere, and it was about to become even colder. I went to drop my car in…

Read more...

Popular science book reviews

Here's another review. This time, The Master Algorithm by Pedro Domingos Somewhere in the middle of the book you reach that part that looks…

Read more...

Fiction book reviews

Cartographers by Peng Shepherd I desperately want to write a review. I usually read one or two books a year, therefore I'm not the one who…

Read more...

Explaining networks

The fact that most individual neurons are uninterpretable presents a serious roadblock to a mechanistic understanding of language models. We…

Read more...

GDScript AI code completion

Following the tutorial and this. For optimization PEFT Install miniconda Start Anaconda in your terminal. For example, open Alacritty and…

Read more...

Solid pods

I studied Solid Pods carefully yesterday and I don't like what I found. First I don't see C/C++/Rust implementation of Solid servers. I see…

Read more...

Modelling simple movements

I was trying to understand the "inverse-dynamics model" block in the paper by Mitsuo Kawato. And I refreshed in my memory all physics from…

Read more...

I want to write a novel

Hmm, I will go through this questionnaire. 1. Genre One of my favorite authors is Howard Phillips Lovecraft. He writes horror, but I will…

Read more...

Build ROCM from source

Previously I compiled TensorFlow 2.3 on Windows. This time I want to use a more powerful Linux workstation with an AMD graphics card. Thus I…

Read more...

Shakey 2023

I've used A* algorithm to search for the shortest path but I didn't know that it was created in the course of the Shakey project. Shakey the…

Read more...

AI analyzes geopolitics

Last Sunday on a hike I was thinking if robots can love. I somehow came to that topic after reviewing associative memory and an ability of…

Read more...

Fix Grub rescue

The following answer by Ivan Bartsov is copied from Unix&Linux Stack Exchange Ext filesystems store backups of the superblock -- for an…

Read more...

Matplotlib on linux

Sometimes using on Linux you can get a long traceback message instead of a plot that you expected. Strangely it says something about key…

Read more...

Castellated vias

Today I'm thinking about the best way to stack boards (to support extensions in other words). In my search I stumbled upon these DIP…

Read more...

Assembly practice

If you wonder about the register or about compiler flag to omit the frame pointer https://stackoverflow.com/questions/41912684/what-is-the…

Read more...

Linux mysteries

Under development

A collection of things that I cannot explain Write permissions On one machine with Ubuntu 22.04 all files have write permission for the user…

Read more...