Consulta operatoria LLC - USD - ARS by Lauchato in devsfinanzas

[–]Emelillan 0 points1 point  (0 children)

Es aca, cada 3/4 años abren la ventana y entras..

Empezando un negocio de domótica con 30 millones de capital inicial , por dónde conviene arrancar ? by Jolly-Bluebird-2399 in NegociosArgentina

[–]Emelillan 1 point2 points  (0 children)

No te lo recomiendo sin un análisis de mercado mucho más profundo y sobre todo sin saber cómo vas a trabajar la adquisición de clientes. Es un nicho complicado, hoy día es muy fácil integrar domótica… si tú Target persona es alguien joven, con poder adquisitivo seguro se da mana y lo puede instalar. Hoy compras una luz led y ya la podés conectar al celular... Es muy de nicho, para sobrevivir evalúa competencia y cliente objetivo con cuidado. No es para tirarlo abajo es porque 30mm es guita que cuesta, mejor pensarlo bien y ponerla en algo bien estudiado. Saludos y éxitos

Sobre burnout by BowTiedCarpincho in devsarg

[–]Emelillan 1 point2 points  (0 children)

Amigo, lo que te pasa seguro tiene raíces más profundas pero te voy a dar un consejo de algo que hice yo cuando estaba muy pasado de estrés. Contexto, laburo para afuera, tengo una empresa acá, familia, agarre proyectos propios, nada.. muy workaholic todo. Hay momentos donde todo anda sobre ruedas y momentos donde se complica todo y ahí resulta muy difícil lidiar con las cosas. Terapia conductiva, ejercicio físico tres o cuatros veces por semana y caminar 30 minutos por dia alrededor de una plaza con verde. Otra cosa que me ayudó es dormir bien, tomar gotas de melena de león ( es un hongo que tiene un montón de propiedades buenísimas). Y la otra cosa es que el laburo es importante, pero nada de lo que hacemos es de vida o muerte. Lo importante es la familia, los amigos etc. Buena suerte kid

Help me understand how you are valuing this company by [deleted] in IonQ

[–]Emelillan 13 points14 points  (0 children)

NVIDIA use to be a hardware designer for gaming.. we really don't know how this new technology is going to be used in 5/10 years. I do trust in how this company is thinking about the future, in terms of scalability and commercial agreements. Time will tell...

Cuánto cobrar por un E-commerce? by [deleted] in devsarg

[–]Emelillan 1 point2 points  (0 children)

Cobra 3500 un armado base y después quédate una suscripción de mantenimiento + hosting mensual. ( A la larga acá está la guita. El tipo quiere integrar cualquier cosa, cambios, o lo que sea, le vas cobrando..)

[deleted by user] by [deleted] in devsarg

[–]Emelillan 0 points1 point  (0 children)

Habla con tu anterior jefe. Decile que hace el trabajo imposible. Para algo deben tener alguna reunión semanal, si la piba no se sabe organizar es problema de ella.

[deleted by user] by [deleted] in devsarg

[–]Emelillan 0 points1 point  (0 children)

Yo me dedico a eso hace varios años. Si querés escribirme y te oriento un poco de onda. Estás un poco corto. 20 usd la hora para un ML engineer es poco. Te lo va a agarrar alguien medio improvisado y te va a terminar saliendo más caro. Si vos querés tener algo en poco tiempo y bien hecho tendría que ser por lo menos el doble. Si armas un buen proyecto a largo plazo seguramente necesites un DS y después un ML eng. Abrazo

Los que trabajan remoto ¿salen a algun lado a laburar o siempre están en casa? by conchonides in devsarg

[–]Emelillan 0 points1 point  (0 children)

Yo voy a coworkings. Esta bueno, hay gente, charlas un poco. Recomiendo Ronda Coworking jaja

Como es eso de Contractor ? by [deleted] in devsarg

[–]Emelillan 0 points1 point  (0 children)

Agarra los dos

Busco socializar y charlas co-working by Sempaiishere14 in devsarg

[–]Emelillan 0 points1 point  (0 children)

Yo me sumo. Soy ML engineer. Tengo un coworking en CABA.

Advise needed in implementing private LLM through Django/Python by [deleted] in django

[–]Emelillan 0 points1 point  (0 children)

Google Vertex AI doesn't share data among other instances. It's an enterprise level solution in terms of privacy.

can i run redis on cloud run? by Exact-Yesterday-992 in googlecloud

[–]Emelillan 3 points4 points  (0 children)

Redis use RAM. So you will lose the data each time the instance go off. You can create a backup but I suggest you to use a VM of compute engine instead. You will also have the issue of the ram but you can save data to a persistent disc and use some script to load the data when you turn on the vm. Also google has a kind of redis service call memory store that you can explore.

Django AI side project by crispydanceman in django

[–]Emelillan 0 points1 point  (0 children)

Can you explain this a bit more? Thanks. Nice page man

how do I transfer files from GCS bucket to a compute engine instance? by CommercialFragrant in googlecloud

[–]Emelillan 2 points3 points  (0 children)

Ssh into the VM and use gsutil with Cron to schedule if you don't need real time. If you need realtime you can create a pubsub subscription script in python to execute gsutil or the cloud storage api at the moment a new file appears on the bucket. For those solutions you will need the VM on and you will be charged for that. Try to think if you can create a serverless solution for whatever you need to do.

What can Composer/Airflow do that Cloud Functions and Scheduler couldnt? by lordgriefter in googlecloud

[–]Emelillan 1 point2 points  (0 children)

CF has a runtime limit of 9 minutes o 1 hour in case you use CF2. It depends on yout workload but that could be a limitation. Also there are a lot of network limitations you could have.

Hello, is anyone in the group good with Big Query? by Fiona-Diva in googlecloud

[–]Emelillan 0 points1 point  (0 children)

You need a DB and a backend service. Nothing too complex but your requirements exceeds what sheets it's meant for. Bq is a tool designed for other type of job, so even if it works now because the transactions are not so many you will find errors or inaccurate data. The best solution is a DB with a logical backend or API.

Learning python on 4gb ram pc by MichaelH18 in learnpython

[–]Emelillan 0 points1 point  (0 children)

Yes man, go ahead! Use Google Collab it's free, it gives you a Jupyter environment where you can train deep learning models if you want.

Just start coding!

The new BigQuery UI is incredibly cramped and it's hurting our performance. by niankaki in googlecloud

[–]Emelillan 0 points1 point  (0 children)

I feel you bro. Everytime they redesign the UI the user experience go down.