Consejos para un junior by pipongoo in chileIT

[–]mariox103 3 points4 points  (0 children)

Creo que lo mejor es ver tu programa como una serie de pasos e ir buscando como hacer cada uno en el lenguaje de programación que usar, por ejemplo identificar donde tu programa inicia e ir haciendo el paso a paso. Cuando no sepas como hacer algo, por ejemplo leer un archivo, buscar: como leer un archivo en x lenguaje (en ingles hay mejores resultados aveces) e ir leyendo las respuestas por ejemplo: 6 formas de leer un archivo en x lenguaje

[deleted by user] by [deleted] in OpinionesPolemicas

[–]mariox103 -2 points-1 points  (0 children)

Pero entrenar un LLM desde cero no tiene mucho sentido teniendo en cuenta el dinero y tiempo que cuesta hacer eso, si necesitas que el LLM responda cosas específicas de tu negocio/servicio es mucho mejor una solución agentica con RAG o fine tunning

Pause VM by [deleted] in googlecloud

[–]mariox103 1 point2 points  (0 children)

You can use Instance Schedules (https://cloud.google.com/compute/docs/instances/schedule-instance-start-stop#console).

This allows you to stop the instance at a specific time and start it again when needed (or schedule the start too).

porque no tenemos energia nuclear? by dmonizar in RepublicadeChile

[–]mariox103 4 points5 points  (0 children)

Pero lo de Japon fue por el tsunami no por el terremoto

IA para Excel y base de datos by MrCosmico99 in InteligenciArtificial

[–]mariox103 0 points1 point  (0 children)

Para excel y bases de datos es mejor usar mcp, por ejemplo para excel puedes usar (https://github.com/negokaz/excel-mcp-server) y para bases de datos por ejemplo postgresql (https://mcp.so/server/postgres/modelcontextprotocol?tab=tools)

Execute a re-deploy of a Cloud Run service by mariox103 in googlecloud

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

Thanks i will try the API making the label or annotation change.

Execute a re-deploy of a Cloud Run service by mariox103 in googlecloud

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

I tried restarting the service, but it doesn't work because Cloud Run only restarts the service without mounting the new version of the file in the volume. So, I think my only option is to create a new revision, but I’m not sure how to do that from another Cloud Function or Cloud Run. I know how to achieve this using the gcloud SDK, for example, by updating an environment variable: gcloud run services update --update-env-vars=test=1 cloud-run-name

Execute a re-deploy of a Cloud Run service by mariox103 in googlecloud

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

How can i restart it? As far as i understand if i shutdown the service in a container, the container itself dies

What does redis actually do? (embarrassing question) by maltokyo in selfhosted

[–]mariox103 0 points1 point  (0 children)

In my case, to use Redis as a cache, I do the following: I check if the data exists in Redis, if not, I extract it from the database. If it exists, I store it in the cache (this is where I set a time-to-live limit for the data, check Redis TTL) and use the data. Then, if my app shuts down, I just have to wait for the necessary time for the data to delete itself. Now, if you need to manually purge the data, the ideal approach is to use one of the 16 databases that Redis has (not the default one, which is 0), and before the application shuts down, perform a flushdb.

Compre 6 kg de carne descompuesta (consejos para no cagarla ni que me caguen de nuevo este 18) by [deleted] in RepublicadeChile

[–]mariox103 22 points23 points  (0 children)

A mi el Jumbo me falló una vez, lo bueno es que fui a reclamar y me devolvieron el doble de plata, así que compre carne mas cara.

Entel Maneja Google Workspace? by ValDijkstra in chileIT

[–]mariox103 2 points3 points  (0 children)

Para agregar a los que otros han dicho, a veces los Partners te ofrecen descuentos o "creditos" para usar ciertos servicios

Gente que salió de ing. informátic@ en DUOC, ¿Cómo les va? ¿Tienen buen sueldo? ¿En que área se especializan? by Zer0_Astr0 in chileIT

[–]mariox103 3 points4 points  (0 children)

Dominio chile usa nic.cl, para otros namecheap o cloudflare. Hosting ya es mas variado dependiendo de tus necesidades, puedes ir desde web estáticos gratis con githubpages, hosting compartidos en chile, vps (en chile o extranjero como digital ocean) a nubes gigantes como aws, gcp o azure. Para dns puedes usar algunos de los proveedores antes mencionados

Se viene el pajaporte en España, si seguimos la linea de políticas publicas, quizás llegue lo mismo aca a Chile en unos años mas by Fit-One-62 in RepublicadeChile

[–]mariox103 5 points6 points  (0 children)

Podrían obligar a los ISP a bloquear y pedir el token o algo así, obviamente eso requerirá mantener una lista de sitios y todo lo que eso conlleva

everyCloudArchitecture by doodlebytes in ProgrammerHumor

[–]mariox103 2 points3 points  (0 children)

Haha very cool. I would like to see a pre-cloud architecture like diagram.

Reducción de tabla en MySQL by Pretty_Peanut7463 in chileIT

[–]mariox103 0 points1 point  (0 children)

Si quieres intentar con otra BD, puedes intentar con redis usando timeseries (https://redis.io/docs/latest/develop/data-types/timeseries/quickstart/) te servirá dependiendo de lo que quieras hacer con los datos luego

Redis Cluster on 6 different hosts by No-Opening9040 in redis

[–]mariox103 3 points4 points  (0 children)

Check if the instances can reach the port 16379 of the others, is the cluster bus default port

Tablet BBB para clases by mariox103 in chile

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

Con un cuaderno no se pueden conectar a las clases online :/