-
Archives
- January 2024
- October 2023
- September 2023
- August 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
-
Meta
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