User's banner
Avatar

Sjmarf

sjmarf@sh.itjust.works
Joined
282 posts • 34 comments
spoiler

Hello world

Direct message

Let’s not forget Hitachi

permalink
report
parent
reply

Last I heard they want to switch to another platform, and don’t consider it worth upgrading to 0.19 because they’re leaving soon so it wouldn’t be worth the hassle.

This is pure guesswork on my part, but they could be waiting for Sublinks (a Lemmy-compatible backend) to get up to speed before switching to that. They say that the new platform is “compatible with all Lemmy apps”, and Sublinks is the only project I know of that fits that criteria.

permalink
report
parent
reply

One option would be to use an enum with a label computed property.

enum TransitionState {
    case stageOne, stageTwo, stageThree

    var label: String {
        switch self {
             case .stageOne: "Stage one!"
             case .stageTwo: "Stage two!"
             case .stageThree: "Stage three!"
        }
    }
}
struct MyView: View {
    @State var transitionState: TransitionState = .stageOne

    var body: some View {
        Text(transitionState.label)
    }
}
permalink
report
reply

It’s a joke.

permalink
report
parent
reply

I don’t think a community for it is an unreasonable idea - at least for now, many AI images are easily identifiable by defects / lack of reasoning in the image. Though there isn’t a good computer program that can do this, I agree.

permalink
report
parent
reply

They don’t want you to see the tongues licking the dishes

permalink
report
reply