programming matrix
Notes to myself that might be helpful to others...
Sunday, April 20, 2025
LomBok annotations in the Cursor IDE settings.json to remove the erroneous lint errors
›
Download Lombok support in the Cursor IDE extensions Add the LomBok annotations in the Cursor IDE settings.json 1. Find your Lombok JAR pat...
Tuesday, December 31, 2024
sha256sum bash command line check
›
echo "<check_sum> <downloaded_file>" | sha256sum -c Example: echo "636b209b00b6673471f846581829d4b96b9c3378679925...
Wednesday, August 14, 2024
AI embeddings, LORA, RAG, rope based frequency
›
Embeddings https://huggingface.co/blog/ getting-started-with- embeddings https://www.sbert.net https://medium.com/enterprise- rag/a-first-...
Tuesday, December 26, 2023
Find largest folders on a Mac
›
du -h -d3 -t1G | sort
Saturday, August 12, 2023
PyTorch matrix coords
›
https://stackoverflow.com/questions/55982067/how-to-correctly-access-elements-in-a-3d-pytorch-tensor >>> a = torch.arange(4*3*2)....
›
Home
View web version