#canada

1 messages · Page 36 of 1

analog current
#

MDA

wicked bramble
#

70k

#

BC

#

Yes sir

#

I’d have to move to Saskatoon

#

But I want to be a dev as well so idk what to do. Moving to Saskatoon is lame af.

analog current
#

You don’t want to work for a company called Semen

wicked bramble
#

I’m in Van already with tha parents so that won’t be an issue

analog current
#

Def MDA lol

#

Alternative is you work for a semen manufacturing company and incur a greater cost of living and relo. You’re doing yourself a disservice. Just build the Canandarm like a good boy.

#

Make the move to Tesla in a few years my G

limber dirge
#

how lol amz pays like 55 cad or something

#

many companies pay 40+ that arent faang in canada

real storm
#

ya'll working in canada is actually fucked

#

no wonder most loo grads go stateside

#

like we do the same work as american devs

#

but get paid less and with a currency that's ALSO worth less

#

kind of a racket ngl

pallid reef
#

lol

placid dawn
#

just got intern offer from them

#

through fswep

barren sinew
#

No data to back it up other than how hard it is to get a H1B now

boreal sorrel
#

it’s so sad that people who can’t go to the us stick to low salaries esp in cities like vanc

storm stream
#

is siemens mobile networks?

#

you could go to apple after who knows

wicked bramble
storm stream
#

What about MDA? It's DevOps?

wicked bramble
crisp bane
#

Hi guys,
Does anybody have experience for java developer technical interview at Citi? if yes, Could you guide me for that what kind of questions are asked as I have a technical round?

exotic nacelle
#

Hi guys, am I able to apply for jobs in Canada if I'm a UK citizen or do I need a Visa?

kind jasper
#

or, short answer, if you're young, you can probably get a working holiday visa and not need an employer or offer lined up beforehand, if you're trying for a relatively short period of time. If your goal is a permanent move that's a bit different, both are explained there

worthy fjord
#

ofcourse there interviews are hard too lol

tight gale
#

Hello

#

Where are the offers my friend

fickle juniper
barren sinew
analog current
worthy fjord
#

not too sure about technical rounds didnt make it that far

magic perch
analog current
#

Wilds

#

Behavioural is behavioural tho

#

It’s basically can you be a human for X minutes

night vine
#

Has anyone ever done an internship at the cdpq in Montreal?

placid dawn
#

feeling bad for my international friendz graduating today

#

im extending as long as I can

oblique crater
#

the post graduate work permit doesn’t require offer

lunar sandal
#

ye its 3 years of stay

placid dawn
lunar sandal
#

isnt this the usual case

#

oh nvm

#

ye ye 1 year work exp

vapid latch
storm stream
#

Any Canadians hiring ng?

#

Alexa, add rope to my shopping cart

sly kindle
#

Canada sucks bro

#

Just leave

storm stream
#

bet

lunar sandal
#
    def networkDelayTime(self, times: List[List[int]], n: int, k: int) -> int:
        
        grid = [[-2] * (n+1) for i in range(n+1)]
        
        for item in times:
            grid[item[0]][item[1]] = item[2]

        # now we are given the source node so 
        distances = {}
        for v in times:
            if v[0] not in distances:
                distances[v[0]] = float('inf')
                

            if v[1] not in distances:
                distances[v[1]] = float('inf')
        distances[k] = 0

        # initialize all distances to infinity initially.
        print(grid)
        def djikstras(curr_node, curr_dist):
            # we have to search the curr_node-th row
            for i in range(len(grid[curr_node])):
                if grid[curr_node][i] != -2:
                    if distances[i] == float('inf'):
                        distances[i] = curr_dist+grid[curr_node][i]
                        # visit other neighbors
                        djikstras(i, 
                        curr_dist+grid[curr_node][i])
                    else:
                        if curr_dist+grid[curr_node][i] < distances[i]:
                            distances[i] = curr_dist+grid[curr_node][i]


        djikstras(k, 0)
        if max(distances.values()) == float('inf'):
            return -1
        return max(distances.values())
#

this q is 1000000% just djikstras, i just did it without a queue but i wanna see where im wrong lol

analog current
#

Anyone done coursera OA in the past?

tawny raptor
analog current
zinc knot
lunar sandal
#

My bad I meant to post this in LC discussion, and thank you for the code review 🙂

sly kindle
vapid latch
#

anyone get the Clio OA

#

how is it

analog current
analog current
tawny raptor
#

