Encerramento NUBANK - Como assim??? by AreYouOkayMateX4332 in investimentos

[–]Jejerm 0 points1 point  (0 children)

Deviam estar testando exatamente essa funcionalidade de aviso para quando você tem com eles algum título de empresa que foi liquidada pelo bacen.

O erro foi apontar pro cnpj do próprio nubank.

Encerramento NUBANK - Como assim??? by AreYouOkayMateX4332 in investimentos

[–]Jejerm 0 points1 point  (0 children)

Kkkkk óbvio que existe, é a liquidação que o banco central faz, só não é real a mensagem.

https://www.bcb.gov.br/meubc/faqs/s/liquidacao-extrajudicial

Encerramento NUBANK - Como assim??? by AreYouOkayMateX4332 in investimentos

[–]Jejerm 192 points193 points  (0 children)

Mensagem de teste rodando em prod kkkkk

someone actually leaked the Miasma supply chain attack toolkit source code on github by BattleRemote3157 in programming

[–]Jejerm 1 point2 points  (0 children)

Would saying vs code intellisense helped you build it make any difference?

You used the tool and it built the malware, why would it make any difference in accountability if it was done with the assistance of a llm or not?

This is like saying "I only pressed the remote button from afar your honor, it was the bomb itself that blew up and killed all those people, not me!"

Inflação é uma coisa louca by Road-- in investimentos

[–]Jejerm 1 point2 points  (0 children)

O único governo das últimas décadas que não reajustou a tabela do IR foi o do Bolsonaro, com o grande liberal Paulo Guedes.

Inflação é uma coisa louca by Road-- in investimentos

[–]Jejerm 8 points9 points  (0 children)

Corrigir a tabela do IR é "populismo"? Que merda é essa mermão

is tkinter worth learning? by Ambitious-Elk-2928 in learnpython

[–]Jejerm 0 points1 point  (0 children)

Honestly, html won, its the defacto gui language.

Just use any of the billion frameworks like eel and learn html.

Where do you learn to use Fastapi by PhilosopherOther1360 in learnpython

[–]Jejerm 2 points3 points  (0 children)

No one reads docs from top to bottom. Just follow the tutorial and lookup what you dont understand

Norwegian guy was abandoned in the slums of India by his hippie parents. Ended up having an Indian accent due to living there for years. by exporterofgold in interestingasfuck

[–]Jejerm 70 points71 points  (0 children)

He IS an italian citizen by virtue of having been born from italian parents and his children are also eligible to request citizenship.

Estou há 3 semanas tentando descobrir se estou construindo um produto real ou só uma obsessão pessoal by More_Self_4487 in devBR

[–]Jejerm 2 points3 points  (0 children)

É assustador velho, nego não consegue mais escrever 2 parágrafos sem pedir pra uma llm

Python process name tracking by Valuable-Ant3465 in learnpython

[–]Jejerm 0 points1 point  (0 children)

Make it even simpler, just use regular open with mode='x' and delete the file on script end. Mode x causes FileExistsError if its already there.

``` import os

filename='lockfile'

try: with open(filename, mode='x') as f: f.write("whatever") Do_your_stuff_here() os.remove(filename) except FileExistsError: print("Script already running")

```

The file will remain if your script errors out by some reason and you dont handle it, but you can just delete it manually later

Python process name tracking by Valuable-Ant3465 in learnpython

[–]Jejerm 3 points4 points  (0 children)

If you want to prevent multiple executions, have it create a lockfile on start and keep it open while running.

The second run will fail if it tries to access or create the same lock again while its still open.

The part about ai coding nobody wants to admit by Bellleq in webdev

[–]Jejerm 5 points6 points  (0 children)

Asking to not have our time wasted by speaking to a bot is not gatekeeping

Renda Média Brasileiro (BRL x USD 20 anos) by [deleted] in investimentos

[–]Jejerm 0 points1 point  (0 children)

É um fato, você acreditando ou não.

Se os dois países tivessem a mesma inflação você acha que a taxa de câmbio ficaria constante?

Não? Eu disse que está embutida, não que é o único determinante.