#2023_summer

1 messages · Page 220 of 1

proud crag
#

leetcode is complex stuff, takes a while to learn it all

#

this is something u can learn the tricks to in an afternoon

jaunty cove
#

iq gap

proud crag
jaunty cove
#

Lol

#

its a lot like recognizinf sequences i think

proud crag
sinful locust
proud crag
#

hi

clever grail
#

@sinful locust what’s your zetamac

sinful locust
#

bout to start again soon

#

@clever grail stop flxing on me

proud crag
#

@clever grail whats ur zetamac

clever grail
proud crag
#

double digit or triple digit

clever grail
#

double

proud crag
#

we are equally good

clever grail
sinful locust
clever grail
#

NOOOOOO

proud crag
#

citadel actually needs engineers to be fair

low vale
#

im like halfway through creating this compiler

#

for a fake language

sinful locust
sinful locust
low vale
#

lowkey kinda fun

proud crag
#

linkedin could just stop making new shit tomorrow

clever grail
#

put zetamac score in your linkedin headline

proud crag
#

zetamac should replace every other hiring bar

sinful locust
#

their senior engineers are lame

#

dont know what O(V) is vs O(V+E) for dfs time complexity

proud crag
#

me either

#

its all linear to me

clever grail
#

.WazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStareWazowskiStare

proud crag
#

but if you dont know heapify is a linear time operation you deserve to be fired on the spot

#

or what a deque is

fervent flax
slow ore
#

did uberstar close applications

woeful lynx
fervent flax
#

sheesh

fervent flax
woeful lynx
fervent flax
#

Lol

#

oof

woeful lynx
#

How did you find 1k companies? I am way way way below that and I applied to nearly everything I came across 😅😅

slow ore
#

which frosh ones are open (other than explore/step/metauni)

candid umbra
#

wtf

#

andrew tang actually gifted

proud crag
#

to be fair all of his talents are pretty related

#

lighting brain that is also smart-ish lends to aimlabs, ultrabullet, zetamac

#

but yeah hes nuts at everythng he touches

candid umbra
#

wait he’s good at aimlabs?

proud crag
#

100k score gridshot

#

346 now, your message was out of date

candid umbra
#

100k gridshot 0.o

#

his pattern recognition is lighting fast ig

atomic willow
#

damn anyone else just hoping for one offer?

proud crag
#

ok but 1:26-1:50 is kinda hot
will push this further im coming for u tenz

aimlab: https://aimlab.pro/Cloud9

🐧🐧🐧 Follow my socials for updates and what's next 🐧🐧🐧
▶Live on Twitch - https://www.twitch.tv/penguingm1
▶Twitter - https://twitter.com/penguingm1
▶Instagram - https://www.instagram.com/andrewtang1_/
▶Discord - https://discordapp.com/inv...

▶ Play video
jaunty cove
#

are the best chess players the ones with the best intuition and creativity or the ones who can basically perform minimax in their brain

proud crag
#

@candid umbra

candid umbra
#

sugoi

candid umbra
proud crag
#

u gotta have both

#

in terms of raw calculating power i think ppl say nepo is the best

#

but magnus is the best at evaluating who is favored in a position from what i have ehard

candid umbra
#

magnus in endgames are scary

proud crag
#

as the famous saying goes: play the opening like an engine, the middlegame like an engine, and the endgame like an engine

candid umbra
#

LMAO

jaunty cove
#

play the midgame like paul morphy and there will be no end game

somber solstice
#

bro zetamac is so fun wtf

jaunty cove
#

Yea

#

division is so easy for me now

#

multiplication is hardest

proud crag
#

what strat do u do for mult

jaunty cove
#

Unless theres an obvious trick

#

I just foil it

#

Which takes forever

proud crag
#

left to right

#

is what they usually say

#

12x45 is 480 + 60

#

then u go 540

#

i think colin means calculating power

somber solstice
#

just got 38 woo

somber solstice
#

first outer inner last

#

?

jaunty cove
#

55 * 31 = 50 * 30 + 50 * 1 + 5 * 30 + 5 * 1

somber solstice
#

ohhh i see

#

for 55 * 31 i would probably just 55 * 30 + 55

#

which is (55 * 3 * 10) + 55

#

foil makes sense tho

sinful locust
#

DUCCC

#

we need to play chess one day

#

im trash

jaunty cove
#

view from a balcony pool lit up blue lawn chairs next to the ice chest stuffed two grams in the blunt that we just blew now im getting blown by a bitch who i dont know her name

low vale
#

'who i dont know her name'

jaunty cove
#

top 5 songs ever

low vale
#

above the song that says 'blow me like a cello'?

jaunty cove
proud crag
jaunty cove
proud crag
#

u can skip steps

#

let me type

#

55x31 is 11x15+zero=1650, add 55

jaunty cove
#

its trivial

woeful lynx
#

I can do it in O(1) 😎

proud crag
#

that might take a while to notice u can do 55x3=11x15 tho

jaunty cove
#

is that

proud crag
#

i would probably just do 50x3+5x3, then add a zero, then add 55