Damn

placid dawn
#

u know what the pay is

#

$18.17 cad

#

yeah

tight gale
placid dawn
#

whats csis lol

vapid latch
#

oh wait is it mandatory in person ottawa

#

🤢

placid dawn
#

nope remote lol

#

i wouldnt relocate for $18 😆

placid dawn
#

u upload resume and they auto reach out to u

lunar sandal
#

is this for Canadians only

vapid latch
#

ahh interesting, i uuploaded my resume but they didnt get back to me

placid dawn
#

yeah

vapid latch
#

ya its gov of canada

lunar sandal
#

Gg

placid dawn
vapid latch
#

would u mind if i DM u my resume?

#

just for feedback

#

but yes it is competitive for sure

placid dawn
#

also my offer is for 1.5 months only so idk how that'll work lol

#

cause i returned late from my study abroad

#

but they said they'll extend for fall

vapid latch
#

huh sounds more like contract based

crude saddle
#

anyone done intact oa, if so what kind of problems

tight gale
crude saddle
#

"ai labs hong kong" lul

#

its probably auto isnt it

#

mines swe so hopefully i have a chance lol

#

but i have no info so over fur mich

#

gg

#

coffin apartment here we come

#

wow i think mans using linux

analog current
vapid latch
#

i dunno it doesnt say

#

i guess some intern role

crude saddle
#

what platform was it

#

btw

#

hackerrank?

formal galleon
#

I swear Idk how you guys find these new listings so fast

#

I have linkedin alert set up and get nothing

analog current
#

how do i GTFO canada

crude saddle
#

marry american

storm stream
earnest mortar
#

Copium

vivid fiber
#

Smh

analog current
vivid fiber
analog current
#

lmoa

vivid fiber
#

If ur struggling to find a job in Canada, I'm not sure you'll hav much more luck in the states

zinc knot
#

im not even getting interviews sadgeWork

worthy fjord
zinc knot
real storm
#

its actually wild

tight gale
#

Isn't medical/dental/vision usually covered? There is deductible but unless you are always sick dogesmile

analog current
#

i’ve been around the block

#

i’m telling u

#

money ain’t in canada

#

goes down

#

lower taxes

#

cheaper

#

zon us is more money

#
  • cheaper housing
#
  • lower taxes
#
  • more prestige
#

bro

#

it’s facts

#

cope harder

#

everyone knows da real monie is in the US

#

no one comes to canada to make a pretty penny

vivid fiber
#

So there is money in Canada?

#

What are you even arguing then?

analog current
#

broooo

#

THERES MORE

#

IN THE US

#

u can always have more

vivid fiber
#

Yeah, lol

analog current
#

yo

#

hi

#

i’m also developing a taste for finer things in life

#

so thanks to my lifestyle inflation

#

i need to make way more money

vivid fiber
vivid fiber
#

So why the need to move to the states

analog current
#

and ur telling me this

analog current
dry rain
#

f

vivid fiber
analog current
#

then WHAT THE FUCK

#

ARE U DOING

#

DEFENDING

#

CANADA

#

this guy is such a hypocrite

#

holy

#

“ya u can make plenty of money in canada but i’m also going to the US”

#

(he’s going to the us for more minor and prestige)

vivid fiber
#

Yes

analog current
#

no one is hating on anything

#

he’s saying u can make monie in canada

#

i’m saying u can’t

vivid fiber
analog current
#

that’s the argument

analog current
vivid fiber
#

Doesn't Amazon pay 6figs?

analog current
#

ur making peanuts

#

ya it is 6fig

#

but not the same as US amazon

vivid fiber
analog current
#

no but ull make more

#

like 40% more

#

time to go for a 2nd degree in math

#

become a quant

#

make 500k

#

but i’m stupid

vapid latch
#

anyone get the IBM HR?

#

how is it

tight gale
#

So nice pepewow

real storm
#

looking up rent in canada is fucked

#

how are people charging 2100 MINIMUM for a studio

#

on god JAIL is cheaper then that

#

and at least i get free food in jail

vivid fiber
#

It's june

#

Most will only come in July~Aug

#

S24 means Summer 2024, no?

vapid latch
#

also anyone do Clio intern interview

vivid fiber
#

Yea

#

I wouldn't rec

#

I did with online school

#

With irl school imo, it'd b v tuff

mellow anvil
vivid fiber
#

But you still have to go to tests, quizzes, group project meetings, etc.

