Code Crunch Corner

Tech Tutorial Tips to Train as a Code Cruncher. Extension of the Noble Career Hunter

Thursday, August 7, 2025

Rule of Thumb for VRAM Requirements

›
I've been told that 1.5 times the model size on disk is the general rule of thumb for system VRAM requirements when running models, but ...
Thursday, September 9, 2021

Things learned about VirtualBox Space Management

›
 Back around May of 2019 I decided to by a 1 TB SSD just for my virtual machines. Within a year it was already full. Why? Lessons Learned: 1...

VirtualBox: Resizing Disks

›
 I once found myself needing to increase the size of a virtualbox disk. To that end, I found this guide helpful. Hence,  making a note here:...
Wednesday, July 10, 2019

Python - Creating Module Packages

›
Intent Beyond importing someone else's packages, sometimes it helps to make your own. This will assist in the understanding of how ...

Python Basic Data Structures and Common Commands Cheatsheet

›
Lists [] list append, extend, pop, index Tuples (immutable) () or {}, tuple Sets ...

Iterating in Python Sampler

›
for i in [1, 2, 3]: print (i) for ch in "Yay!": print(ch) for num in range (5): print('David is good at this!...
Sunday, June 2, 2019

Spring Core Containers and Dependency Injection

›
Java classes should be as independent as possible from each other. To decouple classes from one another, dependencies should be injected...
›
Home
View web version

About Me

My photo
David Noble Morris
View my complete profile
Powered by Blogger.