People (and employers) who can truly appreciate calculus wouldn't be impressed with a taken calculus course (thousands of students take calculus every year) or even a math BSc, and those who can't, how would they assess…
Nice list! Reminds me of this: http://imperium.lenin.ru/~verbit/MATH/programma.html
A snippet of pandas code in a notebook I saw when learning pandas, it looked like this: def to_minutes(df, col): df[col] = df[col].dt.minutes return df ( pd .read_csv('data.csv') .assign(dur=df.finish-df.start)…
Procedural landscapes are such a fun thing. When I was in high school I read about perlin noise landscape generation technique in a random blog post. I shared the technique with a friend and he was very excited. A week…
I guessed correctly by the title that the article is about coding a 3d image, but was waiting for the classic "two balls and a cylinder" scene, which college students naturally come up with in path tracing assignment in…
In Moscow metro they sometimes ask (but do not enforce) via speakers to stand on both sides of the escalator. I heard this practice was brought by McKinsey from London. In my experience this sometimes works on very…
There is a fun story of a guy who was making several thousand $ a month for a couple of years from a side project, a bunch of fan websites about reality TV show. Unfortunately in Russian, but Google translated version…
What if give it the same promt but "with subtitles in French" for example?
I agree with you, but hackers sell exploits to others all the time? One can never be sure that hackers gonna send the actual exploit. You're right the scheme does not protect from that, my initial shower thought was…
Suppose a hacker group get their hands on a valuable exploit. They are like LAPSUS$ and are going to make the exploit public access, but also want to make some $. I wonder if the following scheme is theoretically…
I agree such meta-questions are annoying. However, I saw many times a situation when a new guy joins some Telegram chat and asks a question, only to get an avalanche of angry and overreacting "go read nometa.xyz a…
People (and employers) who can truly appreciate calculus wouldn't be impressed with a taken calculus course (thousands of students take calculus every year) or even a math BSc, and those who can't, how would they assess…
Nice list! Reminds me of this: http://imperium.lenin.ru/~verbit/MATH/programma.html
A snippet of pandas code in a notebook I saw when learning pandas, it looked like this: def to_minutes(df, col): df[col] = df[col].dt.minutes return df ( pd .read_csv('data.csv') .assign(dur=df.finish-df.start)…
Procedural landscapes are such a fun thing. When I was in high school I read about perlin noise landscape generation technique in a random blog post. I shared the technique with a friend and he was very excited. A week…
I guessed correctly by the title that the article is about coding a 3d image, but was waiting for the classic "two balls and a cylinder" scene, which college students naturally come up with in path tracing assignment in…
In Moscow metro they sometimes ask (but do not enforce) via speakers to stand on both sides of the escalator. I heard this practice was brought by McKinsey from London. In my experience this sometimes works on very…
There is a fun story of a guy who was making several thousand $ a month for a couple of years from a side project, a bunch of fan websites about reality TV show. Unfortunately in Russian, but Google translated version…
What if give it the same promt but "with subtitles in French" for example?
I agree with you, but hackers sell exploits to others all the time? One can never be sure that hackers gonna send the actual exploit. You're right the scheme does not protect from that, my initial shower thought was…
Suppose a hacker group get their hands on a valuable exploit. They are like LAPSUS$ and are going to make the exploit public access, but also want to make some $. I wonder if the following scheme is theoretically…
I agree such meta-questions are annoying. However, I saw many times a situation when a new guy joins some Telegram chat and asks a question, only to get an avalanche of angry and overreacting "go read nometa.xyz a…