Xiao
banner
xiaom.io
Xiao
@xiaom.io
Data & Infra

github.com/xiaom
The ultimate LLM coding agent benchmark: upgrading DataFusion in a project without crying🤪
August 30, 2025 at 5:34 AM
Do this:

```sh
export SDKMAN_DIR="$HOME/.sdkman"
# Lazy load SDKMAN
_load_sdkman() {
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
}

# Create sdk wrapper that loads on first use
sdk() {
unset -f sdk
_load_sdkman
sdk "$@"
}
```
August 17, 2025 at 4:44 AM
293: RTFM - explain xkcd
explain xkcd is a wiki dedicated to explaining the webcomic xkcd. Go figure.
www.explainxkcd.com
August 6, 2025 at 6:39 PM
- blacksmith [3] offers a drop in replacement of Swatinem/rust-cache@v2
- nextest is really nice

links:

[1] corrode.dev/blog/tips-fo...
[2] nexte.st/docs/feature...
[3] docs.blacksmith.sh/blacksmith-c...
July 31, 2025 at 9:19 PM
playfulness boosts creativity and creates a positive feedback loop🔄
November 20, 2024 at 9:09 PM