Skip to content

Instantly share code, notes, and snippets.

@GeekTrainer
GeekTrainer / Dockerfile.sandbox
Last active March 11, 2026 17:19
Docker Sandbox setup for GitHub Copilot CLI — reusable template with pre-installed deps on ext4
# Base image for Copilot CLI sandbox
FROM docker/sandbox-templates:copilot
USER root
# CUSTOMIZE: Install system-level dependencies your project needs.
# Examples:
# Python/Flask:
# RUN apt-get update && apt-get install -y --no-install-recommends \
# python3-flask python3-sqlalchemy && rm -rf /var/lib/apt/lists/*
@atoponce
atoponce / gist:07d8d4c833873be2f68c34f9afc5a78a
Last active March 7, 2026 18:39 — forked from tqbf/gist:be58d2d39690c3b366ad
Cryptographic Best Practices

Cryptographic Best Practices

Putting cryptographic primitives together is a lot like putting a jigsaw puzzle together, where all the pieces are cut exactly the same way, but there is only one correct solution. Thankfully, there are some projects out there that are working hard to make sure developers are getting it right.

The following advice comes from years of research from leading security researchers, developers, and cryptographers. This Gist was [forked from Thomas Ptacek's Gist][1] to be more readable. Additions have been added from

@XVilka
XVilka / TrueColour.md
Last active March 6, 2026 10:14
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!