Oooo nice, not really yet... Claude stores your session history in ~/.claude/projects/-Path-to-git-repo on your local machine. I should definitely add a "teleport" command like the one claude itself has which let's you move sessions between machines. It's a little tricky with git state & un commited changes but definitely possible. I'll consider this an upvote for that feature.
(1) This one is on the top of my list. I have a branch that sets up proper iOS notifications. Coming soon.
(2) Yeah, I've considered making an actual desktop version. A hacky one exists already. You can run `catnip run` from your desktop and it will run catnip in a Docker container on your machine. There's a web interface, and it even works with native MacOS notifications.
Re: #2, I think I was looking for something different and likely simpler than what you were thinking... The session would still be running in a codespace, I just want to be able to start on my phone, then move to my Mac, which has a nicer keyboard, and still have the codespace automatically shut down when things go idle (depending on how you have that set up, it may be that I need a dedicated app for that, or it may be I just need to VA Code remote into the codespace).
Ahh, understood. Today you can install the iPad version to your mac, not the best experience but would get you what you want. I'll do some more thinking about a more Mac OS native experience.
Tailwind is especially well suited for LLM generation because all of the styles come inline with the HTML. Could definitely just ask it to write styles but this approach also improves token efficiency.
A100’s are Nvidia GPU’s. You can rent them from providers like AWS or LamdaLabs. The readme has instructions for downloading the original GPT2 weights from OpenAI. You can also train a very simple version on a smaller dataset from your laptop as described in the README.
GCP charges ~$0.60/hour for the GPU/CPU/MEM equivalent in colab. If bandwidth is costing 10k per day, how much is the free colab compute costing Google?