bexp | 9 years ago | on: Launch HN: Peer5 (YC W17) – Serverless CDN
bexp's comments
bexp | 9 years ago | on: Show HN: Realtime Hacker News Summarization Using Machine Learning
bexp | 9 years ago | on: Show HN: Realtime Hacker News Summarization Using Machine Learning
bexp | 9 years ago | on: Show HN: Realtime Hacker News Summarization Using Machine Learning
bexp | 9 years ago | on: Show HN: Realtime Hacker News Summarization Using Machine Learning
bexp | 9 years ago | on: Show HN: Realtime Hacker News Summarization Using Machine Learning
bexp | 9 years ago | on: Show HN: Realtime Hacker News Summarization Using Machine Learning
bexp | 9 years ago | on: U.S. chicken prices may have been artificially inflated for years
bexp | 9 years ago | on: How to Build the Future with Sam Altman
bexp | 9 years ago | on: How to Build the Future with Sam Altman
bexp | 9 years ago | on: Introducing http optimizer and analytics service
bexp | 9 years ago | on: Introducing http optimizer and analytics service
bexp | 10 years ago | on: Integrating Amazon Android/iOS Device Farm with Jenkins CI
bexp | 10 years ago | on: The Effect of Network and Infrastructural Variables on SPDY’s Performance (2014)
bexp | 10 years ago | on: Which Android HTTP library to use
https://github.com/facebook/fresco/blob/c5e1d4cf2c081bf871f5...
you can ether call future.cancel() or cancel(true): in first case download task will be finished but further processing in pipeline will be stopped. Future.cancel(true) is more aggressive and abandons download but you will get InterruptedException. As you see from source code Facebook using less aggressive approach with future.cancel(false) call.
bexp | 10 years ago | on: Which Android HTTP library to use
bexp | 10 years ago | on: Which Android HTTP library to use
bexp | 10 years ago | on: Lessons Learned: TCP slow start doesn’t have to be so slow