Skip to content

Instantly share code, notes, and snippets.

View latekvo's full-sized avatar
👁️‍🗨️
33rd degree Freeszponter.

Ignacy Łątka latekvo

👁️‍🗨️
33rd degree Freeszponter.
View GitHub Profile

Max-Performance Build Notes

Target: Dell Latitude E7270 / Ubuntu 24.04 / Intel i5-6300U (Skylake, 2c/4t) / 16 GB DDR4 / 256 GB SATA SSD Built: 2026-05-25 Trade-off: Sacrifices CVE mitigations and power efficiency for raw speed.


What this does

@latekvo
latekvo / install_argent_by_branch.sh
Last active April 23, 2026 15:27
Useful for quickly installing Argent in a multi-worktree setup
#!/usr/bin/env bash
# Bundle and install argent globally from a given git branch.
# Usage: argent_install_branch <branch-name>
set -euo pipefail
BRANCH="${1:-}"
if [ -z "$BRANCH" ]; then
echo "Usage: $(basename "$0") <branch-name>" >&2
exit 1
fi
@latekvo
latekvo / ddclient.conf
Created February 21, 2026 03:22
1. start your daemon, 2. verify default location of .conf on your system, 3. overwrite it with this minimal confi. (for me it's `/etc/ddclient/ddclient.conf`)
# AUTHOR'S NOTE
#
# minimal ddclient config that i use
# i recommend using 1984.is or freemyip.com
# both registries are free and don't have KYC
#
# test config:
# $ ddclient -daemon=0 -verbose -noquiet
# test ip:
# $ ddclient -query
@latekvo
latekvo / .ssh(slash)config
Created February 21, 2026 00:19
.ssh/config
Host *.onion
ProxyCommand nc -x localhost:9050 %h %p