Search
Results
Bridgy Fed
Core documentation for Fediverse bridging (bluesky, web, etc)
QED and QCD - the basics
BERT Transformers – How Do They Work? | Exxact Blog
Excellent document about BERT transformers / models and their parameters: - L=number of layers. - H=size of the hidden layer = number of vectors for each word in the sentence. - A = Number of self-attention heads - Total parameters.
ROCm installation for Linux — ROCm installation (Linux)
Top of the guide describing ROCm on Linux. There are 2 core approaches: Using RPM (Package manager), or using AMD installer. I should use Package manager. Also single-version vs. multi-version. I should use single-version, latest.
How to train a new language model from scratch using Transformers and Tokenizers
Describes how to train a new language (desperanto) model.
Web technology for developers | MDN
Learn PWA | web.dev
bash-style-guide
QuickRef.ME - Quick Reference Cheat Sheet
Tour of the Wasm Ecosystem
ActivityPub
A Complete Guide on How To Use Bash Arrays
Good guide and doc for Bash arrays. Also clearly states difference between array (indexed array=list) and associative array (keyd array=map)
Org-Babel Cheat Sheet
Great summary of org-babel especially all the tricky header variables.