• Please complete the contact form below with details about your inquiry and I'll get back to you as soon as possible.

  • This field is for validation purposes and should be left unchanged.

Archives

Don’t settle for a local maximum

Listening to my professor explain a concept using hill climbing for finding the maximum of a function in a regression problem, I realized the concept can be applied (philosophically) to life opportunities as well. Hill climbing, or gradient ascent, is […]

500 Server error when uploading a PDF file in WordPress

Just had to deal with an obscure issue, that I believe is more common to happen on a shared hosting. So uploading a PDF file in WordPress, would fail to a 500 server error page. Server logs show nothing, just […]

SVG animation with stroke-dashoffset happening backwards on Safari

If you’re running into this issue, I’ll save you some time: Safari does not support negative values for stroke-dashoffset . Rewriting the values into positive ones will solve the issue. If this still doesn’t solve the issue for you, make sure […]