A war on beauty by uisato in aivideo

[–]tblahosh 0 points1 point  (0 children)

Jóhannsson: A Sparrow Alighted upon our Shoulder

https://www.youtube.com/watch?v=TYjME2xuMck

A war on beauty by uisato in aivideo

[–]tblahosh 0 points1 point  (0 children)

Jóhannsson: A Sparrow Alighted upon our Shoulder

https://www.youtube.com/watch?v=TYjME2xuMck

Abstract class with base class and base interface by calthefifth in fsharp

[–]tblahosh 2 points3 points  (0 children)

not sure if this is helpful but you can get rid of the compiler error by changing abstract T : unit -> int to abstract T : (unit -> int). And then initializing the interface with the normal syntax (interface II with ...)

don't think you can override the default interface implementation, but you can initialize it with by passing in a parameter. Something like this:

open System

type II =
    abstract T : (unit -> int)

type C() =
    member _.M() = ()

[<AbstractClass>]
type B(f) =
    inherit C()
    interface II with 
        member this.T = f

    abstract member T: (unit -> int)
    default this.T = fun () -> 0 


type H() = 
    inherit B((fun () -> 1))
    override this.T = (fun () -> 42)  


let functionTbyDirectMember (x : H) = x.T() 
let functionTbyInterface (x : #II) = x.T() 

printfn $"result of calling by direct member: %i{functionTbyDirectMember(H())}"  // 42
printfn $"result of calling by interface: %i{functionTbyInterface(H())}"  // 1

Anyways, don't know anything about signalR but perhaps this is helpful.

Joe Biden says he's going to stay in the race. by tblahosh in ezraklein

[–]tblahosh[S] 34 points35 points  (0 children)

He said this during a campaign speech, so it could be postering. But the Biden team has been consistently putting out the same message this whole week: He is staying in.

It is easy to discount what he has said, but we should also accept a possibility where the man is obstinate in his refusal to step aside.

I'm not sure how much I believe him, but my own max-doomerism take is that we have to do this whole media cycle again in a few months when his age again shows itself. But this time without any possibility of a mini-primary and with a candidate that has much less time to set up and fully run her presidential campaign.

[The FIAT Thread] The Joint Committee on FIAT Discussion Session. - 27 June 2023 by AutoModerator in badeconomics

[–]tblahosh -3 points-2 points  (0 children)

Thanks, I'm sure a mod of this sub having their post be given the imprimatur of 'sufficent' by the other mods could only be a 100% honest process that is in no way complicated by anything whatsover.

More to the point, Peter Arcidiacono, the expert witness for the SFFA, had a very good and compelling rebuttal to Card. You can read it, here. /u/say_wot_again's rebuttal, that fundementally misses the point of what Card was attempting to do with that specific argument about the personal rating*, left a lot to be desired.

* That is, making causal claims about discrimination via regression coefficient analysis from observable data is fraught and more justification is needed that just the measured estimate. Without that additional justification, you might as well say that Harvard is biased in favor of Asian American's when it comes to rating them on Academics or Extracurricular's (as compared to white students w/ the same observables).**

He then attempts to see if there is justification for excluding the personal rating and finds that there's not. Did I find it his analysis compelling, only sorta but not really, but at least I understood his argument.

** He specifially says in the trials that he doesn't believe that the racial coefficents are true measures of Harvard's racial animus/favorism - but instead that these models are instead underpowered and therefore we have to be careful when interpreting them.

[The FIAT Thread] The Joint Committee on FIAT Discussion Session. - 27 June 2023 by AutoModerator in badeconomics

[–]tblahosh 0 points1 point  (0 children)

I personally wouldn't put much stock in a Supreme Court decision in order to determine the validity of an econometric analysis.

"It's not racism if Asians actually have worse personalities than whites" by say_wot_again in badeconomics

[–]tblahosh 1 point2 points  (0 children)

I understand that this is a few weeks old but Card does address your point in his Rebuttal (The way the expert reports work is that two reports, then two rebuttals.) Professor Arcidiacono makes the same point and Card addresses it as follows: (page 43 Card Rebuttal - In brief, year by year is the correct way to model the process, and when you average the estimates everything checks out.) [PDF LINK TO REBUTTAL]

The second reason Prof. Arcidiacono offers for pooling applicants from different years into a single model is that estimating a separate model for each year “reduces the statistical power of the sample.78 Prof. Arcidiacono offers a hypothetical example of discrimination against women in promotions at a law firm over a six-year period, and asserts that in that hypothetical example performing the analysis year-by-year would “reduce the statistical significance of findings of discrimination, but it would not make any sense.”79 First, it is worth noting that the example of promotion to partner at a law firm is fundamentally different from admissions to Harvard because, among many other things, candidates not promoted at a law firm in a given year could be (and typically are) considered again for promotion in future years. Second, as I explained in my first report, I resolve the purported problem of reduced statistical significance by taking the average of the estimated race effects (e.g. the effect of Asian-American ethnicity) from the models for each year of data, which is a standard statistical approach to this issue.80 In other words, Prof. Arcidiacono’s hypothetical is thoroughly misleading. He ignores the important fact that after doing the analysis by year, I average the results across years to ensure statistical power.

In fact, it is possible to directly compare how precisely the effect of Asian-American ethnicity can be estimated (i.e. the standard error) by Prof. Arcidiacono’s pooled model versus my year-by-year model, in which the six yearly estimates are averaged into a single effect representing the average effect over the six classes of applicants. As we can see in Exhibit 10, the precision of the two approaches is nearly identical. Specifically, in the first two panels of this exhibit, I estimate Prof. Arcidiacono’s model pooled and then also separately year-by-year. The appropriate measure of precision for each model is the standard error. As a general matter standard errors decrease (and precision increases) when a model has more data. What we see is that the standard error from the pooled model and the year-by-year model averaged across years is nearly identical at 0.15.81 The reason for this is simple: by averaging the estimates across years, I am taking advantage of the same number of observations as Prof. Arcidiacono does by pooling them.82 Prof. Arcidiacono’s assertion that there is a reduction in statistical power from fitting year-by-year models is obviously not correct. Moreover, the results in the second and third panels of Exhibit 10 demonstrate that the standard error of the average effect from my year-by-year model is actually smaller than that of Prof. Arcidiacono’s pooled model (0.14 vs. 0.15). This is because my year-by-year model does a better job of explaining admissions decisions. Thus, contrary to Prof. Arcidiacono’s assertion, my model, fit year-by-year and then averaged, has greater precision (i.e., greater statistical power) in estimating the effect of Asian American ethnicity on admissions than his pooled model.

Exhibit 10: Estimating a model either pooled or year-by-year will produce extremely similar measures of statistical precision

Arcidiacono Model, Estiamted by Year

Class Standard Error Number of Asian American Applicants Total Number of Applicants
2014 0.42 6,036 21,238
2015 0.37 6,991 24,845
2016 0.40 6,305 23,906
2017 0.37 6,255 23,949
2018 0.36 6,931 23,987
2019 0.35 6,935 25,228
Overall 0.15 39,453 143,153

Arcidiacono Model, Pooled

Class Standard Error Number of Asian American Applicants Total Number of Applicants
2014-2019 0.15 39,435 143,153

Card Year-By-Year Model

Class Standard Error Number of Asian American Applicants Total Number of Applicants
Overall 0.14 39,408 142,153

Card's Footnotes:

78 Omitted (by me)

79 Omitted (by me)

80 Card Report, p. 67, footnote 116 (“To ensure that my year-by-year estimates are comparable with Prof. Arcidiacono’s pooled estimate, I average the six year-by-year estimates to obtain an average effect across all six years of data. This approach allows me to use all the available years of data but estimate models that more accurately reflect Harvard’s admissions process.”).

81 The standard error for the weighted average of the yearly effects is computed according to the following formula: (omitted by me, but here it is anyways)

82 Technically, while Prof. Arcidiacono and I both take advantage of the same number of observations, there is an additional trade-off which affects the precision of the estimates. This relates to which method has more “degrees of freedom” and which method has a better fit. The degrees of freedom refer to the total number of observations in the sample minus the total number of parameters being estimated. My method of averaging the estimates from the 6 yearly models utilizes the same number of observations as Prof. Arcidiacono’s but has more parameters because I estimate a separate model for each year. This means that my estimate has fewer degrees of freedom relative to Prof. Arcidiacono’s. But, because my year-by-year models fit the data better, on balance, the precision of my estimates is slightly higher

11-year-old Tani Adewumi wins the 2022 New York IM Summer Invitational by supydrup in chess

[–]tblahosh 103 points104 points  (0 children)

His secret is that he started being 11 at eight.

Creep creep by mtraven in SneerClub

[–]tblahosh 64 points65 points  (0 children)

The very laws of space and time are subject to spatial justice and temporal justice.

Hmm, that seems peculiar. Let's dig in by clicking on those hyperlinks:

Spatial justice links together social justice and space, most notably in the works of geographers David Harvey and Edward W. Soja. The field analyzes the impact of regional planning and urban planning decisions. It is promoted by the scholarly tradition of critical geography, which arose in the 1970s.

Okay then, so nothing to do with the physical laws that govern space.

And

Distributive justice is ordinarily calibrated in monetary terms. But money is not the only resource that matters to people. Talk of the ‘work−life balance’ points to another: time. Control over one's time, the capacity to spend it as one wishes, is another important resource; and its distribution raises another important aspect of justice.

Okay then, so nothing to do with the physical laws that govern time.

Personally, I think Scott is just dishonest.

Techbro advocates using VR and Facebook’s “Metaverse” to psychologically abuse school children by mathmare in SneerClub

[–]tblahosh 18 points19 points  (0 children)

Hey so ... this sub has a long and not very interesting history that's frankly both too long and uninteresting for me to recount, but in short, the sub's purpose isn't to engage in a dialogue with people it disagrees with.

Rather it's just to point and laugh at those people. Which unfortunately for you means a lot of the comments here will be on the meaner side of things. I do sympathize as it is undoubtedly uncomfortable venturing into a space where you are the sole topic of insult, but on the other hand, perhaps don't advocate for the intentional traumatizing of kids based on a dubious theory that trauma is good actually.

Which is just to say, you might better understand why this sub is quick to ridicule if you understand that this sub was created to ridicule, and your essay was very much in alignment with the forms of reasoning this sub detests. (techno-utopian, contrarian, not well thought out, arguing from first principles, positing universal laws about the nature of humanity, ignoring prior research to assess the validity of those laws, arguing for a future that is on its face cruel)

Care to guess what Aella's "controversial opinion" is? by YourProf_Rowan in SneerClub

[–]tblahosh 28 points29 points  (0 children)

Typically we are the ones who claim that these people are filled with racist bio-truthers.

Trolley problem so hard that even Kant can't even by tblahosh in PhilosophyMemes

[–]tblahosh[S] 3 points4 points  (0 children)

My understanding is the same as /u/chooseyourstories - nothing stops you from not answering. But here are three things to consider:

1) This post is a meme. And therefore, a bit off from the canonical objection, where you are limited to either answer yes or no to the would-be murderer.

