| ▲ | TIPSIO 6 hours ago | |
Oh wow, I love this idea even if it's relatively insignificant in savings. I am finding my writing prompt style is naturally getting lazier, shorter, and more caveman just like this too. If I was honest, it has made writing emails harder. While messing around, I did a concept of this with HTML to preserve tokens, worked surprisingly well but was only an experiment. Something like: > <h1 class="bg-red-500 text-green-300"><span>Hello</span></h1> AI compressed to: > h1 c bgrd5 tg3 sp hello sp h1 Or something like that. | ||
| ▲ | Leynos 6 hours ago | parent | next [-] | |
Combine that with emmet / zen coding: https://en.wikipedia.org/wiki/Emmet_%28software%29?wprov=sfl... | ||
| ▲ | naoru 6 hours ago | parent | prev [-] | |
You'd like Emmet notation. Just look at the cheat sheet: https://docs.emmet.io/cheat-sheet/ | ||