• 134 Posts
  • 964 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle



  • Doesn’t quite seem to be out on Android yet, at least not in my market. I could pre-register and have it download automatically when it’s out, though.

    It didn’t list a price and said there was an in-app purchase, anyone know what that’s about? Will I be able to use the copy I bought for PC or what?

    Anyway, this is great. Granted, I’ve been playing Balatro on mobile for many months already, but an officially supported version is even better.










  • There was a lot of talk about it in the news, and the right wing party did distance itself from some of the elements of the operation. Mostly they played the fake news card though, and essentially claimed that the deep state was against them - because the investigation came from the Swedish state media company.

    They also had a lackluster election result (EU elections) right after, but who knows how much impact this thing had, if any.

    Anyway, basically all of them are still in their jobs and they are actively taking a shit down the throats of the Swedish population, as they are currently in the majority block of the government and can as such get a lot of their politics through.






  • Understand what tradeoffs different solutions make, then inform your decision on that. A fairly general principle for example is that the more cross-platform compatible a solution is, the less well-suited it will be for any given platform in terms of looks/behavior/performance. This may or may not matter for what you’re building.

    There are inherent qualities to some solutions (for example, a particular library may make for good solutions on a certain platform), and some qualities will be situational (a particular library is good for you because you happen to know the language/patterns/framework/whatever).

    I personally like to build things in Kotlin and Jetpack Compose, but that’s because I primarily build mobile apps for Android and I like the reactive UI paradigm that underpins this library along with the language that it’s written in. I would perhaps reconsider if I were building a desktop app (not as well supported), and definitely reconsider if I were building a web app (definitely a poor fit).

    So yeah, start with what you’re building and what its requirements are. Then think about what you already know, and finally put those together when evaluating a UI solution.