a use of language i really hate, humancentrism
@monsterblue It's usually a kind of "performative" pejorative expression now, where the actual meaning doesn't matter (similar to saying "fuck" or "shit" even though no fucking or feces are involved). E.g. there's a well-known joke in Polish about going shopping in foul weather where a mom says "This weather is too bad to send a dog out, dad will go shopping", where the point is that people don't realize the literal meaning of those expressions (or, but that's not how i understood the joke, share your values).
To be more precise: the interesting thing is that one can interpret D_JS(A||B) as a mutual information between something for any pair of distributions. (One can do the inverse with D_KL: I(A;B) for any two variables can be interpreted as D_KL between some two distributions.)
TIL (somewhat embarrassingly) that https://en.wikipedia.org/wiki/Jensen%E2%80%93Shannon_divergence provides a connection of sorts between mutual information and KL divergence
@krzyz Ah, a thing I was missing was that `call` wants mutable access to Service. Thus, if we wanted to make `call` a method on the token, we'd need to have the token borrow the service mutably. However, that we cannot do: the token appears as a result of the future sometime in an uncertain future. So, we need to have call take both a &mut Service and the token, which sort-of requires the ability to have the type system enforce that we use the token with the service it came from.
I see why this doesn't work straightforwardly, but I don't see why GATs solve this issue and what does the issue have to do with behaviour on dropping.
Why isn't hyper's Service ensuring the poll_ready invariant with typing?
Docs (https://docs.rs/hyper/0.14.18/hyper/service/trait.Service.html#required-methods) say that the user is supposed to wait until poll_ready returns Ready(Ok()) with calling call. Why not instead have poll_ready return Poll<SomeType, Error> and have `call` be a function on SomeType (that takes it by value and consumes it)?
@unascribed It makes me sad that we have to resort to such half-measures that destroy the users' mental model of where security boundaries are, because apps try to create boundaries that can't exist. :(
@unascribed Huh? If it's so common to find this implemented on purpose, then how come we don't have the same thing being exploited by e.g. the "monetization frameworks" that pay app developers to include them in their app? Or do we?
@unascribed Unless there's a "url shortener" involved, that requests the url at realtime and issues a redirect. But then I'm not sure if handling of the url would be in browser's hands.
Anyway, this is a bug in discord and not in qr code readers: calling externally visible activities is something that should not be understood to carry user intent, because any app can do that.
@unascribed So, what happens if I redirect someone to that URL from a website I own? How is scanning the QR code not equivalent to opening a URL? If it is equivalent, why don't we see scans where people put redirects to that on random spam websites, or send people shortened urls to that via email, or sth like that?
@ckrypto Also, I would greatly appreciate a transcript of the image when you post images in the future.
@ckrypto WDYM by capitalism? The way I understand the term, agrarian societies of early 20th century Europe were capitalistic and didn't have these properties.
> when the deciders who profit do not suffer any risk -> pump and dump, military industrial complex, investment bankers who get bailed out, etc
Agreed about this part, thinking about previous two still.
> as far as i'm aware it's not considered unethical to give medical advice to your own family.
An AAFP journal recommends to do this only as a last resort: https://www.aafp.org/journals/fpm/blogs/inpractice/entry/friends_and_family.html
AMA says that one should not do that except in limited circumstances, albeit giving many more reasons not to do so: https://www.ama-assn.org/delivering-care/ethics/treating-self-or-family
> it's forbidden to prescribe pills to *yourself* though
I don't think it's actually forbidden, except maybe for things that are known to be addictive when used normally. IIRC doctors in Poland are allowed to write a prescription for themselves. I don't know what the medical board says about ethics of doing so, though.
@Hyolobrika@berserker.town @dhfir
You can view the patient as analogous to the military, or to all the people in the country. You could say the same about the country as the whole not having "another doctor" to go to.
That said, I'm not trying to say that these two situations are near-exact parallels of each other. I was trying to point out that we often view skin in the game as antithetical to objectivity. My examples did not have all the properties of the decision-to-declare-war one, but the reason we think people might lack objectivity in them is that they have too much skin in the game. Why shouldn't those problems manifest here too, however they are exactly created.
@Hyolobrika@berserker.town @dhfir
@Hyolobrika@berserker.town
A devil's advocate take on your approach (I don't know what I agree with here, but am willing to discuss from this POV):
There are situations when it's generally believed that the person with the skin in the game makes worse choices than someone without. I think the medical field believes that strongly: treating one's family or oneself is considered unethical in most circumstances and always discouraged. Performing noninvasive "fishing expeditions" for problems that show no symptoms is generally discouraged (except some cases where we encourage it for patients from some demographic), lest false positives cause patients to strongly wish for treatment.
All these examples suggest that people with more skin in the game might be over-eager to do something instead of nothing when a choice with unclear calculus of benefits appears. However, we are in a more confused situation regarding war: conscripts have much more skin in the game of war than in the game of suffering from consequences of not entering a war. From a purely selfish point of view, if a war can be avoided by means that cause the same amount of suffering by means other than military, all the conscripts should vote against it, because the suffering will be distributed among the whole population.
I don't think these two problems cancel each other. Each of them is a problem of biased noise, and even if the magnitudes of both are similar, they are likely far from anticorrelated.
Sorry for being imprecise, you are right in what you said just now. The part I tried to point at was:
> Smedley's version was i think they had to put someone from their immediate family up for a combat role.
@Hyolobrika@berserker.town @dhfir
Smedley seems to be describing the same system that Heinlein was: as far as decisions to declare war are concerned, he's proposing only people who would be drafted to be eligible to vote (in https://archive.org/details/war-is-a-racket-smedley). Did he say something else sometime?
@Hyolobrika@berserker.town @dhfir
When one responds to a boosted post, wouldn't it make sense to by default cc the booster? Is there some obvious reason why that would be unexpected/harmful?
@freeschool BTW Another option is to include such URL rewriting options in _clients_. I expect this to be, if implemented, more widely used in mobile clients.
> Ok, so how would you use boost in the private setting as you see it?
Point a particular group of people at a particular post.
I mean, if you think that non-public posts make sense, then the same reasons should apply to non-public boosts, no?
> if it means leaving URL's as is and simply changing / giving option on-click to go to more friendly url
That's another option I'd find reasonable. What I meant is having a dialog asking you "do you want to replace the YT/... links with invidious/..." when you post something that includes former. If you agree, the post is actually changed.
I enjoy things around information theory (and data compression), complexity theory (and cryptography), read hard scifi, currently work on weird ML (we'll see how it goes), am somewhat literal minded and have approximate knowledge of random things. I like when statements have truth values, and when things can be described simply (which is not exactly the same as shortly) and yet have interesting properties.
I live in the largest city of Switzerland (and yet have cow and sheep pastures and a swimmable lake within a few hundred meters of my place :)). I speak Polish, English, German, and can understand simple Swiss German and French.
If in doubt, please err on the side of being direct with me. I very much appreciate when people tell me that I'm being inaccurate. I think that satisfying people's curiosity is the most important thing I could be doing (and usually enjoy doing it). I am normally terse in my writing and would appreciate requests to verbosify.
I appreciate it if my grammar or style is corrected (in any of the languages I use here).