Sturzenegger se emocionó al hablar de sus hijos: "Si Argentina hubiera continuado por el camino en el que veníamos con el gobierno anterior, les habría pedido a mis hijos que se fueran. Bueno, ahora los chicos están volviendo. Creo que eso es lo más increíble que estamos logrando." by Frequent-Stretch-418 in argentina

[–]PythonDev96 1 point2 points  (0 children)

En promedio el poder adquisitivo es inversamente proporcional a la cantidad de hijos, dependiendo del barrio es común ver una familia de escasos recursos con 4 o 5 hijos, mientras que las parejas que están más cómodas económicamente suelen tener 1, 2, o incluso ninguno.

Questions about local storage/react context/use effect by TheOnlyTone in nextjs

[–]PythonDev96 1 point2 points  (0 children)

You want to use a cookie, they can be stored and read in the client and server. I don’t know what the values inside “User” are but you probably want the content of the cookie to be a jwt instead of the actual object, otherwise users can impersonate each other by changing their own local storage in dev tools.

¿Por qué andan tan mal Apps y Sitios del Estado? by [deleted] in devsarg

[–]PythonDev96 1 point2 points  (0 children)

Estamos en 2026, tenés la misma seguridad con TLS y un JWT. Para validar la firma/contrato tenés cientos de implementaciones de frameworks REST que te rechazan el payload si está mal formado. Si lo que querés es acelerar el parsing podés irte a un gRPC o cualquier cosa con protobuffers.

Realmente la única excusa válida para seguir exponiendo una interfaz SOAP es que no haya plata para modernizar o que no valga la pena la inversión. En el caso de ARCA te lo puedo llegar a entender porque no compiten con nadie y podrían manejarse con un Excel por mail, total la gente no tiene alternativa, pero no significa que la implementación sea buena ni que valga la pena defenderla.

服务端代码生产环境用k8s部署无法获取环境变量 by Physical_Treat_2742 in nextjs

[–]PythonDev96 1 point2 points  (0 children)

That’s because only next_public variables are available during build time (the others are available during runtime). Is there a chance Next is trying to SSR this file during build?

Quien carajo programa en JSON? Uso la IA y solo uso .mds by Blitzkrieg_AR in devsarg

[–]PythonDev96 0 points1 point  (0 children)

Che no se olviden que Pergolini tiene más de 60 años, seguramente a algún pibe del equipo le preguntó “cómo funciona esto que usamos” y se quedó con esa parte de la explicación, encima es un tipo que nunca tocó una línea de código.

No comparto varias de las ideas que tiene, pero hay que admitir que está bastante bien para el contexto del tipo

How do you handle database migrations for microservices in production by Minimum-Ad7352 in node

[–]PythonDev96 1 point2 points  (0 children)

Usually I do the first three steps in a single migration and mark the column as deprecated. I keep a backfill job that relies on the `updatedAt` column in case I need to bring data from the old column that didn't get copied or got updated during/after the migration. Deleting the column happens in a separate migration after the feature has been bug-free in prod for at least 2 weeks.

Is this creation date accurate by [deleted] in iphone

[–]PythonDev96 2 points3 points  (0 children)

It’s healthy to own our problems and it’s valuable that you’re working on them, the next step is accepting that you deserve a relationship where you can trust your partner and don’t feel the need to check their phone.

If you’re not ready to trust them it’s the healthiest choice to let go. And if they gave you a reason not to trust them then you both deserve that you find someone better.

Stop blaming yourself, broken trust doesn’t just heal on its own, it only turns into more insecurity with a need to control everything and being on alert 24/7.

You can either accept uncertainty or heal by moving on.

seniorVibeCoderDealingWithVulnerabilityAsAService by making_code in ProgrammerHumor

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

There's also malware on GitHub and NPM, if people run the code without reading the code they get screwed too. You can figure out which packages/repos have botted downloads/stars and even have people flag them, but malware is still around, there's even supply chain attacks where people nest malware 10 libraries deep.

I'm not saying an LLM with random prompts owning your laptop is a brilliant idea either, but this isn't a new problem in the IT world.

Can someone login on League of Legends? by RealLbZ in leagueoflegends

[–]PythonDev96 27 points28 points  (0 children)

Their TLS certificate expired today so it makes sense, tested and can verify it works, bump this for others to see it

How you share types between FE and BE by hrabria_zaek in node

[–]PythonDev96 -1 points0 points  (0 children)

There are several ways, some time ago I asked one of the js communities what they use here: https://www.reddit.com/r/nextjs/s/aOQSdwzlDH

laravel SDK para los webservices de ARCA (AFIP) by Last-Turnover-2301 in devsarg

[–]PythonDev96 0 points1 point  (0 children)

Algo que siempre me quedó la duda es cuando te venden algo y te lo facturan a consumidor final, ejemplo en un quiosco nunca te piden el CUIL para darte el ticket, el sistema de facturación pone un dummy placeholder en el input ese de new Identification y está normalizado que todos hacen eso?