soft hamlet
#

In Ottawa it's like 1500 CAD

#

in toronto prolly

real storm
#

yeah in toronto

#

literally like all round the GTA too

soft hamlet
soft hamlet
#

like 20% lower

#

still higher COL : rent ratio than toronto tho

real storm
#

already living in 1 g

real storm
soft hamlet
real storm
#

like pretty comparable with toronto

soft hamlet
#

I guess for like wisconsin or something, yeah it's expensive

#

you need like minimum 2-2.5k a month to live I'd say

real storm
#

ah thats not too bad in the swe world

soft hamlet
#

but also there are poorer areas, I'm talking about suburbia

real storm
#

damn COL difference is huge

#

even suburbia here is fucked lol

soft hamlet
#

:> 80k new grad on 2-2.5k a month living

#

ez

mellow anvil
#

just gotta choose courses based on their syllabus ig

soft hamlet
#

or you can go gov for like 50-60k a year but you get 60% of salary every year as pension until you die

real storm
#

yeah its almost like an extra 1k in your pocket then compared to living here

#

tbh for me its 200k or bust state side

#

cant imagine staying in canada

#

the opportunity cost is so huge when comparing the wages, even factoring the COL

soft hamlet
#

lots of neighborhood suburbs, "Ottawa" is now like 3 different towns merged into one

real storm
#

morphin into toronto

#

back the

soft hamlet
#

one of em is tech/industry, the other is suburbia and then there is main area

#

I'm technically in Nepean but we just call it Ottawa

#

On legal papers it's Nepean

soft hamlet
#

mainly because only t5 schools are actually known, and the US only recognizes like two schools out of that

#

My uni is technically t8 on a few university rankings but basically no one knows about it

#

uni name doesn't really matter here but like getting a job in US is harder when no one knows about your uni

soft hamlet
#

🤣

#

the only time ur getting 200k CAD is maybe vancouver or you went to US 💀

#

or quant but barely many quant in Toronto

real storm
#

and my uni is def not top anything LMAO

soft hamlet
real storm
real storm
soft hamlet
#

gotcha

real storm
#

LOL

#

yeah bro, naw most of my luck has been stateside

#

its kinda weird

soft hamlet
#

ok I should start applying to US

real storm
#

local and mid sized canadian aren't biting here for me

soft hamlet
#

I'm going into second year so

#

:>

real storm
#

oh shit good luck

soft hamlet
#

resume here, updated my scholarships because I got another one

#

but everything is the same

#

you think I stand a chance US 🥺

#

wait you go york too? I forgor 💀

#

HideThePain I just want US job pls gib

boreal sorrel
soft hamlet
loud belfry
#

Lassonde pfp

soft hamlet
boreal sorrel
soft hamlet
#

WazowskiStare "oh yeah, I got zon, totally normal"

boreal sorrel
#

i mean almost everyone gets zon lol

#

if you apply early

soft hamlet
#

are we talking about the same zon lol

#

💀

boreal sorrel
#

yes

soft hamlet
#

bro I gotta be watching out for that zon then because I didn't even apply last year, was closed by the time I started uni or wtv

#

I applied to MSE

#

KEKW_RECESSION_EDITION dats it

boreal sorrel
#

mse?

soft hamlet
#

microsoft explore

boreal sorrel
#

oh right yeah being a junior def helps lol, starting out is hard

soft hamlet
#

I'm going into second year KEKW_RECESSION_EDITION imma hit up all the freshman/sophomore programs

soft hamlet
boreal sorrel
#

fair fair, that’s valid, back then i only got a step interview and i flunked it smh

soft hamlet
#

WazowskiStare 2nd year is low 20s, and I would have to relocate

#

I'd be making like 3k for the entire summer KEKW_RECESSION_EDITION

boreal sorrel
#

scotia is good pay for sure but you need coop

soft hamlet
#

funny schedule

boreal sorrel
#

citi for the summer is sick pay too but i think getting selected is rng

soft hamlet
#

6 terms KEKW_RECESSION_EDITION

#

total

#

1 internship 5 true work terms

soft hamlet
#

this market sucks lol

#

I'm scared to do fall/winter terms in two years

boreal sorrel
#

i applied to only google for fall, incase i get it, i’ll delay grad else i’ll continue lol

real storm
#

keep it up big man, wish I had that drive in second year

soft hamlet
soft hamlet
real storm
#

can we hold some mf chicken wings together? what's goin on with that again

