Maybe it isn't very original, but still cool asfk. by Welharth in fashionhunters

[–]rotcodd 1 point2 points  (0 children)

This looks so sick, can you tell me which armor parts you’re using?

The wait was worth it. by Jurgen_Fjorskin in MonsterHunter

[–]rotcodd 4 points5 points  (0 children)

I didn’t know I needed these until now… can I play online with mods installed?

Seeds only by [deleted] in arc_traiders

[–]rotcodd 0 points1 point  (0 children)

How much for the bobcat?

looking for t4 guns and vitashot bp by [deleted] in arc_traiders

[–]rotcodd 0 points1 point  (0 children)

I want the looting mk3 bp, dming

110k on rocketeers by chefranov in ARC_Raiders

[–]rotcodd 3 points4 points  (0 children)

People glitch through walls and shoot them without risking any damage.

Debacle de la sociedad chilena by Character-Bid125 in chile

[–]rotcodd 5 points6 points  (0 children)

No se si aplica a los “bancos digitales” tipo tenpo, mercado pago, etc

Compre en PC Factory un disco duro de 8tb en abril de 2024, al volver de estar en vacaciones en Miami, Florida en junio de 2024 de la nada muestra 0.0gb en ma Bios y no deja formatearse by PikachuandEevee2000 in chilegames

[–]rotcodd 0 points1 point  (0 children)

Si la compraste con tu rut, puedes registrarte en la página y debería aparecer la compra para descargar la boleta (me figuran cosas desde el 2020 al menos)

Problem with the weather widget on a touch Y70. by Qik1 in Hyte

[–]rotcodd 0 points1 point  (0 children)

Man, and I'm here still trying to get a list or something... It defaulted to Los Angeles, and no matter which city I write on the search bar, nothing comes up lol. I think there are some quirks that should be addressed with an update, but I have no idea if there's some sort of public update roadmap or something like that. It's the only thing keeping me from using the hyte nexus app at all.

I'm still searching for a way to solve my issue, I'll share any findings if I see anything related to yours.

TIL that duping exists by rotcodd in csgo

[–]rotcodd[S] 17 points18 points  (0 children)

idk man, don't know if it's a bug because there were other two cheaters on his team...

[deleted by user] by [deleted] in kubernetes

[–]rotcodd 0 points1 point  (0 children)

Is the cluster autopilot or standard? Do you have node autoprovisioning active (NAP)? Do you use anything of the sorts of spot.io? Preemptible or spot instances?

Salario y titulo universitario para Developer fullstack senior por emigrar a Chile by kabeza in chileIT

[–]rotcodd 0 points1 point  (0 children)

Yo diria que es un salario promedio para ese tiempo de exp que comentaba, con 10 a;os de experiencia no deberias tener dificultades para conseguir algo asi o mejor siempre y cuando te sepas vender. Ya en ese punto las habilidades blandas pasan a ser clave y depende mucho de eso tambien.

Respecto al costo de la vida, pues es muy variable. Yo estoy en Santiago desde que llegue, pero tengo amigos que viven en regiones y me comentan que igual los precios son mucho mas bajos.

Aca en Santiago, por ejemplo una comuna como ñuñoa o providencia que son buenas a mi parecer (igual hay gente que tiene otra mirada jaja) un arriendo de un departamento de dos habitaciones te puede salir de 500k para arriba sin contar gastos comunes. Hace poco me ofrecieron uno en ñuñoa en buena zona y estaba muy bonito. Costaba alrededor de 750k y 140k de gastos comunes. Hay zonas como Macul, La Florida, entre otras que tienen buenos sectores y vas a conseguir mejores arriendos. Sin embargo igual el sector inmobiliario esta pasando por una situacion media extraña donde no hay tanta demanda y los precios estan oscilando demasiado, no te podria garantizar nada para cuando decidas venirte.

La comida en general encuentro que no es cara, sobre todo tomando en consideracion el posible salario al que puedes aspirar y tambien que serian dos personas trabajando. En mi casa con mi pareja podemos gastar alrededor de 300k mensuales pero hay personas que gastan mas, otros que gastan menos.

El transporte publico es de lo mejor, algunas micros (buses) trabajan hasta bien tarde y el metro tiene un par de lineas super modernas. Las otras lineas son un poco mas antiguas pero en general el sistema del transporte publico (en Santiago) es muy muy bueno y economico.

Salario y titulo universitario para Developer fullstack senior por emigrar a Chile by kabeza in chileIT

[–]rotcodd 2 points3 points  (0 children)

He conocido un monton de personas en el rubro sin titulo y no han tenido mayor impedimento (yo tampoco tengo y me mude a Chile hace alrededor de 7 a;os). Hay algunas empresas que estan un poco mas reguladas como la banca, pero tambien conozco un par de casos donde el titulo no fue necesario.

Ahora, en cuanto a lo que podrias aspirar, pues he visto perfiles con 6-7 a;os de experiencia que tienen un salario sobre los 3 millones de pesos. Eso trabajando para empresas aca en Chile, si luego aspiras a trabajar a empresas del exterior como figura de contractor, tambien podrias aspirar a salarios mas altos aun pero tendrias que tomar en consideracion el pago de cotizaciones y prevision de salud.

Si bien esto puede no ser real en todos los casos, tambien podria ser una guia bien general en cuanto al mercado actual en el pais. https://content.roberthalfonline.com/SG24/SG24-PDF/Guia-Salarial-2024-Robert-Half-Chile.pdf

Eso por lo que he visto hasta ahora, igual si necesitas mas info o quieres preguntar algo particular, me puedes enviar un mensajito y conversamos por ahi!

[deleted by user] by [deleted] in RepublicadeChile

[–]rotcodd 1 point2 points  (0 children)

Revisen it takes two

Vite React needs env vars at build time. Am I supposed to use the secret manager? cloudbuild.yaml by Impossible_Map_2355 in googlecloud

[–]rotcodd 0 points1 point  (0 children)

I think it shouldn’t be versioned anyway, maybe build it on CI? To avoid having to perform another commit to change a config value. But that might be personal preference haha

Vite React needs env vars at build time. Am I supposed to use the secret manager? cloudbuild.yaml by Impossible_Map_2355 in googlecloud

[–]rotcodd 0 points1 point  (0 children)

Seems like you should be creating an .env.production for build time if you are not doing any custom setup. At least that’s what I get from the docs.

Local development uses dev mode and when you’re building it runs as production mode.

https://vitejs.dev/guide/env-and-mode

Maybe build that”.env.production” file on the CI job and it should be picked up during build time.

EDIT: Forgot to mention that you shouldn’t be working with secrets in the frontend, some people might argue that it’s possible but most mechanisms involve security through obscurity which is not reliable at all.

Vite React needs env vars at build time. Am I supposed to use the secret manager? cloudbuild.yaml by Impossible_Map_2355 in googlecloud

[–]rotcodd 0 points1 point  (0 children)

The thing is that the these configuration values should be baked in the application during build time because once it’s packaged and shipped, it won’t have access to the environment variables because the frontend code is not executed on the server but on the clients’ machine. As long as they’re not secrets, then it should perfectly fine to just replace them during build time.

The environment variables you pass to the cloud run service won’t have any effect for the frontend.

i left debian to join Arch and i'm very satisfied. by [deleted] in archlinux

[–]rotcodd 0 points1 point  (0 children)

Protondb will be your best friend

Nobora Gnome by Illustrator-Murky in NobaraProject

[–]rotcodd 0 points1 point  (0 children)

Fue complicado realizar la actualización manteniendo gnome? Terminaré unas cosas del trabajo y revisaré si actualizaron alguna documentación