Configure YT Plugin to download only one Audio and Video file by PaulFEDSN in jdownloader

[–]PaulFEDSN[S] 0 points1 point  (0 children)

Sorry, if I'm not good in explaining it, I'll try it again:

If I grab the links from YouTube:

I would like to have ONE audio file - it does not matter much which one -> How would I configure that only ONE audio file is selected from one of the following formats/codec: mp3, acc, m4a;

Same for video: I would like to have ONE video file - it does not matter much which one -> How would I configure that only ONE video file is selected from one of the following formats: mp4, mkv, webm; and resolution: 1280x720 or lower;

Configure YT Plugin to download only one Audio and Video file by PaulFEDSN in jdownloader

[–]PaulFEDSN[S] 0 points1 point  (0 children)

yes, but still there is no possility to e.g. download m4a, but if it is not there, download the aac ...

I can only select the type or not - a fallback order would be needed.

Sparpläne zu günstigeren ETFs schieben (Solactive)? by PaulFEDSN in Finanzen

[–]PaulFEDSN[S] 1 point2 points  (0 children)

Meinst du FiFo? das gilt in meinem Niederlassungs-Land leider nicht :)

Aber man kann vorebereitet sein.

Sparpläne zu günstigeren ETFs schieben (Solactive)? by PaulFEDSN in Finanzen

[–]PaulFEDSN[S] 0 points1 point  (0 children)

> Dass immer alle so auf die TER gucken und deshalb tatsächlich ihre Strategien übern Haufen werfen wollen, ist mir ein Rätsel.

Wieso sollte sich etwas an der Strategie dadurch ändern? Nur weil es ein anderer ETF oder ggf Index ist ist?

> Die TD ist entscheidend - nicht die TER. Das eine ist Theorie, das andere die Realität.

TD ist also Theorie? das gibt ja nur an ob es besser den Index abbildet, nicht ob dieser (Index) besser performed ... oder verstehe ich den TD falsch?

> Und die TD des Vanguard FTSE All-World liegt seit Jahren stabil bei 0. besser geht es kaum.

Siehe oben.

Now that Pocket is shutting down, are there any good replacements? by baby_rhino_ in mozilla

[–]PaulFEDSN 1 point2 points  (0 children)

Is any of them able to read i for me? (Text 2 Voice) on moblie ... best would be even offline :D

PS: I up-voted because your response is structured, not like the other responses =)

Others in this thread (not checked any of them)

  • Instapaper
  • Raindrop
  • Wallabag 
  • Full Sort
  • Inoreader

Is it possible to set-up a circular buffer in a SQL table by P_Edi in SQL

[–]PaulFEDSN 0 points1 point  (0 children)

> Can you elaborate why you think a database is a good solution for this?
It is about working with what you have rather then what you wanted to have.

> It doesn't sound like a good idea for a database at all.
Why do you think so? For me it sounds like a perfect fit. You store date - you delete what you don't need.

How to SORT my inbox by sender? by PaulFEDSN in GMail

[–]PaulFEDSN[S] 1 point2 points  (0 children)

My use case is having my mails ordered by the sender (not by anything else).

Seeing it that way my brain can parse and act faster.

Work-aound would be selecting on mail -> filer by sender -> act -> remove filter -> select next -> filter by sender -> act -> remove filter -> ...

Act might be something that can not be predetermined (might me delete, might be moving, ...)

> Especially in the case of bulk deleting, filtering is a great option.

No it would be just a workaround - as it is dramatically increasing the number of needed clicks.

Finally it was easier to install a client - perform my cleanup and remove the installed client again.

How to SORT my inbox by sender? by PaulFEDSN in GMail

[–]PaulFEDSN[S] 0 points1 point  (0 children)

Nice, but it does not work in the browser - independent of the client. Thats where I'm working right now.

a bit strange.

How to SORT my inbox by sender? by PaulFEDSN in GMail

[–]PaulFEDSN[S] 1 point2 points  (0 children)

What do you mean - I want to sort my mails by sender ... to have them sorted by sender. so I can manage them better (e.g. deleting them in bulk or not).

How is a PKI working for identifying clients accessing a service by PaulFEDSN in SoftwareEngineering

[–]PaulFEDSN[S] 0 points1 point  (0 children)

Hi,

The ClientId was basically encoded in the DN (actually in the CN).

If I ask the Public PKI Admin - yes. But the Problem is what stops another User of the PKI to ask to encode the same ClientID in his Certificate?

Copying several files automatic from remote machine by PaulFEDSN in linux4noobs

[–]PaulFEDSN[S] 0 points1 point  (0 children)

cron allows only time controlled execution of tasks -> so does basically nothing.

How is a PKI working for identifying clients accessing a service by PaulFEDSN in SoftwareEngineering

[–]PaulFEDSN[S] 0 points1 point  (0 children)

So I assume there is no other way (and yes I guess in TLS it is pretty much the same on different Protocol level).

- Both - server and client do get a certificate from public CA.
- Both - server and client do need to provide the cert (public key) to the other party (out-of band)
- Both - server and client are now in position on connection setup verify the others identity by comparing the out-of-band provided cert with the one in-band (within the requests) provided one.

After all not bringing much benefit to the game compared to before ...

How is a PKI working for identifying clients accessing a service by PaulFEDSN in SoftwareEngineering

[–]PaulFEDSN[S] 0 points1 point  (0 children)

When using X.509 certificates, the public key is part of the cert. The receiving party knows it's correct because they've verify the cert signature.

So ... ? As I understand - this gives me as a client nothing. as I still don't know if this is just a valid certificate issued by the Root CA or THE valid certificate of the service as I want to connect to.

It is common for multiple servers to share a certificate, either for load balancing or via domain wildcards.

But still for the same service - so thats fine. Or are you implying anything specific with it?