#

cause im actually so down to muck up some wings

soft hamlet
#

KEKW_RECESSION_EDITION intern pay looks so little compared to freelance I cry

real storm
#

is freelance worth?

soft hamlet
#

very much so

#

I'm making more than 2x in freelance per hour than my current internship

real storm
#

did you like start on fiverr or straight to upwork?

soft hamlet
real storm
#

oh shit

#

you mind me asking?

soft hamlet
#

I can dm

analog current
lunar sandal
#

bro we had a course almost completely plagiarized word4word from york

#

well not plagiarized but the content was xtremely similar cuz the prof was the same

boreal sorrel
#

ye ye

#

pretty straightforward, trivia shit, no lc

soft hamlet
#

wordpress but still a fair amount of custom PHP because off the shelf stuff is usually garbage

novel dome
#

without 2406

novel dome
#

citi pays so goood

#

sheeesh

soft hamlet
#

trying to get the prof to let me in

#

my other courses are too boring I wanna skip to 4th year

novel dome
#

no dissrecpt

#

but it aint happenin

#

but gl tho

lunar sandal
#

carleton must be rlly chill if we have literal first years tryna do 3rd year courses

novel dome
#

its this Z section

#

that lets u do all of first year cs in one term

#

so nerds like ryan

#

can take 4th year by second year

lunar sandal
#

hmm

#

still

#

4th year by second year

#

shud be illegal

novel dome
#

i doubt they will be able take

#

that 4th year course 4601 is only avaiable in fall

#

and kids like ryan would only be able to take it in 2nd year witner

lunar sandal
#

hmm

analog current
#

who wanna review my resume

novel dome
analog current
#

oke thank u lads

wooden lichen
soft hamlet
#

if the company sponsors

wooden lichen
#

thats nice

boreal sorrel
#

yeah it wasn’t lc

boreal sorrel
boreal sorrel
novel dome
subtle storm
#

I'm at Citi rn and after talking to others, I don't think they asked lc questions to anyone but the difficulty of trivia-style technical questions varied a lot between us

tawny raptor
#

Is citi tech stack good

boreal sorrel
boreal sorrel
boreal sorrel
subtle storm
#

yep 🥲

tight gale
#

Yo

subtle storm
boreal sorrel
#

yeah i would fail if it was this lol

soft hamlet
#

sadge it's sorta hard

pallid reef
#

there’s no chance for international with work permit to work in the US right?

#

just want somebody to say it to me

lunar sandal
#

Why would you

#

Just get PR first

pallid reef
#

lol

#

“just”

#

i’m trying

lunar sandal
#

ur still in uni

pallid reef
#

i mean there’s not so much i can do

lunar sandal
#

After uni u get a 3 yr window

#

Yeah exactly

#

Which is why I said just

pallid reef
#

yeah but no chance in getting us internships

#

US

lunar sandal
#

In terms of sponsorship yeah

#

Unless ur the second coming of Einstein

#

and they desperately want u

pallid reef
#

….

lunar sandal
#

Otherwise they alr got intls within the US gunning for internships

pallid reef
#

does apple hire interns in canada

lunar sandal
#

I think Apple has to reach out to u

pallid reef
#

wow

lunar sandal
#

idt they hire publicly

#

might be wrong ?

pallid reef
#

idk, i haven’t seen anybody interning there in CA

soft hamlet
#

each team at apple has their own hiring procedures and whatnot

pallid reef
pallid reef
soft hamlet
pallid reef
#

that’s dope

soft hamlet
#

it's literally impossible to find someone though that is willing to recommend you hard enough to get you hired sadge

#

LOL

pallid reef
#

hah

#

lol

#

nvm then

soft hamlet
#

each team has different procedures and stuff, and apparently you even have to get your linkedin stuff past HR LOL

#

copium it's very tightly closed

#

apple hires in mtl office lol but nothing really open public

pallid reef
#

linkedin stuff?

soft hamlet
#

like for example the desc that you put on your job entry

#

literally 1984

pallid reef
#

I mean, they’re still on top

soft hamlet
#

because of this apparently apple employees get bombarded with connections

#

KEKW_RECESSION_EDITION people trying to get referred

pallid reef
#

good to know how it works

soft hamlet
#

guys, companies want me copium

#

LOL

#

💀

pallid reef
#

😎😎😎

soft hamlet
#

pretty bad rn, you should be applying right away

soft hamlet
#

