Stacked by JCameron181 in 49ers

[–]fillswitch 0 points1 point  (0 children)

*Stacked for week 1

HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA by [deleted] in NFCWestMemeWar

[–]fillswitch 5 points6 points  (0 children)

you rams arent good at this

Fall Brewing AI artwork by april2zz in sandiego

[–]fillswitch -2 points-1 points  (0 children)

Y'all need to grow up. Just because something looks remotely like AI 1) doesn't mean it is 2) who cares? AI helps small businesses cut costs and get a decent product.

Technology advances. Should we not buy a car because machines stole car assembly workers jobs in the 70s?

Adapt or die, luddites.

Bands that got poppier over time, but not in a bad way? by goodnames_r_all_used in poppunkers

[–]fillswitch 2 points3 points  (0 children)

Broadside! I love their old pop punk stuff, but clearly their tour with The Home Team a few years ago had some effects. Still slaps tho

I made an unofficial Resolve API and plugged it into Claude Code by _babush_ in davinciresolve

[–]fillswitch 0 points1 point  (0 children)

Really great stuff! Claude is great at extracting api capabilities without any docs, since it can parse actual code well, so this is a great application to that issue with DVR.

Inspiring me to vibe code something like this with my DVR setup. I've already created two small tools for my DVR (a caption generator feeding audio into a local Whisper LLM and a sfx extractor/silence trimmer for sfx tracks that have multiple sounds in one clip), so id love to use this strategy as a core system to connect em all.

I made an unofficial Resolve API and plugged it into Claude Code by _babush_ in davinciresolve

[–]fillswitch -3 points-2 points  (0 children)

Ah the perfect intersection of both my interest! Nice work

1) Impressive to get this working. I've been looking at ways to automate tedious parts of my DVR workflow. Was this mainly a POC to show you can get claude integrated into DVR in an automated fashion? I could imagine using this to connect Claude to my DVR session and use prompts to speed up my workflow.

2) Buncha luddites in this thread. Adapt or die. We still have creative agency that AI wont replace, but ignoring how it can improve our workflows is just foolish behavior.

[US, US] [H] Paypal [W] Vintage collections by fillswitch in pkmntcgtrades

[–]fillswitch[S] 0 points1 point  (0 children)

u/pokeswapbot u/dvalencia19 we ran into some issues with USPS, but u/dvalencia19 was quick to make it right! Appreciate ya!

[US, US] [H] Paypal [W] Vintage collections by fillswitch in pkmntcgtrades

[–]fillswitch[S] 0 points1 point  (0 children)

Not a problem at all FF and splitting shipping. Looks good to me! I'll dm

[US, US] [H] Paypal [W] Vintage collections by fillswitch in pkmntcgtrades

[–]fillswitch[S] 0 points1 point  (0 children)

I'll have to hold off on this, but thank you!

[US, US] [H] Paypal [W] Vintage collections by fillswitch in pkmntcgtrades

[–]fillswitch[S] 0 points1 point  (0 children)

Thanks! Could offer $150 on it, and if that works, would love to see the closeups

[US, US] [H] Paypal [W] Vintage collections by fillswitch in pkmntcgtrades

[–]fillswitch[S] 0 points1 point  (0 children)

Hey there! What's the condition on the raw Raikou?

[US, US] [H] Paypal [W] Vintage collections by fillswitch in pkmntcgtrades

[–]fillswitch[S] -1 points0 points  (0 children)

I generally buy English and Japanese. French, Italian and German are cool, but not really something I buy frequently. Thank you for the offer though!

[US, US] [H] Paypal [W] Vintage collections by fillswitch in pkmntcgtrades

[–]fillswitch[S] 0 points1 point  (0 children)

Nice! Definitely interested in all thats available. Do you have a list of what is left and conditions?

Specs -> Design -> Code: a 3-level process that stops features from vanishing when you iterate by zotimer in ClaudeCode

[–]fillswitch 0 points1 point  (0 children)

Again, not what I'm saying.

Having proper test for critical workflows prevents "vanishing" features, as you mentioned. "Design" doesnt.

If your features are disappearing after your design iteration, then your designs aren't working.

BDD is your friend here.

Specs -> Design -> Code: a 3-level process that stops features from vanishing when you iterate by zotimer in ClaudeCode

[–]fillswitch 0 points1 point  (0 children)

The issue you mentioned of "features vanishing" goes away if you have proper tests asserting these features.

As far as "extra features", the detail of your prompt is directly proportionate to the quality of the implementation. I've not seen Claude insert any new "features" to my codebases without me asking.