BlogHide Resteemsorangeflash81 (25)in particle • 6 years agoUsing a Particle Xenon offlineParticle's new Mesh development boards are fantastic. They can communicate amongst each other, and use a gateway device to communicate with the Internet. I preordered a Particle Xenon, which has…orangeflash81 (25)in programming • 6 years agoUsing RubyGems commands from RubyRubyGems, or just gem , is Ruby's excellent package manager. It's got a pretty good command-line interface... but what if you want to interact with RubyGems from Ruby? I ran into the need to do…orangeflash81 (25)in programming • 6 years agoDynamic Memory Allocation on Windows in NASMI'm currently learning how to write programs in Assembly, specifically NASM, with the intention of writing a "high-level to Assembly" code compiler. One of the earliest challenges I encountered was…orangeflash81 (25)in programming • 7 years agoQuick-fire tips for Snapchat's Lens StudioI recently worked on a few Snapchat lenses with a friend for an event. This was my first time creating a set of real lenses which other people would use, as opposed to just messing around with the…