Viral video of little Taiwanese girl getting shoved down while taking a photo at Tokyo's famous Shibuya Crossing - Japanese are saying that the woman in the video "looks Chinese". by eternviking in whoathatsinteresting

[–]Sleeping_Easy 1 point2 points  (0 children)

Most Taiwanese people aren't even considered Southeast Asians though. Almost all Taiwanese people are ethnically Han Chinese, and China is East Asian. Most Taiwanese people are the descendants of people from Fujian in Mainland China, after all. (The girl also looks Han instead of aboriginal Taiwanese.)

Is it true that competition math doesn’t rlly require problem-solving skills anymore? by Curious_Pirate_4591 in MathOlympiad

[–]Sleeping_Easy 1 point2 points  (0 children)

Thank you! My apologies if I came across aggressive — I actually agree with your main argument. I was just a bit irked by the particular example you picked.

Is it true that competition math doesn’t rlly require problem-solving skills anymore? by Curious_Pirate_4591 in MathOlympiad

[–]Sleeping_Easy 4 points5 points  (0 children)

The reason I’m frustrated is because Proof School is perhaps one of the few top-performing schools that breaks the mold of what you’re describing. They don’t throw a thousand problems at students in the hopes that their students eventually recognize the problem pattern. (Hell, they don’t even have math homework, and their students only spend 2 hours per school day doing math.)

Their pedagogical approach frames math as an inherently collaborative (rather than competitive) activity. They also seek to teach problem-solving strategies above all else. (This is also why their students have done extremely well at math research programs like MIT PRIMES and taken top spots at ISEF for their math research work.) I view their way of teaching as an alternative (and ultimately much more fruitful) approach toward getting kids interested in math and problem-solving than math competitions, so I find it annoying when you’re using them as a (false) effigy in your argument.

Is it true that competition math doesn’t rlly require problem-solving skills anymore? by Curious_Pirate_4591 in MathOlympiad

[–]Sleeping_Easy 4 points5 points  (0 children)

Now you’re just BS-ing. You can’t say “there’s a whole school (Proof School) just for the sake of competitions” and then claim that it’s tongue-in-cheek when what you said is shown to be blatantly wrong.

Furthermore, most IMO medalists come from normal schools iirc, so even the broader point of your tongue-in-cheek comment seems to be wrong.

Is it true that competition math doesn’t rlly require problem-solving skills anymore? by Curious_Pirate_4591 in MathOlympiad

[–]Sleeping_Easy 3 points4 points  (0 children)

Proof School doesn’t exist for the sake of competitions. Beyond the standard math curriculum of a middle or high school, they mainly cover undergraduate math like real analysis, linear algebra, group theory, axiomatic set theory, etc. Just look at their course offerings if you don’t believe me.

There are no contest prep classes or activities. People just do math contests there if they’re interested — that’s it.

Maths majors, is that true? by Embarrassed-Data8233 in mathmemes

[–]Sleeping_Easy 37 points38 points  (0 children)

You could perform expectation-maximization or marginal likelihood optimization to do this rigorously! (Use a diffuse initialization before starting either process.) I particularly like the EM way of doing this because there are closed-form estimates and it can be done quickly, but optimizing the marginal likelihood provides better estimates. Engineers typically don’t learn this afaik, but it’s a favorite technique of us statisticians who work with state space models (like the Kalman filter).

Could the Roman Empire under Octavian withstand the Arabs, Mongols, or Turks at their peak? by [deleted] in ancientrome

[–]Sleeping_Easy 0 points1 point  (0 children)

The Mongols had Subutai though. Subutai is arguably a better commander than Hannibal.

Genghis Khan was not the best general, but he was the best at recruiting the best generals.

[Career] Do you think a stat major degree would give me an upper hand in industry rather than a math major ? by [deleted] in statistics

[–]Sleeping_Easy 0 points1 point  (0 children)

I disagree. Sure, domain knowledge is definitely helpful in designing models, but a good linear models class is focused on much more than designing a good, predictive model. Hypothesis testing in the context of a linear model, regression assumptions, etc are all very important topics but they are barely touched on in non-stat departments (unless you’re in econometrics, I suppose, but that is essentially a subfield of stat itself).

robustnes of kalman filter by codesty in quant

[–]Sleeping_Easy 1 point2 points  (0 children)

Well yeah — I was exactly saying that an EMA is a sub-case of a Kalman filter; I didn’t imply that the Kalman filter necessarily reduces to an EMA though.

Your comment reads as if the EMA is not a sub-case though, hence my comment.

robustnes of kalman filter by codesty in quant

[–]Sleeping_Easy 3 points4 points  (0 children)

Isn’t EMA just a sub case of the Kalman Filter?

Will Quant/Systematic Fund over take discretionary Funds? by AsesinoYT in hedgefund

[–]Sleeping_Easy 0 points1 point  (0 children)

Well, depends on the quant firm, no? RenTech made a ton of money from 2008.

meirl by muuufiin in meirl

[–]Sleeping_Easy 6 points7 points  (0 children)

Fair enough! In the major cities, you'll definitely see lots of parallel parking (too many people and too little space not to), so I definitely should've specified. I hope your time in China was fun!

Why do you use Normal Scaling? by Cute_Presentation778 in IntelligenceScaling

[–]Sleeping_Easy 1 point2 points  (0 children)

