Kuba Martin
kubamartin.com
Kuba Martin
@kubamartin.com
Director of R&D Engineering @ Spacelift; various open-source stuff on GH

developer/devops/data tooling, distributed systems, databases, and lots of other tech stuff

Reddit/HN/GH:cube2222

Opinions my own.
If they’re using the awscc provider, which has been stable for a while now and is also 1:1, they got it 4 days ago, right?

github.com/hashicorp/te...
Releases · hashicorp/terraform-provider-awscc
Terraform AWS Cloud Control provider. Contribute to hashicorp/terraform-provider-awscc development by creating an account on GitHub.
github.com
April 7, 2025 at 4:21 PM
In practice, I've adopted existing locally-checked out repos with jj, but had to start with cleaning up all those files and removing irrelevant branches, just to keep things clean, but it can be annoying.
February 4, 2025 at 8:17 PM
Glad you liked it!

The reason I advise starting fresh is that with Git I tended to have a lot of unstaged files in my local directory, as well as a ton of local branches.

jj auto-tracks any files in your directory, and also adopts any local branches as bookmarks, so it can get quite messy.
February 4, 2025 at 8:17 PM
Was recently writing a toy SQL to WASM compiler and the spec is, indeed, atrocious.

There's some readable documentation on MDN https://developer.mozilla.org/en-US/docs/WebAssembly/Reference but it doesn't cover all instructions 😞
WebAssembly instruction reference - WebAssembly | MDN
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
developer.mozilla.org
May 10, 2023 at 8:28 PM
Could you expand on the attack vectors this protects against? A frontend for bluesky showing only a subset of a user's skyline / forging messages and trying to impersonate somebody?

I'm specifically curious about the Merkle tree here, not the presence of I.e. key pairs to sign your messages.
May 1, 2023 at 6:55 PM
I wonder if with the glorious API here and moderation still being developed, we’ll see an intermediate phase of mostly AI chatting with AI here. @berduck.deepfates.com is half the equation already :)
April 26, 2023 at 4:56 PM
Otherwise it just goes off track too quickly.
April 26, 2023 at 4:55 PM
I’ve been playing with it a bunch, even did a small local chat app to facilitate the terminal<>chatgpt feedback loop and experiment with the UX (https://github.com/cube2222/cuttlefish), but so far I think you kinda need the power of gpt4 but pricing and speed of gpt3.5 for it to be really useful.
github.com
April 26, 2023 at 4:55 PM