Skip to content

Instantly share code, notes, and snippets.

View jeiksegovia's full-sized avatar

Jaekov Segovia jeiksegovia

View GitHub Profile
@kitek
kitek / gist:1579117
Created January 8, 2012 17:50
NodeJS create md5 hash from string
var data = "do shash'owania";
var crypto = require('crypto');
crypto.createHash('md5').update(data).digest("hex");
@JamesChevalier
JamesChevalier / mac_utf8_insanity.md
Last active July 24, 2026 08:45
Unicode on Mac is insane. Mac OS X uses NFD while everything else uses NFC. This fixes that.

convmv manpage

Install convmv if you don't have it

sudo apt-get install convmv

Convert all files in a directory from NFD to NFC:

convmv -r -f utf8 -t utf8 --nfc --notest .

@trhinehart-attentive
trhinehart-attentive / bedrock-team-workaround.md
Created February 13, 2026 00:14
Workaround: Claude Code Agent Teams broken on AWS Bedrock (#25193)

Workaround: Claude Code Agent Teams Broken on AWS Bedrock

Issue: anthropics/claude-code#25193

Problem

When using Claude Code with AWS Bedrock (CLAUDE_CODE_USE_BEDROCK=1), spawning team agent teammates fails because the Bedrock model identifier (e.g., us.anthropic.claude-opus-4-6-v1) gets normalized to the Anthropic API format (claude-opus-4-6), which Bedrock does not recognize.

This causes all teammate processes to fail with: