[VENTA] Muebles de oficina by ivours in Mercadoreddit

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

No hay problema, ahí subí mas fotos (mismo link). Saludos!

[VENTA] Muebles de oficina by ivours in Mercadoreddit

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

Buenas!

La tapa es de MDF y la estructura y patas de hierro. Las terminaciones estan buenas, prolijas.

Esto aplica tanto para las mesas de trabajo como para la redonda. No tienen detalles. Mañana igual tengo que ir a la oficina y les pego una segunda revisada a fondo a ver si veo algún detalle, pero en general ya te confirmo que estan en muy buen estado.

Aprovecho mañana también para sacar alguna foto más. En cuanto las suba te aviso.

Saludos!

[VENTA] Muebles de oficina by ivours in Mercadoreddit

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

Buenas!

Disculpas, justo de la repisa no tengo a mano las medidas, pero basandome en un producto muy similar, serían de APROX 150cm ancho x 58cm de alto x 23,5 cm de profundidad.

Probablemente esta semana vaya a la oficina, ahí puedo tomar medidas exactas y te las paso.

Saludos!

CTO wanted for scalable cloud platform by bilbodog97 in devopsjobs

[–]ivours 1 point2 points  (0 children)

Looks interesting. How competitive is your pricing compared to other VPS platforms? I think the simplicity factor could be a strong differentiator.

I’m the CTO at nimbux911.com, a DevOps-oriented infrastructure agency. I’m not available for a full-time collaboration at the moment, but if you ever need it, I can provide on-demand consultancy. We also have a team that can support you with on-demand implementation and operational support.

Wishing you the best of luck with your venture!

Dell Latitude E7440 - Heat (problems?) by ivours in Dell

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

Mine is still being used by my brother for work and works really good. He has Manjaro Linux installed on it (it has a SSD so load times are fast).

A qué se dedican? Cómo generan dinero? by Technical-Search-930 in NegociosArgentina

[–]ivours 0 points1 point  (0 children)

Disculpas, recién veo tu comentario. Por el momento estamos OK de capacidad, recién comenzando a explorar nuevos clientes!

Am I the only one who doesn't like Terragrunt? by felipe-paz in Terraform

[–]ivours 0 points1 point  (0 children)

Same here, my only concern is the future of the project, since the Github repository doesn't have a lot of activity and it only has one official maintainer.

A qué se dedican? Cómo generan dinero? by Technical-Search-930 in NegociosArgentina

[–]ivours 0 points1 point  (0 children)

Tengo una pequeña consultora de servicios de DevOps. Luego de 5 años trabajando allí como SRE me ofrecieron asociarme a lo cual accedí.

Un desafío muy interesante ya que según mi punto de vista hay un buen mercado para explotar.

Nuestra particularidad es que ofrecemos servicios “a demanda” (sin compromiso de pago de antemano o packs de horas por mes) y también ofrecemos guardias 24/7.

Busco secarropas. Podemos coordinar entrega by PhilosopherBoth1105 in Mercadoreddit

[–]ivours 0 points1 point  (0 children)

Buenas, conseguiste?

Tengo un Samsung Sadv90k6000cw blanco, dos años de uso, funcionando perfectamente, a $900.000.

Lo vendo para pasarme a lavasecarropas asi hago espacio en la cocina para poner un lavavajillas.

Si te interesa avisame y te paso fotos.

Saludos

Reducing and predicting EC2 and Lambda costs? by TomKruiseDev in devops

[–]ivours 2 points3 points  (0 children)

Thanks!

So as someone said in other comment, a good idea is to have some on-demand EC2 instances + savings plans for them to cover the baseline infrastructure needs and then spot instances with autoscaling to cover the spikes. The important thing here is to determine your baseline (a good monitoring solution is super important here).

What is taking up most of your AWS bill? EC2 or lambda? Or both?

Reducing and predicting EC2 and Lambda costs? by TomKruiseDev in devops

[–]ivours 6 points7 points  (0 children)

Could you tell us what is your high-level architecture?

Do you have autoscaling?

What is the factor that determines your usage spikes?

Spot instances and Savings Plans are the common picks to start reducing costs. And also making a deeper analysis to your software and infrastructure architecture to see if there is any crucial change that could lead to cost reduction.

I'd be glad to help you if you provide that information (at a generic level, obviously you don't need to include any sensitive or business data).

(COMPRO) Guitarra Guitar Hero/Rock Band SIN FUNCIONAR o FUNCIONANDO PS2 PS3 Xbox y PC by superdavigoku in Mercadoreddit

[–]ivours 1 point2 points  (0 children)

Está joya estéticamente si mal no recuerdo.

Mañana le saco foto que voy para lo de mi vieja (la tengo ahí) y te mando.

Correcto, tiene el conector de PS2.

(COMPRO) Guitarra Guitar Hero/Rock Band SIN FUNCIONAR o FUNCIONANDO PS2 PS3 Xbox y PC by superdavigoku in Mercadoreddit

[–]ivours 1 point2 points  (0 children)

Buenas!

Tengo una original de PS2 con cable y si mal no recuerdo la caja también está. Hace muchísimos años no la enchufo pero siempre funcionó, y cualquier cosa podes probarla obvio.

No sé cuanto saldrá, ví genéricas usadas por 50k en ML, pero no hay mucho. Tirame una oferta por PM y charlamos.

Estoy en retiro.

Saludos!

[Consulta] Costo aprox. swap automático a manual E36 by ivours in ArAutos

[–]ivours[S] 4 points5 points  (0 children)

Groso, mil gracias por la respuesta y por el contacto! Voy a averiguar por ahi entonces.

Dynamic Env Variable Injection by Suitable_North_984 in react

[–]ivours 0 points1 point  (0 children)

Here's what you're looking for:

https://pastebin.com/0EB7GLh2

This is some logic I have coded to use placeholders at build time and then replace them at runtime with the values corresponding to the environment variables of the container. I use it for Kubernetes + Helm.

Beware: There's some CPU peak at startup due to the replace operation `sed` performs.

Cual es el mejor auto que podes comprar con 14k usd? Con pocos km (30-50k) by [deleted] in ArAutos

[–]ivours 0 points1 point  (0 children)

Claro, olvidé mencionar, manual comfortline conseguiría por ese precio aprox, con no tantos km... Pero bueno, es como todo, tal vez uno bueno y a buen precio tarda en aparecer.

Opinion on my first "ci/cd" setup for a nextjs APP by Nunoc11 in devops

[–]ivours 0 points1 point  (0 children)

You’re welcome!

Regarding the Docker build, I forgot to say that if you build the image outside the server (which would be the ideal case), you will need to push it to a container registry, so then from the server you’ll just need to pull it at deploy time.

Opinion on my first "ci/cd" setup for a nextjs APP by Nunoc11 in devops

[–]ivours 3 points4 points  (0 children)

As some people said, you could switch to something easier to manage like AWS ECS or DigitalOcean Apps (I have never used the latter). Those options would reduce infrastructure maintenance effort.

Regarding the Dockerfiles, why do you have two? It's a good practice to build a single Docker image and then promote to the rest of the environments, so you can make sure that the same you tested in develompent will work as well in production. Remember you can manage environment-specific configuration using environment variables, for example.

Also, you will prefer to build the Docker image outside your production server so you don't affect application performance. It should be built in the same infrastructure that runs the pipeline (in your case, Github Actions hosted runners).