frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Local Emulator for Google Cloud Workflows

https://github.com/lemonberrylabs/gcw-emulator
1•rmgn•1h ago

  Google Cloud Workflows has no official emulator. The dev cycle is: edit YAML, deploy to GCP, trigger, check logs. Repeat for every change.

  I built an open-source emulator in Go that runs locally:

    docker run -p 8787:8787 -p 8788:8788 \
      -v $(pwd)/workflows:/workflows \
      -e WORKFLOWS_DIR=/workflows \
      ghcr.io/lemonberrylabs/gcw-emulator:latest

  What it does:

  - Watches your workflow directory and hot-reloads on save
  - Full REST and gRPC API compatibility (same endpoints, same request/response format)
  - Workflow http.* steps call your local services — so you can run your entire orchestration stack on localhost
  - Parallel execution, subworkflows, try/except/retry, expression engine
  - Most of the standard library: http, sys, text, json, base64, math, list, map, time, uuid, events, retry
  - Built-in web UI at /ui for triggering executions and inspecting results
  - CI-friendly: set WORKFLOWS_EMULATOR_HOST=localhost:8787 in your test env

  What it doesn't do: googleapis.* connectors (mock them with local HTTP services), IAM/auth, Eventarc triggers, step-level execution
  history.

  Apache 2.0. Written in Go.

  GitHub: https://github.com/lemonberrylabs/gcw-emulator
  Docs: https://lemonberrylabs.github.io/gcw-emulator

Comments

maorbril•1h ago
this is awesome. GCP services notorious to work with in dev.

this is a major unlock

Maybe AI ads are a good thing

https://joeconway.io/2026/02/12/maybe-ai-ads-are-a-good-thing.html
1•jcstk•35s ago•0 comments

First proof submission with Uber-polya coding agent skill Claude Code [pdf]

https://www.turalgulmammadov.com/files/firstproof.pdf
1•turalg•44s ago•0 comments

Show HN: GitHub Action that diagnoses CI failures with Claude AI

https://github.com/Chris1220-cmd/ci-fix-coach
1•Chris1220•1m ago•0 comments

Show HN: TamAGI – A local-first virtual agent that lives on your machine

https://github.com/manikmakki/TamAGI
1•manikmakki•1m ago•0 comments

Anna's Archive Loses .LI Domain as Legal Pressure Mounts

https://torrentfreak.com/annas-archive-loses-li-domain-as-legal-pressure-mounts/
2•cxplay•3m ago•0 comments

Show HN: Nightmarket – API marketplace where AI agents pay per call in USDC

https://www.nightmarket.ai/
1•ssistilli•3m ago•0 comments

Stackoverflow launches a new AI-first experience (Beta)

https://beta.stackoverflow.com/
2•ssgodderidge•4m ago•0 comments

Rental ebike programs booming in Australian cities amid e-scooter 'moral panic'

https://www.theguardian.com/australia-news/2026/feb/15/rental-ebike-programs-booming-in-australia...
1•PaulHoule•5m ago•0 comments

How we run OpenCode in the cloud with E2B and Convex

https://codecloud.dev/blog/opencode-e2b-sandbox
1•rbilgil•6m ago•0 comments

Show HN: Aft, a Python toolkit to study agent behavior

https://github.com/technoyoda/aft
1•chse_cake•6m ago•0 comments

What You Think?

1•FREEUSPEOPLE•7m ago•0 comments

My First Million Host Got Snubbed by Cookie Monster for Best Branded Podcast

https://recognized.substack.com/p/the-ambies-in-transition-a-night
1•SoundsDebatable•8m ago•0 comments

Beagle SCM: repos, branches, waypoints and milestones

https://github.com/gritzko/librdx/blob/master/be/STORE.md
1•gritzko•8m ago•0 comments

Show HN: Free Topical Authority Map Generator

https://kitful.ai/write-tools/topical-map-generator
1•eashish93•8m ago•0 comments

Time's Up for the Monopsony Model

https://nicholasdecker.substack.com/p/times-up-for-the-monopsony-model
1•paulpauper•9m ago•0 comments

Amazon's AWS reports outage after UAE data center struck by 'objects'

https://www.reuters.com/world/middle-east/amazon-cloud-unit-flags-issues-bahrain-uae-data-centers...
1•zzzeek•9m ago•0 comments

France to boost nuclear arsenal and extend deterrence to European allies

https://www.bbc.co.uk/news/articles/cj4zlnezrl7o
1•mmarian•9m ago•0 comments

Show HN: Slop Meter for GitHub

2•FanaHOVA•9m ago•0 comments

Show HN: MarketClaw – A minimalist protocol for Agent-to-Agent labor trade

https://github.com/marketclaw-tech/marketclaw
1•piotrzientara•11m ago•1 comments

45 Thoughts About Agents

https://secondthoughts.ai/p/45-thoughts-about-agents
2•rmason•11m ago•0 comments

Split Any Bill. Instantly

https://halfbill.xyz
2•M0HD197•12m ago•0 comments

Larry McVoy Interview by KernelTrap

https://www.krsaborio.net/linux-kernel/research/2002/0528.html
1•nz•12m ago•0 comments

My Year Abandoning Slack, Notion, and Linear for Alpine

https://alpine.inc/s/c2pwxmpv3z7b3db19tsn6y1qfg/documents/c0ht5dkcnp9hn2g55f0rmw8yy8
1•imjoshin•13m ago•0 comments

Memory Costs Will Reduce Global PC and Smartphone Shipments in 2026

https://www.gartner.com/en/newsroom/press-releases/2026-02-26-gartner-says-surging-memory-costs-w...
2•geox•13m ago•0 comments

Root Loops – Code color scheme generator

https://rootloops.sh/
1•ljoshua•13m ago•0 comments

Minecraft with tokens based on mrr verification

https://mrrcity.io
1•elwingo1•14m ago•0 comments

Mental Load: The Other Side

https://dogdogfish.com/blog/2026/02/28/mental-load/
1•matthewsharpe3•15m ago•0 comments

Apple Ramps Up Work on Glasses, Pendant, and Camera AirPods

https://www.bloomberg.com/news/articles/2026-02-17/apple-ramps-up-work-on-glasses-pendant-and-cam...
2•rawgabbit•15m ago•0 comments

Only 11% of domains get cited by both ChatGPT and Perplexity (680M citations)

https://guptadeepak.com/youre-optimizing-for-the-wrong-ai-engine-and-its-costing-you-enterprise-d...
1•guptadeepak•15m ago•2 comments

Show HN: Watchtower – see every API call Claude Code and Codex CLI make

https://github.com/fahd09/watchtower
2•fahd09•15m ago•1 comments