Greg Hale

Results 50 comments of Greg Hale

@sergeyshaykhullin I've been using the following code. It lets you write `.fetch_one_shim(&mut txn)` where you would have written `.fetch_one(&mut txn)`, and `.fetch_optional_shim(&mut txn)` where you would have written `.fetch_optional(&mut txn)`....

@eikenb Thanks for having a look! What would your preference be, between 1. Keep the current behavior 2. Try to rework my global-default logic so that it doesn't add arguments...

That sounds like a lot of fun :) Let me see if I can get a proof of concept up.

This sounds awesome! Pre-trained ResNet probably has lots of features that are relevant for general image search (common objects, body parts), and lacks some that would specifically help categorize political...

a3a08c9 is a little bit of cleanup, and also manually wraps the whole action in a transaction. I discovered this is necessary after running the ETL with the data loaded...

Hope I'm not jumping the gun too much, but I wanted to explore some search ideas. Implemented in ca9bfd6. There's also some code to generate a view of the search...

@jeremybmerrill ooh I shudder thinking of trying to wrangle the dependencies in homebrew from scratch - but if you're happy to try, it may work! I can build this into...

Nice. I forgot to add `exec/Main.hs` to the git repo :) Just pushed the fix.

You got the dependencies sorted? Rad! I haven't seen your error, but `sh: gm: not found` sounds like a missing system binary. I found another github issue mentioning this: https://github.com/tj/node-gify/issues/9...