beeb

joined 1 year ago
[–] [email protected] 1 points 2 weeks ago

That was my point exactly :) glad you got it

[–] [email protected] 2 points 3 weeks ago

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.

[–] [email protected] 2 points 3 weeks ago (2 children)

Literally copy pasted from a random repo as an illustration

[–] [email protected] 7 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

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>
        >
      >
    >
  >
>
[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

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

[–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago)

Check out Zen Browser

[–] [email protected] 6 points 3 weeks ago

Kagi and Zen works for me

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago) (7 children)

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

[–] [email protected] 10 points 1 month ago* (last edited 1 month ago) (4 children)

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.

[–] [email protected] 6 points 2 months ago

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

[–] [email protected] 3 points 2 months ago

Thanks for all the suggestions! I switched to qbittorrent and it works nicely for now. The web ui is fine for the little I use it so all good! I'll report if something starts failing again which would indicate another issue with me setup.

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago) (1 children)

Seems to work very nicely and it's much more responsive than transmission. Great, thanks!

 

I have a lot of problems with stability using the linuxserver/transmission docker image in my *arr stack. I setup restarting on unhealthy status in docker compose (using the following test command curl --fail http://localhost:9091 || exit 1) but even then, sometimes I just find that my donwloads have stopped and find that the container is not running at all. Do you have an alternative to suggest, which could run in docker compose?

8
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I'm trying to block the Lemmit.online bot but its profile doesn't load for me : lemm.ee/u/[email protected]

Is it loading for you?

Edit : I managed to block it from one of the community feeds UI, but its still weird that the profile doesn't load through lemm.ee

view more: next ›