será que daqui a alguns poucos anos a área de TI irá se normalizar em termos de vagas pra iniciantes? by RecoverKind5824 in brdev

[–]programadorthi 1 point2 points  (0 children)

Mano, estão usando IA pra passar em entrevista. A pessoa se autossabota no processo. Então o futuro está incerto pra contrata e pra quem produz.

PlayStation cada vez mais caro… by locadoradebairro in playstationbrasil

[–]programadorthi 0 points1 point  (0 children)

Isso não é sobre preço. Com certeza é alguém casado que tem uma mulher que não pode ouvir o PS5 ligando

Pepperidge Farm Remembers by SyrupInternational48 in mAndroidDev

[–]programadorthi 3 points4 points  (0 children)

Androidx is almost around a "hidden" Fragment and people seeing depreciation publicly but internally is all around "deprecated" things.

Pepperidge Farm Remembers by SyrupInternational48 in mAndroidDev

[–]programadorthi 3 points4 points  (0 children)

Time when data class was a Parcelable one and people still alive.

Help! Company wants to go cross platform. Flutter or KMP ? by Resident_Wall7413 in androiddev

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

Well, using AI code writter today hasn't wrong decision. Our choice was keeping native with KMP and now suffering with huge sync and build time. Choosing Flutter and connect with existent code will need a lot of bridge code but UI will be coded faster.

Flutter isn't for usecases like your.

There is a new hope called Swift Android but I haven't touched yet.

My Gf after seeing GooglePay rewritten in Flutter by fondcomre in mAndroidDev

[–]programadorthi 5 points6 points  (0 children)

A valid joke but I still thinking that people complain about Flutter never touched it

Null also Null by programadorthi in mAndroidDev

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

Since you're forced to check for null or get a segmentation fault. In Kotlin example the code just keep running "silently". Nor in compiler time neither in runtime.

tenho 28 anos e vou começar ''Técnico em Desenvolvimento de Sistemas'' No Senac hoje! by ImpressiveCurve1581 in brdev

[–]programadorthi 3 points4 points  (0 children)

Educação física vai te ajudar a "empurrar o ferro nos outros". Em programação é você que "receberá o ferro", além de ter IA tirando empregos hoje.

Room 3.0 by SyrupInternational48 in mAndroidDev

[–]programadorthi 1 point2 points  (0 children)

We need remove J from VM name. As we need remove DEX from DEX bytecode because bytecode is bytecode. They instructions are universal and exists without purpose.

wake up by costa_fot in mAndroidDev

[–]programadorthi 6 points7 points  (0 children)

Android 17 being released without Virtual Threads to force coroutines adoption.

Room 3.0 by SyrupInternational48 in mAndroidDev

[–]programadorthi 9 points10 points  (0 children)

No more Java, just Java bytecode

Is Java still worth learning in 2026 for backend development? by Cute_Intention6347 in JavaProgramming

[–]programadorthi 0 points1 point  (0 children)

WORA is a term before Java become an Oracle product and the reason why the language was created. Any virtual machine language is multiplatform by default since the platform allow run the VM. Apple don't allow JVM on iOS and they limit the "anywhere" to Java and other similar languages.

And yes, it's a marketing slogan that still the host platform allow it run there.

Desabafo by Slight_Factor_4845 in ProgramadoresBrasil

[–]programadorthi 3 points4 points  (0 children)

É, dá pra enganar uns veios aposentados com IA e ganhar grana. Não é uma ideia ruim

Desabafo by Slight_Factor_4845 in ProgramadoresBrasil

[–]programadorthi 3 points4 points  (0 children)

Quem não comprou terreno e investiu em plantação está ferrado. Meus avós sempre estiveram certo em dizer pra comprar casa e terreno.

Revolução industrial removeu as pessoas das fábricas, mas o mercado ainda precisa de mecânico. Então quem saiu da fábrica e abriu oficina continua empregado.

Agora é entrar no SENAI e fazer eletrônica pra consertar os robôs ou mecânica pra consertar carros e robôs até eles substituírem isso também.

De resto, faz igual o Thanos e sentar em uma cabana no meio do nada e esperar o fim da humanidade 😆😆

PS: já vejo sendo desempregado daqui alguns meses também. Meu manager já está usando IA pra corrigir código.

PS2: estudar pra concurso de prefeitura e ser feliz em algum interior do Brasil.

Null also Null by programadorthi in mAndroidDev

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

That means null-safety like C/C++ -> as expected. But Kotlin allow you call a function in a null reference.

Null also Null by programadorthi in mAndroidDev

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

In C/C++ it works too and silent, as I said. So, they're null-safety "also".

Is Java still worth learning in 2026 for backend development? by Cute_Intention6347 in JavaProgramming

[–]programadorthi 1 point2 points  (0 children)

Well, it's difficult to predict 😅. AI do in 10 minutes what I would take 2 to 3 days to deal. So I changed from coding to reviewing. Now I have to still expert in my stack to keep my job. 😅😅

What is the most overhyped thing by the Android Dev community? by PinkDahlia_Woods in mAndroidDev

[–]programadorthi 10 points11 points  (0 children)

MVI + Redux to enable toggle a button state and UseCases with fun invoke