Tonight in NYC, technologists, builders, and thinkers gathered to ask: what would it look like if software left us feeling nourished instead of drained?
Introducing the Resonant Computing Lab โ a fund dedicated to turning principle into practice.
https://t.co/E7zEjlPOaO
Wrote up how I got Obsidian Sync + Claude Code running on a VPS so I can access my notes from my phone. It's like my little mobile second brain ๐ง
https://t.co/MDIoO3R3pa
Lately I've been using Claude Code with Obsidian as a thinking partner and I've found the experience really rewarding. It's helped get me back into writing and get excited about capturing ideas again. Did a little write up on my setup.
https://t.co/gCerbI5vu9
@danshipper looks like it's working now! I was getting what looked like a recaptcha api key error in the console so I couldn't get past the first screen, but I'm in now. thank you!
@glenmaddern The cloudflare MCP project looks really cool! I tried the tutorial but when I start up Claude it pops an error saying the server disconnected. Not sure if I'm missing something in my Cloudflare config but I tried to post relevant info here: https://t.co/fIUmlH7qlz
@glenmaddern Looking at the logs from Claude, it looks like workers-mcp/dist/cli.js is failing because of the scheduler import.
import { scheduler } from "node:timers/promises";
^^^^^^^^^
SyntaxError: The requested module 'node:timers/promises' does not provide an export named 'scheduler'
@arcadia It seems like the Connect service is broken with a CORS error. Not sure where is the best place to file a ticket.
https://t.co/7jsHVb3qHP is not granting CORS access to https://t.co/IzkPilBs8u
@justinfagnani@curious_founder@TheEconomist Yeaaaah........ Though I think the headline of the article is "Why Texas Republicans are souring on crypto" so maybe political winds are changing?
Working on my platform in case they need me to step into the presidential race:
- Edibles are legal on planes, alcohol is banned
- Government helps pay for daycare
- 4 day work week
- Trains are cool
- If your car or motorcycle is super loudโstraight to jail
I like to use a single preact signal to hold my appโs state, and I want components to work on parts of that state. So I wrote a `view()` function that creates a read/write view onto subobjects.
Gist: https://t.co/IzyzvlCWMH
Hereโs a CodePen with an app:
https://t.co/nM7RLBDz52
@kentcdodds@briankardell I suspect it doesn't trap focus because popover is an attribute, so it's defining a behavior, but it doesn't have a role, so the browser doesn't know enough to say for certain if it should trap focus. That's what this article seems to suggest. https://t.co/Yuqliv68cB