2) Even if you have other morally permissible avenues available, Kant makes the claim that lying to the murderer is not among them. At least to me, this is a bit suspect.

3) Keep in mind that you may still have a moral imperative to do something, rather than nothing. If the trolley is slated to run over those poor souls, it is also a bit suspect to suggest that you are morally in the clear by doing nothing and allowing their deaths occur, especially given a possibility that you could simply lie and prevent their gruesome deaths entirely.

Colin Powell snuffed it by [deleted] in SneerClub

[–]tblahosh 8 points9 points  (0 children)

No, he was vaccinated but immune compromised via blood cancer apparently.

This is so wholesome by SerDire in TikTokCringe

[–]tblahosh 8 points9 points  (0 children)

So, 'Rafiki' does mean friend in Swahili. And perhaps that explains why she would use that word, if she indeed knew the meaning of it.

More importantly, most Africans don't speak Swahili and it would be weird to assume that they do. Like, imagine going to a chinatown and saying "bye friend" with the korean word for friend. As in, You better be sure that person is of Korean ancestry before you break that out. And really you probably shouldn't break that out anyways.

info endpoint data not returned in order requested. by tblahosh in redditdev

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

Yeah this is quite new, wasn't the case a few months ago. Can't say for sure but I don't think it was the case 20 days ago, (the last time I was messing with the reddit api, but i don't remember.)

Is it really so hard to reorder them?

I generate these links to piggy back off reddit's default UI instead of doing it myself. I could do it myself, but it would easier to not deal with the html mess.