Bitcoin Monitor Widget V2 is live.
Build your own real-time crypto space with price widgets, portfolio views, themes, logs, terminal, games, custom API cards, alerts, and cloud sync.
Overall what is supported:
Real-time crypto price widgets
Portfolio tracking
Customizable themes and layouts
Log monitoring widgets
Terminal/network tools
Game widgets
Custom API widgets
Alarm alerts
Cloud save/load and multi-slot layouts
New sandbox mode for trying things safely
I'm giving V1 to open-source as well: https://github.com/cryptofuture/btc-monitor-widget
On building small CLI tools for myself – and now for my agents too. Walks through a recent one for querying CloudWatch Insights, and how I use Claude to analyze the logs it pulls down.
by chistev ·
I've always had the urge to have my two macbooks communicate. Having one idle while working on the other felt like underutilization of resources. So I built Loopsy. Initially the goal was to do file transfer via local network, and then came running commands. I then tried running coding agents from one machine to the other, and it worked.
Later I figured there should be a better way to continue my claude sessions remotely on my phone from the gym. So I did a cloudflare worker that connects to my local machine. I just need to ensure the laptop is plugged in.
I know I might be reinventing the wheel, but I love that it just works. Still working on E2E encryption. iOS app still in review.
Lemme know your thoughts.