# Finding How PyTorch Samples from a Multinomial Distribution
Ever wondered how PyTorch exposes low-level C++ operations to Python? I have, and maybe I can save you a few hours of digging through source code to figure out how they do it.
Ever wondered how PyTorch exposes low-level C++ operations to Python? I have, and maybe I can save you a few hours of digging through source code to figure out how they do it.
I’ve been learning more about Information Science lately and I created a fun widget to visualize information content in text.
While I was stuck at home during peak COVID lock-down, I made a fun little web app that uses Vue and MIDI.JS to let you play a virtual piano from your web browser.
I unwittingly deleted the CdkStack in CloudFormation, but re-running cdk bootstrap again resulted in an error telling me that the S3 bucket used by CDK already existed but wasn’t in my account.
I hope to collect all versioning strategies I find in the wild and list them here.
While learning JavaScript and HTML5 for game development, I created my own web-based IDE for rapidly testing and debugging the games I would create.I called my IDE the RouteEngineA1 studio.