aa2's blog

By aa2, history, 12 months ago, In English

I'm currently a college sophomore, and the only real thing I've got is my Codeforces Elo. I've padded my resume, and I've done roughly 90 internship applications (and have gotten 0 interviews).

How do I get a job?

Full text and comments »

  • Vote: I like it
  • +213
  • Vote: I do not like it

By aa2, history, 4 years ago, In English

Anyone else get this?

Full text and comments »

  • Vote: I like it
  • +40
  • Vote: I do not like it

By aa2, history, 4 years ago, In English
endl = '\n';
class Cout:
    def __lshift__(self, s):
        print(s, end='')  
        return self;
cout = Cout();

cout << "HON HON HON" << endl;

Full text and comments »

Tags op
  • Vote: I like it
  • +11
  • Vote: I do not like it