A font that reads what you wrote

(rohanadwankar.github.io)

6 points | by RohanAdwankar 2 days ago

5 comments

  • frereubu 39 minutes ago
    Not working in Firefox. I get this error:

      Uncaught TypeError: The specifier “semfont/analyze” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
    
    Works in Chrome though.
    • jstanley 1 minute ago
      Here was me thinking it just didn't do anything at all.
  • codingdave 21 minutes ago
    Nifty idea, but the premise seems flawed. This won't help people read, it will help people avoid reading by focusing on which words to skim. It also seems like it would have a problem detecting sarcasm.
  • wccrawford 31 minutes ago
    This is a really neat idea. I'm not sure it's actually useful, but it's definitely neat.

    And it made me think of the new kid in town: Jev. I wonder if Jev can do this well and quickly? Not that I'm willing to pay the tokens even to find out, but it's another neat thought.

  • RohanAdwankar 2 days ago
    Not using an LLM, but rather just a plain set of heuristics which can run formatting quickly enough to render while the text is being streamed or edited. The aim is to try to see if I can make text more readable as it's being streamed in.
  • ayaniv 10 minutes ago
    very very cool