Monday, October 19, 2020
Golang Calling Stack
Python Multiprocessing Snippet
You can use a pool of worker processes and a Manager instance to manage access to tf_dict and df_dict dictionaries which are shared between workers:
QMK / Drop Notes
cd ~/qmk_firmware; qmk compile
Fn-B, bootloader mode
cd ~/mdloader; /mdloader_mac --restart -f -D ../qmk_firmware/massdrop_ctrl_marhar.bin
refs
https://drop.com/talk/9382/how-to-configure-your-ctrl-keyboard
https://drop.com/mechanical-keyboards/configurator/config/16042
https://github.com/qmk/qmk_firmware
https://github.com/Massdrop/mdloader/releases/tag/1.0.4
https://github.com/qmk/qmk_firmware
https://github.com/Massdrop/mdloader
https://www.storyspooler.com/using-qmk-for-lights-on-massdrop-ctrl/
https://www.reviewgeek.com/19076/drop-alt-has-everything-you-want-in-a-custom-keyboard-except-the-soldering/
Sunday, October 18, 2020
-
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
-
I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...
-
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...