Finally, I got some time to update the async-unzip Python module to add support for aiofiles. One friend asked about this, as his project is aiofiles, and he doesn’t understand my love for aiofile. It is elementary; I prefer a thread-free file I/O operation in Linux with caio/libaio native asynchronous…
Once, I was going through the MIT course lectures for my son for Computer Software and occasionally got to Mechanical Engineering. One of these lectures was about vibration isolation. A few years later, I am doing my Ph.D. in “Active vibration control during the spacecraft’s launch phase.”As Prof. Kim Vandiver…
Today I got an email from Google Search Console. Now it has the new feature called “domain property.” For those who have multiple subdomains registered in search console, it might be interesting. Search Console Team plays with a new type of web property to simplify the work of webmasters with…
There was a time when we needed to detect Google’s crawl rate faster than webmaster tools allowed to check. I was telling about the small re-incarnation of the BotStat idea using Python. The initial post was here. Right now it works for Nginx and Apache with detecting your access logs formats automatically (could…
Coursera.org is one of the greatest online courses. It allows you to train your brain with not much time spent. At the end of the previous week, I decided to spend some time on “Neural Network for Machine Learning ,” the course by Geoffrey Hinton, Professor, University of Toronto. This is…
Efficient managers always want to achieve the goals their company has. In most cases, this is not possible without an engaged team. Most employees feel comfortable and do their job the best way possible only if they have great interactions with their boss. So, this means that you need to…
`Couple weeks ago people started to write about a problem with verification their structured data by Structured Data Testing Tool (SDTT) from Google. This became a question for those who was using ItemList. I got know about this when answered a question on StackOverflow about search results markup by structured…
We use OTRS as our helpdesk system to allow our concierges to help our customers solve their problems. Specifics of our type of support pushes us to use processes and various integrations with many other systems, so OTRS is what we needed because of its functionality. This article is about…