FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
ASCII Art Is Not Dead, You're Just Not Using It Right
How-ToTools

ASCII Art Is Not Dead, You're Just Not Using It Right

via Dev.toMichael Lip2h ago

I was setting up a new CLI tool last month and wanted a startup banner. Something that would display the tool's name in the terminal when it launches. My first instinct was to use figlet , the classic Unix program that converts text to ASCII art. But then I realized: most developers I know have never heard of figlet, and the ones who have think ASCII art is a novelty from the 1990s. It's not. ASCII art is alive in terminal applications, code comments, log outputs, email signatures, README files, and anywhere that plain text is the only medium available. Understanding how it works -- and how to generate it programmatically -- is a genuinely useful skill. How ASCII art actually works ASCII art uses the 95 printable ASCII characters (codes 32-126) to create visual images on a character grid. Each character occupies a fixed-width cell, and the illusion of an image comes from choosing characters whose visual density matches the brightness of the corresponding pixel. This is the core princip

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

The Hidden Complexity of Citation Formatting (And Why I Automated It)
How-To

The Hidden Complexity of Citation Formatting (And Why I Automated It)

Dev.to Beginners • 2h ago

The Widmark Formula: How BAC Is Actually Calculated
How-To

The Widmark Formula: How BAC Is Actually Calculated

Dev.to Tutorial • 2h ago

Three Ways to Talk to Claude Remotely When You’re Not at Your Desk
How-To

Three Ways to Talk to Claude Remotely When You’re Not at Your Desk

Medium Programming • 2h ago

The Anatomy of a Good Box Shadow (and Why Most Look Fake)
How-To

The Anatomy of a Good Box Shadow (and Why Most Look Fake)

Dev.to Tutorial • 3h ago

How to Use Google Stitch to Turn Design Systems into Production-Ready UI
How-To

How to Use Google Stitch to Turn Design Systems into Production-Ready UI

Medium Programming • 5h ago

Discover More Articles