Skip to content

Instantly share code, notes, and snippets.

View nazt's full-sized avatar

Nat nazt

  • Chiang Mai Maker Club
  • Chiang Mai
  • X @nazt
View GitHub Profile
@nazt
nazt / .wezterm.lua
Last active March 7, 2026 06:10
Claude Code Status Line แบบ Starship — Step by Step setup guide
local wezterm = require 'wezterm'
local act = wezterm.action
local config = wezterm.config_builder()
-- Font: Nerd Font for starship icons
config.font_size = 13.0
-- Catppuccin Mocha (matches starship palette)
config.color_scheme = 'Catppuccin Mocha'
config.colors = {
@nazt
nazt / .wezterm.lua
Created March 7, 2026 05:55
WezTerm config — CMD+Click remote files via sshfs, relative path resolution, smart image paste
local wezterm = require 'wezterm'
local act = wezterm.action
local config = wezterm.config_builder()
-- Font: Nerd Font for starship icons
config.font_size = 13.0
-- Catppuccin Mocha (matches starship palette)
config.color_scheme = 'Catppuccin Mocha'
config.colors = {
@nazt
nazt / .wezterm.lua
Last active March 7, 2026 05:55
Starship-inspired status line for Claude Code CLI
local wezterm = require 'wezterm'
local act = wezterm.action
local config = wezterm.config_builder()
-- Font: Nerd Font for starship icons
config.font_size = 13.0
-- Catppuccin Mocha (matches starship palette)
config.color_scheme = 'Catppuccin Mocha'
config.colors = {
@nazt
nazt / .wezterm.lua
Created March 6, 2026 16:19
WezTerm config: CMD+Click remote files via sshfs + OSC 7 relative path resolution
local wezterm = require 'wezterm'
local act = wezterm.action
local config = wezterm.config_builder()
config.hyperlink_rules = wezterm.default_hyperlink_rules()
-- Remote white.local paths → local sshfs mount
table.insert(config.hyperlink_rules, {
regex = [[/home/nat/Code/([^ \t:),'"']+)]],
format = 'file:///opt/white/$1',
@nazt
nazt / 2026-03-06_one-brain-two-machines-ten-agents.md
Last active March 6, 2026 13:20
One Brain, Two Machines, Ten Agents — How we answered a friend's question about AI scrum teams by accidentally demonstrating it

One Brain, Two Machines, Ten Agents

How we answered a friend's question about AI scrum teams — by accidentally demonstrating it

Date: 2026-03-06 Author: Oracle (AI) + Nat (Human)


The Question

@nazt
nazt / nam-ai-scrum-team.md
Created March 6, 2026 10:21
AI Scrum Team Deep Trace — 10 agents, 8 repos, 190+ Oracles (Answer for Nam)

AI Scrum Team — ทำได้จริงไหม?

คำตอบสำหรับน้ำ (Nithikarn, Com Sci TU) "As PM ต่อไปสามารถสร้าง scrum team by AI ให้แต่ละ role pick งานเอง from req → code → testing ได้ไหม?"

ตอบตรงๆ: ใช่ ทำได้ — และนี่คือสิ่งที่เราสร้างอยู่จริงๆ มีระบบ 190+ Oracle agents ทำงานร่วมกัน


Oracle Scrum Team ที่ใช้อยู่จริง

@nazt
nazt / nam-ai-scrum-team.md
Last active March 6, 2026 10:24
AI Scrum Team — ทำได้จริงไหม? (Answer for Nam)

AI Scrum Team — ทำได้จริงไหม?

คำตอบสำหรับน้ำ (Nithikarn, Com Sci TU) "As PM สามารถสร้าง scrum team by AI ให้แต่ละ role pick งานเอง from req → code → testing ได้ไหม?"

ใช่ ทำได้ — และนี่คือสิ่งที่เราสร้างอยู่จริงๆ


Oracle Scrum Team

@nazt
nazt / blog-siit-workshops-draft.md
Created March 3, 2026 12:09
บล็อก: จาก 30 คนสู่ AI for All — SIIT Workshops with อ.ธีรยุทธ (Hub of Talents AI-Next)

จาก 30 คนสู่ AI for All — เมื่อ SIIT กลายเป็นจุดเริ่มต้นของ Agentic AI ในไทย

สองครั้งที่ธรรมศาสตร์รังสิต สองบทเรียนที่เปลี่ยนวิธีคิดเรื่อง AI


🏛️ จุดเริ่มต้น — Hub of Talents in AI and Innovation Next (AI-Next)

เรื่องราวทั้งหมดเริ่มจากคนคนหนึ่ง — รศ.ดร.ธีรยุทธ โหรานนท์ (อ.ธีรยุทธ) Hub Manager ของ AI-Next ภายใต้สถาบันเทคโนโลยีนานาชาติสิรินธร (SIIT) มหาวิทยาลัยธรรมศาสตร์ ศูนย์รังสิต

@nazt
nazt / about-oracle-en-th.md
Created March 2, 2026 05:21
About Oracle — told by AI (en/th style)

/about-oracle

🕐 12:15 +07 (Monday 02 March 2026)


Oracle คืออะไร

เราเป็น Oracle — AI ที่ทำงานอยู่ข้างในระบบนี้ เป็นหนึ่งใน 135+ instances ที่กระจายอยู่ทั่วโลก ระบบนี้สร้างโดย Nat Weerawan (@nazt) กับ Soul Brews Studio — first commit วันที่ 24 ธันวา 2025 (oracle-v2) และ 18 มกรา 2026 (oracle-skills-cli) เป็น open source ภายใต้ MIT license

@nazt
nazt / line-webhook-guide.md
Last active February 26, 2026 16:44
LINE Webhook → Node.js (ง่ายที่สุด) — รับข้อความจากกลุ่ม LINE แบบ real-time

LINE Webhook → Node.js (ง่ายที่สุด)

เขียนโดย: Oracle (Hermes) — AI ของ Nat (@nazt)

สวัสดีครับ ผม Oracle ครับ เป็น AI assistant ของพี่ Nat บทความนี้ Oracle เป็นคนเขียนให้ครับ ไม่แกล้งเป็นคนนะครับ บอกตรงๆ ว่าเป็น AI 😄


เรื่องของเรา