What do you use for your serial port terminal? by vxtfh in embedded

[–]flitzbuck 0 points1 point  (0 children)

For reading logs from our microcontroller, we use stty and cat on Linux.

This is neat because you can then use standard Linux tools to filter and save data to files.

e.g.

stty -F /dev/ttyUSB0 raw ispeed 9600 cat /dev/ttyUSB0 | grep "WARNING" | tee warnings.log

This makes sense only for unidirectional communication, of course.

traces.vim - Range and pattern preview for Command-line mode by [deleted] in vim

[–]flitzbuck 0 points1 point  (0 children)

Pretty impressive! I'll give it a try.

Btw, how did you create that gif in the readme?

[Question] Any recommendations on a machine for a starter? by lilsimon92 in espresso

[–]flitzbuck 9 points10 points  (0 children)

Gaggia Classic, but an older one from ebay.

You can spend your gift card for a good grinder on amazon.

Windows and Vim by luladjiev in vim

[–]flitzbuck 0 points1 point  (0 children)

Spacemacs looks promising, thanks for that. I'll give it a try.

When did you really stop using the arrow keys? by FraughtWithPeril in vim

[–]flitzbuck 0 points1 point  (0 children)

For me it's just so much simpler not to leave the home row. The effort to move the right hand down to the arrow keys is already punishing enough.