| ▲ | simonw 2 hours ago | |||||||||||||
I had Fable 5 compile that Rust code to WebAssembly and build a browser-based playground for it, so you can try it out with Mermaid diagrams here: https://tools.simonwillison.net/grok-mermaid A few more notes on my Grok code explorations on my blog: https://simonwillison.net/2026/Jul/15/grok-build/ | ||||||||||||||
| ▲ | thrdbndndn 40 minutes ago | parent [-] | |||||||||||||
I love this kind of stuff (ASCII art, if you will), but it just breaks down too easily as soon as Unicode characters (mainly CJK, as I'm Chinese) and fonts are involved. For example, on your website, any chart or plot involving horizontal arrows breaks down because the assigned font-family (`ui-monospace, SFMono-Regular, Menlo, Consolas, monospace`, which ends up as Consolas on my machine) has no such glyph. Thus, it falls back to Segoe UI Symbol, which does not have the same fixed width (or is not fixed-width at all) as other characters: https://i.imgur.com/d2DPGHE.png | ||||||||||||||
| ||||||||||||||