Max Omdal
@dizzard.net
Making physical and digital stuff with a slant towards building communities. Previous board member @sequoiafabrica.org My current project is Exhibit, a gallery and builder for your micro-tools/sites. https://github.com/momja/Exhibit
I was wondering what would happen if you pointed every endpoint on a server to a #Pi agent. This is where I ended up. It's just a Flask serving Hypermedia (HTML). No JSON. I think it could evolve into another way to interact with LLMs. Running #gpt-oss-120B on #Cerebras #piAgent
Self Hosting + LLMs is a superpower. I feel like a wizard when I can just ask an LLM to build something, and deploy it to my home server and 90% of the time it just works. It's not just building toys anymore. It's building personal software I use every day.
I started using Wallabag as a read-it-later service since it syncs with KOReader on my Kindle. One problem solved. However, Wallabag's GUI leaves much to be desired, so I used Opus to build and deploy a better client. github.com/momja/pouch
Exhibit now has super simple steps to deploy with Docker Compose! You can get self-hosting in minutes, and bring your own OpenAI Compatible API key. github.com/momja/Exhibi...
github.com
Having a conversation with an LLM is the worst part of the new dev world. The more I read LLM writing, the more it irks me. Why am I having a conversation with a Roomba all day? Something about the way it strings words together, it's just inscrutible at times despite its prefect grammar. #llms
A little Exhibit Artifact: Chess! Since localStorage is proxied, you can create a shareable chess board that does not need a real backend to play with others. The web should be small and personal. I particularly like that you can move the pieces anywhere on the board. #buildInPublic
It’s crazy that an iOS update requires 20GB of storage. That’s a third of my entire phone’s storage. If you account for the 20GB the OS already takes up, I effectively only have 20GB of usable storage.
Exhibit is starting to look halfway decent on mobile. github.com/momja/Exhibit #buildInPublic
Working on improving Exhibit – a gallery for your web tools. I've added clipboard sandboxing, so your artifacts don't immediately have access to writing or reading from your clipboard without your permission youtu.be/LJzoVlXf7Lc
Clipboard Sandboxing in Exhibit Artifacts
YouTube video by Maxwell Omdal
youtu.be
Claude Fable usage on subs was extended, but the usage credits were not. Whelp. Guess I'll be doing no more with Fable
I'm on a new project called Exhibit. It's a spot for your html/css/js snippets. It's very much inspired by @simonwillison.net's blog and datasette-apps. It already has some cool features like: - Configurable network policies - LocalStorage proxy - Tagging - Import by URL github.com/momja/Exhibit