You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Gary Bey
cardboardcode
Roboticist.
Specialized in ROS 2, Computer Vision and Heterogenous Fleet Management (RMF).
For People In A Hurry: How To Install Docker on RaspberryPi
Note
This guide provides a copy-paste-observe list of quick instructional steps to install Docker instantly on a RaspberryPi, assuming it has a Linux-based operating system on it.
For People In A Hurry: How to Set Up Your Own Deep Local Research Agent
Note
This is a quick copy-paste-observe guide for people in a hurry to quickly set up a Deep Local Research Agent where there are no reliance on proprietary web search api usage while still being useful in providing detailed reports on selected user topics.
For People In A Hurry: How to Set Up Open-WebUI with Ollama as free, local and privacy-focused alternative to ChatGPT
Note
This is a quick copy-paste-observe guide for people in a hurry to quickly set up Open-WebUI such that one can run and access a local Large Language Model (LLM) as a web application similar to OpenAI's ChatGPT.
Tip
This setup is recommended if your GPU hardware specifications falls below what is the typical minimum 64000 token context window required for agentic coding. Eg. Nvidia Geforce RTX 3060 with 12GB VRAM.
For People In A Hurry: How to Set Ollama with OpenCode for Local & Privacy-Focused Coding Agent
Note
This is a quick copy-paste-observe guide for people in a hurry to quickly set up a local coding agent at no additional costs using OpenCode and Ollama.
For People In A Hurry: How to Set Ollama with Claude Code for Local & Privacy-Focused Coding Agent
Note
This is a quick copy-paste-observe guide for people in a hurry to quickly set up a local coding agent at no additional costs using OpenCode and Claude Code.
For People In A Hurry: Access libvda5050pp API Documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Be warned that it is still not recommended to mix different ROS 2 distributions within the same application due to ROS 2 message checksum inter-distro differences.
Would suggest keeping ROS 2 distro version homogenous throughout one's architecture to help reduce uncertainty during system debugging.
This is a minimal proof that different ROS 2 distribution can communicate succesfully with each other.
In this example, a ROS 2 Humble talker node is able to communicate to a ROS 2 Jazzy listener node between their individualized docker containers.