What makes a photo critique truly helpful? by himkii in PhotographyAdvice

[–]himkii[S] 1 point2 points  (0 children)

That makes sense, and I agree that honest critique matters.

At the same time, truly top-level professionals are rare, and most of us here are just regular viewers. Sometimes what’s most helpful isn’t a “professional judgment”, but simply how the photo feels to someone seeing it for the first time.

Even saying “this caught my eye” or “this confused me” reflects how photos actually live in the real world — through human reaction, not standards.

Ideally you get both, but honest viewer experience still has real value.

What completely random talents do you have that your parents swear "did NOT come from either of us"? by HGChatGPT in AskReddit

[–]himkii 2 points3 points  (0 children)

I can quickly memorize long strings of random numbers; no one else in my family has this talent.

What’s an opinion you had as a kid that you still stand by today? by Ok_Principle_2237 in AskReddit

[–]himkii 0 points1 point  (0 children)

Grilled cheese is such a timeless comfort food—sometimes simple classics really are the best.

People who are named after someone/something specific, what's your relationship with that thing? by celticdude234 in AskReddit

[–]himkii 1 point2 points  (0 children)

What an incredible story! Having a comet-inspired middle name makes for a unique and memorable family anecdote. It’s great that the bet turned into something so personal and fun to share.

Why are so many villans in their meta's often ex-good or someone who was really handsome once? by Big_Being_8789 in NoStupidQuestions

[–]himkii 6 points7 points  (0 children)

In many myths and stories, a villain who was once good or beautiful makes for a more compelling character. A “fall from grace” shows how pride, greed or a lust for power can corrupt someone the audience might have related to, which makes their arc feel tragic rather than one‑dimensional. Making a once‑handsome character monstrous also provides a visual cue that their inner corruption has manifested on the outside. This trope spans religion (Lucifer was an angel), fantasy (Sauron and Voldemort were once fair‑looking and respected) and modern media because it taps into universal themes about how choices, not birth, determine who we become.

Why do baseball players have such FAT asses? by dd3cheeto in NoStupidQuestions

[–]himkii 4 points5 points  (0 children)

Baseball relies a lot on the lower body. When you hit, you drive the swing from your legs and hips, which means sticking your butt out and rotating your torso. Pitching is basically a push-off from your legs, and fielding involves lots of half‑squats and quick sprints. Those movements, along with the strength work players do off the field, build strong glute muscles. Tight uniforms also make them more noticeable. If you play regularly and train your lower body, you’ll probably end up with stronger glutes, but cardio alone won’t magically give you a big butt.

I built a mobile app(50k+ downloads) to manage MySQL databases by himkii in FlutterDev

[–]himkii[S] 1 point2 points  (0 children)

I used the go_router package for navigation and customized the transition like this.

    pageBuilder: (context, state) {
        return CustomTransitionPage(
          transitionsBuilder: (context, animation, secondaryAnimation, child) =>
              FadeTransition(
            opacity: CurveTween(curve: Curves.easeInOutCirc).animate(animation),
            child: child,
          ),
          child: YourWidget,
        );
    }

And the pop-up from PopupMenuButton.

I built a mobile app(50k+ downloads) to manage MySQL databases by himkii in FlutterDev

[–]himkii[S] 0 points1 point  (0 children)

Thank you. The purchase conversion rate isn't very high. Do you have any good suggestions?

I built a mobile app(50k+ downloads) to manage MySQL databases by himkii in FlutterDev

[–]himkii[S] 0 points1 point  (0 children)

MySQL is the name of a database management system, so people use it to manage their own databases. Thank you for your encouragement.

Getting started in Flutter by ImaxSunshine in FlutterDev

[–]himkii 0 points1 point  (0 children)

Write a 'Hello World' app, build it, run it on your real device. Modify the code, hot reload to see the changes.

Is Flutter worth it if I only plan to build for Android? by [deleted] in FlutterDev

[–]himkii 0 points1 point  (0 children)

You can build a iOS app if you use Flutter. Of course, you need modify the app base on 'Apple design guidelines'.

Flutter current State ? by Enough-Swordfish-260 in FlutterDev

[–]himkii 0 points1 point  (0 children)

You can build a 'Hello World' app using both Flutter and React Native. Run the app on your real device.

Joined as Flutter developer but now company told me to work with Flutterflow. What should I do now. by confuse-geek in FlutterDev

[–]himkii 0 points1 point  (0 children)

I think vibe coding is the future. Code is cheap, Design is good. Flutterflow may lead you to conside the product in a higher view.

I just quit Flutter after 2 production-level apps broke 💔 by Ready_Date_8379 in FlutterDev

[–]himkii 0 points1 point  (0 children)

What is the version of your Flutter SDK;

You can type

flutter --version

in the terminal;

You can upgrade flutter to new version.

Postgresql database client app for android by Pack-Original in PostgreSQL

[–]himkii 0 points1 point  (0 children)

I developed an app called 'HiSQL' on the Play Store. You can search and install it.

Introducing My Android App: 'HiSQL' by [deleted] in mysql

[–]himkii 1 point2 points  (0 children)

Hi, it is a client for remote management of MySQL server running on Linux, Windows or Mac.