oh, for internships during master's you should be fine. New grad is kinda bad rn, but should stabilize by the time you are done your master's

pallid reef
soft hamlet
#

which founder looked at me 😂

pallid reef
#

lol

#

what a scam

#

crazy

soft hamlet
#

on profile

#

look at search appearances

pallid reef
#

executive director👔

soft hamlet
#

did a founder at momentive look at me, like what 🤨 8.2% 😂

lunar sandal
#

google searched me

soft hamlet
boreal sorrel
soft hamlet
#

obviously

boreal sorrel
boreal sorrel
boreal sorrel
soft hamlet
#

copium I need job

#

sadge I have to do two terms of school after this work term

boreal sorrel
#

i have two terms left and i grad, i can’t wait smh

soft hamlet
#

💀

#

I have 4 more years including work terms

pallid reef
#

what faang r u gonna work for?

soft hamlet
#

^

boreal sorrel
#

else jump away to some company that hires in canada

pallid reef
#

🍌?

boreal sorrel
#

pallid reef
#

oh

#

nice one

#

r u from target school @boreal sorrel

soft hamlet
boreal sorrel
#

nah

pallid reef
#

like not even top 7

soft hamlet
#

:> only loo and u of t are target

boreal sorrel
#

i think my uni comes under top 7 ig but not target for sure

#

there’s like 8 in canada it’s not hard to be top 7

pallid reef
#

not 8 lol

#

more

soft hamlet
#

loo, u of t, ubc, mgill, maybe simon frasier, everything else is mid

pallid reef
#

15<

boreal sorrel
#

ik lol i’m just kidding

#

i’m mid ig but it’s aight

soft hamlet
#

copium my school is technically t8 in CS but no one knows about it lol

soft hamlet
pallid reef
#

mcgill is cool

boreal sorrel
#

loo mostly from my exp lol it’s insane how much they hire from loo

soft hamlet
#

loo and u of t are the only ones that actually propel

#

ubc and mcgill have a good name

#

everything else mid

boreal sorrel
#

nah

#

summer still loo peaks

#

idc about coop

soft hamlet
#

I think Carleton might have a higher employment rate, but Carleton doesn't release numbers so idk

#

most companies locally didn't stop hiring

#

KEKW_RECESSION_EDITION 200 Nokia summer interns

#

LOL

boreal sorrel
#

but you have a lot of good ops lol

soft hamlet
#

grad students typically have their own category for co-ops

boreal sorrel
#

yeah but they get a shit ton of exp they end up higher on a avg

soft hamlet
#

but yes in theory you can apply to bachelor's internships

boreal sorrel
#

so it doesn’t matter either way

#

and js’s fall cohort is like only loo kids

#

we weren’t talking about grad school were we

#

nope

#

i though it was coop lol got dragged into the wrong convo

soft hamlet
#

waterloo infrared

lunar sandal
#

70 PER YEAR

#

thats engineering fees

#

rotman is the biggest scam

#

i think

#

10k is a fair bit of money

#

wtf?

#

is that all inclusive

#

or base tuition

#

theres no way

#

maybe 2023-2024

#

oh

#

...

soft hamlet
#

Carleton is better than waterloo

pseudo storm
#

did you guys get hackerrank from cse?

tawny raptor
#

Somebody gotta pin a thing telling people not to ask about cse

#

They will probably ask you who else knows about your application

#

And you dont want the answer to be 75k strangers on discord

pseudo storm
#

Snm

tight gale
#

Reported

lunar sandal
#

U sure abt that

loud belfry
#

CU is t1

soft hamlet
#

WE ON TOP 💯

loud belfry
#

CU tied with waterloo

#

uft a bit lower

lapis beacon
#

Calgary >

lunar sandal
loud belfry
#

yall not ready for this convo

lunar sandal
#

uh huh

pallid reef
#

don’t people who drop out of uft go to york

#

lol

#

i mean that’s what i’ve read on reddit

lunar sandal
#

😂😂😂

#

U got me nulname

loud belfry
#

Damn should’ve taken my itec offer

analog current
#

why u hear something back?

pallid reef
#

why

wooden lichen
#

are there jane street interns at carleton

#

or waterloo

soft hamlet
lunar sandal
#

some schools r just gooder than others

pallid reef
#

hahahah

#

chill out shri

#

thank you

#

how do you feel about summer 24 internships @weak gazelle

lunar sandal
#

calling someone in this chat ur father is crazy

