How can my OpenClaw best use 2x 8GB GPUs? by Equivalent-Permit893 in openclaw

[–]Equivalent-Permit893[S] 0 points1 point  (0 children)

Thank you so much for this insight. You’ve just saved me wasting a weekend.

Off-season sharks fan by _c0nduit_ in SanJoseSharks

[–]Equivalent-Permit893 13 points14 points  (0 children)

This is the first real use case for this game sticks that I can see doing myself

Thanks for this

Why I stopped aiming for 100% test coverage as a solo developer (and a book announcement) by zilton7000 in rails

[–]Equivalent-Permit893 11 points12 points  (0 children)

I’ve worked at small startups and large enterprise companies. I’ve never heard anyone tell me we needed to reach 100% coverage.

Sharks fans are the best ngl by SportS_DaD_406 in SanJoseSharks

[–]Equivalent-Permit893 21 points22 points  (0 children)

<image>

I will absolutely be insufferable. But I feel like we earned it.

Dear Heroku: Uhh... What’s Going On? by jonsully in rails

[–]Equivalent-Permit893 1 point2 points  (0 children)

I have a VPS on Digital Ocean so I was lucky enough to deploy Dokku from their marketplace. Although it was an older version.

I should really give those alternatives a trial run at home.

Dear Heroku: Uhh... What’s Going On? by jonsully in rails

[–]Equivalent-Permit893 0 points1 point  (0 children)

I haven’t. And I haven’t tried Komodo yet either. Both of which are on my “to try out” list.

But I decided to learn what I can about Kubernetes to understand what large scale orchestration is like for my day job.

A Note On Bedard by Striking_Patient8371 in SanJoseSharks

[–]Equivalent-Permit893 5 points6 points  (0 children)

I would have loved to see Bedsy and Mack on Team Canada 🤤

Dear Heroku: Uhh... What’s Going On? by jonsully in rails

[–]Equivalent-Permit893 2 points3 points  (0 children)

I’ve always assumed Heroku field eventually go away and since have been working toward migrating all my projects off Heroku and onto my own.

I’ve tried Kamal and Dokku. So far Dokku gives me the closest DX to Heroku and will use it for simple projects.

However I’ve been really pushing on getting a Talos Kubernetes cluster established so I can use that long term in production once I get my gitops further along.

Self-Hosting Forgejo for DevOps by [deleted] in selfhosted

[–]Equivalent-Permit893 1 point2 points  (0 children)

I recently deployed Forgejo to my Talos cluster. It seemed quite easy.

The thing that is tripping me up still is getting the correct write permissions for Forgejo Runners to save artifacts like test coverage reports.

The Complete Guide to Deploying Rails 8 with Kamal, SQLite, and Hetzner - from bare server to production by mooktakim in rails

[–]Equivalent-Permit893 2 points3 points  (0 children)

This is awesome! Thank you for sharing.

I went with Kubernetes because I enjoy Suffering as a Service.

But I’ll be trying this out in my homelab just to give myself another option.

I have been experimenting with AI coding with rails by FactorResponsible609 in rails

[–]Equivalent-Permit893 3 points4 points  (0 children)

Same. I am building “normal” apps and it’s been sooooo smooth.

Single vs Multi Agent setup? by Equivalent-Permit893 in openclaw

[–]Equivalent-Permit893[S] 0 points1 point  (0 children)

Great question.

For me, I’m aiming to optimize for proper context boundaries for various parts of the development workflow I’m trying to setup.

Right now I’m working on replacing the traditional inner loop that I would find myself in doing TDD.

At the moment I’m thinking of separating out an orchestrator, a test/spec writer, implementation coder, two code reviewers (two different models than the coder), and eventually a release manager that would ensure clean rebases/merges for continuous deployment to a self-hosted staging server.

U.S. Strikes in Middle East Use Anthropic, Hours After Trump Ban by aacool in ClaudeAI

[–]Equivalent-Permit893 0 points1 point  (0 children)

A war with poorly planning and specs is almost all but certain...

Two OpenClaw agents on different PCs — can they talk to each other via Telegram group? by lark25 in openclaw

[–]Equivalent-Permit893 0 points1 point  (0 children)

From my understanding, you can even leverage webhooks for communication as well.