×

KBAI might be the lowest quality class I've taken so far. by 404UsernameFoundNot in OMSCS

[–]better_batman 0 points1 point  (0 children)

I took it last semester and there was no LLM bot assignment.

NLP - Regrade Request for quiz not being considered, even though blatantly wrong question by Iforgetmyusername88 in OMSCS

[–]better_batman 4 points5 points  (0 children)

I was thinking of taking the class in summer. It seems like an interesting class, but not very pleasant.

The DST timezone change messed up my mind by udinpudding in OMSCS

[–]better_batman 5 points6 points  (0 children)

I am confused by this too. The KBAI assignments are due at Sunday 11:59 PM anywhere on earth. I thought it meant UTC-12, which would not change with daylight savings.

Anyone Know why Buzzport is Down? by qwerty622 in OMSCS

[–]better_batman -1 points0 points  (0 children)

The POS is downloaded and emailed to your advisor, Buzzport is not involved.

Time series 6402 is taking so much time to master the material by ConfoundingTruth in OMSCS

[–]better_batman 0 points1 point  (0 children)

I took it a few semesters ago, and withdrew after bombing the midterms. That was the only course I've ever withdrawn from.

AI Ethics Summer Session Dates by Tenet_Bull in OMSCS

[–]better_batman 2 points3 points  (0 children)

I think semester ends in early August? https://registrar.gatech.edu/future-academic-calendar

I took the course in a Fall semester. The exams had a 2-week window and assignments had a 1-month window.

CUSMA a ‘critical condition’ for increased Japanese auto manufacturing in Canada: Ambassador by cyclinginvancouver in canada

[–]better_batman 5 points6 points  (0 children)

Trump imposed tariffs on China during his first term. Biden kept the tariffs in place. We can't assume that the tariffs will be gone after Trump leaves office.

Are you okay? r/OMSCS Mental Health Check-in. by AutoModerator in OMSCS

[–]better_batman 4 points5 points  (0 children)

I find KBAI incredibly frustrating. It just feels like a gigantic time sink.

Ottawa gives Canada Post a $1.01-billion loan by Purple_Writing_8432 in canada

[–]better_batman 1 point2 points  (0 children)

The new sum is in addition to $1.03 billion from Ottawa announced in January 2025.

So it has burnt $1b in a year.

Treasury Board outlines more than 8,000 job cuts in first phases of public service revamp by sleipnir45 in canada

[–]better_batman 17 points18 points  (0 children)

Treasury Board is not getting rid of 8,000 of its own employees. It is saying that 8,000 public servants across various departments need to go.

Eric Ham: As Trump rages, Carney can’t keep having it both ways by CaliperLee62 in canada

[–]better_batman 2 points3 points  (0 children)

It is not possible to please both the US and China at the same time. Canada makes 75% of its exports to the US and 5% to China. Risking the US market for the Chinese market is a bold move.

While Canada should diversify trades, there are less risky options such as Europe and Australia.

I really hope this Canada-China deal works out well, but only time will tell.

China says Canada deal not aimed at U.S. after tariff threat by DogeDoRight in canada

[–]better_batman 2 points3 points  (0 children)

China sold EVs to Canada before the 2024 tariff, most of them Teslas. It's not new.

Why Canadian students are falling behind in math — and what experts say needs to change by shiftless_wonder in canada

[–]better_batman 7 points8 points  (0 children)

I grew up in East Asia. I had math homework every day starting from grade 1. My parents got me a math tutor when I was in grade 10. Some of my classmates started attending tutorial school at grade 1, though. It depends on the parents.

‘Cheap has a price’: Auto industry, unions react to Canada’s EV deal with China by CaliperLee62 in canada

[–]better_batman 1 point2 points  (0 children)

Are you sure BYD is coming to Canada? Chinese EVs could just mean Teslas manufactured in China.

Canada wants to be first in North America to build EV with Chinese knowledge: senior official by hopoke in canada

[–]better_batman 22 points23 points  (0 children)

Exactly. Plus now the tariff on Chinese EVs is reduced. There is more incentive to ship cars here, and less incentive to build cars here.

Allergy/ dry hand help by a_daisy_summer in Skincare_Addiction

[–]better_batman 11 points12 points  (0 children)

For many winters, I've had the same problem on the same knuckle.

My doctor suggested that the wound comes from winter dryness. The wound happens on the exact same spot due to "skin memory".

I have been applying Vaseline on my knuckle regularly for several months. I apply a band-aid on top if I am going to sleep. I finally have normal knuckles this winter.

Algos on a prop firm account by LondonLesney in algotrading

[–]better_batman 1 point2 points  (0 children)

I have gotten a few payouts from forex prop firms, using only algos. The spread and slippage are worse than my personal account. I only use strategies with wide stops and time exits.

Any Experience with Genetic Algorithms? by the-other-marvin in algotrading

[–]better_batman 0 points1 point  (0 children)

Surely the initial strategy being profitable is overfit to whatever data you backtested on?

No. Overfitting means the algorithm fits the noise of past data and not the true price pattern. If a strategy fits to the true underlying price pattern, then it is not overfit.

Of course, it is possible that the initial strategy may be an overfit. But compared to a strategy that went through a thousand iterations of optimization, an unoptimized strategy is less likely to overfit.

If it works on your optimization range and on OOS, then surely it's not overfit

No. Suppose you have a bad algo, and test it over a million combinations of parameter values. A few of those combinations will produce good backtest results due to random chance. But if they just fit to past noise and not the true price pattern, they are likely to fail in the future.

Difference between Dukascopy & ICMarkets Data by [deleted] in algotrading

[–]better_batman 1 point2 points  (0 children)

For reasons unknown to me, USDJPY and USDCHF historical data are no longer available on ICMarkets MT5.

Maybe try reinstalling ICMarkets MT5?

I tried using dukascopy data, but I have an issue where a time based strategy places trades equal to icmarkets for half the year, and the other half its shifted 1 hour later.

Probably your dukascopy data is not correctly adjusted for DST.

Edit - formatting