Ryan Hitchman

Results 14 issues of Ryan Hitchman

Sometimes you want random events biased by certain probabilities. You can repeat rules to achieve this: http://www.puzzlescript.net/editor.html?hack=11219921 ``` random [stationary SlimeBlue Moving PFound] -> [Moving SlimeBlue Moving PFound] + [stationary...

enhancement

This looks better to me on systems with bitmap emoji fonts. demo: https://rmmh.github.io/emoji-to-scale/

Fujifilm raw files include an embedded preview JPEG containing EXIF metadata. Currently, exiv2 loads the entire embedded JPEG, which is quite expensive-- roughly 5MB of reading to get metadata for...

I'd like to make it possible to embed ROMs in .png images, so you can host them as images and have a Mako web player that you point to the...

Games shared with you through steam family sharing should be highlighted. If there's no API for that, a way to fake it by being able to select a group of...

d3.nest().key() converts all keys into strings. d3.ascending does not coerce strings into numbers for comparison -- do it ourselves. This improves relaxation efficiency. Before, it could traverse levels in the...

I have multiple @gmail.com accounts, and I use them for different things. One is for email and youtube, while another is for google code. Since Google shares login information between...

Typing is pretty laggy. Profiling indicates that updating the page with the assembled results after every keystroke causes the slowdown. Simply not updating innerhhtml if the assembler's return value hasn't...

There should be a way to add/remove plugins without forking skybot. Most people don't need to modify the core, but do want to customize the commands. Git submodules + host...

might require some sort of way to register hooks on output (like sieve on input?) would be helpful for identifying auto-kline phrases that knock bots offline