#garfield Logs

Jun 27 2022

#garfield Calendar

12:22 AM rue_bed: ok, so, not entirely sure what all happened this weekend
12:31 AM rue_bed: I'd wanted to get some work done on reversing that coldfire thing
12:31 AM rue_bed: but I got a finger done for the suit
12:31 AM rue_bed: and printed up the other hinge
12:31 AM rue_bed: I confirmed that I can do a joule thief on 12V
12:31 AM rue_bed: it bumped up to 36V for an led strip just fine
12:31 AM rue_bed: broke a 1/8" bit on the cnc in a "wait where is my stop button" @#$%@$#^
12:31 AM rue_bed: briandead moment
07:43 AM polprog: hi rue_mohr
07:44 AM polprog: i wrote an improved version of the bit reordering script
07:45 AM polprog: https://polprog.net/rozne1/ircjunk/various/bitorder.pl
07:45 AM polprog: this one can do arbitrary reorders of up to 16 byte chunks
07:45 AM polprog: .. it should have been called byteorder
07:45 AM polprog: just realized
07:45 AM polprog: anyway feel free to use it
07:49 AM polprog: moved https://polprog.net/rozne1/ircjunk/various/byteorder.pl
08:08 AM polprog: Q from #avrs:
08:08 AM polprog: 14:55 < josuah> this article have been written line by line over IRC, but I do not remembember who and where: https://paste.josuah.net/LhbQ4a64HJvEPpk0ybab/article.txt
08:08 AM polprog: 14:56 < josuah> if you happen to be the author, knowing or finding him ("1967" would be a good pattern for searching through the logs) I'd be happy to offer him to sign or veto the article
08:08 AM polprog: 16:01 < josuah> It looks like being rue_mohr
08:27 AM rue_bed: it was :)
05:11 PM polprog: rue_mohr: how did one do io port operations with 8051 basic
05:51 PM polprog: nvm found it
05:51 PM polprog: >LIST
05:51 PM polprog: 10 PORT1=1
05:51 PM polprog: 20 DO
05:51 PM polprog: 30 PORT1=PORT1+1
05:51 PM polprog: 40 FOR A=0 TO 1000 STEP 1
05:51 PM polprog: 50 NEXT A
05:51 PM polprog: 60 WHILE 1
10:24 PM rue_shop3: :)
10:25 PM rue_shop3: and it uses pseudo IO
10:25 PM rue_shop3: so remember to leave all the bits high when trying to input