Skip to content

Instantly share code, notes, and snippets.

View Getty's full-sized avatar
💭
building empires...

Torsten Raudssus Getty

💭
building empires...
View GitHub Profile
@Getty
Getty / ANALYSE_UEBERSICHT-2026.html
Last active August 1, 2026 00:05
LinkedIn-Analyse Gesamtuebersicht Februar-Juli 2026 (Torsten Raudssus / geo.gg)
<!doctype html><html lang="de"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>LinkedIn-Analyse Feb–Juli 2026 · Torsten Raudßus</title>
<style>
*{box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0;padding:20px 26px 60px;color:#16181d;background:#fff}
h1{font-size:23px;margin:0 0 6px} h2{font-size:15px;margin:30px 0 8px;border-bottom:2px solid #16181d;padding-bottom:4px}
.meta{color:#5a5f66;font-size:13px;max-width:1000px;line-height:1.55}
.legend{font-size:12px;color:#444;margin:6px 0 0;max-width:1100px;line-height:1.5}
table{border-collapse:collapse;width:100%;font-size:12.5px;margin:10px 0}
th,td{border:1px solid #e4e6e9;padding:4px 8px;text-align:left;white-space:nowrap}
@Getty
Getty / transcribe.py
Created December 20, 2024 16:45
Script for splitting meetups into different speaker
# --extra-index-url https://download.pytorch.org/whl/cu121
# torch==2.1.2+cu121
# torchaudio==2.1.2+cu121
# pyannote.audio==3.1.1
# transformers==4.36.2
# numpy==1.24.3
# tqdm==4.66.1
# PyYAML==6.0.1
# soundfile==0.12.1
# typing-extensions>=4.8.0
my $entities = join(', ',qw(
Person
Organization
Government
Location
Product
Resource
Event
));
@Getty
Getty / docker-compose.yml
Created May 29, 2024 15:10
ollama + openwebui + flowise + fooocus + netdata + traefik
services:
traefik:
container_name: traefik
restart: always
image: traefik:2.11
volumes:
- "./traefik/traefik.toml:/etc/traefik/traefik.toml"
- "./traefik/acme.json:/etc/traefik/acme.json"
- "./traefik/config:/etc/traefik/config"
He was a freak, an idealist
Against the war, was a pacifist
Did not care about money
Rather dispossessed
Slept, when he could, without a roof
Did not have a regular job
Lived on what he was given
And rejected bourgeois aspirations
*.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.fbx filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.rtf filter=lfs diff=lfs merge=lfs -text
sub has_conf {
my ( $name, $env_key, $default ) = @_;
my $default_ref = ref $default;
has $name => (
is => 'ro',
lazy => 1,
default => sub {
my ( $self ) = @_;
my $result;
@Getty
Getty / Start_Miscreated.cmd
Created February 16, 2019 04:13
Miscreated Server Setup
@start /high Bin64_dedicated\MiscreatedServer.exe +sv_maxplayers 50 +http_startserver port:64190 +map islands -mis_gameserverid 2401
@Getty
Getty / haproxy.cfg
Created May 29, 2018 19:58
HAProxy config for splitting between Rancher (raw http/https) and a Traefik container (L4 Proxy before L7 Proxy)
defaults
maxconn 1000
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
frontend https
mode tcp
bind *:443
Intermediate/*
Saved/*
Build/*
Binaries/*
Plugins/*/Intermediate/*
Plugins/*/Binaries/*
Plugins/*/*/Intermediate/*
Plugins/*/*/Binaries/*
Plugins/*/*/*/Intermediate/*
Plugins/*/*/*/Binaries/*