Ben's Avatar

Ben

@bengamble7

Tech sommelier @ Ververica Keeper of ducks, Builder of games Mostly blind๐Ÿฆฏ (its not a hiking stick), He/Him, All opinions my own

503
Followers
544
Following
246
Posts
24.04.2023
Joined
Posts Following

Latest posts by Ben @bengamble7

Literally every train today has had the wrong announcements on it... The idea of the Cambridge to London train talking about places on the coast turned into a fun bit of trivia when it came to trying to find the train it thought we were on.

But on the underground, it's a bit more concerning.

04.03.2026 16:51 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Had my first case of claude code eating my project folder....
Definitely a surprise. Luckily I pushed everything a few hours ago so I only lost a bit of effort, but restoring things takes a while...

Rebuilding everything it's going to take ages...

Go go gadget CMake...

27.02.2026 13:15 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

One of my learning projects at the moment has been to build a webserver from scratch, but starting from sockets and kqueue (I'm on a mac).

When I started using it, the number of unexpected cases and then actual edge cases exploded....

We really do use http for everything we shouldn't... ๐Ÿ˜…

27.02.2026 13:09 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Today can be summeised as follows
Grumble about trains
Chat about delivery
Opensource a bunch of stuff
Do battle with CMake
Grumble about trains some more

Later it's hopefully :
Chat about kafka
Chat about AI

And maybe even
Play card games

25.02.2026 14:19 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
GitHub - Ugbot/zig-kafka: a library of kafka utilities for zig, including a client SDK a library of kafka utilities for zig, including a client SDK - GitHub - Ugbot/zig-kafka: a library of kafka utilities for zig, including a client SDK

Here's a v0.1 of that #kafka sdk I mentioned :

github.com/Ugbot/zig-ka...

Goals are to be a drop in replacement for Librdkafka and be faster. I like @ziglang, it's got that c level clean feeling with 100% less CMake. Would have worked with the C code but felt like a change.
AI assistance was used

25.02.2026 07:43 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Observability is a chore.
It's definitely the thing you pay for so you don't need it, but it's really really annoying not to have it.
However it should not cost more than the solution you're observing!

24.02.2026 09:23 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Currently having a lot of fun with starrocks, and trying to get it wired up to be my logging and metrics store for my homelab.
Will fall back to clickhouse if I can't.
I really want to only have one platform for observability, as I don't want two storage setups for dev

23.02.2026 21:39 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Install and use UV. It's by far the cleanest option these days

23.02.2026 16:06 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

There are times you can really tell what code the AI models are trained on and it really shows that they read a lot of the books I don't like.

I think half of what I tell the AI is "don't use mutexs", and another common one is: MVC is only for Web tools.

23.02.2026 15:57 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Today was another reminder of the importance of explicit over implicit communication in code, companies & life.

I've got an API surface that implicitly sorts the routes to hit the most specific ones first. But it didn't give explicit warnings or ordering to users.

AI DOESN'T GET IMPLICIT THINKING

23.02.2026 11:08 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Video thumbnail

Tfw you still have some edge cases to fix in your procedural locomotion system #gamedev

21.02.2026 16:02 ๐Ÿ‘ 8881 ๐Ÿ” 2883 ๐Ÿ’ฌ 74 ๐Ÿ“Œ 126

Expected top uses of claude code :
Writing boiler plate, checking specs, code gen.

Actual top uses of claude code :
Build scripts, fixing messy git repos, deal with virtual environments and containers.

It's actually removing the stuff that's just in the way of me writing code...

18.02.2026 13:48 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I got carried away when I finally got to play with Cpp corotines.
I built a Web framework from kqueue upwards.
Claude code helped with the typing, but mostly it seemed to attempt to use mutexs and synchronous code everywhere.
AI makes life easier but it doesn't remove thought.

17.02.2026 22:03 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Tis been quite the off couple of weeks, but Stargate sg1 is back on Netflix, so things are looking up๐Ÿ˜

15.02.2026 11:42 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Using Librdkafka in @ziglang has been completely doable, but it's causing me enough issues that I want a cleaner lib...
Time to build a zig native kafka sdk.
Will open source when I get the last few APIs implementation (queues)

14.02.2026 16:18 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

The fact that the new EU Digital Operational Resilience Act (#DORA)
Semantically overlaps with Devops Research and Assessment (#DORA) metrics is going to cause a lot of AI driven confusion.
The naming doesn't help๐Ÿ˜…

13.02.2026 10:02 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I know databricks has revenue, but their current funding drive is kinda crazy. I wonder who they are buying up next....

10.02.2026 10:53 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

AI can do so many things, but it's ability to do ascii art on command line tools can not be under stated

06.02.2026 14:21 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I'm starting to use claude code differently as I run into the same issues again and again. The biggest one is file size bloat... It's totally fixable by hand but The AI can't deal with 6k lines of code...

I'm calling it a Smithers loop, as I'm giving it a different context each time we loop

05.02.2026 21:36 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Writing a sql query engine is a compiler. Except the language is mostly pre-defined, the users are mostly other tools and everyone thinks it's a solved problem (use postgres)

05.02.2026 09:18 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Today's challenge :
Teach an AI how to use kcache grind.
So far my AI Dev tools can use dtrace, valgrind and perf. But we need to go deeper....
Performance is one of the few ways to reduce TCO cleanly so performance is everyone's problem.

04.02.2026 09:52 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

There's a new dresden files book.
It's one of those: "am I still reading it because it's good, or because I'm invested".
I enjoyed the earlier books at the time as a fun ride through a magical power fantasy, but on reflection I do wonder a bit.
Still bought it, but this is the last auto buy

30.01.2026 13:54 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I've been writing a database from scratch over the last few months with claude code and it's definitely an experience.

The most telling thing is that it really doesn't know anything you don't tell it.

It's a good faster keyboard but it's even remotely good at stuff with lots of moving parts

30.01.2026 09:18 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

An enduring CS memory: a uni computer lab, ~2007.
I was failing at printf and realising how weird it is.
Nearby, students a year ahead were learning Java. I overhear: โ€œwaitโ€ฆ thatโ€™s printf.โ€
Turns out one of them had implemented ALL of printf in Javaโ€”rather than just learning how println works...

27.01.2026 10:10 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Claude code makes CMake only the worst thing in my day once a week rather than every day I work on a Cpp project.

25.01.2026 23:28 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

It's weird what software tests can and can't catch. Especially with AI.

Unit coverage always feels like a vanity metric, as compilers and types should do most of that for you.

When it comes to feature level testing, you can end up catching all kinds of odd behaviour with randomised inputs

23.01.2026 12:02 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I'm all in on UV for this reason

21.01.2026 13:59 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Is this a test? It sounds like a test?

16.01.2026 18:04 ๐Ÿ‘ 5 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Real-Time Data & Apache Flinkยฎ โ€” NYC Meetup, Thu, Jan 15, 2026, 6:00 PM | Meetup Join Ververica and open-source practitioners in New York for a casual, technical evening dedicated to real-time data processing and Apache Flinkยฎ. This meetup is designed

Meet up link :

www.meetup.com/new-york-apa...

13.01.2026 16:24 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

First trip of the new year! I'm in #NYC for the week, talking data, AI and all things distributed!
We're also hosting a meetup (link in next post) on Thursday so please come and say hello, or message for a coffee!

13.01.2026 16:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0