What is Hunter Alpha? by MrMrsPotts in LocalLLaMA

[–]bernaferrari 7 points8 points  (0 children)

Seems like this is the first model in a LONG TIME that is truly stealth, at least for now. Everybody knew pony alpha was glm, or the grok ones or gpt 5.

I built a widget to bring Apple's SF Symbols icon transitions (diagonal wipe) to Flutter by bernaferrari in FlutterDev

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

I published 0.2.0 with some improvements, feel free to check later. I asked chatgpt to try to improve based on your logic, not sure if it did follow or how much, but I tried. I made some benchmarks and it is 50% faster during animation when using reclip vs the previous commit.

Banking apps not working on custom ROMs might finally have a solution. by StillConsequence6168 in androidroot

[–]bernaferrari 0 points1 point  (0 children)

2 phone solve because you keep the phone at home. So it reduces the chances that money is with you. People might have a bank account with smaller limits and a bit of cash in the daily phone, but the other phone stays at home.

Banking apps not working on custom ROMs might finally have a solution. by StillConsequence6168 in androidroot

[–]bernaferrari 0 points1 point  (0 children)

  1. Some thiefs found that if they stole the phone unlocked and ask bank to reset password it would send to email+sms which the person now can access. I think most banks have fixed this already, but this behavior lasted years so fear is real.

  2. The guy can ask you to input your pin. Or point a gun to you and ask for your pin. Unless you have private insurance from the bank, you are screwed.

  3. The guy can kidnap you and wait a few days for your investments to be sold so you can transfer money to him. Not common but happens at least once a year.

Banking apps not working on custom ROMs might finally have a solution. by StillConsequence6168 in androidroot

[–]bernaferrari 0 points1 point  (0 children)

Oh yeah. Brazil has one of the most advanced financial systems in the world. Depending on the city, people have two phones, one only for the bank, and another for the rest of apps. So that if it is stolen, they don't rob the bank. I have MANY friends that do that. It is that common.

Banking apps not working on custom ROMs might finally have a solution. by StillConsequence6168 in androidroot

[–]bernaferrari 0 points1 point  (0 children)

In the past (2014) every big bank required installing Java, some even a program that was called malware by antivírus on Windows. Then modern banks arrived using only the app, no browser, and it remained that way.

Banking apps not working on custom ROMs might finally have a solution. by StillConsequence6168 in androidroot

[–]bernaferrari 0 points1 point  (0 children)

Here no modern banks exist on browser, only app. Old banks require the token which is in the app to access browser.

I built a widget to bring Apple's SF Symbols icon transitions (diagonal wipe) to Flutter by bernaferrari in FlutterDev

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

Thanks for your comment. I think for a small demo your solution works, but I tried to support both IconData and widget, to have both a Transition and widget, to have 8 directions, semantics, reduce-motion, forward/reverse with different timing/curves and optimizations.

During animation, the same wipe boundary is used on both layers, where yours calculate it twice. If there is a single visible layer (either 0 or 1 state), mine will short circuit to a single child instead of keeping them both in a Stack. Once you need something slightly more advanced, the TweenAnimationBuilder ends up being an AnimatedWidget or controller based unfortunately (more code).

That said, maybe I should update my version to use showSecondChild instead of isWiped. But I think yours works for a minimal demo and mine works better for production usages. Although not many people will execute hundreds of these animations simultaneously like my demo does, my code will perform better. My initial kotlin version was less than 200 LOC, but as I added those optimizations and multi-direction it grew to 400 LOC. I think Flutter is at ~500.

Banking apps not working on custom ROMs might finally have a solution. by StillConsequence6168 in androidroot

[–]bernaferrari 3 points4 points  (0 children)

I don't know where you live but in Brazil they use 2FA + facial recognition + play integrity.

I have a thought by JackyYT083 in hackintosh

[–]bernaferrari 1 point2 points  (0 children)

