#hazzy Logs

Oct 10 2020

#hazzy Calendar

02:45 AM pinder[m]: https://www.forum.linuxcnc.org/51-ot-posts/40271-linuxcnc-press-brake-open-source
02:46 AM pinder[m]: Please give suggestions for a Linuxcnc Press Brake
03:06 AM Joco[m]: awesome video. I had never seen a cnc press brake before and now I get why they are so cool.
03:08 AM pinder[m]: Joco: Comment there and give suggestions
03:09 AM Joco[m]: problem is I wouldn't know where to begin. hazzy should be able to provide real value as I think he sells/demos/maintains them
03:13 AM pinder[m]: Comments are in phases
03:13 AM pinder[m]: dont worry about being senseful
03:13 AM pinder[m]: 😄
05:39 AM JT-Cave: mornign
07:22 AM TurBoss: morning
08:27 AM JT-Cave: hazzy-m, this works well and handles ctrl c cleanly https://dpaste.com/GGUGV3YGX
08:28 AM hazzy-m: JT-Cave: nice!
08:29 AM hazzy-m: Didn't think of using asyncio
08:30 AM JT-Cave: I had actually tried it a while back and forgot lol
08:30 AM JT-Cave: looks like it will make a great event loop for a non-gui program
10:20 AM JT-Cave: hazzy-m, this is interesting https://dpaste.com/CTP2ZE662
10:21 AM JT-Cave: capture keystrokes in a non gui program
02:19 PM * Joco[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/SdNxoxTvMfLJSDtbOdUkxjaz/message.txt >
02:19 PM * Joco[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/BRkEgcbVzSydnrgjvgLDTMJg/message.txt >
10:16 PM Joco[m]: hazzy: I might have a possible solution to allow tuning push button pushes for accidental touch screen brushes, or sensitive displays. It does change the push model to be one where a push event happens on release of the button, not a push. Not sure if that is a bad or good thing But interesting exploration into QT events