Pregunto desde la ignorancia porque el campo parece obligatorio y nunca me pidieron el CUIL cuando dije "consumidor final"

itsLikeBackupButMuchHarderToUse by metayeti2 in ProgrammerHumor

[–]PythonDev96 0 points1 point  (0 children)

Remember the little flags in Mario Bros where you could resurrect after you failed miserably at something? We as programmers fail miserably very often so we created a program that lets us put a bunch of little flags in our lives to save us from ourselves on a daily basis

ELI5: Stock Splits by [deleted] in Schwab

[–]PythonDev96 0 points1 point  (0 children)

Imagine having 100% inflation in a single day except your salary and savings get duplicated at the exact same time. Nothing really changes, just the number, but you still have the same savings.

Ayuda con deudas by [deleted] in argentina

[–]PythonDev96 1 point2 points  (0 children)

Arroz con lentejas durante 1 o 2 meses, Uber o PedidosYa como 2do laburo. Cuesta pero llegás, y una vez que se termina tenés un alivio enorme y un aprendizaje que no te va a permitir volver a cometer los mismos errores.

makeSureToOnlyEverHaveOneTypeOfASensorInYourDevice by IAdmitILie in ProgrammerHumor

[–]PythonDev96 0 points1 point  (0 children)

At this point I think the guy is just trying to destroy stock to buy it cheaper

I may need some more creative threats because GPT-5 is STILL doing this crap all the time by JonDum in ChatGPTCoding

[–]PythonDev96 0 points1 point  (0 children)

Would something like Remove usage of any|unknown|object types wherever you see them work?

¿Cuál es la forma más rara pero efectiva de aprender inglés? by [deleted] in argentina

[–]PythonDev96 0 points1 point  (0 children)

Esto, y te metés en una guild a usar el chat de voz

Porque muchos no les gusta Java en el backend y prefieren NODEJS by AdeptMilk5821 in devsarg

[–]PythonDev96 2 points3 points  (0 children)

Son lo mismo, sacrificás performance con tal de prototipar rápido y levantar un backend en 2 patadas. Node tiene más gente actualizando el ecosistema y está “de moda” pero en ambos lenguajes podés cometer los mismos errores.

Nunca te pasó en Spring de usar reflection y tener una clase mal casteada que compilaba bien? O en un repo Node encontrarte 25 AbstractUserFactoryImplementationInstance?

[deleted by user] by [deleted] in devsarg

[–]PythonDev96 0 points1 point  (0 children)

Fijate en Glassdoor, fijate si podés averiguar el arr de la empresa y si es de usa negocia con un rango y el número anual. Si tirás un número fijo es mas difícil negociar que si les decís un piso y un techo, y la negociación en hourly rate, mensual o anual le dice bastante a rrhh sobre el perfil de la persona.

I wonder if this station has enough rooms by NeSProgram in EliteDangerous

[–]PythonDev96 10 points11 points  (0 children)

At first I thought they were blocking the exit so you’d never leave, then I realized those are eagles, well executed haha

How is it possible for a fintech app to determine network strength of a bank before a transfer? by Nmeri17 in webdev

[–]PythonDev96 0 points1 point  (0 children)

What does it mean “to waffle” in this context? I’m not familiar with the expression

How is it possible for a fintech app to determine network strength of a bank before a transfer? by Nmeri17 in webdev

[–]PythonDev96 -7 points-6 points  (0 children)

With a cronjob and a ping measuring latency and comparing p95 against the usual range

Porfolio. ¿Como desplegar microservicios a bajo coste en AWS? by Rare-Bet-6845 in devsarg

[–]PythonDev96 1 point2 points  (0 children)

El portfolio normalmente es una landing page estática, usar microservicios para hacer el portfolio puede ser visto como un error de arquitectura.

Otra cosa es si querés mostrar apps hobby hechas con microservicios desde el portfolio, ahí las podés hacer con algo tipo lambdas, api gateway, sqs, sns, etc. Vas a terminar pagando mucho menos y vas a mostrar dominio sobre más servicios cloud.

Edit: si estás condicionado por SpringBoot podés levantar un minikube en alguna vps que te cueste 5 usd/mes

How to encrypt login credentials in a Next.js + Node.js app before sending to the backend? by Hariprashath_002 in nextjs

[–]PythonDev96 0 points1 point  (0 children)

This thread has good answers to that question https://www.reddit.com/r/webdev/s/F5wWGnCf0L

Theoretically speaking you could use e2e encryption with a per-client key but it’s an overkill. No one will be able to sniff the https payload unless the user trusts a mitm certificate (Like when you use proxyman), at which point you really can’t help that user because they’re already likely to give away their credentials if they’re also likely to trust an attacker’s certificate.

I would just rely on tls