‎Check network for missing images.

A collection of thoughts, study notes, and some fragments of life, presented in the form of a personal website.

科技 生活 世界 随手记两笔
Categories: 11
Posts: 169

Mendocino and Mackerricher

Oct 1, 2023

Mendocino and Mackerricher State Park. A nice weekend trip, new places unlocked!

System · Bash Script With Options

Sep 16, 2023

Preface Bash scripts are useful tools for automating the build and configuration of software projects. Scripts that accept input options and arguments offer additional flexibility. This post presents such a template, for...

Debug · C++ With GDB and Core Dump Files

Sep 11, 2023

Motivation During the course of developing large C++ projects, one will inevitably encounter bugs that crash the program without much information, such as segmentation faults or uncaught exceptions. To debug such problems,...

Bodega Bay

Sep 10, 2023

Came here a few times in the past, but it was always very cloudy. Local folks said that this area is cloudy most of the time in a year. Today, the weather...

Design · Rule-Based Behavior Graph Abstraction

Sep 4, 2023

Graph : public Node properties name type enabled states current iteration total iteration time terminated <Node*> <Var*> scope: graph, nodes category: tool, AI, device, robot, peripheral Requirements start (only 1), end (automatic...