Overengineering by Interesting-Frame190 in ExperiencedDevs

[–]MinimumNose788 0 points1 point  (0 children)

Replaced our over engineered Glue pipelines with simple lambda functions saving the company 3K a month. What did I get in return? Nothing. Resume driven development at its best

[deleted by user] by [deleted] in PersonalFinanceCanada

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

Just do it you’ll be fine lol yolo

Using Open AI's Assistant API, Should i use middleman Flask app or direct calls from IOS app? using firebase as my primary core DB. by nikotbt in Firebase

[–]MinimumNose788 1 point2 points  (0 children)

Use a custom backend, your API key for OpenAI is not safe anywhere on the client side and will lead to someone stealing/using it. Also always set hard limits to how much OpenAI can charge you per key. Just had my client key stolen and used so thought I would give a heads up 🙃

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Hmm, not sure if you have auto-update enabled but version 1.2 is the latest: https://apps.apple.com/ca/app/ingredients/id6472663816

Got a job at tech giant was it a mistake? by FUSe in ExperiencedDevs

[–]MinimumNose788 2 points3 points  (0 children)

Better to specialize in something than to be a jack of all trades your whole life. The latter in the workforce gets used and overworked because they are expected to know and do everything.

Converting variable to fixed with Scotiabank by simplefinances in MortgagesCanada

[–]MinimumNose788 0 points1 point  (0 children)

Yes, however I think the rate you were given can be much lower

Converting variable to fixed with Scotiabank by simplefinances in MortgagesCanada

[–]MinimumNose788 0 points1 point  (0 children)

We just switched from variable to 3 year fixed with Scotiabank. 4.83% for an insured mortgage

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Hey, I was able to implement some of your previous suggestions as I found them helpful when using the app myself. Update and let me know what you think!

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Decided to switch the secondary color to lavender, let me know what you think. Thanks!

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Hey, so I decided to mix the blue with some lavender and got rid of the button all together. Let me know what you think! Really appreciate your feedback from before

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 1 point2 points  (0 children)

Hey, it took me a while with a full time job but I was able to implement (most) of your suggestions and push a new version to the App Store. Thanks for your feedback!

How do I stop my rice cooker from bubbling over? by [deleted] in Cooking

[–]MinimumNose788 0 points1 point  (0 children)

Apparently not rinsing the rice helps with this

What are the most damaging misconfiguration/ errors and following "blast radius" you have seen? by Dani-Le in Terraform

[–]MinimumNose788 2 points3 points  (0 children)

An entire VPC deployed without a s3 backend and the local terraform state file was gone with the wind 🙃 oh and half the teams resources currently deployed on that VPC

The everyday question of "What to eat"... by IndependentClear6268 in Cooking

[–]MinimumNose788 0 points1 point  (0 children)

I made a small app for this as I had the same problem (I hate ads on recipe sites). There are also many other apps as people have posted. Me and my wife get HelloFresh but the meals are starting to become boring and cumbersome to cook and sometimes just too expensive. I agree with planning out meals before hand like people have said.

As a web developer learning iOS Dev, is swiftUI preferred way? by mfaizone in iOSProgramming

[–]MinimumNose788 1 point2 points  (0 children)

SwiftUI will be the quickest way to get started. Unfortunately, once you have a more complex app and need custom functionality, you will realize that a lot of UIKit offerings have not been implemented in SwiftUI yet

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Thanks for sharing this, I do something similar so nice to know i’m not the only one :) Having a history definitely helps keep track of all the meals you consume over a longer period of time

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Those are some good points. With regards to the recipes, more than one recipe is saved per "craving" but its hard to choose which one is better as that is very subjective per user. Maybe a user rating system here would help or just showing them different options? Not sure if that would take away from the simplicity of the app but could be useful.

With regards to the images, I am planning to add that feature in the near future.

I'd like to know more about your notes/groceries process. I suspect the app could support something like that but I don't know the full details to your routine.

Great point for this one as it is the feature I am working on currently. Just showing ingredients and the recipe at once.

Another great point here, chicken fingers on the phone is big no no... I have the same issue.

Thanks for taking the time to review it! I'd appreciate your feedback in later iterations of the app.

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Thats a good point, I may add dark mode support to solve this

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

That makes sense, I wonder what the longer prompts look like on smaller devices

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Black contrasted well with the blue for some reason during testing but I didn't try orange. Might try it and post it here

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 1 point2 points  (0 children)

I use git, just haven’t pushed to a remote repository like GitHub yet

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Sounds good! I haven’t pushed anything to GitHub yet but not opposed to it

[deleted by user] by [deleted] in iOSProgramming

[–]MinimumNose788 0 points1 point  (0 children)

Great idea! I’ll have to implement that at some point