Tyoda@lemm.eetoSelfhosted@lemmy.world•Is Storing Torrent Files or Magnet Links a Good Idea?English
15·
4 months agoAs long as it’s in your list, your client keeps a copy of the torrent file around somewhere.
As long as it’s in your list, your client keeps a copy of the torrent file around somewhere.
(FYI: either something piques your interest, or your interest peaks at some point)
In C an assignment is an expression where the value is the new value of what was being assigned to.
In a = b = 1
, both a and b will be 1.
a = *(p = p + 1)
is the same as
p += 1
a = *p
, so ++p.
Perhaps *(p += 1) will be to your liking?
I took it as a chance to weed them out. I went through each one manually and made a choice whether to keep it. Went from ~260 to 130.
I also unsubbed from each so as to make yt unusable, so I wouldn’t be tempted to go there, unless specifically looking for something.
They host their own marketplace. It doesn’t have everything, but it’s trivial to install any extension from a .vsix file. Unless you use 50 and need to update them…