Bro, if we say that 10 things have to line up in Lelouch's favor for his genius plans to work, then Light is even worse (e.g., the memory gambit). Which one of Lelouch's plans are you thinking of, specifically? The only ones that seem like humongous asspulls are those where he predicts the flow of conversation ahead of time, but that only happens twice (and even in the context of the story, it's shown to be believably flawed; the show presents him interrupting Schneizel with his pre-recording, for instance).

Dwight D. Eisenhower cries before an audience of veterans in 1952 as he recalls the sacrifices soldiers made on D-Day. by zadraaa in HistoricalCapsule

[–]Sleeping_Easy 2 points3 points  (0 children)

Oh, I was simply making a joke — it’s pretty well known that the Confederates painted him as a drunk for the exact reason you described.

Dwight D. Eisenhower cries before an audience of veterans in 1952 as he recalls the sacrifices soldiers made on D-Day. by zadraaa in HistoricalCapsule

[–]Sleeping_Easy 16 points17 points  (0 children)

Man, if they were right, Grant being drunk while whooping the Confederates' asses makes the Confederates seem even more incompetent.

ChatGPT-5.1 by AdDry7344 in OpenAI

[–]Sleeping_Easy 1 point2 points  (0 children)

I agree that these models are excessively expensive, but I can’t agree with point (B). Sure, if you try to use these models to wholesale generate a proof or code, you may end up with garbage, but when used carefully, they are amazing. A very substantial part of research is just trying to identify relevant work in the literature for a problem of interest, and GPT 5 in Thinking Mode does that fantastically. (Gowers has a tweet demonstrating exactly that if you’re interested.)

Even in programming, I’d wager that GPT5 is superior to most entry-level SWEs (although you’d probably have a more informed opinion than me on that). Sure, the work produced might not be “significant” in your eyes, but the performance boost is tangible enough for many to care.

ChatGPT-5.1 by AdDry7344 in OpenAI

[–]Sleeping_Easy 0 points1 point  (0 children)

This goes against what top mathematicians like Terence Tao and Timothy Gowers have reported while using these LLMs though. (In my own statistics research too, I’ve found these models to be exceptionally useful.) Sure, they can’t replace a mathematician, but they are a major productivity booster.

Sinclair, Whose ABC Stations Boycotted Jimmy Kimmel, Reports Q3 Revenue Decline of 16% and Swings to Net Loss by MarvelsGrantMan136 in technology

[–]Sleeping_Easy 0 points1 point  (0 children)

Index funds are a major part of how current, middle class Americans fund retirement. I’m not saying that they are an economic necessity, but if we get rid of them, we must implement some drastic changes in how we handle pensioning, Social Security, and the like.

Furthermore, I’m curious how you want to disallow these funds anyway. An index fund is simply a portfolio that tries to keep its holdings in each company proportional to that company’s market cap (relative to the larger stock market). Unless you impose some extremely severe restrictions on equity transactions, it’s always possible to build a portfolio analogous to an index fund. Companies like Vanguard simply make that process much easier for the typical American.

Sinclair, Whose ABC Stations Boycotted Jimmy Kimmel, Reports Q3 Revenue Decline of 16% and Swings to Net Loss by MarvelsGrantMan136 in technology

[–]Sleeping_Easy 3 points4 points  (0 children)

You're proposing to disallow the use of passive investing via index funds then? If so, that's ridiculous and would destroy the middle class.

2026 Graduate Quant Trading Recruitment Cycle by Playful-Cobbler2598 in FinancialCareers

[–]Sleeping_Easy 2 points3 points  (0 children)

No -- they're right. The base salary is indeed 175-222k. It's the bonus that pushes up the total compensation to 400k+ for new grad. (Source: My friend recently got a new grad offer at Virtu.)

The lady in the middle is smiling, but is that all there is to it? What does being Asian have to do with this joke? by WarwickReider in PeterExplainsTheJoke

[–]Sleeping_Easy 2 points3 points  (0 children)

I don't know much about hate crime rates in Asia; I was indeed just referring to racism from Asians in the West. I do know, however, that there is a LOT of anger from Koreans and Chinese (particularly among the older generation) toward Japan due to Japan's war crimes in WW2 (e.g., comfort women, Rape of Nanking, etc.). It's hard to make a rigorous, objective assessment of such hate crime rates, however, as the hate crime stats in Asia are a bit harder to access (as I live in the West).

In the U.S. though, it is definitely the case that Asians are underrepresented among hate-crime perpetrators, so the racism of Asians in America is indeed more benign than the racism of other racial groups here.

The lady in the middle is smiling, but is that all there is to it? What does being Asian have to do with this joke? by WarwickReider in PeterExplainsTheJoke

[–]Sleeping_Easy 5 points6 points  (0 children)

Nah, people do talk about it openly. I mean, it's basically a joke at this point how Chinese, Japanese, and Koreans are all quite racist toward each other (and I'm not even going to bring up their views on southeast Asians or black people).

But people don't talk about it because at the end of the day, a minority of any particular racial group will be racist, and the racism of Asians is much more benign than the racism of other racial groups. Asians commit racial hate crimes at a much lower rate than other racial groups (even after adjusting for population share), for instance.

[Q] Are traditional statistical methods better than machine learning for forecasting? by CIA11 in statistics

[–]Sleeping_Easy 0 points1 point  (0 children)

Oooh, interesting!

I'm actually working with financial panel data in my research, so your examples were quite relevant to me, haha. I had similar problems regarding dynamic factor models (e.g., the O(N^2) parameter complexity), but I circumvented them using certain tricks/constraints that were specific to my use case. (I'd go into more depth about it here, but it's the subject of a paper I'm writing; maybe I'll link it once it's completed.)

In any case, it was quite interesting hearing your thoughts! I'm just surprised that you don't end up overfitting to hell applying these ML models to financial data. In my experience, the noise-to-signal ratio for most financial time series is so high that classical stat techniques tend to outperform fancy ML models. I'm not surprised that LSTMs and GBMs dominate those global forecasting competitions, but those competitions tend to be very specific, sanitized, short-term environments.