HN user

wizenheimer

78 karma
Posts11
Comments14
View on HN

Ran into Palmier on X and had to try it with Claude. I have to admit, my first impressions were pretty good. The one thing I found myself wishing for was a way to describe stuff better. Sometimes I know exactly what effect I’m looking at in a video, but I have no idea what it’s called, which makes it hard to recreate. Maybe a library for visual effects with prompt examples woudl have made it easier :)

Looks interesting. For someone already comfortable with Triton, what's the strongest argument for choosing cuTile Rust instead?

Is the main differentiator the ownership-based safety model, tighter integration with Rust ecosystems, or idk are there workloads where the Tile IR pipeline has advantages beyond language ergonomics?

I shipped a QA harness for Claude Code. Instead of clicking through flows by hand, it reads your code diffs, identifies the affected UI flows, and tests them in real browser

Plus after each run you get screen recordings with console logs, network requests, HARs, and Playwright traces so you can inspect exactly what the agent did :)

https://github.com/wizenheimer/canary

P.S. I attempted to do a Show HN but got flagged for some reason

[dead] 2 years ago

Wayback - monitors your competitors so you don't have to. Built using Cloudflare Workers, R2, D1, Workflows, Queues and Resend.

Imagine this. You stumbled across this insane search technique, which knows what you want. It doesn't care if you know the exact keywords or not, it just gets what you're after. We call it Vector Search / Semantic Search. Cool stuff right? You don't have to be a keyword wizard to get your stuff. But there's a problem.

Unlike it's keyword search counterpart it expensive. Order of magnitude expensive. All because you need to maintain a vector search index and keep it available server side.

Enter Tinkerbird. This little library takes the heavy lifting and pushes it client side. Stream your embeddings, front it via CDN or cache it on client. Now you get benefits of vector index without the costs of maintaining one.