Hacker News new | ask | show | jobs
by temporallobe 773 days ago
I wrote a serverless browser app called Gojira that assists in organizing and opening Jira tickets quickly and easily, and it even keeps a history of what I opened. I use it every day.

Edit: I forgot I also wrote a JS utility called SJS that encodes a JS object to a base-64 encoded and encrypted string and then decodes it back to a JS object, using my own cipher (it’s similar to symmetrical encryption). I use it professionally and on personal projects.