May seem stupid, but after 15 min of using it I didn’t find how to subscribe to an ical calendar nor how to sync to an existing calendar account, so basically how to use it. Also some things are weird like holidays being available only in one language in multilingual countries or distinctions between birthdays and anniversaries which I am not sure I understand
What’s the use of active sync ?
Does it support schools microsoft exchange ?
Because ios/ipados ui is very bad and unintuitive.
To make it look “clean” and “minimalistic” you actual features are hidden behind hidden menus, you need to use the share menu to do basic file operations that are not share related, and they keep adding more unrelated functions either there in the text selection overlay.
The worse is that when something doesn’t work you cannot do anything since it should look good, so if an app starts bugging (which can actually happen a lot), you wan’t be able to properly see what’s happening maybe you can empty cache in their messed up settings where every new app is a new setting tab…, won’t be able to pick default app for opening something, you might as well uninstall other apps to select default banking app. Basically every time there’s a problem, you will not have possibility to fix it because it’s supposed to be problem less, which it isn’t
How does it happen?
Yes I thinks this tells much
I have evidence, but needed more
Yes I mean he’s not defining himself as against free speech but his actions show
I hope I would do better if I was trolling :)
Anyway thanks for the search keywords
Moving to antipolar stance requires way more proofs than moving from a neutral stance. Moreover some people may be more informed than me and they could be useful
You might be true, Though I wanted thought out answers rather than rage bait
I thought it’s applied to both
They have a github thread for it https://github.com/AntennaPod/AntennaPod/issues/4159
Problem is that we don’t know how long the ads take, we need to look how sponsor block will handle youtube new ads
I am developing a podcast app and I can’t prevent it either
The use of for makes sense.
k=0; for (i=0; i<n; i++) k=k+f(i);
is the same as
k=\sum_{i=0}^{n-1} f(i)
and
k=1; for (i=0; i<n; i++) k=k*f(i);
is the same as
k=\prod_{i=0}^{n-1} f(i)
In our case, f(i)=1+r
and
k=1; for (i=0; i<n; i++) k*(1+r);
is the same as
k=\prod_{i=0}^{n-1} (1+r) = (1+r)^n
All of that just to say that exponentiation is an iteration of multiplication, the same way that multiplication is an iteration of addition
K•(1+r)^n
Works well combined with revanced
Yes it is true