vivid fiber
placid dawn
tight gale
eternal fossil
eternal fossil
lunar sandal
abstract crypt
#

we gotta start the 2nd carleton arc of the cscareers discord

soft hamlet
#

💀

#

I wouldn't say it's like easy but it's definitely not depression level hard

#

I already knew a lot of stuff coming into the degree from my HS prof

soft hamlet
#

gonna email the prof

#

unfortunately I don't have the prereqs 😦

soft hamlet
grave quest
#

@worldly ridge happy fathers day

novel dome
#

better not take my spot

soft hamlet
#

that's why I am waiting bro

#

I don't want to snake it from someone who needs it to graduate

#

Carleton already is doo doo enough with registration

novel dome
#

fax

soft hamlet
#

I was thinkin of taking it w @crystal comet but then he had other things to do

#

💪 incoming second years A+ ing the course

#

ezez

#

whatever I'll probably just take COMP 3000

soft hamlet
# novel dome fax

how does this sound:

Fall
COMP 2404
COMP 2406
COMP 3000
STAT 2507
BUSI 1800

Winter
COMP 2804
COMP 3005
COMP 3007
BUSI 2800
BUSI 2204

#

:>

novel dome
#

we can have 3005 together

soft hamlet
#

I'll just do all my 4th year courses next year then

#

Bro it's so annoying how all the fun COMP 4XXX are only offered in fall -_-

lunar sandal
#

is anyone getting

soft hamlet
#

oh wait I'll be on a co-op term next fall....

#

:/

lunar sandal
#

amazon summer 2024 results?

soft hamlet
#

no

lunar sandal
#

is the app even open

soft hamlet
#

wait it's open?

#

was about to say

#

nope not yet

#

@lunar sandal

lunar sandal
#

gg

soft hamlet
#

does amazon have a STEP equivalent?

lunar sandal
#

probably august then

soft hamlet
#

Gonna try to slide into that 🤤

#

I need a good job next year sadge I like the vibe of my startup a lot tbh

#

but I want to experience 10x FAANGineer

#

jkjk

lunar sandal
#

ima just apply to fall 2023 roles for the OA practice

crystal comet
soft hamlet
crystal comet
#

2401, 2001, 2804, 2507, 2605

#

2605 and 2804 r the only ones that might be hard

#

so depends on them

soft hamlet
#

I've set myself up nice, finishing 2401 with dr genky

#

🥱

crystal comet
#

lol that class is such a shitshow

#

christine gonna do me right tho 💯

soft hamlet
crystal comet
#

common genkin W

lapis beacon
#

Calgary >

abstract crypt
analog current
#

yo what are some research based masters that I can get accepted into with a low gpa (B) and minimal research experience

crude saddle
#

bro FUCK C++

#

intact problems were like 2 LC easies and i failed because UNDEBUGGABLE SEGFAULT on both

normal jetty
abstract crypt
soft hamlet
#

Let's goooo

#

Carleton taking over cscareersdev #canada

#

We on TOP

lapis beacon
#

Calgary on top fr

vapid latch
#

carleton isnt in calgary 🤔

lusty roost
#

any western students tho..

pallid reef
#

carleton community is superior apparently

#

in comparison to other mid schools

mental monolith
#

How my NG friends doing

crude saddle
crude saddle
#

what if my code was correct except for 2 lines

soft hamlet
crude saddle
limber dirge
analog current
formal galleon
analog current
formal galleon
analog current
#

Black mirror

lunar sandal
pallid reef
#

sike

#

hi shri

#

how was ur day

tight gale
#

But like team matching has been scarce to non existent

lunar sandal
#

r getting these offers

#

cuz i sure as shit didnt hear back 😠

deep imp
#

Hi Guys

deep imp
#

I am new to Discord and this community as well. I have an engineering experience back from India and little bit here as well. Your guidance in learning the tech and help in applying different jobs will be appreciated.

zinc knot
#

watched beyond the sea yesterday and it fucked with my head ngl

#

haven't seen any other episodes tho Kek

#

i only saw it because of my boy aaron paul

#

absolute chad

analog current
#

they suck ass

#

some eps werent even tech related

brazen pawn
#

Has anyone interviewed with interac?

cinder kraken
#

They will ask you to talk about your projects and some behavioral questions

worldly ridge
#

Hello Canada and @weak gazelle I have been gone on vacation for a while, how is the job market now? Are things going great? Thanks bud 🇨🇦

