.log

自作ブラウザにリアルタイムページ翻訳を実装、最適化しアルゴリズムを理解する

2026-02-24

Electron で自作ブラウザにリアルタイムページ翻訳を実装した際のアルゴリズム的な工夫と最適化のポイントを解説。URL を変えずに DOM を直接書き換える方式で、CSP を回避しながら高速な翻訳を実現する方法を紹介する。

Electronでアマプラ、ネトフリが観れない

2026-02-24

自作 Electron ブラウザアプリで Amazon Prime Video や Netflix の DRM 動画が再生できない問題の原因と解決策。Castlabs ECS への切り替え、macOS symlink 修復、VMP 署名の手順を解説する。

第1章:Golangコーディング規約と命名パターン

2026-02-20

Golangの基本ルール・命名規則・エラーハンドリング・並行処理など、現場で使われるコーディング規約を具体例とともに解説。

第0章:現場のリアルなGolangバックエンド開発

2026-02-20

Golangを使ったバックエンド開発の実践ガイドシリーズのイントロダクション。コーディング規約からAPI設計、認証、ファイルアップロード、マルチテナント、タイムゾーン設計、エラーハンドリング、AI活用まで、現場で必要な知識を体系的に網羅。

React Colocation Pattern Design and Operation Guide

2025-04-26

This article completely explains the colocation pattern design and operation guide for React components in Next.js App Router.

Managing Window Size and Position in a Tauri Application.

2024-12-27

Using Tauri, you can control the size and position of application windows

From Linux Permissions Introduction to Privilege Escalation Attacks (Exploiting Bad Permissions)

2024-12-19

To understand the fundamental offensive security concept of privilege escalation

Setting Up Kali Linux on an M2 Mac.

2024-12-19

Setting up Kali Linux on an M2 Mac for penetration testing and ethical hacking.

How to Implement Shortcut Keys to Open DevTools.

2024-12-13

This article explains how to use the `CmdOrCtrl+I` shortcut key to open DevTools in a Tauri application. It also covers implementation steps considering behavior in both debug and production environments.

Calling Native Commands with Tauri.

2024-11-27

Calling macOS AppleScript from Rust to retrieve information.