[note] Mac β€” Using Colima instead of Docker Desktop: FAQ

Note: This page is an AI-generated (gpt-5-mini-2025-08-07) translation from Traditional Chinese and may contain minor inaccuracies.

πŸ“Œ Introduction

To use Docker on a Mac, you don’t have to install the official Docker Desktop; you can use lighter alternatives like Colima. However, if you previously installed Docker Desktop and later installed the Docker CLI via Homebrew, leftover settings may cause some errors.

Read more

[chatgpt] Comparison and Transition Paths: Enterprise Architect, Solution Architect, and DevOps Roles

Note: This page is an AI-generated (gpt-5-mini-2025-08-07) translation from Traditional Chinese and may contain minor inaccuracies.

πŸ“Œ Introduction

⭐ Note
This article was generated by ChatGPT and published after human review. Content is for reference only. It mainly discusses the relationship between DevOps, SA, and EA roles and how a DevOps engineer can transition to an SA or EA role.

Read more

[note] Solving fstatat canonical snap directory: Permission denied

πŸ“Œ Introduction

When using Snap apps on Ubuntu, you might encounter a confusing permission error related to fstatat. This note documents a real-world issue, explores possible causes, and shares the simple solution that worked.

⭐ Note
This article was initially drafted with the help of ChatGPT based on a real issue I encountered. I verified the solution and revised the content to ensure accuracy and clarity for others facing similar problems.

Read more

[tutorial] Using Mailgun + Python to send email

πŸ“Œ Introduction

This tutorial covers how to send emails using Mailgun and Python. You’ll learn how to set up Mailgun, generate an API key, and write Python code to send emails with or without attachments.

Read more

[tutorial] GitHub + PicGo + VSCode Extension

πŸ“Œ Introduction

This article provides a tutorial on setting up GitHub, PicGo, and a VSCode extension to facilitate image uploading to GitHub repositories. It outlines the necessary prerequisites, the procedure to generate a GitHub token, and essential steps for configuring the PicGo extension in VSCode.

Read more

[note] Windows 11 + Ubuntu Dual-Boot Installation Record

Note: This page is an AI-generated (gpt-5-mini-2025-08-07) translation from Traditional Chinese and may contain minor inaccuracies.

πŸŽ’ Preparations

πŸ’» Computer information

  • Model: VivoBook 14 X1405VA-0041K
  • OS: Windows 11
  • CPU: i5-13500H
  • SSD: NVMe SAMSUNG MZVL4512HBLU-00BTW
  • BIOS access key: F2
  • Boot device selection key: F12
Read more

[note] Fish?

πŸ“Œ Introduction

This article introduces the FISH shell, a user-friendly interactive shell designed to improve the command line experience. It highlights its installation on MacOS and basic usage.

Read more

[note] MarkItDown: A tool for smoothly converting docx and pptx into markdown

πŸ“Œ Introduction

This article discusses MarkItDown, a tool specifically designed to effortlessly convert docx and pptx files into markdown format. It highlights various Python libraries that serve as dependencies for this conversion process, enabling users to handle documents and multimedia content effectively.

Read more