AVR-Programmer.
Conversation
Notices
-
chaostechniker (crunchy@chaos.social)'s status on Monday, 23-Sep-2019 12:15:45 UTC chaostechniker - đ Dr. Freemo :jpf: đŗđą repeated this.
-
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Monday, 23-Sep-2019 14:34:17 UTC đ Dr. Freemo :jpf: đŗđą I love manhatten style myself, which is why i shared it. I myself use the style where you glue on little bads so you dont need to cut out the squares ont he PCB and the PCB becomes little more than a massive ground plane. One sec ill share what I mean.
-
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Monday, 23-Sep-2019 14:37:16 UTC đ Dr. Freemo :jpf: đŗđą Here ya go, one of my manhatten style circuits so you can see the way I do it :)
đ Dr. Freemo :jpf: đŗđą repeated this. -
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Monday, 23-Sep-2019 14:51:27 UTC đ Dr. Freemo :jpf: đŗđą @radiofreqs
They really are and so so.ple. Did you see the protowaffle I just started selling? It's inspired by Manhatten style but it is made for SMD. If you like it I could send you some free samples as we don't sell directly. But we literally just started.
@crunchy -
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Monday, 23-Sep-2019 15:28:29 UTC đ Dr. Freemo :jpf: đŗđą In that case enjoy and let me know what you think if you feel like it :)
-
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Monday, 23-Sep-2019 15:43:44 UTC đ Dr. Freemo :jpf: đŗđą As is yours :)
-
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Tuesday, 24-Dec-2019 12:44:12 UTC đ Dr. Freemo :jpf: đŗđą @Absinthe
Turns an analog input signal into a digital equivelant (same frequency but magnitude information is lost)
@radiofreqs @crunchy -
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Tuesday, 24-Dec-2019 14:42:44 UTC đ Dr. Freemo :jpf: đŗđą @Absinthe it looks for all nodes that have a property called "fingerprint" with a value called "DEADF00D" that does not have a property called "dirty".. If there are no nodes that match that criteria then it takes all nodes and edges with a property of "dirty" and a value of "1" and drops the dirty property from it.
I had to implement something akin to optimistic locking which means when i add a bunch of nodes and edges to the graph at first they get added one at a time with a property set called "dirty" and a value that is some sort of UUID for all the nodes/edges in the transaction.
Then I write a step that validates it and either drops the dirty property if the transaction is successful or if the transaction fails then all nodes/edges that are dirty are dropped entierly and the transaction can be reattempted.
-
đ Dr. Freemo :jpf: đŗđą (freemo@qoto.org)'s status on Tuesday, 24-Dec-2019 14:44:49 UTC đ Dr. Freemo :jpf: đŗđą Sorry my last reply was intended for another post.
Its part of a SWR meter I developed, it is an old picture, one sec I'll find it.