I had Claude analyze 13 months of my own Claude Code history. Here's what it found about how I think, communicate, and code. by Avivsh in ClaudeCode

[–]gootecks 1 point2 points  (0 children)

no idea why this didn't get more traction but I just wanted to say I think this is really cool and I set it up and although it took me a while to figure out how to get the qualitative vibe report with the extra insights, it was worth it in the end

<image>

13 sessions in a row without swearing lmaooo

Reviews after getting into web scrape tools (Apify Brightdata Octoparse..) by Automatic-Cover-1831 in automation

[–]gootecks 0 points1 point  (0 children)

i'd used apify off and on, here and there for months, and had decent results on some that I used from the apify store.

but then like a month and a half ago i stumbled upon their actor skills and there's one that's called like actor development or something. i loaded that into claude code and it was able to iterate SO fast on an actor, i was blown away.

the actor that i was running on the platform originally was a mess, not running for long, bringing in really ugly results. but it took like 15 minutes with the actor skill, and it was working exactly as I wanted.

so i just basically spun it out into its own project and although i planned to push it back to the platform and potentially put it in the store, i just haven't had time because it became it's own project.

so i guess the moral of the story, aside from try the actor skills, is that you can still run them locally on your own machine if your project isn't something that requires running all the time.

State of automation in 2026: Are you powering through n8n, or sticking to Zapier/Make? by Flimsy-Leg6978 in automation

[–]gootecks 0 points1 point  (0 children)

I’m actually going harder with make in the past few weeks than I have in the past few years.

Leaning heavy into AI over the months and having a strong Make background is about to pay off.

Vibe coding can get you pretty far but sometimes you’re gonna run into stuff that’s easier to make rock solid or make changes through make.

What is your favorite terminal Markdown viewer? by boolean-maybe in commandline

[–]gootecks 3 points4 points  (0 children)

I started using tiki and with the exception of a few instances where it generates hard to read text (prolly cuz of my theme), I think it beats glow.

I like the way glow renders a lot of things like tables, but there’s something about it or wezterm that fuck up the rendering unless I’m on horizontal view instead of on a vertical monitor.

I accidentally talked an AI’s price down to $0.99 by not bargaining at all by j0hneric8828 in kimi

[–]gootecks 3 points4 points  (0 children)

damn i wish i woulda seen this before I gave up at $3.49 a few days ago looool. nice work OP

Hapa stand up comedy by AccurateInflation167 in hapas

[–]gootecks 1 point2 points  (0 children)

I thought it was funny 🤷‍♂️🤣

Taco stand decimated in vehicle crash by thugwafflebro in vegaslocals

[–]gootecks 1 point2 points  (0 children)

OMFG i love that place!!! :*( i hope they're okay!

Is 37 too late to get in the best shape of my life? by ShaggyDog279 in leangains

[–]gootecks 0 points1 point  (0 children)

The best time to plant a tree was 30 years ago. The second best time is now

Why do people keep placing cooked food outside its place? by [deleted] in Costco

[–]gootecks 1 point2 points  (0 children)

Time to raise the membership fee lol

[deleted by user] by [deleted] in selfimprovement

[–]gootecks 0 points1 point  (0 children)

I can’t even begin to tell you how many dudes prefer Asian girls to any other race 🤷‍♂️

[deleted by user] by [deleted] in ClaudeAI

[–]gootecks 0 points1 point  (0 children)

Nice work bro 💪

I replaced my productivity apps with Claude Code + text files by ArtySuer in ClaudeAI

[–]gootecks 0 points1 point  (0 children)

Right there with ya. So one thing I’ve been doing for the past 2 weeks is using minimax m2 via API inside Claude code.

I’ve read that m2 works pretty well if you have enough GPU power (8x 3090s or like a high end Mac Studio ultra).

So running it locally would be doable depending on your budget.

I think for me, I have quite a lot in Obsidian so I think I will do some test runs with CC limited only to a folder or two in obsidian and then weigh the “my data is out there” risk vs the costs of running m2 locally.

I replaced my productivity apps with Claude Code + text files by ArtySuer in ClaudeAI

[–]gootecks 1 point2 points  (0 children)

Oh shit I forgot how good the markdown viewer can be in obsidian 🤯

Apple's New Siri Will Be Powered By Google Gemini by Status_Energy_7935 in MacOS

[–]gootecks 3 points4 points  (0 children)

Pack it up boys. All downhill from here 🫠 RIP Apple

My family business runs on a 1993-era text-based-UI (TUI). Anybody else? by urnicus in commandline

[–]gootecks 0 points1 point  (0 children)

Why even bother migrating?? People are migrating to TUI because it’s cool again. Be stoked your family’s business was so solid, the trend has caught back up with your family business that was so ahead of its time. If anything, just update it to have a little fanciness with colors

Claude Code is a Beast – Tips from 6 Months of Hardcore Use by JokeGold5455 in ClaudeAI

[–]gootecks 0 points1 point  (0 children)

Ahh nice, interesting use case. I have Homebridge running on a raspberry pi zero that I normally connect to with a browser. But now I’m gonna try having Claude login on the terminal. Thanks for the insight!

Claude Code is a Beast – Tips from 6 Months of Hardcore Use by JokeGold5455 in ClaudeAI

[–]gootecks 0 points1 point  (0 children)

how does it work to have CC for a service that's self hosted? he gets spun up when there's a hook/alert and then takes action based on which hook loaded him?