SQL CTEs Explained with Examples
Link: SQL CTEs Explained with Examples: "Want to learn how to better organize your SQL queries with Common Table Expressions (CTEs)? Check out this guide!"
roidrage/lograge: An attempt to tame Rails' default policy to log everything.
Link: roidrage/lograge: An attempt to tame Rails' default policy to log everything.: "An attempt to tame Rails' default policy to log everything. - roidrage/lograge"
This is a useful Rails gem which will consolidate log file data and allows you to easily add additional info to it.
Code. Simply. Clearly. Calmly.
Link: Code. Simply. Clearly. Calmly.: "Short and simple video lessons that start from scratch. Tools and thoughts that might make your professional life more enjoyable."
Amazing that this comprehensive tutorial site is totally free. Useful.
EESC-LabRoM/rosweb: Web based supervisory system for ROS
Link: EESC-LabRoM/rosweb: Web based supervisory system for ROS: "Web based supervisory system for ROS. Contribute to EESC-LabRoM/rosweb development by creating an account on GitHub."
Another web based ROS control panel. These are useful to watch and control your Robot from another computer including a tablet.
Product - Robotics Observability - Foxglove
Link: Product - Robotics Observability - Foxglove: ""
Another web based ROS control panel. These are useful to watch and control your Robot from another computer including a tablet.
dheera/rosboard: ROS node that turns your robot into a web server to visualize ROS topics
Link: dheera/rosboard: ROS node that turns your robot into a web server to visualize ROS topics: "ROS node that turns your robot into a web server to visualize ROS topics - dheera/rosboard"
Another web based ROS control panel. These are useful to watch and control your Robot from another computer including a tablet.
pantor/ros-control-center: A web-based control center for ROS robots.
Link: pantor/ros-control-center: A web-based control center for ROS robots.: "A web-based control center for ROS robots. Contribute to pantor/ros-control-center development by creating an account on GitHub."
One of several ROS Web control panels. These are useful to allow you to monitor your robot from a computer that is not itself running ROS, or a phone or iPad.
How I stopped worrying and loved Makefiles
Link: How I stopped worrying and loved Makefiles: "First contact with make When I was invited for my first job interview in the IT, I’ve been asked such question: How would you typically build a program from sources, what commands will you use? I answered: It’s obvious: ./configure make make install Those times belong to the past now and nowadays not many programmers use GNU Make1. Try asking this question and you will see disgust at best. For many it’s the fist contact with make and often the last one, but not for me 😉"
Great reminders on how and why to use the ancient and ubiquitous “make” tool.
The config.txt file - Raspberry Pi Documentation
Link: The config.txt file - Raspberry Pi Documentation: "The official documentation for Raspberry Pi computers and microcontrollers"
A very useful documenation of various pre-boot config files for Rasberry Pi
Best Practices for Working with Large Language Models
Link: Best Practices for Working with Large Language Models: "Generative AI has revolutionized programming. Based on his own experience, Jon Udell codifies how to partner effectively with LLM assistants."
We’re all doing it now, right? Using LLMs for all kinds of things? Well here are some useful rules of thumb. By the way, as far as employing a team of assistants, take a look at Poe.com. It’s a single front end to all (almost all) the LLMs out there. And in fact it bakes in the question of what would the other LLMs say to the same prompt.
A brave new world!