Live data from Hacker News

Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]

nick-black.com

1–10 of 33 posts

Re: Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]

#2
Curses and notcurses have their place but I still miss the simplicity of borland's conio.h implementation. Also remember that visual basic was initially written for DOS. Having a open source multiplatform text mode visual basic would be interesting.

Re: Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]

#3
TIL of notcurses

"Notcurses is licensed under Apache2, a demonstration that I have transcended your petty world of material goods, fiat currencies, and closed sources. Implement Microsoft Bob in it. Charge rubes for it. Put it in your ballistic missiles so that you have a nice LED display of said missile's speed and projected yield; right before impact, scroll "FUCK YOU" in all the world's languages, and close it out with a smart palette fade. Carve the compiled objects onto bricks and mail them to Richard Stallman, taunting him through a bullhorn as you do so."

This inspires me

Re: Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]

#4
I’ve been reading this recently to get up to speed with Notcurses, it’s fantastic. Funny, engaging, and a surprisingly good general overview of how terminals work.

One thing to note: it was written for an older version of Notcurses. So some of the details aren’t 100% up to date, but it covers the fundamentals.

Re: Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]

#6

Curses and notcurses have their place but I still miss the simplicity of borland's conio.h implementation. Also remember that visual basic was initially written for DOS. Having a open source multiplatform text mode visual basic would be interesting.

Not exactly what you’re describing, but check out Final Cut: https://github.com/gansm/finalcut

Re: Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]

#8

Curses and notcurses have their place but I still miss the simplicity of borland's conio.h implementation. Also remember that visual basic was initially written for DOS. Having a open source multiplatform text mode visual basic would be interesting.

Not exactly what you’re describing, but check out Final Cut: https://github.com/gansm/finalcut

Screenshot are cool! I remember someone had maintained the open source implementation of turbo vision. I don't hear about it for a long time, so I think it was abandoned and it had to make a few changes to workaround turbo vision unsafeness. This one seems cool!

Re: Hacking the planet with Notcurses: a guide to TUIs (2020) [pdf]

#10

Earlier quoted context omitted.

Not exactly what you’re describing, but check out Final Cut: https://github.com/gansm/finalcut

Screenshot are cool! I remember someone had maintained the open source implementation of turbo vision. I don't hear about it for a long time, so I think it was abandoned and it had to make a few changes to workaround turbo vision unsafeness. This one seems cool!

A modern port of Turbo Vision 2.0: https://github.com/magiblot/tvision
Post reply on HN