That's a very nice and polished site, I especially like the sidebar for reading and speaking time, that seems very useful. I notice emojis count as two characters, but that's probably the standard, right?
I think there is a large market for apps that just work, they do one thing and one thing well. I remember reading about somebody who makes a living out of their app, which is just a crossword maker, but accessible enough to be used by teachers and ordinary people.
It's not counting "characters"; it's counting UTF-16 code units, so for instance a country flag is 4 "characters" because it's two regional indicator symbols, each composed of two surrogates.
Some emojis require two UTF-16 code units so yep, standard
Thanks btw, I made this one as a test to see how it could perform as I can't stand terrible UI ones.
I'll probably launch more. What'd you like to see next ?
_mitterpach|1 year ago
I think there is a large market for apps that just work, they do one thing and one thing well. I remember reading about somebody who makes a living out of their app, which is just a crossword maker, but accessible enough to be used by teachers and ordinary people.
amake|1 year ago
It should really be using `Intl.Segmenter` instead of `string.length`: https://stackoverflow.com/questions/10287887/get-grapheme-ch...
MajorBaguette|1 year ago
Thanks btw, I made this one as a test to see how it could perform as I can't stand terrible UI ones. I'll probably launch more. What'd you like to see next ?
rrr_oh_man|1 year ago
I posted the first thing on my clipboard (a YouTube URL) and, interestingly, it showed me
PS: thank you for not shoveling LLMs into thisMajorBaguette|1 year ago
Yep no need to over engineer things here :)
glonq|1 year ago
mondov|1 year ago
super5000|1 year ago
You could also count LLM tokens, too- that’d be helpful.
Note: The Pro threw me off, because Pro typically means “paid SaaS.”
MajorBaguette|1 year ago
I just added general one (I want the app to stay simple + maintaining specific models token cost would be a nightmare)
billybuckwheat|1 year ago
MajorBaguette|1 year ago