
If you've landed on my profile, you're probably wondering what I do. Honestly, so are my family and my employer -- so you're in good company. I'm a seasoned software engineer with a focus on developer experience: I build and improve the tools and products that developers use every day, making them a little less painful and a lot more intuitive.
# ADHD-DockerfileFROM multitasker:v1-rc.2
LABEL maintainer="luke@lukeoliff.com"# Install focus toolsRUN apt-get update && apt-get install -y \
adhd \
executive-dysfunction \
sticky-notes \
coffee \
software \
fidget-spinners \
gaming \
ai
# Set up workspaceWORKDIR /home/luke
# ADD distractionsADD https://bsky.app/profile/lukeocodes.dev /home/luke/bsky
ADD https://github.com/lukeocodes /home/luke/github
# GET workADD https://github.com/deepgram /home/luke/Projects/deepgram
# StartCMD ["focus", "--start"]
ENTRYPOINT ["echo", "Starting session... ooh look, a squirrel!"]
# ADHD-Container running with 22515320994320 open tabs and 12 unfinished work tasks