#

150+15=165, add zero, then add 55

#

1705

#

u should make adding 55 one step no matter how you do it, since 55x1 is just 55

#

rather than add 50 then add 5

jaunty cove
#

idk

#

how tht works

jaunty cove
#

and adding 55

proud crag
#

50x3 is 150

jaunty cove
#

yes

#

why

#

would u do that

proud crag
#

sorry i dont understand the question, if ur wondering where that came from its because i takr the 0 off the 30

#

55x3 is easier than 55x30

#

and u just append a zero

jaunty cove
#

Yea

#

thats how i would do 55x30

proud crag
#

so thats pretty fast

jaunty cove
#

getting it

proud crag
#

15, 165append0+55=1705

#

1-2 seconds to brain it, then gotta type it too

jaunty cove
#

thats fast

somber solstice
#

the *12's are hard

#

55 * 31 ??

#

u be getting that shit fr

#

damnn

#

division is the HARDEST

jaunty cove
#

no once u get the pattern

#

divison is hella easy

somber solstice
#

2,12 and 2,100

#

or should i do 2,100 and 2,100

#

hmmm

jaunty cove
#

i just do the default

#

isnt that what most people do

somber solstice
#

i see

#

im doing default too

proud crag
#

u will get division

#

also remember our algorithms for mental math are nondeterministic. we might solve fast but also might get tripped up and have to try a new approach

#

tang took 3ish seconds on a few of the questions

#

which is pretty slow when average is 1/second for hom

somber solstice
#

who is tang

#

the chess gm

proud crag
#

yeah

jaunty cove
#

penguinz0

proud crag
#

chess gm but the more impressive feat is him being the best ultrabullet player in the world

somber solstice
proud crag
#

he beat leela chess zero in ultrabullet

somber solstice
#

idk anything abt chess

somber solstice
#

but my roommate is rated like

#

2000 something

#

but he doesnt rly play chess that much

proud crag
#

ok

#

let me explain

#

do you play smash bros

somber solstice
#

no

proud crag
#

ok then ill just explain in elo

jaunty cove
#

is ultrabullet 1 + 1

#

or somthing

proud crag
#

15+0

jaunty cove
#

Lmfao

proud crag
#

the wya it works is if you are 400 points ahead of someone else in elo, you are expected to beat them 100% of the time and never even tie (ties happen a lot when people are similar skill, and consistently beating someone and never tieing is crazy hard). the best engines are so good that they are 800 points above the best humans @somber solstice

#

chess is very draw heavy when both ppl have a lot of time to prepare. fabiano vs magnus chess championship was 12 draws in 12 games, then they had to move to tie breaks in faster game modes

#

so a robot that can beat magnus nearly 100% of the time will lose to the best stockfish nearly 100% of the time

somber solstice
#

i see

jaunty cove
#

alphazero is rated 4650

#

Lmfao

#

Nvm

proud crag
#

stockfish is best at 3600ish

#

and LC0 is similar to stockfish

jaunty cove
#

wdym it doesnt exist anymore

proud crag
#

google made it and then scrapped it

#

it was never open source

#

lc0 is alphazero but open source

jaunty cove
#

jhm

#

interesting

#

cant tell if the people saying "alpha zero didnt beat stockfish fairly" are coping or rigth

proud crag
#

for one thing, stockfish didnt get an opening book

#

but more improtantly, stockfish is open source and uses the best of everything

#

neural networks became the best way to play chess, so stockfish incorporated it and is now the best again

candid umbra
#

wait i forgot is stock fish based on raw calculation whereas lc0 was trained with NN

proud crag
#

because open source trumps everything

#

stockfish is both now

#

becuase both is best

candid umbra
#

oh

proud crag
#

nerds volunteering their time creates the best things humanity has

candid umbra
#

but back when alphazero clapped stockfish it didn’t rely on NN right

jaunty cove
#

woah

proud crag
#

yeah, NN was completely novel

candid umbra
#

gg

jaunty cove
#

i just found out i have a project due tonight to write 2-5 pages about some open source software

proud crag
#

thats why it made so mant headlienes

jaunty cove
#

now i know what my otpic is

proud crag
#

lOL

candid umbra
#

LMAO

proud crag
#

wait

#

use openai sandbox

jaunty cove
#

yea to write the essay

#

about openai

candid umbra
#

openai is so op

jaunty cove
#

nvm

#

is open ai open source

#

its not right

proud crag
#

its not

#

what i mean is

#

write a 5 page paper about the chess engine stockfish, and how it relates to open source software.

Stockfish is a powerful and open source chess engine. It is developed by a team of strong chess players and programmers and is one of the most popular chess engines in the world.

Stockfish is based on the open source chess engine Glaurung, and has been heavily improved over the years. It has a very strong chess playing ability and has won many computer chess tournaments.

Stockfish is available for free under the GNU General Public License. It can be used on any chess interface, such as Chessbase, Arena, or Fritz.

There are many strong chess engines available today, but Stockfish remains one of the best. It is constantly being improved by its developers, and is sure to remain a top chess engine for many years to come.

