Avatar

beeb

beeb@lemm.ee
Joined
2 posts • 126 comments
Direct message

That was my point exactly :) glad you got it

permalink
report
parent
reply

Good to hear! I surely will give it a try, I’ve used nixos as my work distro for a little bit last year but they forced us to switch to Ubuntu.

permalink
report
parent
reply

Literally copy pasted from a random repo as an illustration

permalink
report
parent
reply

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>
        >
      >
    >
  >
>
permalink
report
reply

Okay so how is it with Cinammon, mate xfce? I know it’s crap with Wayland and Xorg especially with nvidia drivers.

permalink
report
parent
reply

Check out Zen Browser

permalink
report
parent
reply

Kagi and Zen works for me

permalink
report
reply

How is fractional scaling on Mint? On Ubuntu 24.04 it’s really crap (slow, blurry, flickering cursor, weird artifacts etc)

permalink
report
parent
reply

Started using Zen browser recently and it’s not bad! Basically Firefox but more stylish and more privacy. It syncs with my Mozilla/Firefox account so on mobile I just use Firefox.

permalink
report
reply

And install python and install those dependencies before you can even run the thing

permalink
report
parent
reply