[-] beeb@lemm.ee 7 points 3 weeks ago* (last edited 3 weeks ago)

OP: "typescript is easy and rust is ugly"

Typescript :

export type PayloadActionCreator<
  P = void,
  T extends string = string,
  PA extends PrepareAction<P> | void = void
> = IfPrepareActionMethodProvided<
  PA,
  _ActionCreatorWithPreparedPayload<PA, T>,
  // else
  IsAny<
    P,
    ActionCreatorWithPayload<any, T>,
    IsUnknownOrNonInferrable<
      P,
      ActionCreatorWithNonInferrablePayload<T>,
      // else
      IfVoid<
        P,
        ActionCreatorWithoutPayload<T>,
        // else
        IfMaybeUndefined<
          P,
          ActionCreatorWithOptionalPayload<P, T>,
          // else
          ActionCreatorWithPayload<P, T>
        >
      >
    >
  >
>
[-] beeb@lemm.ee 9 points 7 months ago

Imagine not having a backup of your files 😳

[-] beeb@lemm.ee 8 points 8 months ago

My phone has exactly this (oneplus 9 pro) but it works only when there is a full moon and the next Friday is the thirteen's day of the month, plus some other unknown requirements

[-] beeb@lemm.ee 9 points 8 months ago

I doubt this is directed at ifixit. I agree with their general comment, but at the same time device manufacturers have no incentive to make their devices last longer unless they are forced to.

[-] beeb@lemm.ee 8 points 9 months ago

Can confirm. The only deterrent is the potential for an random bag check by an employee but that never happened to me in years of using self checkout. Some shops have a worker over watching a dozen of stations to help out or just identify suspicious behavior but it's very unintrusive.

[-] beeb@lemm.ee 9 points 1 year ago

It's got electrolytes!

[-] beeb@lemm.ee 6 points 1 year ago* (last edited 1 year ago)

Been using SwiftKey for years (since the very beggining, probably 10 yrs at this point) and it always had very good predictive performance (i.e AI in its own right).

[-] beeb@lemm.ee 7 points 1 year ago

Risky click of day : ✅

[-] beeb@lemm.ee 8 points 1 year ago

Signed and shared on Mastodon

[-] beeb@lemm.ee 7 points 1 year ago

The Proton offering is a great alternative imo

[-] beeb@lemm.ee 8 points 1 year ago

Go has its fair share of design problems and is not as memory efficient due to its garbage collector. Also it will probably always be linked to Google in some way.

view more: ‹ prev next ›

beeb

joined 1 year ago