jaunty cove
#

Lol

proud crag
#

i kept it too short

jaunty cove
#

and then do the same for the body paragraph

proud crag
#

rn i am doing it for 5 pages

candid umbra
#

lmfao

fluid sequoia
#

gg

proud crag
#

ok it only maxes out at 1600 characters sadly

fluid sequoia
#

openai playground too op

proud crag
#

@jaunty cove

jaunty cove
#

thanks

proud crag
#

ur fucking welcome

jaunty cove
#

👍

proud crag
#

i love this

#

so much

jaunty cove
#

i wish i had this when i was still taking stupid humanities GEs

proud crag
#

i got a second phoen as well so i could get another free trial

#

not for that purpose tho lol, thats just a second benefir

jaunty cove
#

wait im on a free trial rn?

proud crag
#

3 month or when u run out of tokens yeah

#

the pricing is kinda small tho i think?

jaunty cove
#

is a token just one request

#

nvm

#

ok

proud crag
#

that prompt cost me 8 cents if i pay i guess

jaunty cove
#

thats worth it

#

lmao

proud crag
#

tbh worth, even though thats an order of magnitude more expensive than the rest

#

next most expensive is .8 cents for 4k tokens

#

.2 cents and .16 cents for the rest

#

that cents not dollars

#

like u could do the prompt 100 times and cost 20 cents

jaunty cove
#

that saved me what

#

3 hours of mindless writing a

proud crag
#

and of course u can use the paragraphs as prompts as well

somber solstice
#

besides bare essentials and some nice living stuff

#

what do you do with a lot of money ?

#

not like big business money

#

like just swe money

jaunty cove
#

travel

somber solstice
#

retire early?

jaunty cove
#

invest

somber solstice
#

ye makes sense

#

travel is good

jaunty cove
#

the rest gets spent by gf

somber solstice
#

ngl, i dont have much i want to do

#

i just wnat to never worry abt money

jaunty cove
#

lol

somber solstice
#

and then do fun stuff

jaunty cove
#

yea

somber solstice
#

i never want to have money be my limiting factor for a purchase

#

if i want ill get it

#

cuz i dont rly want any expensive

#

i hope

proud crag
#

having disposable income jsut makes ur life so much easier

#

if u want to drop 10k on a pilots license u can jsut do that

somber solstice
#

ye thats rly nice

#

ngl

jaunty cove
#

or just not be stressed out when something goes wrong

proud crag
#

yeah

jaunty cove
#

like "if my car breaks down im fucked"

proud crag
#

having 401k maxed

#

is so nice

#

and also a rainy day fund

#

the BEST part tho

somber solstice
#

yeah

#

that makes sense

proud crag
#

is a 6 month cushion

#

if u have that then u can quit ur job whenever u want and not worr

somber solstice
#

i think one day i will just drop a shit ton of money on keyboard tho 😭

proud crag
#

u have 3 montsh to de-stress after burnout, and 3 more to grind leetcode for interviews

somber solstice
#

maybe if i can score big job, i will drop like 2k on a keyboard

jaunty cove
#

Lol

proud crag
#

3 more months if pip got u out of the previous job

jaunty cove
#

how do u even spend 2k on a keyboard

somber solstice
#

buying fancy parts

proud crag
#

keyboards are the biggest waste of money imo

#

spend it on a 360hz 1ms 4k monitor

somber solstice
#

no thx

#

im not a gamer

proud crag
#

spend it on an ultrawide then

jaunty cove
#

there are those cherry mx and stuff like that for cheap

proud crag
#

for ultra productivity

somber solstice
#

cherry mx 🤮

#

ultrawide might be fun

proud crag
#

arent all switches cherry mx

somber solstice
#

maybe ill drop a lot on a home theater setup

somber solstice
proud crag
#

and different colors

somber solstice
#

dont go down the rabbithole

proud crag
#

cherry mx blue, red, brown, etc

somber solstice
#

dont do it

#

the endgame of keyboards is membrane tho

proud crag
#

all i know is mx clear is cracked, and sanwas are garbage

somber solstice
#

😭

jaunty cove
#

stockfish is cracked wow

random mauve
#

i have an mxkeys keyboard rn, idk where to go beyond this

somber solstice
#

there's um

#

gateron switches

jaunty cove
#

if u cant tell it probably doesnt matter

somber solstice
#

outemu switches

proud crag
#

arent gaterons garbage

jaunty cove
#

Lol

somber solstice
#

no gaterons are rly solid

#

in fact rly good

#

for the upper ends

#

outemus are cheaper

proud crag
#

all i know is for ssbm box controllers gaterons are bad and mx clear is best

somber solstice
#

but they have a rly fancy line

somber solstice
#

but gaterons are rly rly good

#

like gat ink blacks cost quite a bit

proud crag
#

whats the force graph

somber solstice
#

and this is all before the like

#

REALLY weird ones

#

like there's boba u4t

#

and bobagums

#

and holy pandas

#

the frankenswitch path is 💀

proud crag
#

sanwas are the worst

#

do you see this shit

