mamisp·9 jaar geleden·discussHow is using a node.js server to generate signed requests to upload files onto S3 servers, "serverless"?
mamisp·10 jaar geleden·discussI also really liked this page on bitpacking, which also offers a technique to implement them using only math operations.http://number-none.com/product/Packing%20Integers/index.htmlI recently implemented a bitpacker in a game VM that didn't have bitwise operations, and the math-based version worked perfectly.