I can’t be the only person who is confused about the many, and often contradictory, definitions of AGI floating around. I came in pretty late to the party, way later than most who are super involve...
E/Acc is Losing
Would you believe me if I told you that Eliezer Yudkowsky, the OG AI safety guru, spent years trying to build superintelligent AI as fast as he could? It seems crazy, considering his current doomsd...
ML Devlog, Episode 2: R-CNN, part 1
For the past few days, I have been learning a little bit more about R-CNNs, Fast-RCNNs, and Faster R-CNN. The three techniques are really interesting the more I learn about their inner-working. Th...
ML Devlog, Episode 2: R-CNN, part 0
Today, I learned about R-CNNs for my internships. I have not done much work with them yet, but I think they are pretty interesting. Here are some resources that I used. Fast R-CNN Quick Overview...
ML Devlog, Episode 1
In my search to understand Machine Learning, I decided to start a devlog, where I will be logging my progress building a full ML stack from scratch using C++. My choice of using C++ for this task ...
C++ Goodies Episode 2: Better unit tests using the Catch2 library
Method 1 : Using cassert (The faster but harder way) Most of the C++ programmers I know usually write their unit tests using the cassert library but this method in not very effective as it holds m...
C++ Goodies ep1: Porting C++ code to python using the pybind11 library
As a c++ and python developer, have you ever wondered on how you can use both languages in a single project ? Using C and python, it is extremely easy to do so as python even has a built-in module...
August Recap: Goodbye holidays's 🚀 💻 🖱
POW=proof of work, not prisonner of war 😄 So….this August was a very intense month and i learned plenty of stuff varying from webviews to crypto and concurrency in networking. I’ve made some l...
Random crates episode 3: deadwiki
Utility Original Description: deadwiki is a Markdown-powered wiki that uses your filesystem as its db. This means you can keep your wiki in a git repository and edit content with your text edi...
Random crate episode 2: Aion
Hello everyone, this is a continuation of a series in which i uncover and then write about random and not very known crates on crates.io. Crates.io is a website which stores rust libraries named c...