Positroid live
16 subscribers
239 photos
49 videos
60 links
DIY engineering: 3D printing, electronics, smart home, AI, code
Download Telegram
I was away for a short while due to a vacation trip to another country — Kyrgyzstan.

I try to travel to new places several times a year.

Here are some interesting things I noticed from an engineer’s perspective:

1. We stayed on the 16th floor, and there was a gas stove (in my country, gas is prohibited above the 10th floor), even though the region is seismically active.

2. Throughout the city, there is an "aryk" system used for irrigation (watering parks and green spaces) and cooling. Allegedly, the water flowing through these small channels helps lower the air temperature. I won’t argue, but the efficiency doesn’t seem particularly high.

3. I rented a car for a few days — and there, the main units of measurement were miles, so it took me some time to get used to the imperial system and set the cruise control to 56 mph instead of 90 km/h.

Here are a few photos for illustration, and I’ll get back to my regular schedule of technical posts during the week.
A new device for filming (yes, there are devices, but no actual filming yet) – macro lenses for a phone.

Two pieces, each with x20 magnification, complete with a clip and lighting.

Unfortunately, my phone doesn’t have a native macro lens at all – only an ultra-wide and a telephoto lens (the latter up to x5).
So I had to upgrade the main camera with some extra gear.

Example videos show footage from the original camera, with one lens (x20), and with two lenses (which should theoretically be like x400).

I’m not sure yet where to use two lenses – the macro is just too strong. But one works quite well; perhaps I should also consider intermediate options like x5, x10, or x15 to cover the full range of possibilities.
About GPT-5 and Cursor

A week ago, a new model was released that was offered "for free" in Cursor.

I decided to use this opportunity to build a pet project for tracking income and expenses.

I’ve been tracking all my income and expenses in Google Sheets for the past six months. The main goal is to understand my average monthly expenses.

I even managed to "vibe-code" a Telegram bot to help with these spreadsheets, but now I felt like trying something different. And the models have improved a lot in the last six months.

So — GPT-5 is like night and day (though not drastically better than Claude 4). I deliberately chose a stack I wasn't familiar with — Go, React, and gRPC. And GPT-5 helped me build a working MVP in just a couple of days, which I’m now refining to fit my needs. I’ll announce the launch separately, but for now you can check out the repository.

P.S. The free GPT-5 in Cursor turned out not to be free — it stopped working after $200 worth of API usage (all under the $20 Cursor subscription).
Everyone knows what an RNG is—an algorithm that generates a random number.

However, all algorithms are susceptible to attacks and vulnerabilities, so services with high security requirements tend to avoid relying on them—cryptography, encrypted communication, digital signatures, and so on. Some banks or systems ask users to move their mouse or press keys a certain number of times to generate random events.

Physical RNGs can be hardware-based or rely on physical phenomena, but in any case, they use a real source of entropy.

Some unusual sources of entropy used or studied:

1. Lava lamps – the chaotic movement of wax in dozens of lava lamps.

2. Geiger counter – intervals between events of radioactive decay.

3. Goldfish in an aquarium – random movement of fish in water.

4. A laundromat with a microphone – noise from washing machines.

5. A dance floor with pressure sensors – chaotic movements of people.

So your security might depend not only on software and algorithms, but also on fish in an aquarium.
Today, YouTube surprised me with something wonderful – a CAD competition.

For a while, my information bubble was filled with Tetris competitions, then Japanese game shows and GeoGuessr (that’s the one where you're given a spot in Google Street View and have to guess the exact coordinates on the planet – totally addictive, highly recommend).

And now, CAD competitions:

1. Participants are given a technical drawing of a model.

2. They must recreate the model in CAD.

3. The winner is the one who sends the correct model weight to the chat the fastest.

Unlike other types of competitions, this one is more relevant to my interests – it’s fascinating to see the approaches participants take in modeling, and even if it’s not exactly about best practices, you can still pick up some useful techniques.
I came across a study on the topic of progress in various fields with and without AI.

From personal experience, I agree with the conclusions. Using AI provides a previously impossible boost in the early stages, which helps reduce the overall time needed for learning, improvement, etc.

At the same time, if you rely solely on AI, your maximum efficiency will be limited by the capabilities of the model you're using. The quality of models is improving, but I’m convinced that combining AI with your own thinking will yield better results in the foreseeable future.

The article contains plenty of additional information and charts - worth reading if you're interested.