HN user

smithclay

258 karma

doing tech things in san francisco

Posts37
Comments63
View on HN
github.com 7mo ago

DuckDB-terminal: A browser-based SQL Terminal for DuckDB powered by Ghostty

smithclay
3pts0
clay.fyi 7mo ago

Show HN: Cheap OpenTelemetry lakehouses with Parquet, DuckDB, and Iceberg

smithclay
4pts4
clay.fyi 11mo ago

The unexpected joy of Claude Code on your iPhone

smithclay
1pts1
www.uber.com 1y ago

Genie: Uber's Gen AI On-Call Copilot

smithclay
2pts0
medium.com 1y ago

Rebooting San Francisco Royalty: Emperor Norton Meets GenAI

smithclay
1pts0
www.otelbin.io 2y ago

OTelBin: Web-based tool to facilitate OpenTelemetry collector configuration

smithclay
9pts1
monitoring2.substack.com 3y ago

Large Language Model Observability

smithclay
3pts0
monitoring2.substack.com 4y ago

Where are all those monitoring startups now?

smithclay
2pts0
monitoring2.substack.com 6y ago

Service Meshes, Kiali, and Continuous Verification

smithclay
2pts0
monitoring2.substack.com 6y ago

Coding and Tracing Workflow Remix (Feat. Dark)

smithclay
2pts0
monitoring2.substack.com 6y ago

Chaos, Complexity, and Microservice Catalogs

smithclay
1pts0
monitoring2.substack.com 6y ago

Observability Pipelines at Kubecon

smithclay
46pts5
medium.com 7y ago

TCP/IP over Amazon Cloudwatch Logs

smithclay
8pts0
medium.com 8y ago

Generating an ICO white paper using RNNs

smithclay
4pts0
medium.com 8y ago

Running Selenium Tests and Headless Chrome on AWS Lambda

smithclay
2pts0
istio.io 9y ago

Istio: An open platform to connect, manage, and secure microservices

smithclay
21pts1
ferrisellis.com 9y ago

EBPF, Part 1: Past, Present, and Future

smithclay
1pts0
www.cahsrblog.com 9y ago

Hyperloop Expected to Cost Far More Than Originally Stated

smithclay
4pts0
code.facebook.com 10y ago

Mobile performance: Tooling infrastructure at Facebook

smithclay
1pts0
clay.fail 10y ago

Hipster HTTP/2 with Docker Containers, Digital Ocean, and Let's Encrypt

smithclay
2pts0
cloud.google.com 10y ago

Writing Cloud Functions

smithclay
81pts67
cariboudigital.net 10y ago

Winners and Losers in the Global App Economy

smithclay
3pts0
github.com 10y ago

Serverless Framework – Web, Mobile and IoT Apps Running on AWS Lambda

smithclay
2pts0
irace.me 10y ago

Profiling your Swift compilation times

smithclay
4pts0
www.shinobicontrols.com 10y ago

iOS 9 Day-by-Day: A review of iOS 9 for developers [pdf]

smithclay
1pts0
www.kickstarter.com 10y ago

Shield: The World's First Signal Proof Headwear

smithclay
3pts1
jots.pub 10y ago

A Survey of Personal Data Sharing to Third Parties by Mobile Apps

smithclay
2pts0
ir.newrelic.com 10y ago

New Relic Acquires Opsmatic

smithclay
4pts0
www.pagerduty.com 10y ago

Event Enrichment Platform (EEP) Acquired by PagerDuty

smithclay
2pts0
queue.acm.org 10y ago

ACM CTO Roundtable: Virtualization (2008)

smithclay
3pts0

As someone who lives in central San Francisco: Costco is amazing with a cargo bike (or Waymo off-peak).

Haven't had Amazon Prime for 2+ years and don't miss it, but would definitely miss my Costco membership.

Been working on open-source projects involving storing and querying observability data (metrics, logs, traces) in parquet[0] and have been frustrated with the usability of Apache Iceberg … despite strongly agreeing and wanting to use an open storage format and catalog.

This makes Ducklake much more interesting for my use case, excited where this is going.

[0] https://github.com/smithclay/duckdb-otlp

The Claude Code analytics space is really interesting to me right now as well, this is cool.

