- 👯 I’m looking to collaborate on AI Driven DevOps or C2C based service intergrations
- 🤔 I’m looking for help with any bounty posted to Gitcoin
- 💬 Ask me about #DevOpsLeadership
- 📫 How to reach me: Message me on Linkedin or mastodon.
- ⚡ Fun fact: Founded DevOps in the early 2000's after signing the agile manifesto
#!/usr/bin/env sh
"true" ; exec /usr/bin/env sbcl --noinform --script "$0" "$@"
(defpackage :DwightSpencerCom
(:use #:cl)
(:export #:finger)
(:export #:Self))
(use-package :DwightSpencerCom)
(defclass Self() ())
(defmethod AboutMe((object Self))
"Just a SysOp turned founder of #devops now coding AI, Blockchain, Commercial Systems."
'(:Resume
'(:Education (list :UoP :Cornell))
'(:Languages (list
:Golang
:ANSI-C
:ASM
:TypeScript
:Python
:CommonLisp))
'(:Projects (list
'(:Metis "https://github.com/3um-Group")
'(:2600_Moderator "https://reddit.com/r/2600")))
'(:Volunteering (list
'(:Score "https://Score.org")
'(:Internet-Archive "https://archive.org")
'(:9front "https://only9fans.com")
'(:Debian "https://debian.org")))
'(:Certs (list
'(:RHCE "February 2007")
'(:AWS_Solution_Architect "March 2015")
'(:Amazon_Leadership "March 2019")
'(:GCP_Cloud_Architect "January 2022")
'(:CISM "June 2022")
'(:ORCID "https://orcid.org/0009-0001-0066-4646")
'(:Keybase "https://Keybase.io/Denzuko/pubkey")))
'(:Tools (list
:AlpineLinux
:VIM
:Vlime
:VimWiki
:entr
:zmk
:gnumake
:plan9ports
:git-flow
:git-bug
:git-email
:charmbracelet_soft_serve
:notmuch-mail
:slrn
:Ansible
:Terraforml
:Podman
:Nomad
:Consul
:Ollama))))
(defun finger()
(let ((DwightSpencer (make-instance 'Self)))
(format t "~a~&" (AboutMe DwightSpencer))))
(finger)
Thanks to Soft Serve one can find security research whitepapers, talks and presentations, and a few easter eggs on my self hosted git repos.