From f7255c04d46b8f8847bc1b7ba3e97f5ddca81ce2 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Mon, 13 May 2024 04:31:55 -0700 Subject: [PATCH] init commit --- .gitignore | 1 + index.md | 32 ++++++++++++++++++++++++++++++++ publi.sh | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 index.md create mode 100755 publi.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dcaf716 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +index.html diff --git a/index.md b/index.md new file mode 100644 index 0000000..bc86727 --- /dev/null +++ b/index.md @@ -0,0 +1,32 @@ +--- +title: "`tgorordo@titanic.caltech.edu`" +--- +# Tom C. Gorordo +[I'm an alum who graduated in 2019](https://tom.ket.dev). I was bookie, blouse frosh, and generally did a lot of odd-jobs & stuff. +I was on the Bechtel COUCH committee to figure out what life would look like there - so I'm pretty experienced dealing with admin BS. +I've talked my way out of a fair amount of trouble with the taco trucks and knew *a lot* about running tours as red or gold. + +Crusty af now as you can read - jeez time flies - but a massive sucker if you ever want a hand with your Ditch Day stack or *anything* else. + +Here are the things I have on [titanic](https://titanic.caltech.edu): + +## DiscordBot-LightsOut + +I wrote a discord bot & cli tool to play and solve [lightsout](https://en.wikipedia.org/wiki/Lights_Out_(game)) games for +Ditch Day 2020 as alum help. It was written in a day, so it's pretty hacky but it can manage arbitrary NxN prime-number-colored boards. +The bot runs from my account on titanic whenever I remember to have it running/restart it and can be played on the γδβall-discord bot interaction channel. + +Here's an installation link: + +[`https://discord.com/oauth2/authorize?client_id=1239472456092094494`](https://discord.com/oauth2/authorize?client_id=1239472456092094494) + +([source](https://github.com/tgorordo/discordbot-lightsout)) + +## Traveling Tommy's Problem +Here's a page with a solution to the traveling salesman problem for visiting every +[Original Tommy's](https://originaltommys.com/locations) as fast as possible, +with a downloadable [Pluto.jl](https://plutojl.org) notebook of the analysis: + +[`https://titanic.caltech.edu/~tgorordo/traveling-tommys.html`](https://titanic.caltech.edu/~tgorordo/traveling-tommys) + +for the ultimate negative-time roadtrip challenge. diff --git a/publi.sh b/publi.sh new file mode 100755 index 0000000..86145a5 --- /dev/null +++ b/publi.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +pandoc -i index.md -o index.html --standalone