Category Archives: Software Development

Nice write up on how to create an opensource python package

Could be adapted for closed source too. https://mathspp.com/blog/how-to-create-a-python-package-in-2022

Posted in My Projects, Software Development | Comments Off on Nice write up on how to create an opensource python package

Interfacing RPi GPIO remotely

The author basically made a simple rest interface for the GPIO pins of an Raspberry Pi with an installer. This way you can interface it remotely.

Posted in Misc-Life, RaspberryPi, robots, Software Development | Comments Off on Interfacing RPi GPIO remotely

Python logzero

https://opensource.com/article/20/2/logzero-python So if you need a simple logging library for python, logzero seems to be the one to use. I know Python does have a native logging utility, but it can be a bit tricky to setup.

Posted in Misc-Life, Software Development | Comments Off on Python logzero

3 sites to Download Virtual Disk Images

I typically download the ISO and make my own image. But this could be a quicker way to get started with an image. I have heard of virtualboxes.org in the past, but the other two I have not tried out … Continue reading

Posted in Cheap, Misc-Life, Software Development | Comments Off on 3 sites to Download Virtual Disk Images

Mediapipe, opensource project to read hands

Its for hand tracking and translating sign language. Seems like an interesting project written in C++ https://github.com/google/mediapipe/tree/master/mediapipe/framework

Posted in Misc-Life, Software Development | Comments Off on Mediapipe, opensource project to read hands

Interesting tool to help improve your resume

This looks interesting, its a tool that will look at your resume and help clean it up so the bot filters for resumes may not just toss it out right away. https://cvcompiler.com/ CV Compiler is a robot that fixes your … Continue reading

Posted in Misc-Life, Software Development | Comments Off on Interesting tool to help improve your resume

Interesting firmware IETF’s drafts in the works

I know there are several groups that have working standards for managing and updating software on IoT devices, this is the first I have seen from a standards body that isn’t totally controlled by one company.  Thought the list of … Continue reading

Posted in Printer Security, Security, Software Development | Comments Off on Interesting firmware IETF’s drafts in the works

Even Google is in IoT Cloud

Sounds like the API is now open beta.  Looks interesting, basically its a way for IoT to feed data back to a central system that can be used to process it. Google’s Cloud IoT Core is now generally available

Posted in Misc-Life, Software Development | Comments Off on Even Google is in IoT Cloud

Cool web based debugger for python

I have to say this is pretty neat project.  It looks like its cross compiler based too so should run on ARM or intel systems (its called birdseye). Stepping up your Python Printf Debugging Game

Posted in Misc-Life, Software Development | Comments Off on Cool web based debugger for python

Creating UML from hand drawings and text

There is a bunch of websites these days that you can create sequence diagrams from text, or in some cases, hand drawings. Here are some: https://bramp.github.io/js-sequence-diagrams/ http://plantuml.com/ — has a bunch of UML diagram tools https://www.websequencediagrams.com/ – slick webui

Posted in Cheap, Misc-Life, Software Development | Comments Off on Creating UML from hand drawings and text