Makerfaire is coming up!

The past 18 months or so have been somewhat different as far as availability of in person gatherings, meetups and Makerfairs, etc. but this year there are some changes for the better… If you are interested in Machine learning and computer-vision projects, come look at a couple demos at the booth at Central Oregon Maker Fair, Nov 13-15th!

Hacktoberfest 2021 is here!

It’s been one year since the spammageddon of Hacktoberfest requests and issues with contributing to only accepted opted-in repositories – but this year there are some good changes:

You can now use Gitlab for PRs.

Monetary donations are also encouraged for open source projects.

You can either get a shirt or plant a tree, for completing 4 PRs with improvements to participating open source projects.

Also, of course if you have a project yourself you maintain, you can add “Hacktoberfest” tag to get participants to find your repo. 🙂 What are some of the projects you might consider helping?

Continue reading “Hacktoberfest 2021 is here!”

Book review – The Most Human Human

In Brian Christian’s The Most Human Human, he first explains some of the early experiments in human-like chatbots – Eliza the therapist and the more recent attempts to “understand” language through the vast equivalent documents the UN keeps record of.

He also goes in to the question that plagued early industrialism, will robots be getting our jobs with AI? Well, if something is a repetitive and arduous task, as he puts it, you are the robot. In the art world an actor may do a play for a weekend or two… and no more – is that a waste? In his words:

Continue reading “Book review – The Most Human Human”

Turning a normal SVG into an Android Vector (Updated Repeater-START!)

If you have tried at building an Android app recently you might notice that there is a new icon shown on newer Android Oreo, Android 10, Android 11 devices… it shows the Android antenna head instead of the normal icon. The odd thing is that the “design” area of the .xml file will display it but not let you actually design and draw in it like you can change layout xml. You can however use Inkscape or your favorite .svg editor and convert that file to this Android format:

Continue reading “Turning a normal SVG into an Android Vector (Updated Repeater-START!)”