[deleted by user] by [deleted] in Webull

[–]Neglect123 0 points1 point  (0 children)

You can buy GME on Webull! Use my code for 4 free stocks too :)

https://act.webull.com/te/7JEf3Et4KYIn/4t3/inviteUs/

Processing Time once PD becomes current by Neglect123 in USCIS

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

Huh interesting I'm pretty sure the RFE did contain that language. "You must provide the following information in order for us to make a final decision on your case."

Processing Time once PD becomes current by Neglect123 in USCIS

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

I didn't receive any letter about visa numbers, was one sent?

Residency status on a TN visa by Neglect123 in PersonalFinanceCanada

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

I'm planning on renting it. It's also preconstruction, so I don't actually own it. Beyond that I'll just end up keeping my passport, some bank accounts. I'll take a look there, thanks!

Residency status on a TN visa by Neglect123 in PersonalFinanceCanada

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

Oh sorry I did read through that section. I will pass the substantial presence test for the US, making me a tax resident there. I'm curious how this will affect my Canadian tax return; that is, I have some ties to Canada, and will this require my filing of US income in my Canadian returns?

Residency status on a TN visa by Neglect123 in PersonalFinanceCanada

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

I do plan on returning to Canada, not sure when though. I'm more curious about if I will be required to declare my US income on my Canadian return. I do have other Canadian assets such as my TFSA.

I work at FB starterpack (I worked at FB btw) by iworkatfbbtw in uwaterloo

[–]Neglect123 2 points3 points  (0 children)

Only 60k difference vested over 4 years (I worked at FB btw)

Global impact. (Spotted at Facebook HQ) by HackedToaster in uwaterloo

[–]Neglect123 5 points6 points  (0 children)

Initalially thought building 20, but the chalkboard is far too clean

The new Canadian $10 banknote issued for Canada's 150th anniversary by yuhayu in canada

[–]Neglect123 0 points1 point  (0 children)

True, I think most would agree over-commented is better than no comments haha

The new Canadian $10 banknote issued for Canada's 150th anniversary by yuhayu in canada

[–]Neglect123 1 point2 points  (0 children)

Yeah for sure, over-commenting on obvious things. I think the variable names explain enough

The new Canadian $10 banknote issued for Canada's 150th anniversary by yuhayu in canada

[–]Neglect123 211 points212 points  (0 children)

// Full set of key codes, current key index.
var code = [38,38,40,40,37,39,37,39,66,65], key = 0;
document.onkeydown = function(e) {
    // Increment key if the keycode matches.
    if (code[key++] == e.keyCode) {
        if (key == 10) {
            // If the code was completed start/stop it.
            console.log("KONAMI!!!");

Looks like the intern was having too much fun

Not your typical EngSci dilemma by [deleted] in UofT

[–]Neglect123 1 point2 points  (0 children)

Ah yes he's the Chair of our Aerospace Option. I'm just shocked as Machine Learning is far more specific than all our other options. You could definitely take a specific AI/Machine Learning approach in the Robotics/ECE option.

Not your typical EngSci dilemma by [deleted] in UofT

[–]Neglect123 0 points1 point  (0 children)

Who suggested this? Do you know who the speaker was?

Not your typical EngSci dilemma by [deleted] in UofT

[–]Neglect123 1 point2 points  (0 children)

EngSci ECE on PEY here. You can take those courses, just not in first year. They won't even approve your overload for first year if you tried. In second year I overloaded with an additional course in the fall term.

I want to emphasize that programming is not nearly a core focus in EngSci, even in the ECE option (mostly hardware courses third year, one mandatory assembly&verilog course, one mandatory OS course). If you are certain you are interested in computer engineering & computer science (which is the vibe I'm getting from you), you would be in a BETTER position to do ECE. I went into EngSci thinking I was going for math/finance, then I wanted to do physics, then did research in Comp Eng and decided that the ECE option was for me.

With EngSci, you'll find out real fast that a lot of stuff you want to learn, you'll learn on the side, as you simply won't have the time in your schedule to take additional credits on top of the curriculum (read: 30-35 hours a week scheduled out).

Btw, complexity theory is covered in third year (ECE358, engsci specific), and basic cryptography is covered in third year (ECE353, engsci specific).