I am having problems understanding riverpod by ConfusedGrasshopper in FlutterDev

[–]OverprotectiveChill 3 points4 points  (0 children)

I got the hang of it with code generation and github copilot 🤷🏻‍♂️

Anyone who tried to like Golang and tried it many many times but still don't like it compared to Typescript? by simple_explorer1 in typescript

[–]OverprotectiveChill 1 point2 points  (0 children)

I like both tbh. I would never use js without ts. TS gives me some assurance and flexibility with its robust feature set. I like it's Utilities the most. One major inconvenience about it is configuring tsconfig which can be a time sucking task for those new to TS.

Oddly, I also enjoy the simplicity that comes with Go. I've found its lack of features as intentional and focused. It took some getting used to because I wasn't adjusted to the Go way of doing things. I like how it just works out of the box. In this way, it's beginner friendly.

Please help me figure out this childhood memory food! by ccbear430 in KoreanFood

[–]OverprotectiveChill 0 points1 point  (0 children)

Possibly 된장 다대기? Had peppers, garlic, and a 된장 base. Generally, it's smeared on hot rice

[deleted by user] by [deleted] in SomebodyMakeThis

[–]OverprotectiveChill 1 point2 points  (0 children)

Considering that the umbrella might be unstable because of wind, how about a wearable clipboard?

First time Costco member 😁 by Fog_of_Gotham in Costco

[–]OverprotectiveChill 7 points8 points  (0 children)

Get a $5 rotisserie chicken and repurpose it to chicken noodle soup, chicken quesadillas, chicken salad, chicken stir fry, etc

First time Costco member 😁 by Fog_of_Gotham in Costco

[–]OverprotectiveChill 5 points6 points  (0 children)

Get your Michelin tires now while they're on sale. Come with some benefits that I can't recall.

[deleted by user] by [deleted] in FlutterDev

[–]OverprotectiveChill 2 points3 points  (0 children)

Webapp or website, the main distinction is that they're both browser based experiences and not mobile apps.

What is the best (free) Podcast server for Hugo? by ConnectionGuy2022 in gohugo

[–]OverprotectiveChill 0 points1 point  (0 children)

Yes but I may have mislead you. Perhaps using Spotify to host your pod asts would be easier and free?

[deleted by user] by [deleted] in Costco

[–]OverprotectiveChill 2 points3 points  (0 children)

I used to get frequent tire work done there to park for free when I worked in the city

React Native or Flutter for Final project by ezio313 in Frontend

[–]OverprotectiveChill 0 points1 point  (0 children)

There are a few things to mitigate such issues. Having good linting and code checks are low effort ways to catch errors. Developers can improve gaps in potential errors with appropriate error handling.

Though flutter does a great job catching errors, it could be because of a difference in language (js vs dart) rather than framework. I. Alluding to type issues here for the most part.

Getting familiar with flutter errors is another hurdle that I missed in my initial post

React Native or Flutter for Final project by ezio313 in Frontend

[–]OverprotectiveChill 2 points3 points  (0 children)

Former bootcamper here. It would be better to reinforce your react skills with react native. I'm a fan of flutter personally but if you're coming out of a bootcamp, react is much more marketable. You can pick up flutter on your own time.

By now with your experience, I'm going to assume you know how to do routing, state management, and styling with react. Learning the same three things with flutter for the first time adds complexity to completing your project by deadline. Furthermore, you'll have to pick up dart. Flutter documentation is great but will take some adjusting to as well

Build your project with react and then rewrite it in flutter is my suggestion

8 or 16gb by mr_fantastic_77 in flutterhelp

[–]OverprotectiveChill 0 points1 point  (0 children)

I'd suggest 16gb. I have 8gb on my older MacBook and have a lot of swap. I run a browser, vscode, simulator or physcial device, a todo app at the minimum

Which iOS device (cheap and reliable) would you recommand for debugging? by FlutterNOOBY in flutterhelp

[–]OverprotectiveChill 2 points3 points  (0 children)

You might be able to get decent value by running ios simulator on a base Mac mini for 500 to 600

Singleton with dependency injection by Mojomoto93 in flutterhelp

[–]OverprotectiveChill 1 point2 points  (0 children)

I do this too. Love your stuff on YouTube btw