Never leave Emacs

It takes time to get more-or-less familiar with the major branches of human knowledge, which is traditionally called a classic education. This gives one, among other things, the ability to see what other people call “connections” between seemingly unrelated “things”. This ability, in turn, helps to see things as they really are, which is the most important part of life, and goes back to the Upanishads and the Buddha. The most difficult and subtle “thing” to see (as it really is), is, of course, your own self, and the habit of doing so, which is called introspection, which ultimately leads to self-knowledge and self-control, is the most sought after ability since beginning of time (at least in the Orient). ...

October 17, 2023 · <lngnmn2@yahoo.com>

Productivity Porn

The true, actual, measurable productivity comes not from utilizing some advanced tools, but, like everything else in life, from seeing things as they really are and therefore doing the right thing at each level (of abstraction). Tools give some additional 20%, perhaps, but the main productivity gains are from not wasting time and efforts and just doing the right thing (which is what distinguishes experts and masters). For CS it means understanding all the deep, underlying principles behind the concepts and abstractions. ...

October 17, 2023 · <lngnmn2@yahoo.com>

The right way

There is only one true way (the proper way) to program. Just as there is only one “reality”, one “truth” (which correctly describes What Is) and The Right Way (of the Buddha, which means being firmly grounded in What Is). Imagine, if you will, that you are writing a program for yourself which will trade your own life savings on some “exchange”. Not for other people, not other people’s money. You for yourself. ...

October 15, 2023 · <lngnmn2@yahoo.com>

Neurons "reuse"

There is an inportant subtlety when on is trying to interpret what a Neural Network actually does – each neuron, it seems, gets activated on a different set of inputs which corresponds to very different set of features. It is most prominent in a computer vision settings, when a selected neuron reacts on completely unrelated parts of inputs, say of cats and of cars. Let’s see what is going on out there. The problem comes from the fact that the same “early” layers of neurons has been given completely unrelated sets of inputs. In other words, there is no specialization yet. On the other hand, the “wiring” of the visual system is deliberate and specialized, which is opposite of a “fully connected” networks. ...

October 8, 2023 · <lngnmn2@yahoo.com>

Solving async-await for Rust

So, you want to add these async/~await/ keywords? First of all, it has already been seriously researched by the C#/F# .NET guys. Just learn what they have come up with. One’s own principle-guided reasoning could proceed like this: The fundamental difference between ordinary procedures and async procedures is the whole protocol for calling and returning of values, and dealing with actual implementation of the corresponding mechanisms (abstract at this point, but has to reuse what is already out there). ...

October 6, 2023 · <lngnmn2@yahoo.com>

Transformers bullshit everywhere

There is another meme “scientific” paper (well, it is a “research paper”, which does not have be correct lmao) about trying to interpret of what transformers actually do. When the hype was at its peak, I wrote an article about “handwaving with too abstract math” or “sweeping the meaning under the rug”. I had very strong intuition that I have seen this before, and now I will show it. Where all have seen this kind of sophisticated bullshitting with abstract entities taken out of context (from another, highly remote and ephemeral levels of abstraction) bing used to explain a natural phenomena? All the mythology and esoteric cults aside, provided they are “founded” on exactly this kind of “logic” (“how a loving and almighty God could ever let ya down?”). ...

October 6, 2023 · <lngnmn2@yahoo.com>

High Level

I finally found a well-written no-bullshit book about CS. It says, among other things: There is no need to define a representation of the values False and True in terms of values of some other type. Conceptually, values of type Bool are simply (denoted by) the expressions False and True. Of course, the computer’s internal representation of Bool and all other data is in terms of bits, but we don’t need to know any of the details of how that works to write programs. ...

October 5, 2023 · <lngnmn2@yahoo.com>

The Junk Foods of Programming

A small disclaimer: I’ve lived in India for a few years, I have some good friends there and I think I begin to really understand the some cultural aspects which govern this vastly complex and spontaneous society. Nowadays everyone, it seems, is either a programmer or an AI researcher or both. When they are not a crapto “engineers”, of course. Just like chef Gusteau from the Ratatouille movie famously proclaimed – “Anyone can cook”. ...

October 3, 2023 · <lngnmn2@yahoo.com>

LLM Bullshit-3

It is more or less obvious why AI and LLM bubble is so huge - imagine just charging money for every https request to a RESTful API, without, literally, being responsible about the quality of the responce (it is not out fault if a LLM returned bullshit to you, or, which is much worse – a highly sophisiticated, convincing subtle bullshit). Again, there is not enough good code to train a model on it. MIT Scheme, Haskell, Ocaml, Scala and Go compilers and standard libraries, and this is basically it. Everything else is an outrageously low-effort amateur crap – piles upon piles of it, without any attempts to do thinfs “just right” (as in the classic languages). ...

October 2, 2023 · <lngnmn2@yahoo.com>

More Whys

Have you ever thought why the Set Theory and Predicate Logic looks “the same” when being visualized using Venn and Euler diagrams? Are these partitions is the most fundamental abstract building block? Most of the examples which are used to explain logic has been drawn from “natural categories” of biological species - mammals, reptiles, men. These are distinct partitions indeed, but how they came to be as they are? It is because somewhere in the past a literal “fork”, a mutation (or a whole set of these) occurred (and the resulting population survived). ...

September 29, 2023 · <lngnmn2@yahoo.com>