jrandolf

↗ HN profile [ 1002 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Because AI.

  2. `sqlc-gen-sqlx` is a `sqlc` (https://sqlc.dev) plugin that generates `sqlx`-oriented Rust code from annotated SQL queries. The generated API is intentionally small: - a `const SQL` - row structs for `:one` and `:many` -…

  3. Running DeepSeek V3 (685B) requires 8×H100 GPUs which is about $14k/month. Most developers only need 15-25 tok/s. sllm lets you join a cohort of developers sharing a dedicated node. You reserve a spot with your card,…

  4. I started digging into OpenClaw, then found this: https://clawhub.ai/steipete/trello. They are literally telling people that it's okay to expose credentials, just as long as it's in an env var. If we’re building with…

  5. TL;DR: We built Workbench, a VM-based, ephemeral sandbox you (or your AI agents) can spin up, use, and tear down on demand—exposed over the Model Context Protocol (MCP) for code, filesystem, and terminal access. We’re…