Recent Posts
Audio signal one-class classification over the years
The first time I encountered the one-class classification of audio di was back in 2009. Back then, I wasn’t too keen to try machine learning approaches to the problem, so I stuck to what was familiar to me: convolution. This problem was different from voice recognition because humans can produce a wider range of sounds than the ones I was trying to detect, namely sounds produced by certain insect species.
read more
Protect your privacy and security with private and blocking DNS
When you’re online on your smartphone, laptop, smart TV, or even when you simply have a WiFi lightbulb, there are many ways your Internet Service Provider (ISP), governments, and companies can track your activities or display ads. The first step towards privacy is to stop using your internet provider’s DNS service and use an encrypted one.
DNS over HTTPS (DoH) and DNS over TLS (DoT) are forms of encryption provided by Google DNS, and Cloudflare DNS, among others.
read more
How to download Android apps files and analyse them
With Apkpure we can download the binaries and resources from any Android application on the Play Store. That’s very interesting if you want to re-use some of its assets.
Suppose you need a list of all the words in English and their translation to Spanish. It could be cumbersome to crawl a translation website or make your app depend on a Translation API for such a task. An alternative is to look for an Android app that has an English to Spanish dictionary and re-use its assets.
read more