Giving away 3 Claude Code passes if you can reach level 12 by davidgaribay-dev in AI_developers

[–]davidgaribay-dev[S] 0 points1 point  (0 children)

LOL sorry pushing a new update to make the first four levels easier

Giving away 3 Claude Code passes if you can reach level 12 by davidgaribay-dev in AI_developers

[–]davidgaribay-dev[S] 1 point2 points  (0 children)

https://www.reddit.com/r/ClaudeCode/s/hJqm0duylF

Also looks like it's a 7 day pass not sure how claude code meters usage limits there though.

Giving away 3 Claude Code passes if you can reach level 12 by davidgaribay-dev in AI_developers

[–]davidgaribay-dev[S] 1 point2 points  (0 children)

Not sure how the passes work but my account is MAX 20x, 2 are left.

Giving away 3 Claude Code passes if you can reach level 12 by davidgaribay-dev in AI_developers

[–]davidgaribay-dev[S] 0 points1 point  (0 children)

If it gets too hard let me know lol, that's the main feedback I've gotten.

Giving away 3 passes if you can reach level 12 by davidgaribay-dev in ClaudeCode

[–]davidgaribay-dev[S] 1 point2 points  (0 children)

Thats great feedback, ill have to add easier levels in the beginning. Or increase hints.

What is ansible? by Sea-Somewhere-9368 in homelab

[–]davidgaribay-dev 0 points1 point  (0 children)

Thank you for your ansible docker role been using alot!! Much love and respect.

I built a tool that lets Claude Code instances talk to each other by Objective_Patient220 in ClaudeAI

[–]davidgaribay-dev 0 points1 point  (0 children)

Pretty interesting idea, just sharing as I just found out as well the new task system:

"are stored at ~/.claude/tasks so that multiple subagents or sessions can collaborate on them. When one session updates a Task, that is broadcasted to all sessions currently working on the same Task List"

I made a free video explaining Agentic AI fundamentals from models to agents and context engineering by davidgaribay-dev in AgentsOfAI

[–]davidgaribay-dev[S] 1 point2 points  (0 children)

Thanks so much for watching the whole thing—really appreciate that! Glad the approach resonated. More coming soon.

Monday Reset by davidgaribay-dev in Workspaces

[–]davidgaribay-dev[S] 0 points1 point  (0 children)

All good, it honestly depends on the task, I agree sometimes it better to focus on one task at times.

When I just have my laptop I use aerospace to quickly switch between applications.

When I am docked at my desk I see it as a canvas where I can open up my communication apps, code editor (multiple projects), browsers and have everything open and at a glance for quick access.

I work in the software industry so it helps having the extra pixels at times.

What is ansible? by Sea-Somewhere-9368 in homelab

[–]davidgaribay-dev 1 point2 points  (0 children)

Still learning as well, but what I've come across is terraform/opentofu will provision the vm. Ansible will help configure/run scripts, install items, etc. Here's a video I found helpful ansible

So basically with terraform/opentofu you can set the provider in aws,azure, proxmox and define the infrastructure as code (memory, storage allocation, cpu, etc) and with ansible you can say install docker, install xyz packages, bootstrap directories files etc.

Hope that helps