TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

8-Bit Spirituals

26 pointsby kencauseyalmost 5 years ago

3 comments

tonyarklesalmost 5 years ago
Lately I&#x27;ve been getting back into desktop UI land to put a visual interface onto an image processing pipeline. I decided on Qt since it&#x27;s C++ and the rest of the codebase is too (and cross-platform). This post encouraged me to go look at the output executable, and it&#x27;s only 700kB! There are, admittedly, a bunch of libraries that it is importing (Qt, FLIR Spinnaker, OpenCV, Tensorflow...) but that&#x27;s impressively tiny compared to other options.<p>I&#x27;ve also been pretty impressed with Qt Creator! I&#x27;m generally an &quot;edit all the things in Emacs&quot; kind of guy, but started using Qt Creator basically because a) I&#x27;m not familiar with all of the method names on Qt objects yet, and b) the UI editor is handy. There&#x27;s a lot to love here! It&#x27;s snappy, it uses CMake under the hood to define your project, and it&#x27;s got nice integration with some other tools (e.g. Valgrind and the clang linter). Plus doing a CLI build using CMake is quite straightforward.
daitangioalmost 5 years ago
Turbo Pascal was a dream. I started learning programming with it!<p>Also Turbo Vision was an entire Character-based GUI very nice and well written<p>Thank you for collecting this list.
frou_dhalmost 5 years ago
I&#x27;m glad the net was cast wider than only TUIs for this concept.<p>In general, seeing TUIs as the be-all-end-all of sophisticated taste seems to be a trap that a lot of beginning Unix enthusiasts fall into.