They implemented a library map on them that allowed you to zoom in to see a depiction of an atom, or out to see a depiction of the universe. Really blew my mind as a kid.
Cool Retro Terminal
31–40 of 90 posts
Re: Cool Retro Terminal
#322022: https://news.ycombinator.com/item?id=30734137 2018: https://news.ycombinator.com/item?id=17413911 2015: https://news.ycombinator.com/item?id=9093545 2014: https://news.ycombinator.com/item?id=8399461 Someone in 2024 please continue this list
Re: Cool Retro Terminal
#33The terminal effects are configurable. I disable the settings named Burin, Glow Line, and RGB Shift to get a crispy and distraction-free experience. The RGB Shift setting is disabled for most built-in profiles anyway but enabled for some profiles like Vintage and IBM Dos. By the way, the Vintage profile is quite amusing. Many settings are cranked way up in this profile! The text is blurry, and the incessant flickering of the screen creates an unsettling impression that the monitor might break down any moment.
A nice little detail I like about cool-retro-term is the reflection of the screen on the glossy frame of the monitor. If we increase the Screen Curvature setting to 50% or more, we can quite clearly see the reflection of the top line or bottom line of the terminal on the frame.[1]
In case you haven't noticed it, the app is named cool-retro-term and it is abbreviated to CRT. The app icon[2] is also "CRT" written using large letters followed by a large cursor. Guess what else is abbreviated to CRT? Yes, "cathode-ray tube" of the cathode-ray tube computer monitors.
[1] https://susam.github.io/blob/img/cool-retro-term/2023-07-20-...
[2] https://github.com/Swordfish90/cool-retro-term/blob/f157648d...
Re: Cool Retro Terminal
#34Admittedly the Unicode private use area icon sets look a little bit out of place in a retro terminal, so let's just call it futuristic retro terminal :)
Re: Cool Retro Terminal
#35Very cool! Windows Terminal will let you use hlsl files to define post-processing shaders so you could achieve this as a plug-in to windows terminal as well!
Windows Terminal already has something similar built in (not as good as TFA) https://learn.microsoft.com/en-us/windows/terminal/custom-te...
Re: Cool Retro Terminal
#36That's how I tried to make my personal website look! I actually asked GPT3 to write the code for me. I'm not a SWE so I'm not sure how well it did, but it works! http://h4x.club
Add these to the body style:
text-shadow: 1px 1px 6px #8aff00;
filter: blur(0.3px);
background-image: repeating-linear-gradient( to bottom, rgb(0 0 0), rgb(0 255 76 / 7%) 3px, rgb(100 100 100 / 23%) 7px );
Also bump the font-size to 18px, it looks a bit better imho.Re: Cool Retro Terminal
#37Note that older software was designed to be run on a screen like this. E.g. game dev artists took advantage of the technology quirks to make their titles look better. Source: https://gamedev.stackexchange.com/questions/167804/did-retro...
Re: Cool Retro Terminal
#38Note that older software was designed to be run on a screen like this. E.g. game dev artists took advantage of the technology quirks to make their titles look better. Source: https://gamedev.stackexchange.com/questions/167804/did-retro...
Re: Cool Retro Terminal
#39(or Linux early boot up messages)