Last login: Fri Jan 30 17:12:54 on ttys000
whoami
TEJA PUDI
CSD @ IIIT Hyderabad.
I like low-level systems, high-level math, and making computers do weird things.
status
Building stuff. Breakingstuff. Learning.
_Last login: Fri Jan 30 17:12:54 on ttys000
whoami
CSD @ IIIT Hyderabad.
I like low-level systems, high-level math, and making computers do weird things.
status
Building stuff. Breakingstuff. Learning.
_Project: ResearchWeb (aka "gommies")
Got 2nd Place at the Hackathon.
Flex: We were the only UG1 team in the top 6.
It's like Git but for connecting students to labs.
Currently obsessing over:
/* One does not simply walk into Mordor...
without 0777 permissions. */
#include <unistd.h>
#include <sys/stat.h>
int fellowship_init() {
if (access("/dev/mount_doom", W_OK) != 0) {
perror("Speak friend and enter (0x0)");
return -1;
}
return 0; // The Ring is destroyed.
}
Loading track...
Three Rings for the Elven-kings under the sky, Seven for the Dwarf-lords in their halls of stone, Nine for Mortal Men doomed to die, One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them In the Land of Mordor where the Shadows lie.