#

im cheesed bro Imma about full send it with dem mandem waste yutes n find some tingz

analog current
#

i just broke my fucking skateboard again

#

FUCK

#

FUCKKKK

#

IM TOO FUCKING CHEAP

#

TO GET A NEW DECK

#

y’all got any spare decks

violet topaz
#

god damn salaries here suck

#

just got an offer lower than i currently make for a lead position pepeweird

analog current
#

L

#

vancouver to morocco?

#

are u nuts

#

u clearly are brother

#

u no morocco

#

lmao

#

oh

#

but u said “vancouver to morocco”

#

which one is it lady

#

proof?

#

how about u come to dn

#

no bruddah

#

me no help

#

me get help

#

me sad now

#

bruddah how are u typing

#

if u unalived

#

why don’t u move to dn

#

it’s beautiful down there

#

cuz i think it’s a better fit for

#

u

#

me no lie

#

me work at amazon

#

my word biggly heavy here

#

u no come to google

#

u go amazon

#

no brother

#

u listen

#

i’m not told me

#

me no u tell

#

me no speak like anything

#

me immigrant too

#

u biggly welcome

#

dn

#

dn big bucks money

#

trust brother

#

what’s ur name again?

#

ahmed is it?

#

how about u move to the us and start a gas station

#

dn is a place brother

analog current
#

it’s not joking

#

u no ride camel?

#

me doubt

#

me saw ur wife on camel yesterday

#

u lie

#

god no like liers

#

me no lie

#

me honest

#

u not honest

#

u lie about camel

#

me speak how

#

me normally speak dis

#

also we’re not talking

#

we’re chatting

#

i mean

#

we no speak

#

we type

#

it’s when u go ride camel and have fun

#

it’s biggly fun

#

YES CANEL

#

bring me 2 camels

#

i get u job at amazon

#

no camels in banvouer

#

u no job then

#

brother

#

me tell u bring camel

#

i take care of u

#

thoughts on this

#

u no like meow?

#

nulbame im talking to a fob

#

stfu for a sec

#

ty nullptr

#

bet

#

dm his cc

#

we all vancovuer

#

this server rename to bancouver/camel

#

u ask too many questions

#

u go back to motherland if more questions

#

ur choice

#

brother ur vehicle of choice camel

#

proof?

#

no camel brother afk

#

see how dull

#

u no come

#

u no smart

#

me want smart

#

u no smart

#

here’s a test for u brother

#

do u find this meme funny or offensive

#

it’s biggly iq test

#

u no smart

#

can him bois

#

estop brother

#

how many wife brother

#

me have 5

#

i’m ordering this one

#

pizza + cat vibe

#

why lie brother

#

actually nvm

#

gonna finesse some dumb kid on craigslist

pallid reef
#

that’s mad funny ngl

#

i read almost the whole thing

#

@analog current rate ur experience at amazon 1-10

analog current
#

dog shit project

#

dogshit tech stack

#

dogshit tooling

#

dogshit everything

#

BUT

#

AND RHERES A BIG BUTT

#

good pay

#

dogshit environment too

pallid reef
#

lol

#

that’s ridiculous

#

didn’t expect that

analog current
#

good pay tho

#

that’s the only thing keeping me here

#

everything else is subpar asf

#

there’s a reason why these companies pay the big bucks

#

no one would work here if paid like other companies

#

ofc no one else would tell u this cuz they wanna up hold the “faang” image to their frens

#

but idgf

pallid reef
#

resume value is what attracts ppl

#

besides pay

analog current
#

eh

#

my call back rate ain’t that diff

#

4month at amazon ain’t much

#

sobbing after i applied to their scholarship

real storm
#

im bias but imma say definitely yes

analog current
#

ya 💀 tbh i half assed it

real storm
#

you do crazy shit at amazon, some projects are like part of tier 1 services like ddb

#

even if your project is trash, the amount of oas doesnt matter - its how many people that get in that matters

analog current
#

APART OF THE MAJORITY!!!

limber dirge
analog current
#

52

#

not including housing

limber dirge
#

do any positions in canada pay 60+

#

i know doordash used to

tight gale
cinder kraken
#

Anyone in Canada got Coursera oa

#

?

stark patrol
cinder kraken
#

Same

meager bluff
analog current
eternal fossil
#

yo they payin 70k at lockheed in nova scotia

#

what the actual fuck

#

worth it to move ?

soft hamlet
#