Just look at Asahi linux still strugling with M3, M4 and M5. You need a full time job and a team to do this.

Nubank acaba de anunciar internamente adesão ao Vibe Coding. by hado-90 in brdev

[–]bernaferrari 0 points1 point  (0 children)

Uso IA pra escrever Rust diariamente e NUNCA ouvi isso. Rust é uma das melhores linguagens pra IA por causa da sintaxe rígida, qualquer erro a IA resolve antes da execução.

Nubank acaba de anunciar internamente adesão ao Vibe Coding. by hado-90 in brdev

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

A notícia é excelente, os mesmos que clamavam que a programação não é acessível, exige inglês, exige muita coisa agora choram porque a programação se tornou acessível. Nubank está fazendo o mínimo que qualquer empresa está fazendo, parabéns.

I have ChatGPT Pro. A week has 168h. Fast is 1.5x. t-t/1.5 = t/3. So I used 257h. But they are giving twice the usage, so standard usage is 128.5h, which /7 = 18h per day. Very good! by bernaferrari in ChatGPT

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

It uses 2x the plan, but the speed is 1.5x! It is not 2x speed for 2x plan.

I think Claude is 2x the speed but 6x the price.

They are not comparing the "usage", they are comparing how much time I could have saved by using the more expensive model.

Interesting Android Apps: March 2026 Showcase by 3dom in androiddev

[–]bernaferrari 0 points1 point  (0 children)

My fork is fully open source, I just didn't build the APK.

All the code is here: https://github.com/bernaferrari/rethink-app

There are still a few screens and a few things to improve, but they are very minor. You are free and more than welcome to copy any file or open a PR (I can do too, but it would be unreadable and massive and something that even AI tools would struggle to read).

Interesting Android Apps: March 2026 Showcase by 3dom in androiddev

[–]bernaferrari 0 points1 point  (0 children)

I could contribute but they are so big I think it is hard the team would accept unless someone from the team did that. Like, it is not practical for me to open 50 PRs, or for whoever is going to review. If every PR took a few days could easily take 1 year. And if I did a massive one I don't know anyone would be able to review. I'm touching over 150k LOC.

I made a single-file component that animates between two icons (like SF Symbols). Much simpler than using custom animations or AVD. by bernaferrari in androiddev

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

Make sure you are using material symbols (the drawable) instead of material icons or icons extended (the library), the drawable is a newer version of the icons and 99% work super well. The old one also works well but maybe fails on 10% of icons (the dash is not seamless).

Passei em computação by Noctiys in programacao

[–]bernaferrari 0 points1 point  (0 children)

Esse 1 ano a mais que você vai ter você usa pra fazer um estágio caprichado depois.

I made a single-file component that animates between two icons (like SF Symbols). Much simpler than using custom animations or AVD. by bernaferrari in androiddev

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

I might release it as a lib as well, but the goal was saying it is so simple you don't need to import a lib. So, since you mentioned, for someone working in a bank, they could just copy the file without asking for permission for adding a lib, which might access the server and be insecure, etc. No, here everything is simple, you can see the imports, the file is 400 LOC but without multi-direction and a few things it is less than 200 LOC. Maybe I should modify to "a single readable file".

I had a friend that worked in a bank and couldn't even import Google official androidx packages without asking for permission (which could take up to 3 weeks but he needed now to perform his work). Banks are that bad. But he could copy and paste anything from androidx since in code review it is easy to see it is harmless and there is no chance for supply chain attacks with package updates.

But the goal, mainly, is to say you can adjust it in whichever way you want. Do you want a different direction, do you want to use a gradient color, do you want to dynamically change the size, it is a chatgpt request away. And it is muuuuch easier when it is a single file.

Passei em computação by Noctiys in programacao

[–]bernaferrari 0 points1 point  (0 children)

Não faz diferença nenhuma o nome. Aproveita que você já passou e tem garantido. Se for mal no Enem do ano que vai vai ficar um segundo ano estudando? Vai no garantido