Hacker News new | ask | show | jobs
by Ralo 909 days ago
Looking at the leaked GTA VI videos and seeing ImGui being used by Rockstar internally is pretty neat how even a multi-billion dollar studio will use the same open source project we all use.
1 comments

Reminds me of that „A PROJECT SOME RANDOM PERSON IN NEBRASKA HAS BEEN THANKLESSLY MAINTAINING SINCE 2003 image.“

Sorry for caps (transcribed from image).

> Sorry for the caps

You can use tr to quickly convert it to lowercase:

    pbpaste | tr '[:upper:]' '[:lower:]'
(Though I usually paste text in VSCodium and convert it there.)