• Java 4 Security Policy

    As part of my retro PC project I have some old Java applets I wanted to play in the browser. These applets haven’t been signed in oh… 20 years now. Since we don’t really have to worry about security in this exercise, I’m going to disable the security policy altogether.... [Read More]
    Tags:
  • NodeJS + MySQL + BigInt

    background: I have a NodeJS project that’s currently written in JavaScript and I’m converting it to be TypeScript. I’m trying to make things type-safe, from database logic to application logic. [Read More]