RSSAmplifier

Blog

sλrthak

cs sophomore interested in inference eng, high perf computing and distributed systems. trying to discover more interesting things out there and spend time...

sarthak2143.bearblog.devRSS feed ↗3 posts

Latest posts

make cool stuff

this article focuses on breaking free from repetitive programming projects, but its ideas can be applied to any creative field, like film making, music, or art. are you stuck in tutorial hell, unsure of your next project, or burned out from repetitive coding? i use niche tools, code in multiple languages, and build unconventional projects just to learn how things work and for the love of the…

why you should learn ocaml

all of the following ideologies apply to all functional programming languages but here i will be only focusing on ocaml. >relatablequote.jpg Nan-in (南隠), a Japanese master during the Meiji era (1868-1912), received a university professor who came to inquire about Zen. Nan-in served tea. He poured his visitor’s cup full, and then kept on pouring. The professor watched the overflow until he no…

on randomness and its implementation

I shall never believe that God plays dice with the world . -- Albert Einstein, 1947 despite einstein's meta-physical objections, the current models of physics, and particularly of quantum theory, are based on the idea that nature does indeed involve random processes. as much as randomness is abundant, its hard to implement this randomness in programs. being able to simulate random behavior is…