boring place tho

#

even more boring than Ottawa

eternal fossil
#

I just

#

Can never win

soft hamlet
#

if you get it you live like a king, just be terminally online to relieve your sense of loneliness

eternal fossil
#

No no like hr recruiter told me 70k

soft hamlet
#

or maybe pick up a side hustle of farming potatoes

static scarab
eternal fossil
#

I think so too lol

soft hamlet
#

bro

#

LOL

static scarab
#

70k after taxes is 50k

soft hamlet
#

2k a month to live there sadge

eternal fossil
#

Yeah I saw that omfg

soft hamlet
#

that's surprisingly high

#

This is for Ottawa lol

#

it's literally the same but you get lower pay than Ottawa 💀

#

wait nah Ottawa rent is more than 1.1k bruh

eternal fossil
soft hamlet
#

sadge maybe most people are renting singular rooms but if you want like an apartment it's like 1.3k

eternal fossil
#

This is for junior devsecops engineer

soft hamlet
static scarab
eternal fossil
#

Yes

static scarab
#

1st time ever heard of it lol

eternal fossil
#

Sounds interesting could be a good one if it wasn’t in Halifax

static scarab
#

sec could be fun but u need to make sure ur actually coding

#

some sec jobs don’t involve coding at all

eternal fossil
#

Ya absolutely

soft hamlet
eternal fossil
#

I’m growing jalapeños hot yellow peppers

#

I’m growing Roma tomatoes and basic and rosemary

soft hamlet
#

I grow herbs

#

because like

eternal fossil
#

Me too

soft hamlet
#

Paying $5 for a tiny bit of herbs

#

nahhhh

eternal fossil
#

Herbs are net win

soft hamlet
#

I'd be using $5 every time I cook 😭

eternal fossil
#

Genovese basil is so Expensive for like 20 leaves and you can get that in a week of growin

soft hamlet
#

I made salmon w thyme, lemon and onions two days ago

#

it was great

eternal fossil
#

Legend

#

I made pasta with the genovese basil

#

But I’m looking forward to the Roma tomatoes coming back

soft hamlet
#

idk why she planted so many

eternal fossil
#

So Halifax the move ??

#

Rent is crazy high

paper ether
#

Loool my co-op told us we could go hybrid from full time in office

#

and then today they were like ya nvm

#

and pay is basically minimum wage

#

like okay guys

#

definitely makes us want to convert to full time

static scarab
soft hamlet
#

rippp

grave quest
#

hello Mr cracked ryan

soft hamlet
#

I'm not cracked tho 🤓

analog current
#

u poor mfs

#

low pay + shitty tech stack (i.e rewriting c++03 to c++14, ik someone who did that)

#

and they flexed about it too

#

humans are weird creatures

paper ether
#

tech stack is fine but like bruh just how u gonna say u can go hybrid then be like sike! and then be upset when im not coming back for fall

analog current
#

someone

analog current
#

some dude at my school

#

can’t say mf

grave quest
#

@worldly ridge

analog current
vapid latch
#

would u guys say 27/hr is low for coop

#

hm

paper ether
#

depends what city too

#

like 27 is like 90th percentile in ottawa

#

yeah it is

#

cuz ottawa sucks

vapid latch
paper ether
#

yeah

vapid latch
#

god damn

paper ether
#

or maybe its 80th

#

but still

#

its cuz COL isnt too bad

#

and like the unis are mid

vapid latch
#

i think for ft they bump it by 30k

paper ether
#

rlly??

normal jetty
#

@lapis tide

paper ether
#

also you have to think about who is respodning to those?

#

like im talking about specifically working in ottawa

lapis tide
#

@lapis tide

vapid latch
#

act7ally this is higher than reported for RBC

lapis tide
vapid latch
#

and TD

paper ether
lapis tide
#

yeah

#

people who are mad and people who are happy

paper ether
#

like ik someone with me who is making 18 on his 5th work term

lapis tide
paper ether
#

ottawa is like that all over

#

most of my friends making 20-24

normal jetty
#

Was it mainly 3rd years

#

Or 2nd years too

#

Only 28 ppl responded tho

paper ether
#

Also yeah look at the companies as well. Most of these are pretty good

normal jetty
#

And 12 month positions too right

paper ether
#

also makes sense

lapis tide
paper ether
#

yeah exactly

lapis tide
#

but still can't completely discount it

paper ether
#

agreed

#

this is uOfT