Exploring English: Verbs, Misunderstandings, and Learning Through Contrast | March 06 2026, 23:57

About the English language. When Yuki sees another dog, he adorably places his chin on the ground and presses his paws to his face, but I have to tell him every time not to approach because once he lets them get closer, he suddenly starts growling and instigating a fight. And what verb would you choose for that?

Well, from school I knew that roar meant growl. And I even told everyone “roar” for the first week until I googled it and realized that in roar, it’s tigers, lions, and motorcycles, but for dogs, it’s growl or even snarl (with teeth showing).

Or take the phrase “cook food.” To cook comes to mind, but actually, to cook implies thermal processing (fire, stove). If you’re “cooking” a salad, tea, or a sandwich, a native speaker would say make. Saying “I’m cooking salad” is like you decided to boil it.

Or suppose you decided to watch a movie. In English, the choice of verb depends on where you are and how large the screen is. When you go to the cinema, you use the verb see. “Let’s go see the new Dune movie at the cinema.” If you say “I watched a movie at the cinema,” they’ll understand, but it sounds a bit technical, as if you were sitting there closely studying the screen like a security guard monitoring it.

But. When you turn on your television, laptop, or projector in your living room, watch comes into play. The verb watch implies extended attention to something on a smaller (relative to theater) screen. By the way, if the screen is off, you look at it (as an item). Once you turn it on and a picture appears, you start to watch it.

Generally, for an advanced level, it makes sense to attach each concept to a scale, to remember the words in shades of intensity. For example,

Cry -> Weep -> Sob.

Annoyed -> Irritated -> Angry -> Furious -> Livid.

Smile -> Chuckle -> Laugh -> Giggle -> Guffaw

Spitting -> Drizzling -> Raining -> Pouring

and so on.

And then further distinguish them by paired opposites, like the smile-cry from the example above.

It’s very easy to remember when put together.

But it’s necessary to try to apply them, otherwise it’s no good. Some words may be bookish, and here it’s important in what context it is said. If you told a friend in a pub: “I cannot comprehend this beer” – it would sound as if you’re writing a dissertation on that beer

Decoding Naval Terms: From “Eskadrenny Minonosets” to “Destroyer” | January 28 2026, 21:57

It turns out that a destroyer is an abbreviation of “squadron mine carrier” and that in English these ships are called destroyers.

Navigating the Confusion of Ergative Verbs in English | January 27 2026, 00:52

In English, ergative verbs cause me significant cognitive confusion. These are verbs that can be used in both directions: written, people change can be translated as “people change” and “people change themselves”.

For example, on the screenshot right now “illustrator will install next”. Somehow not will be installed next.

Or the sentence “she photographs well” is understood as “she is photogenic”.

“The book sold 1mln copies”, obviously not about the book’s ability to sell.

US Visa Freeze for 75 Countries Amid Public Charge Concerns | January 14 2026, 15:23

If Fox News is to be believed, the US State Department is indefinitely suspending the processing of all types of visas for citizens of 75 countries, including Russia. Supposedly these measures will come into effect on January 21, 2026, and will remain in force until the department completes a full reassessment of verification procedures. It is stated that exceptions to this rule will be extremely rare and possible only after a thorough completion of all checks.

The reason is the aim to tighten the fight against “potential burdens on the American social security system”. Consular officers must deny visas to those who may become a “public charge”. Age, health status, English language proficiency, and financial situation are among the criteria.

P.S. Curious why there are so many chairs. Ten minutes ago, I sent Nadya a message on iMessage (!) “let’s buy a chair for mom on Ozone” after discussing chairs with mom on Signal. It seems like iMessage has not been known for leaking topics. Before this, I had no interest in chairs at all for many many years. Either advertising networks adapted quickly or it’s such a coincidence, I don’t know.

Harnessing GPU Power Beyond Machine Learning: A Data Processing Experiment | December 13 2025, 01:16

Torturing my supercomputer. Illustration that the GPU is not just for machine learning and some complex math.

My script takes a thick English dictionary (Webster) and multiplies it by 30, creating a list of 12 million words. Then, the algorithm looks through all 12 million words and replaces all the vowels with asterisks using regex. To add more load, a “word length” column is added, and then we take words longer than 10 letters and find the most frequent (top 5).

So, in Python this is

