The Radical Survival Strategy of Elysia marginata: Decapitation and Regrowth | May 24 2026, 21:10

Today I learned about the sea slug Elysia marginata, which (I quote) can lose its head like no other: when this slug is overwhelmed by parasites, it doesn’t go on marathons to Instagram gurus but takes a radical approach — it detaches its head and starts a new life. (I quote Anna Fe above and below because I learned everything from her post) The slug’s neck has a special groove labeled “cut here.” The head separates along this line, not immediately, but over several hours. Having shed its fatty, annoying body, the head, giggling, crawls away, saying “goodbye” to its former self – along with all the parasites, and also with the heart, kidneys, intestines, and reproductive organs. The slug survives understandably – “like everyone else, using its head (it eats with it).”

And here I started thinking: is the definition of a head—where you eat from? How do biologists understand where the head is in some fantastical creature? For example, does a sea cucumber have a head?

I Googled it. Wow, interesting. No, the head is not where you eat from. It is what first encounters the surrounding environment when moving forward. Since this end needs to quickly understand what’s ahead (danger or food), during evolution, two things concentrate there:

1) Main sensory organs (eyes, antennae, locators, chemical receptors)

2) CNS (brain or the largest nerve nodes – ganglia), to instantly process the information received from these organs.

Therefore, they write, when a biologist looks at an unknown fantastical thing,” he looks not for the mouth, but for the main control point. Where there is the highest concentration of nerve cells and receptors, there is the head.

But let’s return to the independent head of the slug. How does it manage without a stomach?

These slugs feed on algae and are able to retain their chloroplasts (structures for photosynthesis) in their tissues. Thus, the head temporarily turns into a plant and gets energy directly from sunlight, while it regrows its new body. The wound on the neck heals within 2 days, a new heart takes about a week to grow, and a fully new torso with all organs—just 20 days.

The former body, meanwhile, just lives its life on the ocean floor. Its heart beats and nerves feel, but poor thing, it cannot eat and eventually dies from exhaustion.

Mastering Cross-Posting: From Facebook Frustrations to Dual Blogging Excellence | May 23 2026, 14:28

I have perfected the cross-posting from Facebook to my two blog sites [which almost no one visits] – beinginamerica.com and raufaliev.com. When a new post is published on Facebook, a mechanism is triggered to translate the post into English, process attached images, generate descriptions for them, create a title based on the text of the post and descriptions of the images, generate tags from the same basis, record the post in turso db – this is a cloud database, free up to certain limits, create embeddings via openai, record in qdrant cloud – this is also a cloud database, but vector-based, and finally, upload images to wordpress via API, and publish the post in English and Russian via API.

All would be well, but of all the APIs, the silliest one is Facebook’s. Firstly, for pages like mine, transitioned to New Experience, it’s almost impossible to use most of this API. Well, it’s possible, but you have to spend a long time proving to Facebook that you really need it, by showing startup documents, demonstrating the application, etc. Obviously, they are reluctant to deal with something that takes content out of their system. In addition, the token that gives access to the latest messages is relatively short-lived (possibly a few weeks), and it needs to be obtained anew through a browser only. So, any automation requires regular attention, otherwise it breaks.

If you mess up and don’t offload the latest posts through this Facebook Graph API in time, they just disappear from the list of recent ones and that’s it, no more API access to them. The only way is to request an archive download from Facebook. This download is also rather silly – it requires a lot of transformations and removing unnecessary stuff. For example, in the file containing posts, which I process, for some reason there are links that I sent in comments without accompanying text. And the comments are in a separate file!

To assign tags, I had to solve a separate challenge. Here’s the thing: there are about 10,000 posts over all time. That’s a big chunk, and you can’t build tags from it because it doesn’t fit into the contextual window of the LLM. But you need to. So, I did this: a script takes random posts from the 10,000 in such a volume that their total size is just below the specified limit in tokens, and at the end of this block, it adds the prompt “generate the most common tags for me, 30 pieces” (I simplify the prompt used). In the end, I ran this 10 times and got 10 sets of tags with 30 pieces each, generated for different slices of the database. That made 300 tags, some of which are complete duplicates, while others are synonyms and closely related in meaning. All this is fed into the LLM, and we get a list of tags and a hierarchy of tags. Now we have a limited set of tags that reflect the 10,000 posts as closely as possible. Turns out, that in almost 20 years on Facebook, my breakdown is as follows:

Tag Posts

==================================================

#Russia 3412

#Thoughts 3146

#Tech 3105

#Culture 2765

#Hobbies 2726

#AI 1603

#Science 1367

#Software 1358

#Travel 1298

#Learning 1138

#Society 1050

#Nature 958

#Education 915

#Business 902

#Art 894

#Programming 889

#Humor 840

#History 807

#Gadgets 750

#Moscow 713

#USA 614

#Cinema 567

#Webdev 493

#Music 476

#Sports 473

#Mindset 443

#Auto 400

#Books 386

and so on. This list includes both tags from the limited list and tags that the LLM appointed to content simply because it didn’t find anything suitable in the limited one.

Tags from the limited list became categories on the site. The rest of the tags + these just became regular wordpress tags.

As for image search. I had two ideas on how to do it. The first – OpenCLIP. It’s pretty straightforward but requires hosting the model somewhere. Easy on my machine, but inconvenient to start it each time, plus I planned to move the migrator to a cheap server on Amazon. It’s also okay to calculate in cloud models, but you have to pay a bit, which is yet another dependency. But the main thing – it works quite well without it. I generate descriptions for images using OpenAI, which is used for translating into English anyway, and then create embeddings using a large model. So far, all search tests are a great success. Especially when there’s text on the image, and it’s a big question whether OpenCLIP would have interpreted it successfully.

