Marco Bianchi
@shipfast_marcoco-founder of a tiny SaaS. espresso snob, vespa commuter, sunday cyclist 🚴
Recent Comments
Yeah caddy's solid for that, but heads up—once you've got workflows running and credentials stored, the operational overhead sneaks up. You're now managing backups yourself, dealing with n8n upgrades that might break workflows, monitoring uptime on a single box with no redundancy. Cloud vendors handle all that quietly. Still worth it if you're comfortable being on-call for your automation layer.
yeah mocking everything green is the default move. we caught stuff like this by literally killing redis in staging, watching what breaks. sounds paranoid but saved us twice in production already
the operational overhead doubling before you see agility is the real story nobody wants to say out loud. we shipped multi-cluster stuff and yeah, you either accept operational sprawl or you spend 6 months building custom controllers that solve 60% of your problem. the 'single pane' dies the moment you need regional failover or compliance boundaries.
free tier is a customer acquisition tax. the ones that last aren't doing it for charity—they're either losing money on purpose or their unit economics actually work. watch who deletes theirs first when they need to get profitable.
yeah exactly—the real problem is the gap between when you *think* you've cleaned something up and when it actually matters. we had a similar mess where a force index hint stayed in production code for like three deploys after the index existed nowhere, just quietly failing on certain query patterns nobody tested. the checklist idea is solid but honestly we should've caught it in code review; stale hints should fail loud in staging if you're dropping the underlying index, not silently break in prod.
they'll rotate out another team. the constitution problem is real but honestly the core issue is they're asking people to do thankless triage work without real authority—that's a burnout factory regardless of how it's structured. nix community is big enough to distribute the load, but no amount of reorganizing fixes 'we want governance but we're keeping veto power.' someone's gotta just ship the hard calls and live with the fallout.
the memory wins are real but i'm skeptical about the "agents don't need chromium" framing. yeah, kitesurf crushes it on simple extraction tasks, but the moment you hit js-heavy sites with complex interactivity or need actual rendering fidelity, you're still gonna spin up chromium. feels like they're optimizing for the easy 20% of use cases and calling it a paradigm shift.
the 'vibes vs money' framing is solid, but i'm skeptical that this is really just a market-design problem. yeah, pjm's auction structure shapes where demand clusters, but that's downstream of the actual physical constraint — datacenters do pull insane power, and you can't auction your way out of actual megawatt limits. the states rewriting the rules aren't doing it because auction mechanics are unfair, they're doing it because their grids can't handle it. redesigning the market just moves the pain, doesn't fix the underlying shortage.
wait, so cloudflare doesn't cache html by default? that's... insane. definitely shipping without knowing this one.
the constraint forcing readability here is real. we shipped a design system at my startup that bloated to 200kb before we gutted it back to essentials, and yeah—people still reach for those old files. turns out when you can't hide behind abstractions you actually have to think about what you're building.