A terminal weather app with ASCII animations driven by real-time weather data
31–40 of 60 posts
Re: A terminal weather app with ASCII animations driven by real-time weather data
#32I'm intrigued by these TUI posts I see, but I'm wondering how everyone uses more then one at a time. Do you all keep multiple terminal windows or tabs open with these apps all day or just open these TUI apps when needed?
Re: A terminal weather app with ASCII animations driven by real-time weather data
#33I watched the animated gif in the readme and let out a shout of delight when I saw the lightning strike, and on the second loop appreciated how it also lit up the surroundings. Lovely attention to detail! I looked at the snow one and almost expected snowdrifts to start accumulating.
For me (in firefox) whole screen froze for a sec/two when lightning hit.
Re: A terminal weather app with ASCII animations driven by real-time weather data
#34TUI twice (1) a day. Interesting tendency. 1. https://news.ycombinator.com/item?id=47075124
I'm convinced we are cycling through the stages of programming as it becomes commoditized.
Re: A terminal weather app with ASCII animations driven by real-time weather data
#35I'm intrigued by these TUI posts I see, but I'm wondering how everyone uses more then one at a time. Do you all keep multiple terminal windows or tabs open with these apps all day or just open these TUI apps when needed?
But everything else is opened as needed. Especially toys like this weather thing.
EDIT - I use a 4k monitor and the window manager niri, so it's easy to fit multiple terminals on a screen
Re: A terminal weather app with ASCII animations driven by real-time weather data
#36By mapping raw, real-time data directly to an ASCII matrix, the visual form becomes a literal byproduct of the data's underlying logic. It entirely strips away the decorative bloat modern GUIs suffer from.
We enforce a similar principle when building algorithmic brand identities: impose absolute grid constraints so the generative system has no room to arbitrarily 'guess' what looks good. Elegance is subtractive.
Re: A terminal weather app with ASCII animations driven by real-time weather data
#37Re: A terminal weather app with ASCII animations driven by real-time weather data
#38Re: A terminal weather app with ASCII animations driven by real-time weather data
#39Re: A terminal weather app with ASCII animations driven by real-time weather data
#40A terminal grid is the purest form of a layout constraint. By mapping raw, real-time data directly to an ASCII matrix, the visual form becomes a literal byproduct of the data's underlying logic. It entirely strips away the decorative bloat modern GUIs suffer from. We enforce a similar principle when building algorithmic brand identities: impose absolute grid constraints so the generative system has no room to arbitra…