Personal event logger using PHP, SQLite Read more ›
Odysseus is a self-hosted AI workspace that puts chat, autonomous agents, research, documents, email, notes, calendar, and local model serving behind one local-first interface, with no telemetry. Python + JavaScript, AGPL-3.0-or-later. Read more ›
fix\(skills/trello\): add curl to requires\.bins to match body examples \(fixes \#94727\) \(\#94729\) Summary: - The PR adds \`curl\` to the bundled Trello skill's \`metadata\.openclaw\.requires\.bins\` entry\. - PR surface: Docs 0\. Total 0 across 1 file\. - Reproducibility: yes\. at source level\. Current main and v2026\.6\.8 declare only \`jq\` for Trello while the skill body uses \`curl\`, and the shared requirement evaluator checks only declared bins\. Automerge notes: - No ClawSweeper r... Read more ›
Iran has officially invited Mullah Mohammad Hassan Akhund, Prime Minister of the Islamic Emirate of Afghanistan (IEA), to attend the funeral and burial ceremony of Iran’s former supreme leader Ali Khamenei. The invitation was delivered during a meeting in the Arg between Mullah Abdul Wasi, Chief of Staff of the Office of the Prime Minister, […] Read more ›
New price low! Walmart with Costway has the Costway Floating Island Inflatable Lounge Raft with Canopy (White, OP70273) for $75 with free shipping. Has SPF50+ retractable detachable sunshade, two cup holders, and 440 lbs max weight capacity. Read more ›
OAuth consent is required when a user reviews an OAuth Client's request to access their data and possibly act on their behalf. It's a critical part of OAuth 2.0, MCP and many agentic AI integrations. Until now, that screen was hosted only on Clerk's Account Portal. You can now host it on a route in your own application and style it to match your product. ## What's new - **`` component** — a prebuilt consent UI available in `@clerk/nextjs`, `@clerk/react`, `@clerk/react-router`, `@clerk/tans... Read more ›
I have a $30 stationary bike that I got at Goodwill and I have an old Android tablet stuck to it, but I don’t have a Peloton membership. Nor do I have the interest to ride 80 miles to the beach. So I made It’s a local PWA, no backend at all, no tracking,… Read more ›
Supabase Connection Pooling with PgBouncer on Vercel Serverless The most common production failure pattern for Next.js + Supabase apps on Vercel isn't a code bug — it's connection exhaustion. Your app works fine in development, handles moderate traffic in staging, then falls over under real load with too many connections errors. This happens because serverless functions don't maintain persistent database connections. Every function invocation opens a new connection. Under load, you can have h... Read more ›
Get Babbel Lifetime for just $159 with code LEARN through June 22 and access all 14 languages, 10,000+ hours of lessons, and lifetime language learning. Read more ›
2026-06-22 19:22:39.944184+02 by 0 comments Read more ›
The case for an offline-first appliance, simple enough for a mere mortal. Read more ›
Last couple of years, since my early retirement, I’ve been experimenting with building a document database that has a wasm runtime embedded into it. And Planck, a document database with a wasm runtime baked in, is the result of that. The idea was simple. What if we eliminate the separate service layer and embed it into the database itself, where the data actually resides. I benchmarked it and found that it’s around 4.5x faster than node/express/mongo for an exactly similar workload. Planck sh... Read more ›
Summary: - The branch changes `formatMessageCliText` to render dry-run message output from `result.dryRun` instead of only `handledBy === "dry-run"`. - PR surface: Source 0. Total 0 acros... Read more ›
See your real effective Stripe fee rate from your Balance CSV. No OAuth. Raw CSV is not stored as a file. Read more ›
Scott Hanselman @shanselman I have a $30 stationary bike that I got at Goodwill and I have an old Android tablet stuck to it, but I don't have a Peloton membership. Nor do I have the interest to ride 80 miles to the beach. So I made PedalScape.com It's a local PWA, no backend at all, no tracking, just 4k bike rides. Read more ›
Every time I start a project on Cloudflare Workers I end up rebuilding the same plumbing: sessions, a D1-backed API, rate limiting. So I packaged it into a small starter called EdgeKit (Hono + D1 + KV). Sharing the approach here in case it's useful. Auth without an external bill No Auth0, no per-MAU pricing — just PBKDF2 via Web Crypto (runs natively on Workers) plus sessions in KV: const salt = crypto.getRandomValues(new Uint8Array(16)); const key = await crypto.subtle.importKey("raw", enc(p... Read more ›
Universities are dropping programs in translation and foreign languages while adding degrees in embodied intelligence, AI, and robotics. Read more ›
Modern distributed systems often require long-running business processes that span multiple microservices, databases, and external systems. Read more ›