Unlocking Smartwatches with Unique Heart Rhythms: A Missed Opportunity? | August 06 2025, 16:43

Why has no one made it so that smartwatches only unlock on the wrist of their owner, reading their unique heartbeat or other biometric data? This is in addition to having the owner’s phone nearby.

Officially, you can’t disable this in the settings of an Apple Watch — Apple intentionally made it such that when you put on the watch for the first time each day, it always requires a code, even if the iPhone is nearby. This is due to security policy: the watch may end up on someone else’s wrist, and the phone may just be nearby.

Moreover, every person has unique heart rhythm patterns, which include, for example, slight variations in the intervals between heartbeats, characteristics of the heart signal shape, and how the heart responds to different stresses. These microscopic differences create a unique picture” of heart rhythm that is difficult to fake or replicate. Watches have quite a lot of time, after being worn and before they are needed unlocked, to collect, process, and decide whether to unlock or not.

Navigating Code Generation with AI: Essential Skills for Programmers | August 04 2025, 14:28

I am currently using Gemini extensively for code generation, and I see a skill that programmers need to have to be successful in this field. It’s the ability to quickly read and understand someone else’s code, as well as explain why AI generation needs to be redone and how. For the former, you simply need to know the language very well and read “from the sheet,” because there will be little time to ponder. For the latter, you need to know patterns well and understand where they apply and where they do not. AI will still mess up using patterns inappropriately for a long time.

Moreover, a person will still need to understand “as a whole” 90% of the code generated by AI, and also manage to find time to comprehend each generated line of code. If you relax and miss it, the system may produce even working, but very poorly maintainable code. For instance, there is an unwritten rule that individual files should not contain so much code, and if it grows, you need to refactor, breaking one large into two or three. Sometimes this requires rewriting logic, but this rewriting is always aimed at one task – to simplify maintenance. And AI, while rewriting, also “improves” the code at the same time. And this is quite difficult to prohibit.

In addition, the very concept of LLM implies the limitation of the contextual window. Which gets filled with code very quickly. To create an illusion for the user that everything is working even with a large volume of code, LLMs are able to do preliminary processing, extracting only relevant pieces for processing and setting aside irrelevant ones, so that the relevant ones fit into the actual contextual window. But this process is very unreliable, and once it works, and the second time it turns out that something important was set aside, and as a result, the system did not see the whole picture and generated code, which includes a function very similar to the function set aside, and now we have two almost identical ones.

Besides, currently logic is distributed between the DB and the code. That is, data often controls the code. And data in LLMs simply often do not fit. There is too much of it. In the end, without programmers, current LLM architectures cannot cope. But the requirements for programmers’ qualifications will only increase with LLMs, not decrease. So yes, juniors should be worried, but leads not so much 🙂

Aluminum: From Precious Metal to Everyday Marvel | August 03 2025, 01:09

The USA imports aluminum mainly from Canada because aluminum leaves Canada and arrives in the USA. And from Europe, it would be alumin𝒊um!

Also, sapphires and rubies are essentially rusty aluminum, where in the process the new material becomes much harder than the original. In interaction with oxygen, different varieties of the mineral corundum are formed, which chemically is crystalline aluminum oxide (formula Al₂O₃). And bulletproof glass is essentially transparent rusty aluminum, aluminum oxide, but with aluminum nitride.

Also, aluminum was the most valuable metal on Earth until the 20th century. When Napoleon III entertained guests, they ate with golden spoons, while he used an aluminum one. And the “cap” of our Washington Monument is made of aluminum for that very reason.

Decade Without Police Sirens: A Personal Observation in Public Safety Trends | August 02 2025, 23:48

Interestingly, I haven’t heard a single car siren in almost ten years, except from medical and fire vehicles. At least around here, it seems even the police don’t use them for their purposes. Apparently, the reason is that a police car with a siren behind is perceived as a command to stop and be ready to show your documents. But fire trucks and ambulances, it seems, always use theirs.

Many people don’t know that what we think of as an ambulance doesn’t really exist here. That is, you can call 911 and request a medical vehicle, and they will come, but it’s usually only done in truly critical situations—like a heart issue or if you’ve fallen from a staircase and can’t get up.

This service, EMS, always sends a bill. The minimum is $550, but typically more than $1000, depending on the type of vehicle sent—which depends on what was said on the phone—and how many miles it is to the hospital.

If transportation to a hospital is necessary, an insurance company, Medicare, or Medicaid initially pays for it. The patient might only need to pay the difference—for example, a co-pay or a deductible. If the person is unable to pay due to financial hardship, CNS will not send the bill to collections nor will they recover the debt.

If you call 911 and report that someone has fallen from a ladder, especially with a suspected head, neck, or back injury, the dispatcher will send a full fire & EMS response. That means, besides the medics, this big red fire truck shows up. It arrives not because there’s a fire, but because it is staffed with EMTs (Emergency Medical Technicians) who can begin assistance even before the ambulance arrives. Additionally, fire stations in the area are positioned such that the nearest fire truck can get there faster than a free ambulance.

In various incidents, if you can get to the hospital on your own, experience shows that it’s often necessary to go if you want results. This is not free either. Every such visit costs me $200 (insurance pays ten times more), but as it turned out later, it was always worth it. You just need to know where to go, and choose large facilities where the queues are shorter.

Stability at a Price: The Costco Hot Dog Phenomenon | August 02 2025, 18:26

What is stability? The price of a hot dog with unlimited soda at our Costco has not changed for 41 years, since 1984. Indeed, to have the privilege of buying a hot dog for one and a half dollars here, I need to spend $3000 a year in their store (to cover the membership through cashbacks; otherwise, I lose up to $65 on the annual membership if without cashback).

And that’s how they sell 100 million hot dogs a year.