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
-
https://docs.timescale.com/timescaledb/latest/#welcome-to-the-timescaledb-documentation TimescaleDB is a time-series database, built on top ...
-
package main import ( "fmt" "runtime" ) func main() { aa() } func aa() { bb() } func bb() { cc("hello...
-
Uncommited Local Changes 1. revert local changes git restore fname 2. accidentally deleted a file git restore fname 3. discarding chunks/lin...