Post #1262086
2026-04-16 11:19 UTC
I want to get better at using the LLMs. I made this thing that I always wanted to have: a page that quickly lets you find the right FormatStyle. The whole thing runs in wasm (warning: large binary) so it doesn't need a server component. Happy to take feedback. http://formatstyle.guide
Replies (4)
-
@obrhoff@mastodon.social 2026-04-16 11:39
@chris Sehr nützlich. Danke!
-
@alpennec@iosdev.space 2026-04-16 12:09
@chris nice! Thanks for sharing. Reminds me of http://fuckingformatstyle.com
-
@jasongregori@hachyderm.io 2026-04-16 16:30
@chris this is amazing. What a great use of the whole swift WASM thing.
-
@luckkerr@mastodon.world 2026-04-17 05:41
@chris Did you use Swift to write the wasm binary? I’m recently working with it too and in my project managed to optimize 60mb to ~250kb. I switched to swift embedded version, used release build and installed binaryen for final optimizations.