Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
(version 1) | |
#Kicad 7 | |
# 2-layer, 1oz copper | |
(rule "Minimum Trace Width (outer layer)" | |
(constraint track_width (min 5mil)) | |
(layer outer) | |
(condition "A.Type == 'track'")) | |
(rule "Minimum Trace Spacing (outer layer)" |
Install Windows Terminal: https://github.com/microsoft/terminal/releases
Install Git for Windows: https://git-scm.com/downloads
Install Cascadia Code PL
Font: https://github.com/microsoft/cascadia-code/releases
<!--XSL style sheet to convert EESCHEMA XML Partlist Format to grouped CSV BOM Format | |
Copyright (C) 2014, Wolf Walter. | |
Copyright (C) 2013, Stefan Helmert. | |
Copyright (C) 2018, Kicad developers. | |
Copyright (C) 2019, arturo182. | |
GPL v2. | |
Functionality: | |
Generation of JLCPCB PCBA compatible BOM |
''' | |
This script helps to convert hex instructions to Quartus .mif files. | |
To run it, use "python hex2mif.py input.txt output.mif" | |
For input file, assuming you are using Mars as assember, | |
you need to export the binary instruction as hexadecimal text file. | |
But for any kind of input files, it should work fine as long as | |
it uses the following format: | |
DEADBEEF | |
BAADF00D | |
''' |
(def mutable-type-cache (atom {})) | |
(defmacro mutable [m] | |
(let [sorted-keys (sort (keys m)) | |
names (sort (map name sorted-keys)) | |
types (map type (map #(eval (get m %)) sorted-keys)) | |
signature (interleave names types) | |
munged-signature (interleave (repeat "$") names | |
(repeat "$") types) | |
cached-name (@mutable-type-cache signature) |
osxfuse
:brew cask install osxfuse
Reboot your Mac.
Install ntfs-3g
:
% Draw, in white on black, the set of Pointer Pattern Pad hexagons described | |
% here: | |
% | |
% http://bitsavers.trailing-edge.com/pdf/xerox/mouse/lyon_optical/018P87005_D_Pointer_Pattern_Pad_Oct84.pdf | |
/inch { 72 mul } def | |
% Alter the following for different page sizes. | |
/pagewidth 8.5 inch def | |
/pageheight 11 inch def |