Are Electric vehicles the way to go? A mathematical look at the economics of EVs

There have been a lot of items in the news about electric cars recently – many states have rebate for new vehicles, and federal tax incentives will be a complicated and interesting opportunity next year. The car company website would certainly say you will save a lot purchasing their vehicles, but there is a surprisingly easy way to estimate for yourself whether an EV is cost effective.

Continue reading “Are Electric vehicles the way to go? A mathematical look at the economics of EVs”

Optimal placements and unsolved math problems

Optimal placements and unsolved math problems are among the interesting problems discussed in the book, Tomorrow’s Math, Second Edition by C. Stanley Ogilvy. On chapter two, pg.23-24 he asks how a land’s defenses may be best defended by n defense stations on a disk shaped land area? They state it had known answers for n<6, and “a general solution seems remote at present”.

Continue reading “Optimal placements and unsolved math problems”

Packaging a Python application for ArchLinux/Manjaro Linux

In a previous howto I showed how to build a .deb installer file for a Python program. This would work for the majority of systems with Debian/Ubuntu/Linux Mint etc. However there are many users on Arch Linux or Manjaro, which do not take this .deb installer file. Some Linux computers such as the popular (and currently out of stock 🙁 ) Pinebook laptop, and Pinephone come with Manjaro Linux, which takes Arch packages. Thankfully there is an easy way to add a package to the AUR for these Arch-based devices.

Continue reading “Packaging a Python application for ArchLinux/Manjaro Linux”