Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MP
Posts
2
Comments
580
Joined
2 yr. ago

  • Some of those are small, but those are from lesser known brands. My experience with those is that their long term support is often lacking. It’s also going to be difficult to find replacement parts in case the display cracks or something.

  • I haven’t seen any phone offered by these manufacturers that is as small as iPhone 13 mini. At best they’re just marginally smaller than iPhone 15.

    There is no good alternative anymore if you’re looking for a truly small phone.

  • The options on Android aren’t much better, unless you go for some obscure manufacturer who won’t support the phone with updates 1 year after its life cycle.

    Apple was for a while the only remaining flagship manufacturer who actually provided mini models. Ironic, because Android is supposed to be the alternative providing more options.

  • Specialization has always been a thing. Probably more so before. A carpenter wouldn’t just wake up and “nah, I’d rather work with pottery today”. The carpenter probably became a carpenter because their parents passed on their carpentering skills to them, so that’s what they do until they die.

  • Perl is great for that occasional bash one liner or that one off script.

    It’s awful for team projects. The core mantra of Perl is “there’s more than one way to do it”, meaning every piece of code can be written in hundreds of different ways. Result is that everybody write with different code styles, and no one can understand each other’s code.

    So that rules out most practical use cases.