I’m continuing to observe my health, dealing with some simple mistakes at work, and watching farms in the USA
I tried to use chlorhexidine again, as my dentist recommended, and I started to feel uncomfortable in my mouth again. Today, however, I used it only twice: after lunch and after dinner. Right now, I have slight discomfort and some itching. All the time, I want to touch the operated area with my tongue and scratch it. However, I don’t feel any swelling, but I have started to notice something strange around my implants. When I touch it with my tongue, I feel something sharp. It feels like a bone, and it seems to be growing. I have no idea what it is, but it doesn’t cause pain or anything else. I’m also 100 percent sure it’s not food or anything stuck there, because I ate only soft food and was extremely careful. So I think I’ll just wait until December 27, or maybe I’ll send a message to my dentist and ask about it.
At work, my team lead decided to return two of my tasks because I made some simple and logical mistakes. I don’t understand how I could make those mistakes, because they were very simple, but I didn’t notice them. My first mistake was related to the function input type. That function should use a boolean parameter, but I used text instead. The second mistake was also logical and simple. However, when I tested everything, it worked very well.
I used this
if ($arResult["USER_PHONES"]) {
...
}Instead, I should use this
if (!empty($arResult["USER_PHONES"])) {
...
}I also had successful tasks. Today, I figured out why counterparty notifications were not included in tasks. It wasn’t very difficult, but it took a lot of time because this functionality uses integration with the Telegram API, and I had to test it carefully.
My evening was similar to yesterday evening. I watched those farm girls from the USA again, and I was very involved. It was interesting because I could compare their farm activities with life in my village. In my village, people also have farms and keep animals such as cows, sheep, chickens, rabbits, and others. Today, I watched how they prepared hay and butchered a chicken. I also noticed some of the technologies they use and how they use them more effectively for their tasks. Another important thing is cleanliness. The places where the animals live are very clean, and the animals themselves are clean too. I even thought about trying to work there for a few months.