Spyke

Replies

Comment on

You're the only carpenter in town.

He's obviously annoyed because the Client didn't specify all dimensions needed to build what they think they want, so he knows he's in for a world of pain when he has to discuss what the original Scope of Work was after he's done and they're dissatisfied. I'm sorry, Jesus.

Comment on

The vibecoders are becoming sentient

Reply in thread

I've also found it useful for simple Python scripts when I need to analyze data. I don't use pandas/scipy/numpy/matplotlib enough to remember the syntax and library functions. With vibe coding it, I can have a script in minutes for reading a csv with weird timestamps, scale some of the channels, filter out noise or detrending, perform a Fourier transform, and do a curve fit towards a model.

But then obviously I know every intermediate step I want to do.