I'm coming at it from more of the data infrastructure side (e.g. send all of your logs and metrics to a cheap Iceberg catalog in the cloud so you have a central place to query[1]) but also check out https://github.com/tobilg/ai-observer -- duckdb popping up everything to make this interesting and easy.

[1] https://github.com/smithclay/otlp2pipeline

High-quality digital twins of complex software does not bode well at all for a lot of SaaS companies.

For customers, it makes migrations much easier and less-risky between vendors.

For the vendors themselves, it means you can cheaply and reliably port features your competitors have that you don’t have.

This looks cool, love the approach of a more "pythonic" infra as code -- have also noticed this pattern in Modal [1] and Ray [2] and all for it.

[1] https://modal.com/docs/examples/hackernews_alerts [2] https://docs.ray.io/en/latest/ray-overview/getting-started.h...

edit: forgot to mention StackQL [3], which is somewhat similar but takes a SQL-first vs python-first approach. The IaC space is about to get a lot more interesting.

[3] https://stackql.io/docs

This is part of a bigger consolidation trend, AI hype or not: which general-purpose data vendor gets to store and query all of your observability and business data?

Snowflake acquired Observe last week, AWS made it easy in December to put logs from Cloudwatch in their managed iceberg catalog, and Azure is doing a bunch of interesting stuff with Fabric.

The line between your data lake/analytics vendor and observability vendor is getting blurry.

This is an emerging pattern that’s surprisingly powerful: thick clients that embed wasm query engines (pglite, duckdb) and do powerful analytics (with or without AI agents writing the queries).

Below are two examples using duckdb under the hood for similar purposes. Like the author, excited for this type of architecture making semi-advanced analytics more attainable if you’re not a data engineer.

- https://pandas-ai.com/ - https://marimo.io/

Agree with the author, will add: duckdb is an extremely compelling choice if you’re a developer and want to embed analytics in your app (which can also run in a web browser with wasm!)

Think this opens up a lot of interesting possibilities like more powerful analytics notebooks like marimo (https://marimo.io/) … and that’s just one example of many.

Kudos to Ben for speaking to one of the elephants in the room in observability: data waste and the impact it has on your bill.

All major vendors have a nice dashboard and sometimes alerts to understand usage (broken down by signal type or tags) ... but there's clearly a need for more advanced analysis which Tero seems to be going after.

Speaking of the elephant in room in observability: why does storing data on a vendor cost so much in the first place? With most new observability startups choosing to store store data in columar formats on cheap object storage, think this is also getting challenged in 2026. The combination of cheap storage with meaningful data could breathe some new life into the space.

Excited to see what Tero builds.

This is great. If you’re skeptical, vibe coding in the go is great because of how async the agentic coding workflows can be. Nothing like fixing a bug in the dentist office.

Lots of different technical solutions for how to do this, including the Claude and ChatGPT mobile apps nowadays. I use Tailscale. Choose what works best for you and enjoy.

Malleable Software 11 months ago

My favorite "malleable" example this past week that I recommend: using Gen AI to rewrite, customize, or create dotfiles* for your laptop/desktop.

Defining a bespoke system config was always something that never had the time, desire, or deep familiarity with various config formats to do. With Claude Code or ChatGPT can now generate Wezterm/tmux/neovim/etc config files and get exactly what I want not knowing a single thing about specific config file formats.

* https://dotfiles.github.io

This is also true of (technical) product managers from an engineering background.

It's been amazing to spin up quick React prototypes during a lunch break of concepts and ideas for quick feedback and reactions.

There’s a hack if you work in Developer Relations for a tech company.

1. You write the book as part of your job during the workday. 2. Your company buys the published book to distribute at events and conferences for free. 3. The book seems successful and you get paid. 4. The book gives you credibility in industry events and may even help you get a special visa if you need one.

Full disclosure: I have never written a technical book, but you should if you work in Developer Relations.

I liked using LangChain and their docs this year to learn basic patterns (RAG, summarization, etc) as someone completely new to the LLM space.

LangChain gets a lot of pushback in production scenarios, but think going through some of their tutorials is a very reasonable way to get learning more about how you could apply gen AI for various use-cases.

If you enjoy Anchor, highly recommend Olfactory in Dogpatch… which is a rare (very new) SF brewery specializing in lagers and pilsners which are excellent.