programming wiki
25 pages in this category
GPU
-
nvidia gpu compute capability reference
Aug 5, 2025 • updated
complete list of nvidia gpus and their cuda compute capabilities
Languages
-
python-build-standalone
Aug 12, 2025 • updated
self-contained, portable python distributions for any environment
-
pytorch 2.8 release
Aug 7, 2025 • updated
pytorch 2.8 release notes with focus on training and inference performance
-
dataclass vs pydantic: python version performance
Aug 3, 2025 • updated
how python 3.13 changed the performance game for dataclasses
-
python performance benchmarks
Aug 3, 2025 • updated
real performance data for python libraries and features
-
python data models performance
Aug 3, 2025 • updated
benchmarking dataclasses vs pydantic vs sqlalchemy for real-world operations
-
pytorch setup with uv
Aug 3, 2025 • updated
configuring pytorch with uv package manager for different compute backends
-
choosing a data model
Aug 3, 2025 • updated
simple guide for choosing between dataclasses, pydantic, and sqlalchemy
-
dataclasses
Aug 3, 2025 • updated
python standard library for simple data containers with minimal boilerplate
-
pydantic
Aug 3, 2025 • updated
data validation and serialization using python type hints
-
sqlalchemy async
Aug 3, 2025 • updated
async database orm for python with type safety and high performance
-
uv package manager
Aug 3, 2025 • updated
comprehensive reference for uv and uvx - python package and project management
-
python setup in 2025
Aug 3, 2025 • updated
python 3.13 development environment setup guide for august 2025
-
python versions across linux distributions
Aug 3, 2025 • updated
default python and pip versions across popular linux docker base images
-
rust development
Aug 3, 2025 • updated
rust development resources and setup guides
-
Node.js & JavaScript Development
Aug 3, 2025 • updated
Guide for Node.js and JavaScript development setup and practices
-
python development
Jan 21, 2025 • updated
python development resources, setup guides, and best practices
Tools
-
ghostty terminal configuration
Aug 13, 2025 • updated
comprehensive guide to configuring ghostty terminal for optimal performance and aesthetics on linux
-
compiling ghostty on ubuntu 25.04+
Aug 13, 2025 • updated
step-by-step guide to build ghostty terminal from source on ubuntu 25.04 and newer
-
manylinux rust/pyo3 build guide
Aug 11, 2025 • updated
comprehensive guide for building manylinux-compliant python wheels with rust extensions using pyo3 and maturin
-
cuda 13.0 release overview
Aug 9, 2025 • updated
comprehensive guide to nvidia cuda 13.0 features, changes, and migration considerations
-
cuda gpu computing setup
Aug 5, 2025 • updated
overview and decision guide for cuda/gpu setup on linux systems
-
cuda native installation
Aug 3, 2025 • updated
installing cuda toolkit directly on linux for development and compilation
-
cuda docker containers
Aug 3, 2025 • updated
gpu acceleration in docker containers with nvidia container toolkit
-
Docker Development
Aug 3, 2025 • updated
Guide for Docker containerization and best practices