James Liu

Results 397 comments of James Liu

I am still in the middle of porting the bot to twilight-rs. There's a few small remaining features that haven't been fully ported yet.

This can be a particular issue since the popular APIs I was considering using like Google Map's Time Zone API allows easy fetching, but is only 2,500 requests per day...

The problem is mapping a text location to a time zone is not so simple: i.e. how does Hourai know that "Atlanta" is in the same time zone as "40.730610,...

Currency would actually be pretty easy. http://fixer.io/ provides free exchange rates accurate within the day. Seemingly no limit on API use either. Other units may take more time to implement...

The non-currency part of this is done. Defaults are not being implemented. I would rather the user be explicit with what they want to convert.

Looking to use this as a block hash for a game deployment pipeline: ~400 builds of ~200-500MB each chunked into 1MB blocks. Total is ~40GB. Will test this sometime soon.

Ran it on approximately 41,000 separate 1MB chunks of mostly LZMA compressed game bundles. 0 collisions.

The goal would be to find other players on the same subnet which can then be used for direct, relay-less connection. Usually done by having one host broadcast out to...

Should we report this to GitHub? This seems like it's permanently stuck.

> Has there been any high-level work to integrate custom allocators into other crates in the Rust ecosystem? I support this idea in theory, but I think some finesse will...