In the end:

1) wordpress raufaliev.com – free

2) wordpress beinginamerica.com – free

3) turso db where all posts are stored – free

4) qdrant cloud where embeddings are stored – free

5) openai for translation and image descriptions – not free, but inexpensive (cost $30 for post processing over a year).

I attach two screenshots – how the search by images works, and by texts, as well as the migrator dashboard.

Colorful Climbing: A Fun Indoor Adventure with Masha | April 27 2026, 15:03

Went to the mountains with Masha. Yellow paths over yellow, red over red. The organizers should put a box of candies at the top. Found out that the muscles in my fingers are non-existent, and the rest hurt the next day. Cool experience (not the first time)

Crabs in Love: Monogamous Parasites of Sea Turtles | April 15 2026, 21:56

WOW, it turns out that under the shell near the anus of sea turtles, the parasitic crabs Planes minutus make themselves at home, and there’s only enough space for a cozy duo, so they form a monogamous pair and live happily ever after inside the turtle’s butt (had no idea what to do with this information, so I brought it here). In relation to the turtle, this is commensalism. It’s when it’s good for one (or in our case, two), and the third doesn’t give a damn. I see a scientific paper claiming that they sometimes mistake the turtle for ocean debris, where there’s room for more than one wife, and then, goodbye monogamy. But, at least, no butts involved.

Yuki’s Mysterious Bi-Annual Behavior Shifts | April 09 2026, 14:31

Yuki’s “ooooh” mode is activated again (April 7, 2026). It usually lasts a few days in April and October.

Previous occurrences were –

– October 15-20, 2025

– April 11, 2025

– April 1-4, 2024

– February 2, 2023,

– October 27, 2022,

– March 15, 2022

Behavior changes during this period include:

1) He might sing songs for hours on end. For instance, at six in the morning.

2) Suddenly, he likes to go for walks. Usually, he does not. Even though he always has access to the yard, he specifically needs to go on a walk. He might go to the door and knock on it with his paw. Usually, at the word “walk,” he rushes to the third floor.

Now, he looks into your mouth when you’re talking to him. Always seems to be waiting for something, possibly expecting the question of whether he wants to go for a walk. He knocks on the window and the front door with his paw.

And yes, he starts wanting to walk at around six in the morning, and then again soon after returning from a walk.

3) On the walk, he sticks his nose in the grass every five minutes, and it’s hard to pull him away. Usually, this is rare, but now it’s constant.

4) He might sit and watch the sunset for half an hour.

5) Unstable appetite, occasionally. You put meat on top of his food, and he doesn’t even look at it.

When the Night Lit Up: Unraveling the Mystery of a Superbolt Storm | March 21 2026, 12:55

We had a thunderstorm last night. The whole county is buzzing because everyone thinks that something exploded just before midnight. Several posts in a row on social media. In short, it was thunder. But a bit more rare than usual. Caused by a 401 kA lightning, dubbed the Wild House Shaker. A typical lightning strike is 30 kA. If the numbers are to be believed, 401 kA is really damn a lot. They will likely say we haven’t had such lightning here for decades.

Attaching an interesting map.

The points on the map show superbolts — lightning strikes with an energy of no less than 1M J. Red points — particularly powerful superbolts with an energy of more than 2M J. That is, superbolts mostly occur in the northeastern part of the Atlantic and in the Mediterranean Sea, and less frequently — in the Andes, off the coast of Japan, and near South Africa.

this is what the page from which I took the map says (translation):

“New work shows that superbolts most often occur over the Mediterranean Sea, the northeastern Atlantic, and over the Andes, as well as in smaller amounts to the east of Japan, in tropical oceans, and near the southern tip of Africa. Unlike regular lightning, superbolts often strike over water.

“Ninety percent of lightning occurs over land,” said Holzworth (that’s the main guy on lightning at the University of Washington).

“But superbolts mostly arise over water, right up to the coastline. For example, in the northeastern Atlantic, the distribution maps of superbolts clearly show the outlines of the coasts of Spain and England.”

“The average energy of a discharge over water is higher than over land—that we knew,” he said. “But we did not expect such a stark difference.”

The season for superbolts also does not match the usual patterns of lightning. Regular lightning most often occurs in the summer—the three main so-called “lightning chimneys” coincide with summer thunderstorms over America, Africa south of the Sahara, and Southeast Asia. However, superbolts, which are more common in the Northern Hemisphere, occur in both hemispheres from November to February.

The reason for such a distribution remains a mystery. In some years, there are significantly more superbolts than in others: the end of 2013 was record-breaking, and the end of 2014 was the second largest, while in other years such events were much less frequent.

“We speculate that this may be related to sunspots or cosmic rays, but we will leave that for future research,” said Holzworth.

“For now, we are just demonstrating that there is a previously unknown pattern.”

Navigating Without GPS: Understanding Cardinal Directions in Moscow | March 13 2026, 18:41

The spokesperson for the Phystech press service explains how to determine cardinal directions in Moscow when navigation systems are down. Find the North Star or use the sun: it rises in the east and sets in the west. Also reminds us how to determine directions using trees. Ziya, do you know how to find cardinal directions using trees? — What’s there to know? Fir tree points north, palm tree points south!

Overall, it seems the Phystech press service is not aware that in Moscow, the annual amplitude of sunrise point movement is almost 90 degrees. That means, it only sometimes (like now, in March) actually coincides with the east. But they do know the word “asterism”. I think most readers will place it somewhere near the word “flatulence”