In the past weeks, I have noticed hearham.com repeater listing gets many requests from Android devices. Furthermore, many ham radio people already have an Android phone and are still waiting on their Librem Phone to ship. So I started an Android port of the Linux open-data repeater app, Repeater-START.
Continue reading “Announcing Repeater-START Amateur radio app for Android”Machine learning SVM – the usefulness of kernels
If you’ve read through how Support Vector Machines work, you probably know the linear simple SVM might not work in all cases… but how does it fail? Let’s take a look at an example I tried like to my simple example… but change it to be a larger space than just 4, and separated with a region in the middle, and the region around it (positive, negative labelled areas to learn):
Continue reading “Machine learning SVM – the usefulness of kernels”Human pose estimation with Python and Gluoncv
Human pose estimation is something useful for robotics/programming as you can see what position a person is in a picture. For last weekend’s Hackrithmitic I did an experiment for fun using computer vision pose estimation. To start with I found several possibilities with available libraries:
- Tensorflow js has been used to say, don’t touch your face, but it takes a massive amount of cpu.
- Openpose is a popular one, only licensed for noncommercial research use, and there is a Opencv example for it that doesn’t quite show how to use it.
- AlphaPose is supposedly faster and has a more clear license and possibility for commercial use – if you want that as a possibility. I checked out the install instructions and worked but for “python3” instead of “python”. It also misses obvious step of installing cuda for your Nvidia system before running.
- GluonCV is another, which seems more user friendly. This one I was able to get running in a few minutes with their example:
Autocorrect Remover is now up on Chrome Web Store
The Autocorrect Remover was approved to be shown on Google Chrome webs store! Now all students or teachers can access the autocorrect remover that I built with a friend recently. One month after publishing, it appears no changes on Google Docs have broken it, which is a good sign 🙂
Continue reading “Autocorrect Remover is now up on Chrome Web Store”Slide rule enters the 21st century
Some time ago I came across this online tool in a newsletter article – this is a very cool slide-rule-emulator that will not just let you move two slides, but actually slide it for you as you run an equivalent digital calculator calculation to the right!
If you haven’t ever used a slide rule before, it works on properties of logarithms, and the principle that log(a)+log(b) = log(a*b). Now it wouldn’t be very interesting to just have two normal rulers together, as sliding and adding would just let you do problems like 5+5 = 10 or 50+50 = 100 if you scale the numbers. With logarithmic scale, the spacings are off and it allows you to do multiplication in adding the numbers.
Continue reading “Slide rule enters the 21st century”Matt Parker explains professional online videography
In the past few months due to Coronavirus many people have been working from home… live streaming or meeting from home, even live TV shows from home..? In this video, the famous Youtube mathematician Matt Parker shows some interesting tips on how one might be more professional at making videos.
Continue reading “Matt Parker explains professional online videography”Microsoft Math Solver review
Years ago if you wanted a program to explain steps in mathematics, algebra or other complex math as a tutor would, you would have to buy a specialized software package built for some specific operating system (I forget the name… it may still be around?) Of course there was always open source software like Maxima to do powerful symbolic (or numeric, or graphing) math, but to know what to do one almost needs a manual, and while extremely powerful it was not helpful for beginners. I recently found a similarly useful free math solver on Microsoft’s site, https://mathsolver.microsoft.com:
Continue reading “Microsoft Math Solver review”Librem announces Anbox working on Librem 5 phone
Yesterday Librem announced in a blog post that the Android compatibility layer, Anbox, is runnable in the Librem 5 Linux phone. They reportedly had to fix a few bugs, and they show a screenshot of a listing of apps – it is odd to notice that most apps shown (Firefox, Music, Camera…) really should have a native Linux application that works.
Continue reading “Librem announces Anbox working on Librem 5 phone”Fixing Ubuntu Python-Pip
After you’ve upgraded your Ubuntu machine a few times, you might find that free disk space is low and some Python commands have issues. Programs like Bleachbit can help you clear old packages or cache that you don’t need, but sometimes you need a minor manual fix as documented here. As you may know, Pip is the main package management you’ll use to install packages you use, so this can be problematic.
After upgrading 16.04 to 18.04, I got an error on command line “pip”:
Continue reading “Fixing Ubuntu Python-Pip”Easy VPN with DigitalOcean and ShadowSocks
If you are often in a cafe or library with shared internet, it’s best to go through a VPN so any unencrypted traffic isn’t detected by any local hackers – while there are many vpn packages, it is easy enough to make your own and connect to it with shadowsocks. This can give you good performance even on a $5/mo digitalocean server!*
Continue reading “Easy VPN with DigitalOcean and ShadowSocks”