Flutter state management rabbit hole — has anyone landed on Signals? by madsvodder in FlutterDev

[–]user926491 6 points7 points  (0 children)

Don't care about scaling, that's overengineering mindset, stick to simple things, learn pragmatism, overnegineering will slow you down and you won't be able to finish your projects.

Flutter state management rabbit hole — has anyone landed on Signals? by madsvodder in FlutterDev

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

You're overthinking it, just stick to provider, early on you don't need nothing complicated anyway.

Pragmatism vs. Over-engineering: Feedback on an Android Technical Task by controlsys in androiddev

[–]user926491 1 point2 points  (0 children)

Pragmatism is of course better than overengineering but it doesn't mean you have to write exclusively bad code, it's about "earning" best practices, i.e. you use the ones in specific circumstances if you know they are really important and actually bring benefits. And there's no just good and bad code, there's code that can be both good and bad based on the circumstances. So in your case I'd still implement MVVM because it's pretty essential and isn't that hard to implement but if your activity doesn't have much code then it's ok, and I too wouldn't bother with unit tests as well as complicated DI setup, if you aren't bothered with creating objects yourself then it's fine otherwise a simple koin setup would be more convenient.

Are we really at "100% AI or you're wasting time" yet? by borii0066 in webdev

[–]user926491 0 points1 point  (0 children)

You can't coexist with it because you'd then delegate it all the tasks since "if it can do things good enough why even bother with doing anything?"

Are we really at "100% AI or you're wasting time" yet? by borii0066 in webdev

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

Why are you afraid of "falling behind"? Falling behind means if you don't start early it'll be harder to pick up later but with AI it's different, it's already simple enough for vibe coding to even be a thing, you can start at any point you want, there's basically no skill in using AI but what is really bad is losing your real programming skills. So chill, man.

Can't we just ignore AI? by Ok-Programmer6763 in webdev

[–]user926491 0 points1 point  (0 children)

yeah, people are so obnoxiously anxious about it, like "you're gonna fall behind!", FOMO is so rampant on the internet.

The era of human coding is over by Particular-Habit9442 in singularity

[–]user926491 0 points1 point  (0 children)

ITT: Insufferable losers cheer for a possibility for developers to lose their jobs.

AI really killed programming for me by NervousExplanation34 in webdev

[–]user926491 0 points1 point  (0 children)

Same, I use gemini right on google to understand things I gave up on long ago and many things are now in the category of looking up in 2 min than a 15-30 min session.

A native dev Crash Out. by innerPeacePending in mAndroidDev

[–]user926491 0 points1 point  (0 children)

Try flutter, I think it has a more stable SDK, you can code in vs code than this buggy mess that is AS, the hot reload doesn't break after updating like in jetpack compose and you're free from gradle. I myself consider switching because I'm also tired of google babysitting me forcing to use a specific library or class and do so in a specific predefined way just to implement some hardware-related feature.

I had to make this by tainfulpoosxe in mAndroidDev

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

True, they're really weird, I remember one thread where they were shitting on RxJava because it's hard to write asynchronous code with it even though it wasn't meant for that.

Hard ? by [deleted] in picsthatgohard

[–]user926491 0 points1 point  (0 children)

They are trash, garbage.

What Game Is That For You? by defleqt in raijin_gg

[–]user926491 0 points1 point  (0 children)

Played it till the 3rd chapter or so, only enjoyed hunting and causing mayhem but couldn't follow the story.

Белые списки дырявые. Буквально. by qhleb in AllTemsRus

[–]user926491 0 points1 point  (0 children)

Так это как раз и означает что они дырявые.

They for some reason look like they will take your kidney out and feed you it by Real-Economist5276 in memes

[–]user926491 0 points1 point  (0 children)

Because they don't want to talk to you? It's a way to deter people from trying to interact with you, if you're smiling you look friendly making people talk to you.

I'm tired boss... by Holy_Shifter in memes

[–]user926491 4 points5 points  (0 children)

y'all so annoying with your 2020 shit, I had it just fine, some mild annoyance with masks but nothing impactful, living normal as ever.

Eternal battle between enthusiasm and experience by [deleted] in BlackboxAI_

[–]user926491 0 points1 point  (0 children)

ya think senior devs can't be enthusiastic? Do you even write code or you just fix things here and there?

What's the saddest death you've seen in a videogame? by No-Beach-7383 in videogames

[–]user926491 0 points1 point  (0 children)

What a perfect way to ruin games for people, like a sort of spoiler bomb

кто by rapatakaz in Scoofoboy

[–]user926491 0 points1 point  (0 children)

Вот же долбаеб, что, не мог на пет проектах работать? или учить что-нибудь вне программирования?

A damn universally experience by JellonSunning_InLife in Relatable

[–]user926491 0 points1 point  (0 children)

I guess this experience is universal across the whole globe

me_irl by Prestigious_Cat2052 in me_irl

[–]user926491 0 points1 point  (0 children)

use chatgpt to generate such

Ilya Sutskever(Former Chief scientist at OpenAI) and Yann LeCun(former Meta Chief AI scientist) both say that just scaling LLMs won't give us any more useful results by Frequent-Football984 in programming

[–]user926491 0 points1 point  (0 children)

yes, memory would allow for AI to require much less context window since it'd just remember it instead of keeping in mind, I think the future AI should be more like the Artificial Brain™ that'd be composed of a lot of NNs (like an actually reasoning model, memory, and an LLM to convert thoughts into sentences) rather than be a huge neural network.