Ask HN: Any side projects or startups involved in Framed Prints?
1 pointsby fizzbatter1 comments
let barRes = try!(foo()).bar();
match barRes {
Err(MyError::Timeout(_)) => // .. some retry code
}
Note that the above code is woefully incomplete (i'm not checking all possible match values, for example), but it should give you the gist of the idea. http://deathwatch.io/json/US-ALL-SORTED_AZ-30.json
So, i just started poking around the pages of that list. With that said... it seems to stop at page 79. Eg: http://deathwatch.io/json/US-ALL-SORTED_AZ-79.json
That works... but this: http://deathwatch.io/json/US-ALL-SORTED_AZ-80.json
Does not. It looks like page 79 is on the Cs of the A-Z listing.. hmm
Unfortunately though, i'm back on Go. I want to be on Rust, but i had to pick a language for work and i can't ask my Team to go through what i did. Rust, despite the safety, is too unnatural for our larger codebase.
Luckily i think Rust has seated itself as the language we will use if the need is truly there. Unfortunately though, not everything.. just the specific things that need it.