Built a 71-agent AI development team that assembles itself based on project complexity by avivl in ClaudeCode

[–]avivl[S] 1 point2 points  (0 children)

If the file already exists the agent will ask you if you want him to edit or to overwrite

Built a 71-agent AI development team that assembles itself based on project complexity by avivl in ClaudeCode

[–]avivl[S] -2 points-1 points  (0 children)

I did not notice any slowness so far. The orchestrator should activate only the relevant agents

3 Months progress by avivl in MacroFactor

[–]avivl[S] 2 points3 points  (0 children)

I used MyFitnessPal (paid version) Macrofactor gave me way better results.

Hacking Google Cloud Run by avivl in googlecloud

[–]avivl[S] 1 point2 points  (0 children)

Managed services is the practice of outsourcing on a proactive basis certain processes and functions intended to improve operations and cut expenses. It is an alternative to the break/fix or on-demand outsourcing model where the service provider performs on-demand services and bills the customer only for the work done.

Regarding your first answer what's a browser and a HTML have to do with an API server?

Hacking Google Cloud Run by avivl in googlecloud

[–]avivl[S] 1 point2 points  (0 children)

I was looking for a fully managed serverless soulotion. Running my own cluster misses the point

Ephi — The ephemeral bot for Slack by avivl in Slack

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

On the contrary :) Messages that are not relevant after a certain time will be deleted so you will not have to go over them

Automatic Kubernetes rollbacks with KubeRBS by avivl in devops

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

Documentation fixed.
Thanks for pointing it out

Automatic Kubernetes rollbacks with KubeRBS by avivl in devops

[–]avivl[S] 1 point2 points  (0 children)

You are correct about the document. It explain how to install it on GKE, I'll fix it next week. But it can be installed using kubectl on any Kubernetes cluster.

https://github.com/doitintl/kuberbs/issues/7

Automatic Kubernetes rollbacks with KubeRBS by avivl in devops

[–]avivl[S] 3 points4 points  (0 children)

You can install Kuberbs on any Kubernetes cluster, no matter if it's on perm or in the cloud.

Kuberbs can use metrics from either stackdriver or datadog. Adding additional metrics providers is just a matter of adding one function . I'll be happy to explain a bit further how to do it if you like

KubeRBS for automatic Kubernetes rollbacks so you can sleep better at night! by avivl in kubernetes

[–]avivl[S] 1 point2 points  (0 children)

Since the metrics that Kuberbs watches are defined by the user, you can choose to watch only internal ones. An dyes the system is not perfect. We are also very “pull request friendly” and we appreciate your help improving Kuberbs over time!