Earlier quoted context omitted.
Author here. I got the pictured one refurbished through vecmar.com, and I just bought a second one on eBay (for use at home).
Very cool post :) The VT220 supports Sixels: https://en.wikipedia.org/wiki/Sixel I wonder if PySixel would work on real hardware: https://github.com/saitoha/PySixel HN thread about libsixel: https://news.ycombinator.com/item?id=11340367
Integrating a VT220 into my life
81–90 of 125 posts
Re: Integrating a VT220 into my life
#82Earlier quoted context omitted.
1mA/MIPS is a pretty generous power budget, with ESP8266 easily fitting the bill (56mA @80MHz + wifi rx; 10 uA in deep sleep [1]). Talking of which - here is Jeroen Domburg's project where he used exactly this chip to make a wireless battery-powered e-ink display: [0] http://spritesmods.com/?art=einkdisplay [1] http://bbs.espressif.com/viewtopic.php?t=133
I'd forgotten all about the ESP8266 but this project is about 95% of what I'm aiming for. The rest should be relatively trivial programming work, so thanks! Can't speak for the other guy (who wants a portable monitor+keyboard system), but what I'm mostly looking for is a terminal that I could carry around/outside the house (i.e. potentially high-glare conditions) and program while connected to wifi, while not recharg…
Re: Integrating a VT220 into my life
#83I feel old; I used a Wyse 320 and later a VT220 as my sole / main IO device in 1995-96 - connected to a SPARCstation 10 via a multi-port serial box at 9600 baud, with heavy use of GNU Screen. Even now, I still use a variation on that - a tall terminal window, ssh, and screen - for the majority of my work.
Although, I have switched to yellow text / red background for production and blue background for test environments. Keeps one from doing really stupid things.
Re: Integrating a VT220 into my life
#84Quasi-related: I've always wanted an ultra-low-power dumb terminal using eInk paper displays - something you could hit days of runtime with using a small battery pack. eInk uses no power when they're not updating - so idling or long-running operations would hardly use any power. So far the easiest approach I've found is using a hacked Kindle with an attached keyboard. You can run a terminal client on it and ssh into…
Re: Integrating a VT220 into my life
#85I've still got an old vt100. Last time I used it, it was still working, although admittedly, that was in the early 2000s. :)
Re: Integrating a VT220 into my life
#86Earlier quoted context omitted.
1mA/MIPS is a pretty generous power budget, with ESP8266 easily fitting the bill (56mA @80MHz + wifi rx; 10 uA in deep sleep [1]). Talking of which - here is Jeroen Domburg's project where he used exactly this chip to make a wireless battery-powered e-ink display: [0] http://spritesmods.com/?art=einkdisplay [1] http://bbs.espressif.com/viewtopic.php?t=133
I'd forgotten all about the ESP8266 but this project is about 95% of what I'm aiming for. The rest should be relatively trivial programming work, so thanks! Can't speak for the other guy (who wants a portable monitor+keyboard system), but what I'm mostly looking for is a terminal that I could carry around/outside the house (i.e. potentially high-glare conditions) and program while connected to wifi, while not recharg…
Re: Integrating a VT220 into my life
#87Looking at that workspace I just need - another large monitor - my MTG cards collection back - at least four magic cubes - a nerf gun and ... a VT220. At least I got that very same keyboard already. Seriously, that looks like a really nice working space, completely ignoring the fact that I just learned about sway (I'm on i3 here) in the process.
You would also need a vial of Uranium Ore. http://unitednuclear.com/index.php?main_page=product_info&cP...
Re: Integrating a VT220 into my life
#88Looking at that workspace I just need - another large monitor - my MTG cards collection back - at least four magic cubes - a nerf gun and ... a VT220. At least I got that very same keyboard already. Seriously, that looks like a really nice working space, completely ignoring the fact that I just learned about sway (I'm on i3 here) in the process.
Re: Integrating a VT220 into my life
#89Quasi-related: I've always wanted an ultra-low-power dumb terminal using eInk paper displays - something you could hit days of runtime with using a small battery pack. eInk uses no power when they're not updating - so idling or long-running operations would hardly use any power. So far the easiest approach I've found is using a hacked Kindle with an attached keyboard. You can run a terminal client on it and ssh into…
but every change on screen require redraw the whole thing right? stuff on terminal change a lot more often than reading a book.
Re: Integrating a VT220 into my life
#90Quasi-related: I've always wanted an ultra-low-power dumb terminal using eInk paper displays - something you could hit days of runtime with using a small battery pack. eInk uses no power when they're not updating - so idling or long-running operations would hardly use any power. So far the easiest approach I've found is using a hacked Kindle with an attached keyboard. You can run a terminal client on it and ssh into…
but every change on screen require redraw the whole thing right? stuff on terminal change a lot more often than reading a book.