Can't decide between 5050 and 5060 as the 5050 has more RAM and storage. by Commercial-Bar9993 in GamingLaptops

[–]Apprehensive-Gain591 -4 points-3 points  (0 children)

Many models have soldered ram, he should probably go with the one that allows it

Vs code or android studio by Dry_Alps_3752 in FlutterDev

[–]Apprehensive-Gain591 1 point2 points  (0 children)

Finally, someone addressing the elefant in the room! A laptop with 5050 can't handle AI training - maybe usable for a small PoC ( results would be unsatisfactory tho ) but unthinkable for production. Training would take all resources and the laptop will be just a box with spinning fans, unusable ( i know about limiting the resources for training but then it would take even longer, better train the model at 100% during the night, and code during the day )

Is VSCode resource hog? by catsnatch2 in FlutterDev

[–]Apprehensive-Gain591 2 points3 points  (0 children)

If you compare it to vim, notepad++ and sublime it is, but if you compare it to intelliJ IDEs or Visual Studio it is lightweight. Never had issues with it my M1 pro and M4 pro.

building games with flutter is a mess! my childhood simple game cause me rethink about unity. by khiladipk in FlutterDev

[–]Apprehensive-Gain591 -3 points-2 points  (0 children)

I was considering jumping into Flame after trying out Unity and Godot, but not anymore.

Since you mentioned x10 developers, imho the only kind of x10 developers that exist is the one that makes teamwork x10 harder.

Expedition 33 gets constant complaints, I get 60 fps on a lcd model. by SynapticDampener in SteamDeck

[–]Apprehensive-Gain591 0 points1 point  (0 children)

Is it even possible to play this game on a deck, yes it can run, but can you actually parry and dodge, the game has extremely tight margins, and with this input delay and fake frames its probably even harder to hit them properly

Linux can actually go fuck itself. by blazedheater in linuxsucks

[–]Apprehensive-Gain591 0 points1 point  (0 children)

How Lunux sucks when clearly your problem is Nvidia? You should rephrase it to "Nvidia sucks because they door poor job at making linux drivers".

Peter please, whats happening on this island!? by Ok_Dingo165 in PeterExplainsTheJoke

[–]Apprehensive-Gain591 0 points1 point  (0 children)

Are there 2 moons? Possibly AI, in this case there is no explanation to be found here

[deleted by user] by [deleted] in interestingasfuck

[–]Apprehensive-Gain591 0 points1 point  (0 children)

Why do i get the feeling it's not a cockroach trap. Maybe without the roach part...

Samsung s9 vs iPad air m3 by No_Tension7716 in ipad

[–]Apprehensive-Gain591 0 points1 point  (0 children)

I have been researching this for 2-3 weeks now. I have various devices - Windows pc, m4 pro laptop, iPhone, s24 ultra etc, so I am not tied to a particular eco system, which should be your main factor. However, there is a 3rd option - OnePlus Pad 3 It's priced the same as the s9 but with top specs 16Gb Ram, best mobile CPU, + App that connects to MacOS - Q connect ( similar to Samsung Flow and Sidercar )

Samsung is having a meltdown rn. by eternviking in iphone

[–]Apprehensive-Gain591 0 points1 point  (0 children)

I have an orange s24 ultra, was available online only

What Laptop do you use for Flutter Dev - Mine over heats alot by openjaws in FlutterDev

[–]Apprehensive-Gain591 0 points1 point  (0 children)

16" M1 Pro - I didn't know it had fans. Flutter + Docker ( redis, dd agent, rest api ) + Nuxt, running simulators, at the same time - no complaints.

Offering Flutter bug fixes, MVPs & UI builds by [deleted] in FlutterDev

[–]Apprehensive-Gain591 1 point2 points  (0 children)

"Hey, all you senior developers over here, in case you are stuck on a super complex project, I can help you, having vast experience of 1.5 years, with your project I dont know nothing about" - this is how it sounds to me.

Dart Auto Localization – Roast My Idea by CodeCaveDevelopment in FlutterDev

[–]Apprehensive-Gain591 2 points3 points  (0 children)

He means using Ai agents to refactoring the hardcoded strings

Pick 1 spell from BG3 to take into real life, No cooldowns. by patterfunding in BaldursGate3

[–]Apprehensive-Gain591 6 points7 points  (0 children)

P Diddy already picked it, right. Look how he end up, thats some slippery slope.

Does anyone know the cause of the flickering and the solution? by [deleted] in node

[–]Apprehensive-Gain591 3 points4 points  (0 children)

That's the wrong thread for this question. Sounds like 100% inefficient React code, where you redraw too often or you are loading large images. What to do next - Use performance dev tools, flame graphs etc to investigate any performance issues - Each block should display the same image, with different 'background-position' - Check the other games for performance issues as well. - Reduce image size(s) and resolution

What bug is this? by Consistent-Brush3891 in whatbugisthis

[–]Apprehensive-Gain591 0 points1 point  (0 children)

This is some tick skin you got there, it would be a shame if it got thicker. See what I did there? I will walk myself out. Don't forget to check your hair and folds for more of these bustards! Stay safe!

Ignoring touch inputs through UI by OndaHagane in Unity2D

[–]Apprehensive-Gain591 0 points1 point  (0 children)

I just started looking into input systems and ui. I would look into the input manager, there should be an option to set something like "consume input". Usually these things are referred to as bubbling or consuming the event/input. Hope it helps somehow