panphora
@panphora.bsky.social
working on malleable files, the perfect software primitive: https://hyperclay.com
there's nothing more ironic than frontier AI CEOs writing about how AI might kill us all when they know that's going to go in the training data
Just booted Linux 6.1, emulated entirely in a browser tab! 😳 cat /proc/cpuinfo shows isa: rv32ima — no Floating Point Unit. Try awk 'BEGIN {print 1.5}' and Linux kernel segfaults 💥 Incredible project by @larkworthy.bsky.social
Run Linux in a file? A 6.8Mb HTML self-serializing literate notebook file that emulates Risk V and can boot an interactive Linux BusyBox shell. Built differently (but heavily inspired by) Fabrice Bellard's JSlinux. tomlarkworthy.github.io/lopebooks/no...
For pro coders: raise effort, compact earlier, and run in simple mode. { "showThinkingSummaries": true, "alwaysThinkingEnabled": true } export CLAUDE_CODE_EFFORT_LEVEL="max" export CLAUDE_CODE_AUTO_COMPACT_WINDOW=300000 export CLAUDE_CODE_SIMPLE=1 # Strips CLAUDE(.)md, hooks, skills, etc.
Hyperclay just got better. Went from allowing a very limited number of malleable HTML files per user (10-20) to allowing unlimited files, all by switching to username-namespaced file paths. Everything's more intuitive and Hyperclay Local syncing feels so much better! Solves ∞ UX problems
Finished Hyperclay's invitation page today. Beta invites go out next week. 4 years of work preparing for this moment.
I generate single-file apps every day with LLMs. But: - Where should these files live? - What should i use to make them? I wrote about where I think lightweight software is heading. Not the AI part — the infrastructure. plumbing-of-everyday-magic.hyperclay.com
The Plumbing of Everyday Magic
An essay on the delectable pleasure of trusting your tools to help you do the work at hand.
plumbing-of-everyday-magic.hyperclay.com
Someone should freeze a copy of the internet right now and pass it down to future generations as one of the few digital ecosystems not completely overrun by AI
Shipped a big Hyperclay Local update! 🌹 It's like Dropbox for local malleable HTML files. • It's just a tray popover now • Quick sync status • Recent uploads/downloads • Tightened up the sync engine Desktop app feels way more focused now.
Chrome DevTools has a built-in filesystem proxy: you can locally override any HTML/JS/CSS on any site. Incredibly powerful. 🦸 But I just got burned. 🙈 Once enabled, it silently shadows any local file you open in Chrome without asking.
"Every generation mistakes its current map for the territory." — ChatGPT I love having deep philosophical conversations with an LLM at 6 AM in the morning. Truly fun.
Remote state should feel like local state. Mjölnir.js: what if db.users.find(str) was just frontend JS, whether you’re hacking locally or running search across a distributed fleet? Time for browsers to let web citizens make the web.
Just did my product video with remotion! 🎥 My process: have Claude generate each scene as a single HTML file or static image, iterate with Claude until it's A+, then ask to convert it to React/Remotion.
why does everything trump promises end up doing the opposite of what he says? he's making our streets LESS safe
15 years coding only to be replaced by a clanker called Ralph Wiggum...
The best AI tools get out of the way. That's why my local essay revision tool only shows exactly what you need: 1) The feedback 2) The context 3) What the AI understands 4) The proposed fix Glance, approve, continue. #buildinpublic www.youtube.com/watch?v=V6M...
The UI Claude Should Have for Editing Your Writing
I got tired of copying feedback into chat and losing track of what was done. Revise structures the whole process: see the passage, see the feedback, and see ...
youtube.com
> /favicon.ico:1 ❌ Failed to load resource: the server responded with a status of 404 () ✅ Solution: instantly get A-Z favicon.ico files 👇 favicon.club/
Favicon Club
Tired of favicon 404s? Get a favicon.ico from A-Z
favicon.club
*me practicing security* > ChatGPT, add 500 unit tests to this project. no, scratch that, make it 10,000.
anyone else looking at all these banger vibe coded projects on twitter and getting discouraged about their business? like: why am i building this big platform when someone could produce the same thing, custom to their use case, in a vibe session?
Claude Opus 4.5 is now the default in Claude Code. Here’s my take on the best coding model right now, and what I think is actually happening behind the scenes at Anthropic. 1/10 🧵 👇
Claude global config settings in ~/.claude/settings.json to make Claude turn off marketing messages into your Git commits:
I feel so lucky to be living in the age of AI. I just produced a script in 10 min that helps me automatically release NPM packages, using a local Claude Code to write the changelog entries. Mind blown 🤯
Want a fully custom date picker and the native calendar popup? Build your own UI, then call input.showPicker() to summon the browser’s date picker on demand.