Sunday, February 21, 2021

Doug Hellmann: demoshell

Hey, speakers, if you’re doing live demos in a shell, clear the screen after every command to get the prompt back at the top, so folks in the back can see what you’re doing. #speakerlife #protip — genehack @ #scale16x (@genehack) March 11, 2018 Huh? POSIX shells print their output in such a way that it scrolls up and off the top of the screen because they are using tty semantics, which are based on hardware that used to literally print everything on a roll of paper that moved up through the machine and over the top.


from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...