Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

This is an alt: Main Account

  • 10 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle












  • MentalEdge@lemmy.worldOPtohololive@lemmy.worldBae! (by Hand)
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    Because I want to keep the title contents minimal. I initially didn’t even include the artists in the title, but only plopped a link in the body, but I changed that as most people won’t check the body text.

    If I’m including any untranslated details, it’ll be in the post body. If its inclusion is in case someone needs to use it as a search term, it doesn’t need to be in the title for someone just scrolling by.





  • MentalEdge@lemmy.worldOPtohololive@lemmy.worldBae! (by Hand)
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years ago

    It really depends. Handle and usernames aren’t even the same thing anymore, and especially on pixiv, I’ve noticed artists changing the display name on a regular basis, even though pixiv doesn’t even have handles to fall back on if a user gets confused.

    The script primarily pulls the artist name from either saucenao or pixiv, and either translates or romanises it. It’s nice to see something pronounceable, because unless you can read the moon runes, there is no real way to commit the artists name to memory. So while the original string is more searchable, it almost completely loses recognizability on a platform with english-speaking users.

    I actually want people to find these artists, seeing multiple works and realizing you like something a certain person makes, is what eventually gets people to look them up, I feel.

    But, I could improve the script further by having it include the pixiv artist ID and twitter handle in cleartext when those sources are available, etc.










  • Pretty sure its still a web app under the hood.

    A web app doesn’t magically turn into a native app when you put it on the app store. The way it gets installed, and the system access is different, and better for stuff like notifications…

    But the word “native” refers to applications made using the native SDK, which in Apple’s case is Swift. I’d be extremely impressed if the devs re-wrote the entire app in new code. But that would be unnecessary.

    You can have non-native apps on the app store. A lot of your apps probably aren’t native. SDKs like flutter, used by liftoff and thunder, make development much easier in exchange for the resulting application running a bit less efficiently. Flutter applications can also run on both Android and iOS, and even desktop, with little additional work.