Skip to content

Instantly share code, notes, and snippets.

View FrancescoK's full-sized avatar

Francesco Kirchhoff FrancescoK

View GitHub Profile

Keybase proof

I hereby claim:

  • I am francescok on github.
  • I am francescok (https://keybase.io/francescok) on keybase.
  • I have a public key ASBf26JWmcoZpHFJCSLGtF7iVODS5GqrtvpGZ_WTpzZGTAo

To claim this, I am signing this object:

@FrancescoK
FrancescoK / SketchSystems.spec
Last active October 4, 2018 09:54
Contracts
Contracts
CREATED*
confirm -> PENDING_CONFIRMATION
PENDING_CONFIRMATION
documents_created? -> CONFIRMED
CONFIRMED
set-to-ready -> READY
READY
set-to-active -> ACTIVE
ACTIVE
@FrancescoK
FrancescoK / codex-rails-8-setup.sh
Last active June 14, 2025 13:18
OpenAI codex environment setup script for Rails 8 with Playwright
#!/usr/bin/env bash
set -euo pipefail
apt-get update -qq
apt-get install -yqq libreadline-dev zlib1g-dev libyaml-dev libvips-dev libheif-dev libde265-dev xz-utils ca-certificates wget libpq-dev vim unzip gnupg2 dirmngr
# Uncomment if you run Postgres. Make sure to add postgres to apt-get install on line 5
# pg_ctlcluster --skip-systemctl-redirect 16 main start
# su - postgres -c "createuser -s $(whoami)"