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/)RE
Posts
0
Comments
304
Joined
2 yr. ago

  • But the cloud thing and the container thing actually happened. Not 100%, but it is basically the standard these days.

    Of the things you mentioned, only crypto is mostly bullshit tech with no actual use.

  • Kotlin is a really nice language with plenty of users, good tooling support, gets rid of a lot of the boilerplate that older languages have, and it instills many good practices early on (most variables are immutable unless specified otherwise, types are not nullable by default unless specified otherwise, etc)

    But to get the most "bang for your buck" early on, you can't beat JavaScript (with TypeScript to help you make sense of your codebase as it keeps changing and growing).

    You will probably want to develop stuff that has some user interface and you'll want to show it to people, and there is no better platform for that than the web. And JS is by far the most supported language on the web.

    And the browser devtools are right there, an indispensable tool.

  • Another advantage is that it doesn't force people to initially buy the higher version because "what if I end up needing it in the future" (like what Apple forces you to do with non-upgradable storage), even if you never do. It lets you buy the cheaper version for now, with the possibility to change your mind later.

  • Which is exactly like the "camera collabs" that phone makers sometimes do that end up being nothing more than marketing gimmicks.

    Like the OnePlus camera "by Hasselblad" that is quality wise the same as any other smartphone camera in that price category.

  • Flutter - the framework - is great. Dart as a language is tolerable - lot of ugly boilerplate, manual codegen, and things you can't quite express correctly are everywhere, but if you're not too much of a stickler, Flutter is still worth it (at least until Compose Multiplatform matures - if ever).

  • Sounds like this was the strategy from the very beginning - get tons of attention with crazy unrealistic announcements, then later turn it into a boring old regular city after everyone already recognizes the name.

  • Pretty sure these things need to be certified and there are laws about what parts you are and are not allowed to use.

    Not saying highly regulated industries don't ever have problems (look at Boeing), but it's not like they can just arbitrarily decide to cut costs wherever.