Earlier quoted context omitted.
> > The image of Saturn was generated with ChatGPT. > Wait...wh...why?!? It has just begun. Wait until nobody bothers using Wikipedia, websites, or even one day forums. This is going to eat everything. And when it's immediate to say something like, "I need a high contrast image of Saturn of dimensions X by Y, focus on Saturn, oblique angle" -- that's going to be magic. We'll look at the internet and Google like we lo…
I’ve been having The Talk with my kids recently. They’ll say “I looked up this question and the answer was X.” And I’ll ask “was that answer on a credible website, or was it an AI summary?” And then explain, again, that LLMs are great at producing plausible sounding explanations for things, but that you have to ground-truth anything that they tell you if it’s important that it’s correct.
ASCII characters are not pixels: a deep dive into ASCII rendering
111–120 of 158 posts
Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#112Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#113Earlier quoted context omitted.
What statistical measures of "people" are you doing to measure this? How can you be sure nothing has changed? Anecdotally, I'm seeing a lot of "it looks like AI" comments on photos and videos now. That's the new "is it Photoshop?" I'd hold off on judgment until we get population studies on this.
What statistical measures i use to measure is of what importance to you? I haven't presented a measurement, just an expectation.
Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#114> The image of Saturn was generated with ChatGPT. Wait...wh...why?!? Of all the things, actual pictures of the planet Saturn are readily available in the public domain. Why poison the internet with fake images of it?
"Eschew flamebait. Avoid generic tangents."
Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#115Earlier quoted context omitted.
I was investigating a fun webcam-to-ASCII project so now I am tempted to take an approach at porting the logic from the blog post into something reusable.
Update: I tested a port of the OP's methodology using Claude Code/Claude Opus 4.5 with some specific performance optimizations, and per the benchmarks, converting a 1024x1024 image to ASCII takes 16 microseconds . I suspect that will decrease after some more polish/iteration but that's enough for potentially real-time generation even on mobile hardware.
Surely you mean 16 milliseconds ?
Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#116Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#117Earlier quoted context omitted.
Update: I tested a port of the OP's methodology using Claude Code/Claude Opus 4.5 with some specific performance optimizations, and per the benchmarks, converting a 1024x1024 image to ASCII takes 16 microseconds . I suspect that will decrease after some more polish/iteration but that's enough for potentially real-time generation even on mobile hardware.
That doesn’t seem right. Surely you mean 16 milliseconds ?
However, the ASCII output quality is nondiverse despite using the same technique, so will need to do significantly more testing and this likely won't be released soon.
Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#118This is amazing all round - in concept, writing, and coding (both the idea and the blog post about it). I feel confident stating that - unless fed something comprehensive like this post as input, and perhaps not even then - an LLM could not do something novel and complex like this, and will not be able to for some time, if ever. I’d love to read about someone proving me wrong on that.
To develop this approach you need to think through the reasoning of what you want to achieve. I don't think the reasoning in LLMs is nonexistent, but it is certainly somewhat limited. This is disguised by their vast knowledge. When they successfully achieve a result by relying on knowledge you get an impression of more reasoning than their is. Everyone seems now familiar with hallucinations. When a model's knowledge…
Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#119Re: ASCII characters are not pixels: a deep dive into ASCII rendering
#120in general, ascii rendering is when ascii character codes are converted to pixels. if you wish to render other pixels onto a screen using characters, they are not ascii characters, they are roman or latin character glyphs, no ascii involved. that is all.