mamisp·vor 9 Jahren·discussHow is using a node.js server to generate signed requests to upload files onto S3 servers, "serverless"?
mamisp·vor 10 Jahren·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.