n8n and automation

予定表登録の自動化におけるn8nの採用と選定理由

As part of building a home web server and operating a custom domain, I have set up and daily utilize a calendar manag ...

n8n and automation

タイムズカー予約を自前カレンダーへ完全同期!n8nで構築する「キャンセル忘れ防止」機能

The other day, I had a bitter experience where I forgot to cancel a Times Car reservation and ended up being charged ...

Linux, Server Setup, Networking

独自ドメイン不要!プライベートサーバでGmail APIを利用するための「身代わり認証」実践ガイド

Suppose you want to call the Gmail API from an application running on a server within your home LAN (192.168.x.x). Wh ...

Virtualization, Containers, WSL

Surface Pro 5にHarvester導入成功もCPUリソース不足でVM作成不可

Previously, I accidentally damaged the LCD display of my Surface Pro 5 (Model 1796) during a battery replacement repa ...

Virtualization, Containers, WSL

WSL2でUSBメモリを物理マウントしISOイメージを書き込む方法

When writing ISO images to removable media such as USB flash drives on a Windows OS, dedicated GUI tools are typicall ...

Electronics projects and microcontroller boards

横軸:経過時間(時間単位)」「縦軸:1時間ごとの平均誤差

To improve the time accuracy of my homemade data logger, I purchased a few of the classic RTCs, the “DS3231R ...

AI Local LLM

Geminiのチャット履歴を復旧する手順と、再消失を防ぐ自動バックアップ運用の構築

To address the issue where Gemini chat histories disappear from the list, we previously relied on the method of viewi ...

Electronics projects and microcontroller boards

検証】RP2350 (Pico 2互換) でSDカードSPI接続における書き込み速度測定

We acquired an RP2350-equipped development board compatible with the Raspberry Pi Pico 2 and conducted write speed ve ...

Development, Programming, Git

【Git】間違ってコミットしたファイルを歴史から完全に抹消する方法(git filter-repo)

Today, we’re diving into a technical guide on doing a “deep clean” of a Git repository.

When ...

Development, Programming, Git

Gitで特定のブランチのみをクローンする方法

Today, we are going to dive a bit deeper into how Git repositories are handled.

When someone tells you to ̶ ...