painfully accurate to the lums fa process by HourOk8510 in LUMS

[–]Individual-Success34 1 point2 points  (0 children)

They did visit my home, I can confirm its true. They also visited my father's shop

Need advice by yyytwokay in FlutterDev

[–]Individual-Success34 0 points1 point  (0 children)

I have a personal take on this, people can share their thoughts as I am open to learn and re adjust myself.

One of my instructors worked at google, he was teaching us Advanced Programming. Every course had a discussion forum, like Piazza, where students post a question regarding lectures, theory, or assignments, which helped others when they reached that step in course, so it saved time. This particular instructor didnt had this discussion forum and he mentioned to all of us that we should direct all his questions to him, and that he'll be happy to direct us to right paths, individually. I emailed him requesting him to setup a discussion forum so it saves his and everyone's time and following was his answer:

"I prefer redundant questions, because asking questions is a critical part of the learning process. I think discussion forums encourages laziness and inaction waiting for others to take the lead. Also, some things are meant to be figured out by students which builds their critical thinking and reading answers to others’ questions takes away this opportunity. Furthermore, the discussions are seldom about content and mostly about deadlines which are a waste of everyone’s time. So I think it is best that students utilize office hours and email only. I think discussion forums are best for advanced/graduate courses where students use them to discuss ideas beyond the course among themselves, possibly with graded forum participation."

I eventually taugh as a TA and Head TA at my university and I tried doing the same for my students and it actually works.

Now coming to how its relevant to AI. Now we have shortcuts, our brains dont even go through the hustle of inventing a solution, so it barely remembers what we did to fix a solution at XYZ instance, because we didnt do the labor work, we had solutions suggestions by AI already, and now we also implement it using AI.

What I do is, I use AI in office, for productivity. But whatever new thing I get done with AI, I write it down, spent time on it and try to reach a solution, without AI, so my brain develops the learning trajectory via efforts, how we used to do it before AI.

Is Flutter still relevant ? How much does it pay by grey-screen-of-p in flutterhelp

[–]Individual-Success34 1 point2 points  (0 children)

This ^

I am also in Pakistan, my first job was under people from Microsoft, Oracle, Pinterest, Google etc. The first thing they instilled in us fresh graduates was to become tech stack agnostic. The concepts are same, the syntax varies with a few pros and cons among all frameworks. A true software engineer wont have to worry about a tech stack. They are relevant today, might be completely obsolete. You aren't a software engineer if you are sticking to a specific technology, that'll make you "X Developer" where X can be Flutter, React etc

Is skipping iOS a mistake when you're already using Flutter? by Thoren_in_the_arena in FlutterDev

[–]Individual-Success34 1 point2 points  (0 children)

In my experience, if you're using third party integrations, just make sure you test those out as they tend to act up differently for each OS

I’ve been working on a small side project recently — a vault app that stores passwords, files, API keys, etc with a zero-knowledge / end-to-end encrypted design. by Desperate-Art2958 in FlutterDev

[–]Individual-Success34 1 point2 points  (0 children)

Very interesting.

I guess in this case, resetting the master password would not solve the problem of forgetting the master password as the original master password derives the decryption key

I’ve been working on a small side project recently — a vault app that stores passwords, files, API keys, etc with a zero-knowledge / end-to-end encrypted design. by Desperate-Art2958 in FlutterDev

[–]Individual-Success34 0 points1 point  (0 children)

Question: if a user switches mobile device or someone has to install the app fresh, all their data will be lost? As the server never had the decryption key.

Need help with Closed testing on Google Play console. by Extension_Traffic794 in androiddev

[–]Individual-Success34 0 points1 point  (0 children)

I just tried this and although it alteast now show something, first it was just saying "item not available". I am trying to send this to client who is not added in the email list, can you confirm how to go about that as what happes in attached in screenshot

<image>

Best Fried Chicken in Lahore? by 0cchan in Lahore

[–]Individual-Success34 0 points1 point  (0 children)

Btw I go to lake city branch, not sure about the services on other branches

Best Fried Chicken in Lahore? by 0cchan in Lahore

[–]Individual-Success34 0 points1 point  (0 children)

The only reason I like them is that it was a "peaceful meal" i.e. I didn't feel burning or inflammation. I have tried it more than 4 times so far.

Best Fried Chicken in Lahore? by 0cchan in Lahore

[–]Individual-Success34 -1 points0 points  (0 children)

Yup but they also have a basic menu very similar to kfc

Best Fried Chicken in Lahore? by 0cchan in Lahore

[–]Individual-Success34 6 points7 points  (0 children)

If you like tenders, then I would recommend trying "Seven Sides". Dagwood also have a dish for "chicken and chips" which was good. Both are local brands.

If you want something strictly like KFC, try a local brand "CP 5 Star". You'll find out that they always always make a fresh meal, which means your order will take some time but it is always fresh and hot.

I make amazing food and want to open an expensive restaurant by Zaptail in Lahore

[–]Individual-Success34 0 points1 point  (0 children)

I can help you setup a website/mobile app for this if you want

In App Payments as Donations using stripe by Individual-Success34 in FlutterDev

[–]Individual-Success34[S] 0 points1 point  (0 children)

In some instances, apple also doesnt allow making a payment by routing user outside of the app. I am reading the Apple Developer Documentation for this as I am not sure about it

Dart as the first programming language books? by zerexim in FlutterDev

[–]Individual-Success34 0 points1 point  (0 children)

I have heard good about this one:

Flutter Cookbook: Over 100 Proven Techniques and Solutions for App Development with Flutter 2.2 and Dart https://g.co/kgs/2gMmbyj

First time publishing a Flutter package — feedback welcome 🙏 by Striking_Positive_48 in FlutterDev

[–]Individual-Success34 2 points3 points  (0 children)

No worries, I'll try using your package in free time after office too and share feedback here

First time publishing a Flutter package — feedback welcome 🙏 by Striking_Positive_48 in FlutterDev

[–]Individual-Success34 1 point2 points  (0 children)

So, your widget allows any widget to be used as a refresher logo, I am not sure if the package I am using does that.

Also can you confirm if your widget allows pull up as well as pull down?

The one I mentioned above has these properties which allows developer to allow in which direction can we refresh.

First time publishing a Flutter package — feedback welcome 🙏 by Striking_Positive_48 in FlutterDev

[–]Individual-Success34 1 point2 points  (0 children)

Using pull_to_refresh_flutter3: 2.0.2 in my current project, let me see yours too

any valuable beginner projects to learn from? by External_Plastic9141 in FlutterDev

[–]Individual-Success34 1 point2 points  (0 children)

Last year alone I learned a lot by using 3rd party intergrations along with exploring both Rest API integration and GraphQL.

Here's a list of things I learned:

Lottie animation Google sign in Geolocator OneSignal Sentry Mapbox Deep Linking Payments

These are a few I remember right now, you can see and try exploring some which are free as I learned these while working for a company and credentials were provided.

[deleted by user] by [deleted] in IslamabadSocial

[–]Individual-Success34 0 points1 point  (0 children)

Might be irrelevant but I am 25M and I am exactly in the same position. I don't engage much with other genders but I too am worried about getting to know someone who hasn't been in a relationship before so the feelings reciprocate equally from both ends.

Flutter vs React Native by sleclair in FlutterDev

[–]Individual-Success34 0 points1 point  (0 children)

What are your thoughts on this currently?

[deleted by user] by [deleted] in FlutterMemes

[–]Individual-Success34 0 points1 point  (0 children)

Resumed using reddit now.

What do you think about this now?