spice jetty
somber solstice
#

i mean that can easily be changed with a spring change

random mauve
proud crag
#

left is mx clear, right is gateron red. both seem good, i understand why clear is best for melee tho

#

top is clear*

#

u want a clean press with no in between for melee

somber solstice
#

i mean sorta

#

keyboards u pick whatver u like

#

there's no objectively best

proud crag
#

eyah

#

yeah

#

although u dont want mushy keys

candid umbra
#

i got a custom with the loudest switches i could find

#

which was box jade

jaunty cove
#

i forgot how to make an MLA header

#

Lol

hardy patrol
#

bros brain is 90% graph traversal and sliding window

spice jetty
jaunty cove
#

Whats uml

clever grail
#

where u get sitties

low vale
hardy patrol
#

"responds quickly"

#

im certain im on the tech blacklist for something

jaunty cove
#

Yes

wicked bison
hardy patrol
#

im incredibly mediocre at academics so im the last person to ask

wicked bison
#

baruch is business bleak

hardy patrol
#

"whats the best cuny for cs"
"baruch but it doesnt have cs"

wicked bison
#

alright! hunter it is

hardy patrol
#

if he ends up in my class im going to track you down krishna

jaunty cove
#

i heard cuny students need tutoring

#

who wants tutoring

sinful locust
#

stop

#

ive been waiting on datadog for like a month

#

lmao

#

if u get rejected apply to two more lol

jaunty cove
#

i will tutor for 99 an hour

random tide
past comet
wooden hazel
#

what's the best way to ask a company to potentially shift a summer offer to off season (specifically the spring before)?

#

or if anyone has done it before, could they share

#

I guess but i want to strategize it

#

don't want to say something ridiculous that potentially ruins any sort of chance

#

ah

jaunty cove
#

the more you overthink it the more likely you are to say sometjjng weird

wooden hazel
#

alright thanks yall ill just go for it then

#

with something reasonable

sonic oxide
#

has anyone done the paypal hackerrank OA for SWE intern?

#

yes pls

#

word, do u know if there are any similar leetcode problems

hardy patrol
sonic oxide
#

to the ones on the OA

#

word

#

how good/bad is 780 on codesignal?

past comet
sonic oxide
#

whats a good score

past comet
#

820+

sonic oxide
#

F

hardy patrol
past comet
hollow sun
#

bb or bb

#

2 type of mans

coarse marten
#

bb london u mean

#

I doubt bb frankfurt is hiring interns

#

idk

#

I'm not working at bb :waz:

#

it is

#

nice for an internship just to get resume value

#

tho

elfin adder
#

why bloomberg hires so many ppl

#

everyone always talks about them

coarse marten
#

I don't see the implication

#

same could be said for google

elfin adder
#

true Ig i’m more confused why people talk so much about bloomberg

coarse marten
#

pay is decent (at least in eu), bb brand name is good

#

tech stack is decent from what I heard, just no documentation dogesmile

tardy ridge
#

anyone here know if datadog sends out rejection emails

#

after final round

vernal plover
#

Is "toy algorithm problem" a particular kind of interview question?

coarse marten
#

si?

elfin adder
#

i didn’t say that

coarse marten
#

maybe, idk

elfin adder
#

oh damn I thought bloomberg was just news company lol

elfin adder
#

that makes a lot more sense

coarse marten
#

bb has a monopole

#

so in terms of job security, you should be good

#

if you join bb

#

I personnaly would prefer working somewhere else tho

#

it would be a downgrade for me to join bb

#

unless it's bb US

hollow sun
coarse marten
#

If you try to get into algo trading firms, bb is a very good name

#

the pipeline bb -> quant firms is real

golden root
#

bb doesnt have hackerrank tf?

#

thoughts on SIG vs BB (swe both internship) for hft growth ?

coarse marten
#

sig fs

#

unless it's bb us and sig dublin

vernal plover
#

what's bb

golden root
# coarse marten sig fs

I heard bad things about SWE for SIG tho.. like pay is almost half of what bloomberg is I believe (for new grad)

vernal plover
#

blackberry? 😬

golden root
coarse marten
#

I doubt, but I might be wrong

#

are you in the pipeline with them?

proud crag
#

that puts full time pay under intern pay doesnt it lol

pseudo orbit
#

BOG

golden root
proud crag
#

interns are 50/hr and bloomberg is not 220k

golden root
sinful locust
#

personally i would do bb

golden root
#

yea thats what Im thinking

golden root
proud crag
#

wait wtf

#

theyre all Pennsylvania

sinful locust
#

yes

#

in bala cynwd

#

or some shit

coarse marten
#

mr altf4

coarse marten
proud crag
coarse marten
#

maybe just the base

golden root
proud crag
#

thats still garbage territory

#

u can judge a finance company by how they treat their software engineers 😭

#

gandhi actually said that

#

well he said "The greatness of a nation can be judged by how it treats its weakest member", but its basically the same thing

coarse marten
sinful locust
#

people work at those incomes so respect it

proud crag
#

im not saying the ppl earning it is garbage

#

the company is garbage

#

for not repecting their engieners

sinful locust
#

then dont work there?

proud crag
#

a company like SIG has no excuse to not pay double that to every engineer

#

they do that for their traders

golden root
sinful locust
#

they do yeah

#

they pay them well

proud crag
#

yeah

proud crag
#

do i get penalized for trying codesignal 3

#

like if i have 40+ mins left and did 1,2,4, and then spend 10 mins on 3 but only get half the cases, is that better than auto submitting at 1,2,4

#

lots of places pay them similarly pewdsss, but also many of us are gunning for both

coarse marten
proud crag
#

mental math, probability, sequences, miscellaneous brainteasers

grand dagger
proud crag
#

maybe pure math too dependinf on who

coarse marten
proud crag
coarse marten
#

fs

grand dagger
#

of problems solved is the most important metric

proud crag
#

ok sure

grand dagger
#

imo retaking until you get all 4 is better than not looking at 3

coarse marten
proud crag
#

1,2,5,13,34,_

#

what come next

#

or 2,3,5,8,12,17,_

#

or 1,3,6,11,18,29,_

#

this is a hard one to be fair, just came up with it to flex

#

89 comes next

#

its every other fibonacci number

#

they would give easy and hard ones, like 2,4,8,16_ and 0,1,3,6,10,15,21_ too

#

qt i think, idk tho

#

rfqjobs and also organic chemistry tutor has an hour long vid that helps too

#

@tepid forge

somber solstice
#

gpa doenst matter gg

clever grail
#

neglect uni

golden root
#

my gpa is doodoo thats how

somber solstice
#

or sacrifice social life (not that u should have one as a cs major)

proud crag
#

gpa doesnt matter except for some resume screens

somber solstice
#

tuff

gentle scroll
#

not for 95% of jobs

somber solstice
#

sadge

#

no quant for me y'all

#

he will never get into quant

proud crag
#

how much did u sacrifice

#

sometiems gpa cant be salvaged

golden root
#

I thought most top tier firms only really accept 3.7+? at least for early career

proud crag
#

who says that

#

british "people"

#

source? citadel will screen the shit out of you if you have 10 years exp and 3.499999 gpa

#

what gpa pjppoied

#

unis are good, high school and below is what sucjks

#

and also it only sucks if its a poor neighborhood (because propertty taxes fund schools)

#

i have medium tech internship and 3.39 and t50 school and js resume rejected

#

so yeah gpa prolly

golden root
#

Gpa kind of antiquated nowadays tho.. like different schools have completely different grading standards.. only good for comparing students at same school

plush girder
#

Someone I know had none and is a swe at js now

#

depends

proud crag
#

u think if i have google and top 10 then not rejected

plush girder
#

a lot of factors at play

#

nope, not even close

proud crag
#

what if i had google and still top 50

golden root
#

what was your background to get interview ?

proud crag
#

what school and gpa to get past screen sophomore

#

top x?

#

makes sense why they recruit then

golden root
#

you had no prior internship ?

proud crag
#

if ur 4.0 ur probably worth passing through the screen

#

i think they are gonna value high gpa and top school

#

u prolly gotta go through a drecruiter directly if u want to get through without

sinful locust
#

lost why add sushi

#

dont add sushi

#

sushi is legit a discriminatory ai

#

i can

#

i already found u

#

ill dm

pseudo orbit
#

wbu

grand dagger
#

csmajors is becoming cscareerquestions sadge

real sedge
#

ppl hav been abl 2 find me

#

ppl on dis server r crazy

#

yea

#

i was jokin

#

i linked my github

#

dats y

#

ya i kno

#

Sushi (すし, 寿司, 鮨, 鮓, pronounced [sɯɕiꜜ] or [sɯꜜɕi]) is a Japanese dish of prepared vinegared rice (鮨飯, sushi-meshi), usually with some sugar and salt, accompanied by a variety of ingredients (ねた, neta), such as seafood, often raw, and vegetables. Styles of sushi and its presentation vary widely, but the one key ingredient is "sushi rice", also r...

#

y tf woud i kno

#

i aint makin dat much lol

#

nah

#

^ use dis

#

Prob within a month

#

they def recruitin interns

warped daggerBOT
#

ssi asks: unban goku

sinful locust
#

what’s up full senders

woeful quail
#

guys what should I apply for if being ghosted hurts my feelings

woeful quail
#

thx

#

unfortunately i would also probably get rejected from that as I am not a california resident

jaunty cove
#

@sinful locust did u get thru amazon?

#

as a backup?

sinful locust
#

he won’t care about amazon

#

what lol

#

to layman yes

#

five rings is JS tier

jaunty cove
#

ik i was also trolling

#

not a useful thing to be good at

#

unforutnaetly

#

need to get off discord

sinful locust
#

@inner kernel

#

how’s the meetup tonight

jaunty cove
sinful locust
#

nerd

jaunty cove
#

im getting iq gapped by this problem

#

going backt o lc to make me feel better

sinful locust
sinful locust
jaunty cove
sinful locust
#

yes

#

wbu

#

i applied august

jaunty cove
#

i applied mid august too

#

Tf

sinful locust
#

ghost?

jaunty cove
#

no i have final tomorow

sinful locust
#

damn

#

rng ig

jaunty cove
#

are you international ??

sinful locust
#

no

#

most ppl who applied in august

#

didn’t get OA

#

it’s rng

#

can u unblock me

#

if ur gonna read my messages

#

lol

#

i applied aug 17 no OA

#

it’s really rng

#

my freind applied two weeks ago and got OA a week ago

#

🤷‍♂️

jaunty cove
#

unlucky

sinful locust
#

we just have to wai

#

until backlog clears up

#

no

clever grail
#

😭

sinful locust
#

i need nuro

#

waymo

#

cruise

#

robins

#

rivian

#

typo

clever grail
#

deepmind

clever grail
sinful locust
#

stop

#

STOÓP

#

u don’t

#

once amazon finished finals

#

they’ll send OA

jaunty cove
#

i agree

sinful locust
#

they just have insane backlog

clever grail
#

altf4

sinful locust
#

biuf7

#

i can give u contacts

#

idk if emailing will help tho

#

don’t think so

#

my email luck is L so fa

jaunty cove
#

youre probably blocked

hardy patrol
#

coconut back ⁉️

sinful locust
#

😂

#

Thanks,

#

Found Junior

obsidian olive
#

too many ghosts

#

recruiters dont need to dress up as them this halloween

hardy patrol
#

sushis an enigma

#

i dont block unless your genuinely difficult to mentally filter out

jaunty cove
#

im in the trenches

#

😦

hardy patrol
#

im going to suplex you into the curb

vivid magnet
#

Can’t block what’s living rent-free in your head

jaunty cove
#

Yea

#

if they dont show up im not rescheduloing

#

Yup

hardy patrol
#

congrats on amazon

jaunty cove
hardy patrol
#

if you dont pass the final i stand 0 chance

proud crag
#

who knows

#

maybe colin gets silly dp and u get 2sun

hardy patrol
#

this guys the dutchman of lc and learning principles

proud crag
#

sum

jaunty cove
#

ive done 80 of the 100 most common dp problems on leetcode

hardy patrol
#

jesus

jaunty cove
#

i would like to get some dp question that i can cheese

pseudo orbit
#

i have rentec

jaunty cove
#

more than cs trivia

hardy patrol
#

im going to go into the fetal position laughing if you get an easy string question

jaunty cove
#

yea and then rejected cause i fk up the behavioral questions

oak drift
#

whoever was talking about IB in here is right

#

IB is stupid

hardy patrol
#

youll be fine

jaunty cove
#

me when airbnb gives me offer

pseudo orbit
#

!avatar @oak drift

warped daggerBOT
#
Avatar for Desert Full Of Foxes#8171
Link as

png | jpg | webp

oak drift
hardy patrol
#

pause

pseudo orbit
#

:')

jaunty cove
#

is that different than bfore

pseudo orbit
#

i feel you

hardy patrol
#

consider me faster its been over a month

#

no i recycle screenshots

jaunty cove
#

microsoft hasnt rejected me yet

ivory ocean
#

Bro look how shit this is

#

Completely inaccurate lmfso

jaunty cove
#

mabe

hardy patrol
#

https://www.youtube.com/watch?v=-yOZEiHLuVU me when amazon/pinterest/salesforce/slack/microsoft/robinhood sends me literally any response

I combined "Honor Him", "Elysium", and "Now We Are Free" into one song.

This was pretty simple to do, the only editing required was to blend them together and rearrange "Elysium" and "Honor Him" and "Now We Are Free".

Check out my channel for other super theme songs.

Click on the link to see a video of my audio edtor and the transitions betwe...

▶ Play video
pseudo orbit
#

@ivory ocean FUCK 320

jaunty cove
#

min maxing dating

ivory ocean
hardy patrol
jaunty cove
#

yea thats how to get depression

ivory ocean
sinful locust
#

netflix good prestige

#

yeah why

jaunty cove
#

his resume is cracked

sinful locust
#

won’t say

sinful locust
#

!

jaunty cove
sinful locust
#

it’s not lol

jaunty cove
#

yes it is

sinful locust
#

it’s just i have ass luck

hardy patrol
#

lmao

jaunty cove
#

thats rng

sinful locust
#

💀

#

i checked spam

jaunty cove
#

your resume is strictly better than mine

sinful locust
#

and

#

i’m not getting shit

#

so urs is better

#

ur overall profile

jaunty cove
#

do u have a felony bro

#

or something

sinful locust
#

no LMAO

#

just ass luck

hardy patrol
#

forgot to mention the homicides on his record

#

surprised amazon ghosted you

near swallow
#

if u go to MIT and also have a felony on your record

#

u a real one

hardy patrol
#

fr

jaunty cove
#

yea

hardy patrol
#

going to mit is a felony itself

jaunty cove
#

mit is so much better than the next best school

sinful locust
#

krishna has uber

near swallow
#

MIT kid with felony > CalTech guy who pays child support

jaunty cove
#

< Santa barbara city college former student who is in jail

sinful locust
#

LOL

pseudo orbit
jaunty cove
#

source: putnam rankings

near swallow
#

Many people have been asking, Who is the real Colin Davis?
Today, we are going to answer that question. Tune in.

pseudo orbit
#

umich robotics >>>> cmu

sinful locust
#

IIT >

hardy patrol
#

they gave us 6 no score passes for college so if you do shitty in a course you use a pass and the grade shows up as passed on your record

somber solstice
#

MIT is the greatest

hardy patrol
#

used all 6 as a freshman

jaunty cove
#

there are a lot of them

pseudo orbit
#

Wyoming State Robotics >>>> CMU/MIT robotics

pseudo orbit
#

wtf are you the same guy known as lost freshman last year

hardy patrol
#

mfers gave us a community chest card

pseudo orbit
#

you are

#

i couldve sworn you said you went to MIT lol

sinful locust
pseudo orbit
#

hmmm right

hardy patrol
#

billed cap emoji

somber solstice
#

unironically i got waitlisted by better schools than my rejections 😭

hardy patrol
#

why do csmajors care about colleges do most companies give af

somber solstice
#

i didnt get waitlisted by cmu

somber solstice
hardy patrol
#

35k per semester does sound cool

pseudo orbit
hardy patrol
#

i need someone from the cracked cabal to weigh in on this

sinful locust
#

😍

#

Did you get Duo offer?

#

Ah same

#

You did final though right?

#

Nice

#

oh yeah you mentioned getting LC hard or something

pseudo orbit
#

^^^

golden tusk
sinful locust
#

clearly doesnt

#

if im getting 0 OAs

golden tusk
sinful locust
#

doubt

#

IIT

golden tusk
#

Honestly tho I feel like some recruiters are like

#

Like Roblox rejecting someone after they told them about JS offer lol

#

Might be fake news

pseudo orbit
#

roblox didnt want to feel hurt about being the 2nd choice

gloomy moon
#

how to not get ghosted

sinful locust
#

Can u refer me

#

LC HARD

#

SHIT

#

offer?

#

did you meet robert granieri

near swallow
#

if u dont go to a good school u will not get friends either

round spire
#

no lol I'm at a top 50 LAC and I got all interviews for all companies this sub simps for

near swallow
#

I mean it’s complicated lol, but i agreed with the comment that ignoring school is cope. Ofc it matters

#

It can carry you up to a point

#

The name alone

sinful locust
#

Lost Sophomore

#

you are no longer lost!

#

never

#

only with the a* jk

near swallow
#

But also the name puts pressure on you in an unexpected way, you can be overqualified to work at white castle as a swe

sinful locust
#

Hey nice

#

what worked

near swallow
#

Refer to what, everything frozen WazowskiStare

#

Maybe in future

near swallow
#

Frozen like their patties

sinful locust
#

🏰

#

-> capital one

#

!process @sleek pike got A* offer

final forumBOT
#

You can only use this command in 2022_winter_intern_process, 2022_summer_intern_process, 2022_grad_process, 2022_fall_intern_process, 2023_summer_intern_process, 2023_winter_intern_process, 2023_grad_process

#

You can only use this command in 2022_winter_intern_process, 2022_summer_intern_process, 2022_grad_process, 2022_fall_intern_process, 2023_summer_intern_process, 2023_winter_intern_process, 2023_grad_process

near swallow
#

The worse the school the harder this is. U also have to be a driver of change at ur school. I was part of a club where i pushed LC sessions and mentorship and all of a sudden kids are getting amazon internships for the first time in history

#

I dont take the credit but I helped a lot

sinful locust
#

Dang that’s pretty cool

#

kirb the OG

near swallow
#

My school had a shit track record and u dont take algos till semester 5, it fucks u good

#

But i wasnt the only one, i would say my graduating class had 5 goats and before that was nothing

sinful locust
#

including you

#

Viasat pog

near swallow
#

We teamed up and i would say we did big things. Even just getting the offers u set good examples for other

hardy patrol
#

i still havent took an algo class

sinful locust
#

start Trading Fan Club

sonic oxide
#

sweet, any chance i could know the questions u got on urs?

sinful locust
#

If anything it’s harder

glad garnet
#

bad is relative. be the standout

sonic oxide
#

all good

sinful locust
#

aa thanospog

#

no our school does have trading club

#

seems cool i’ll join next sem

#

if possible

#

how was it

#

🤷

jaunty cove
#

i dont know if this guy is in a position to choose between these girls lol

near swallow
#

Yeah that’s fine lololol im talking about people at shit schools who want tryhard friends. U might find a few but u could invest into it and 1 yr later u have some

jaunty cove
sinful locust
#

it is not

#

you have leetcode

#

💜

#

are you the artemis dude

#

i forget who you are

soft basin
#

mf changed identity like 20 times

sinful locust
#

@soft basin how’s that bong

soft basin
coarse vigil
#

I lost sexual drive

sinful locust
#

who were you

#

forgot a period

jaunty cove
#

can i see your gf offer

coarse vigil
#

Ayo

#

Leetcode count check

near swallow
#

U need free food

#

Not a lc specific club, can associate with another

#

Hence sponsorship for food.

#

And at some point u have to make it very clear to noobs that yes leeetcode will make u $$$

#

Because they genuinely dont know

#

Yes its volunteer work baasically

wooden shard
#

Yo what is nueralink

wary harbor
#

Shitty company

#

Worse than hrt for sure

wary harbor
coarse vigil
wary harbor
jaunty cove
#

you made it? thats prettty sick

wary harbor
#

How many lc questions have y’all done

coarse vigil
#

Yipppee

wary harbor
#

@near swallow

coarse vigil
#

Ayo

#

Old man bing

#

!process bing internship

final forumBOT
#

You can only use this command in 2022_winter_intern_process, 2022_summer_intern_process, 2022_grad_process, 2022_fall_intern_process, 2023_summer_intern_process, 2023_winter_intern_process, 2023_grad_process

coarse vigil
#

He works a#t bing

#

Anyone worked at Goldman or knows someone at Goldman

#

I have an important question

#

🙋‍♂️

#

GL

#

Final is easy

#

Only like two pseudo code problems

#

Jpmorgan been sleeping 🛌

scarlet pike
#

what are some good questions to ask at the end of an interview in y'alls opinions

coarse vigil
#

Yes

#

Intern at bing

glacial sail
#

Hey! I have my stripe "team screen"(?) soon and just wanted some info on what to expect and what to prepare

proud crag
#

most finance places i read the website of brag about culture

#

even ones that have bad culture according to glassdoor

ivory basalt
#

how fast is needed to get an 849, just did one for fun

proud crag
#

lol slowpoke

jaunty cove
#

lost sophomore died 😦

#

You need to draw a line to partition the box into two pieces?

#

Where about half of the circles are fully contained in each side?

#

Or just the center

proud crag
#

what is a bounding g boox

uneven sand
jaunty cove
#

Can the line be drawn at any angle?

#

This reminds me of a support vector machine

blazing cosmos
#

anyone heard back from microsoft

elfin peak
#

Looks like Msft bar is extremely high

coarse vigil
#

/tts just shat my psants

jaunty cove
coarse vigil
#

just do leet code

#

all problems go away

#

damn ok

#

ok nerd

uneven sand
hardy patrol
#

if your a regular here your either at the base of the mountain with 0 offers or near the peak with roblox hft or faang

uneven sand
#

shitposting correlates to swe ability

#

it's just a negative correlation

#

idk linkedin ro rate this year

#

usually it's 90%+

#

so even if it's lower it's probably not that bad

#

should be better next year

#

my team seems kinda high impact so hopefully that means better chance at ro

#

i think pretty much all backend teams are java

sinful locust
#

screw linkedin

uneven sand
#

but my team owns the communication infra

#

which drives 50% of their traffic apparently

late terrace
#

@sinful locust hello

sinful locust
uneven sand
#

apparently linkedin's tech stack kinda sucks

#

according to blind

#

well most of the complaints were frontend but i think some people were complaining about linkedin mostly using in-house stuff that wasn't that great

sinful locust
#

maybe the only good thing about linkedin is the NG package

#

and culture

#

how is it low impact

#

it can be high

#

which is why you can’t say low either

#

it can drive business indirectly

#

you can’t expect devs to have good output with shitty systems

#

You can always demonstrate impact

#

before and after metrics are the simplest way

real sedge
#

I thot they had a decent backend

uneven sand
#

yea they have that

late terrace
#

in regards to?

#

amazon and meta have faster progressions

uneven sand
#

i think linkedin's backend is probably fine for the most part

#

their frontend is weird i think

#

they use something based off of ember.js iirc

real sedge
#

I have a friend who works there

#

He was building out a new product

#

And had to use ember 💀

hardy patrol
#

im torn between the bag @ the zon and the rumored horrible wlb

sinful locust
late terrace
hardy patrol
#

put me back on the block list i dont want hear that no more

#

thats dope

#

oh right didnt even consider that

#

the hiring bars notoriously low but its still a faang company after all

#

not gonna respond

coarse vigil
#

gl

#

for you

hardy patrol
#

all yall going in the hall of shame for this bruh

#

manifesting your PIPs

glad garnet
#

how do you have so many oa

#

oh

#

I got resume reject by asana

#

not sure if I should take a shot of vodka before my interview or take a cold shower

#

I agree

hardy patrol
#

you guys making this intern hunt purgatory

#

cashing in on their sick days

#

real one

#

you did convince ibra to go to hunter this guys a real hannibal lecter and you sent him to my school

#

idk how to feel abt that but ty

summer vector
#

international?

#

if not, then you need to review your resume

proud crag
#

is there any list of GCA codesignal companies i can apply to

near swallow
#

@jaunty cove changing ur name btw to compete with @hardy patrol

jaunty cove
#

im not real

near swallow
#

That’s ok

#

fake it till u make it

hardy patrol
#

the illusionary colin davis