df[‘masked’] = df[‘text’].str.replace(r'[aeiou]’, ‘*’, regex=True)

df[‘len’] = df[‘masked’].str.len()

res = df[df[‘len’] > 10][‘masked’].value_counts().head(5)

and this code is executed first through the main processor, then through a GPU.

The main processor (I have the top-tier Intel i9 285k) completes this task in 24 seconds, while the Nvidia RTX 5090 does it in 0.51 seconds. That’s a 46 times difference!

[Pandas CPU] Top Patterns:

masked

s*r w. sc*tt. 23280

s*r t. br*wn*. 23220

j*r. t*yl*r. 16140

bl*ckst*n*. 10860

b***. & fl. 10830

Name: count, dtype: int64

[Pandas CPU] Computation Time: 23.5596 sec.

Transferring data to GPU…

Transfer complete in 1.16s

— Running Benchmark: cuDF GPU —

[cuDF GPU] Top Patterns:

masked

s*r w. sc*tt. 23280

s*r t. br*wn*. 23220

j*r. t*yl*r. 16140

bl*ckst*n*. 10860

b***. & fl. 10830

Name: count, dtype: int64

[cuDF GPU] Computation Time: 0.5108 sec.

TOTAL SPEEDUP: 46.12x

Comparing US and Russian Higher Education Systems through Credit Hours | December 10 2025, 17:35

Regarding education in the USA and the USSR/Russia. My degree in the USA is evaluated as a Master of Science degree in Computer Science. My younger colleagues say that a Russian university degree is rarely recognized as a Master’s these days, and often hardly qualifies even for a Bachelor’s. I decided to look at the numbers and was very surprised.

To earn a bachelor’s degree in the USA, you need to spend about 2000 hours in classrooms/laboratories. In terms of credits, this equals 120 credit hours. One credit usually equals 1 hour (50 minutes) of lectures per week for a semester (15 weeks). Laboratory work has a different coefficient (often 2–3 hours in the lab count as 1 credit), so the actual number of classroom hours is slightly higher (closer to 2000+).

So, my diploma states that I spent 7908 hours in classes over five years. That’s four times more than the typical student in the USA. Based on the numbers, it turns out that I spent about 2000 hours on math, physics, and English alone over five years, with a total of 42 subjects.

A colleague shared that in his Russian bachelor’s diploma there are 3140 academic hours, which is twice as less. And can you share how many hours are in your diploma?

Year of graduation, university, specialty, and the number of hours? I’m curious about the range of variation.

Navigating Complexity: The Challenge of Wikipedia’s Expert-Driven Content | November 26 2025, 01:06

Wikipedia has one big problem. Well, or we have it with Wikipedia. If you go to almost any Wikipedia page about a relatively complex mathematical or physical concept, you often suddenly don’t want to read it any further. Formally everything is correct there, but the explanation is given through concepts, often even more complex than the concept being explained. Besides, there is often a lot of unnecessary information — what is formally/academically/taxonomically part of the topic, but essentially “pollutes” the first impression.

This problem arises because the authors of Wikipedia (often mathematicians) prioritize rigor and completeness rather than didactics and comprehensibility.

In the English-speaking environment, this is sometimes called “Drift into pedantry”. Articles are often written by experts for experts, not for those who are trying to learn the subject from scratch.

Let’s take, for example, a “tensor”. Imagine a student who has heard that tensors are used in machine learning (Google TensorFlow) or physics and wants to understand the essence.

What the reader expects (intuition): “A tensor is a table of numbers (or some sort of data container) that describes the properties of an object and correctly changes if we rotate the coordinate system”

What Wikipedia provides: “A tensor (from Latin tensus, ‘strained,’ as per the classical layout of mechanical stress at the sides of a deformable cube, see illustration) — is a layout (arrangement in space) of numbers (components), used in mathematics and physics as a special type of multi-index object, possessing mathematical properties.” The article immediately starts listing ranks, covariance and contravariance of indices. This is formally correct but it “pollutes” the first impression.

The illustration at the very top is captioned like this: “Mechanical stress, deforming a cube with faces perpendicular to the coordinate axes, in classic elasticity theory is described by the Cauchy stress tensor, which links 2 indices: the normal vector to the face with the stress vector T (force per unit area); there are 3 directions of normals and 3 directions of stress components, which gives a 2nd rank tensor 3×3 — consisting of 9 components.”

Formally — not a single error. In fact — it’s a wall of text that requires knowledge of linear algebra just to read the definition.

It’s as if you asked “What is an apple?”, and you were responded with: “An apple is a fruit of plants from the subfamily Amygdaloideae or Spiraeoideae, featuring an epicarp, mesocarp, and endocarp, often participating in Newton’s gravitational experiments.”

On one hand, it seems like with the emergence of LLM, Wikipedia is no longer necessary. There are conditional LLMs like ChatGPT, which essentially paraphrase everything that is in Wikipedia in the required form. But they do it because they were trained on Wikipedia, and undoubtedly Wikipedia was given much more weight during training than other internet junk. If there was no Wikipedia in the training set, it would be much more difficult. Meanwhile, Wikipedia is constantly edited, and LLM and Google use it exactly when answering questions.

Therefore, on the one hand, it seems to me that it is high time for Wikipedia to transition to generating on the basis of expert-curated data and packaging knowledge in the required format, for example, in the form of questions and answers. On the other, the whole idea of encyclopedia master-data for LLM/RAG is lost.

The paradox is that LLM is, in essence, the only “interface” that was able to read these pedantic definitions of Wikipedia, “understand” them (through thousands of examples of code and articles) and translate them back into humane language. Wikipedia has become an excellent database for robots, but a poor textbook for people.

Crafting the Future of Recommender Systems: A Deep Dive into Algorithms and Implementation | September 26 2025, 21:17

I decided a while ago to write a book on recommendation algorithms. With mathematics, code examples, a repository, etc. English, of course.

Accordingly, I am looking for volunteer reviewers who are knowledgeable in the field. Also those who have experience with print-on-demand on Amazon.

There’s already about 200 pages of content. About three months of work left. Working title Recommender Algorithms in 2026: A Practitioner’s Guide. Roughly half of it is still in draft form, with the first 80 pages about 80% complete.

I’ve built a mechanism to publish in HTML and PDF simultaneously. The HTML version is fully functional, with navigation. The navigation block reflects the current section, and as you scroll, it shifts to the one in front of the reader. Clicking on a section, of course, teleports you to what you clicked on. It’s all completely automatic.

Decoding “Carboy”: A Journey Through Language and Autobiography | August 20 2025, 04:02

Rereading Feynman’s autobiography, this time in English, and my eyes stuck on the word carboy. It turns out that it’s the same as lady jeanne, and the same as demijohn – essentially lady jeanne in French (dame joanne). In short, it’s just a bottle.

The Crucial Difference Between “Honoree” and “Gonorrhea” | August 13 2025, 00:46

There is a big difference between “honoree is coming” and “gonorrhea is coming”

The main thing is not to confuse them