ASCII
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
PlanarBench: Evaluating LLM Spatial Reasoning via Planar Graph Drawing
arXiv:2606.02010v1 Announce Type: new Abstract: PlanarBench tests whether LLMs can draw planar graphs as ASCII art given only an edge list -- a spatial reasoning task that resists memorization because edge order, edge orientation, and node labels are all permutable. We evaluate 91 models on the 199 simplest non-isomorphic connected planar graphs (2 - 7 vertices).
SoulsOnly.tff – A font for humans not AI and keyboard firmware to type in it
A font whose rendered glyphs spell readable text while the stored character stream (what copy-paste, HTML/PDF extraction, and scrapers see) is noise. The font is the decoder, applied only at the rendering layer, and the cipher is driven by an ordinary keyboard: you type normal keys, the keyboard emits the noise stream, and only this font renders it back into words. This is a craft and statement project, not a claim of unbreakable security.
Movwin: My (Unpublished) TUI Framework
blog - git - desktop - contact 2026-05-29 Making programs with some sort of GUI (or TUI) has been a bit unsatisfactory for me for a very long time now. Libraries come and go, trends come and go. You constantly have to chase upstream's new decisions and adjust your code.
There's no escaping it: an exploration of ANSI codes
There's no escaping it: an exploration of ANSI codes ANSI escape codes are kinda crazy, no? I mean, crazy in the sense that they are such a simple and enduring concept. Every time your terminal renders bold red text or a progress bar crawls across the screen, you’re taking advantage of a standard that is almost 50 years old.