Skip to content

Instantly share code, notes, and snippets.

View TakashiSasaki's full-sized avatar

Takashi SASAKI TakashiSasaki

View GitHub Profile
@TakashiSasaki
TakashiSasaki / uuidv8-fid-v1.md
Created June 12, 2026 05:58
Format-ID UUIDv8 Profile (UUIDv8-FID) Specification, Version 1

Format-ID UUIDv8 Profile (UUIDv8-FID) Specification, Version 1

1. Status of This Document

This document defines the first version of the Format-ID UUIDv8 Profile, abbreviated as UUIDv8-FID.

UUIDv8-FID is an application-defined UUID version 8 profile. It preserves the standard UUID version and variant fields and introduces a 10-bit logical field named format_id for identifying application-defined UUIDv8 formats.

This specification is intended for developers implementing UUID generation, parsing, validation, serialization, deserialization, indexing, and library-level interoperability.

@TakashiSasaki
TakashiSasaki / openclaw.json
Last active June 15, 2026 06:42
OpenClawでGemma 4 31Bをメインに使うときの設定
{
"agents": {
"defaults": {
"workspace": "C:\\Users\\<USER_NAME>\\.openclaw\\workspace",
"model": {
"primary": "google/gemma-4-31b-it",
"fallbacks": [
"google/gemma-4-26b-a4b-it",
"google/gemini-2.5-flash",
"google/gemini-3.1-flash-lite",
Gemini Canvas File Generation Protocol (GCFGP-5.0)
1. Introduction
本ドキュメントは、Geminiキャンバスにおいてプレビュー可能なアーティファクトを生成するための厳格な構文、構造、および文字コード制約を定義する。
本版(5.0)では、Babel環境下での実行タイミングの確実性と、不可視文字によるパースエラー排除を主眼とする。
2. Encoding & Whitespace Sanitation (Critical)
* File Encoding: UTF-8 (BOM無し) を必須とする。
* Allowed Whitespace: ソースコード構造上の空白は以下の4文字のみ許可する。
- U+0020 (SPACE)
GitHubが単独で利益を出しているかどうかについては、Microsoftが公式に詳細な財務情報を公開していないため、明確...
filepath: Grok3/Grok3-Japanese/Grok3JapaneseMain.js
// Grok3 Japanese Main File
// This file serves as the main entry point for Grok3 Japanese-specific functionality
// It includes necessary imports and setup for Japanese language processing
const { Grok } = require('xai-grok');

イランの新型ドローン及びミサイルに関する調査報告

サブタイトル候補:

  1. 2025年におけるイランの無人航空機・ミサイル開発動向
  2. Rezvan、HADID-110、JAS-313、Etemad、358、359の技術分析
  3. イランの最新兵器システム:ドローンとミサイルの能力と戦略的意義

目次

/etc/hosts.mk

This Makefile automates the merging of the local /etc/hosts file with a remote /etc/hosts file obtained from a router at 192.168.15.1. The merged file ensures that duplicate entries are removed before updating the local /etc/hosts.

Features

  • Fetches the /etc/hosts file from a remote router.
  • Merges it with the local /etc/hosts file, removing duplicate entries.
  • Ensures the merged file is valid before updating /etc/hosts.
  • Prevents updates if the merged file is unexpectedly empty or too small.

FirecrawlとLLMs.txt:AI時代におけるウェブデータの最適化

目次

  1. はじめに

  2. Firecrawlとは何か

@TakashiSasaki
TakashiSasaki / agent loop
Created March 10, 2025 10:17 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet