r/tinycode

Mid level Data scientist MAANG
▲ 266 r/tinycode+36 crossposts

Mid level Data scientist MAANG

i want to prepare for sr data scientist in MAANG companies. My background is in  core ML, deeplearning, nlp etc. 

I plan to target in around a year from now.

Does someone have any idea about the interview preparation or someone in these companies who would like to share some experience?

Interviewprep resource:

PracHub: Company specific interview questions

DataLemur: SQL Interview and Data Science Interview questions

StrataScratch: SQL and Python interview

u/FlatwormAdmirable610 — 2 days ago
▲ 31 r/tinycode+1 crossposts

Vault 7 - stealth heist that fits on a 1.44MB floppy disk

https://vault7-95a0bb.gitlab.io/

Made for the 1.44MB Game Dev Contest: the entire game has to fit in 1.44MB - the size of a floppy disk. Written in C, compiled to WASM to make it sharable for testing it out. All is code generated(~1.15MB so far)

Top-down stealth heist: sneak through a 7-floor bank vault, crack safes with a lockpicking minigame, repair the power relays, dodge guards and cameras. Desktop + keyboard

Feedback on whether the stealth feels fair and how the difficulty ramps would be super helpful, mates. Many thanks!

u/AdHopeful3481 — 9 days ago
▲ 57 r/tinycode+1 crossposts

Dweet of the Week #102 - Animated Fractal by zachygreen

https://www.dwitter.net/d/34586

x.reset(m=670)
k=740
for(i=0;i<12288;i++){n=(i/4096|0)*2.094
x.lineTo(m,k)
r=1.57*C(t)
for(z=6;z--;)
n-=r*(((((4**z*i/1024)&3+4)%4-2)%3+3)%3-1)
l=.15/((1+C(r))/2)**6
m+=l*C(n)
k-=l*S(n)}x.fill()
u/Slackluster — 12 days ago
▲ 11 r/tinycode+1 crossposts

CodeGolfed: a codegolfed golf game in 1020 bytes

it's usually easy, but sometimes hard...

github.com
u/woqr — 12 days ago

Mandelbrot Climbing Game: good or bad idea? suggestions? similar games?

Whenever I see a tiny algorithm, I want to game it. You too?

u/woqr — 13 days ago