@gkpacker Duvida, na empresa temos o serviço de planejamento financeiro e hoje usamos um outro app para acompanhar nossos clientes (normalmente casais), Visor tem suporte para algo nessa linha?
@lincolixavier Comecei com Maestri, migrei pro Orca (orçamento curto), mas tenho visto cada vez o Maestri mais completo e na virada do mês volto pra ele. Pelo que usei e observei, os fluxos no Maestri parecem mais fluídos e melhores num geral. Não é perfeito, mas tá cada vez melhor.
@Grazinascito@guynikan Abre como manutenção -> vai pagar 6% de imposto e não vai se incomodar. Vai poder receber até 5k isento de IR também.
Vale falar com contador sobre
@wescld Bro, aproveita o himetrica e cria conteúdo ensinando a extrair informações importantes de lá, pensando que o principal problema da galera é distribuição.
Ex: tem muitos dados, mas como transformar em info que direciona o produto? etc
@leonardoperin8 Mesma coisa aqui, mas minha teoria inicial era o Opus 5 lento/enrolado, vi uma turma reclamando do mesmo, mudei pro Fable e parece melhor. Entretanto, sinto que o Maestri ainda é melhor, parece tudo mais “liso”
@lincolixavier E pra piorar, em outubro deve mudar o modelo de cobrança e não vai ter mais janela de 24h.
Qualquer msg enviada/recebida gera custo
Não tem valores divulgados ainda, mas se mantiverem os atuais, fica inviável
This is simple.
It works because your phone and the server already share the same secret.
When you first set up Google Authenticator by scanning the QR code, the website gives your Authenticator app a secret key. That secret is stored on your phone and on the server.
After that, both sides independently calculate the same code using roughly:
Secret Key + Current Time → Algorithm → 6-digit code
Google Authenticator usually uses TOTP (Time-Based One-Time Password). The current time is divided into short windows, commonly about 30 seconds. Your phone uses the secret and that time window to generate a code.
So when you enter:
482731
the website does not ask your phone what code it generated. Instead, the server calculates what the code should be using its copy of the same secret and the current time.
If:
Phone calculation = Server calculation
Then Access granted.
That is why Authenticator works in airplane mode. It doesn't need internet access; it mainly needs the shared secret and an accurate clock.
Think of it as two calculators on opposite sides of the world that were given the same secret formula and the same clock. Every 30 seconds, they independently arrive at the same answer.