Skip to content

Instantly share code, notes, and snippets.

View thimslugga's full-sized avatar
:octocat:

Adam Kaminski thimslugga

:octocat:
View GitHub Profile
@thimslugga
thimslugga / pypi-info.py
Created June 30, 2026 14:33
Python Scripts
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.14"
# dependencies = [
# "packaging",
# ]
# ///
"""Query and download packages from a PEP 503/691 simple index.
@thimslugga
thimslugga / README.md
Created June 30, 2026 14:32 — forked from smoser/README.md
wolfi get file list and apk info

Random wolfi and tools.

  • get-archive-info - get a tar tvf output and the .APKINFO for every file in the archive.

  • build-stage - throw a bunch of files and see which build. they do not depend on each other (each only builds with the wolfi repo)

    I used this to help create batches of things when changing lots of files.

  • test-installable - its like the c-i test that checks that all packages

@thimslugga
thimslugga / setup-ubuntu-wsl.sh
Last active June 30, 2026 14:32
Setup WSL on Windows 11
#!/bin/bash
set -euo pipefail
# =====================================
# Setup Ubuntu WSL
# Installs development environment + dotfiles configuration
# Platform: Windows Subsystem for Linux (WSL 2)
# Tested on: Ubuntu 26.04/24.04
# =====================================
@thimslugga
thimslugga / flutter-cicd-guide.md
Created June 30, 2026 14:08 — forked from ravidsrk/flutter-cicd-guide.md
Flutter CI/CD & Code Signing — Complete Reference Guide (Fastlane, Codemagic, Shorebird, GitHub Actions)

Flutter CI/CD & Code Signing — Complete Reference Guide

Purpose: Reusable reference for setting up automated builds, code signing, and deployment for Flutter apps across iOS and Android.

Last Updated: July 2025

Audience: Solo developers & small teams


bind-key C-b send-prefix
bind-key C-o rotate-window
bind-key C-z suspend-client
bind-key Space next-layout
bind-key ! break-pane
bind-key " split-window
bind-key # list-buffers
bind-key $ command-prompt -I #S "rename-session '%%'"
bind-key % split-window -h
bind-key & confirm-before -p "kill-window #W? (y/n)" kill-window
@thimslugga
thimslugga / Import-AI-Context.md
Created May 31, 2026 14:26
Import/Export AI Context Prompt

You are helping me import context from one AI assistant to another. Your job is to go through our past conversations and sum up what you know about me. In the output, please avoid using any first-person pronouns (I, my, me, mine) and any second-person pronouns (you, your, yours). Instead, refer to the individual you have learned about as “the user” or use neutral phrasing. Preserve the user’s words verbatim where possible, especially for instructions and preferences. Categories (output in this order):

  1. Demographics Information: Preferred names, profession, education, and general residence.
  2. Interests & Preferences: Sustained, active engagements (not just owning an object or a one-time purchase).
  3. Relationships: Confirmed, sustained relationships.
  4. Dated Events, Projects & Plans: A log of significant, recent activities.
  5. Instructions: Rules I’ve explicitly asked you to follow going forward, “always do X”, “never do Y”, and corrections to your behavior. Only include rules from stored memories, not fr
@thimslugga
thimslugga / versions.md
Last active May 29, 2026 00:11 — forked from zchrissirhcz/versions.md
Ubuntu Distro GCC GLIBC GLIBCXX C++-Standard versions
@thimslugga
thimslugga / sandbox.py
Created May 28, 2026 03:31 — forked from sloonz/sandbox.py
Sandboxing wrapper script for bubblewrap ; see https://sloonz.github.io/posts/sandboxing-3/
#!/usr/bin/python
import argparse
import os
import shlex
import sys
import tempfile
import yaml
config = yaml.full_load(open(os.path.expanduser("~/.config/sandbox.yml")))
#!/usr/bin/env python3
"""
Antigravity to Antigravity IDE Migration Tool
==============================================
A self-contained script to automatically migrate extensions, custom settings, keybindings,
snippets, workspace states, and entire conversation histories from Antigravity v1
to the new Antigravity IDE.
Author: Antigravity AI Coding Assistant (pair-programmed with USER)
License: MIT
@thimslugga
thimslugga / hcp-rosa.md
Created May 18, 2026 15:03 — forked from rcarrata/hcp-rosa.md
Hosted Control Planes for ROSA HCP

HyperShift

  • Set environment variables
CLUSTER_NAME="rosa-hcp-rcs"
PREFIX_NAME="hcp-rcs"
REGION="us-east-1"
VERSION="4.14.9"
USER=rcarrata