Eric Mill

Results 227 issues of Eric Mill

The documents posted to [IC on the Record](http://icontherecord.tumblr.com) are generally original sources for declassified intelligence community documents, transparency reports, and statistics. It's a good source. I even have a [gist...

Right now we have 4 fields that we ensure are present, for downstream sources to use in displaying information about reports: - `agency` - `agency_name` - `inspector` - `inspector_url` I...

Right now the cronjobs for Sunlight and oversight.io both look every night for anything from the current year. It's probably also worth: - looking back to the previous year (once...

Using their S3-compatible API: http://archive.org/help/abouts3.txt I have an Archive account, under `[email protected]`, and I generated my S3(-like) credentials. I'm not actually sure whether the code to do this upload belongs...

This report on Teresa Carlson from the DOJ [All Reports page](http://www.justice.gov/oig/reports/all.htm)... ![doj-igs-original](https://cloud.githubusercontent.com/assets/4592/4086774/5dfb3afe-2f3f-11e4-8049-46f823acd227.png) Gets saved as two separate reports, each with the title of its link: ![doj-igs](https://cloud.githubusercontent.com/assets/4592/4086776/664a5532-2f3f-11e4-99a5-70f489902b0e.png) It should either only...

Right now, validation will fail if the `file_type` wasn't detected (the URL has no file extension) but will not fail if the detected `file_type` is unknown. Since we only have...

Data Improvement

This response (note the space and quotes around `Content-type`): ``` $ curl --head https://consumersentinel.gov HTTP/1.0 200 OK "Content-type": text/html pragma: no-cache retry-after: 600 Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Server: BigIP Connection:...

It'd be nice (for one of the apps @jcarbaugh and I are building) to be able to check the status of the API, quickly and programmatically. As an example, I...

If you go to this page: http://capitolwords.org/date/2011/11/03/H7273-6_motion-to-instruct-conferees-on-hr-2112-agricultur And Ctrl+F for "Despite Mayor", it jumps to a long long paragraph of text, which is actually many paragraphs. Besides jumbling the paragraphs...

I was interested in what it would take to move the site to HTTPS, so I ran the app using [ngrok](https://ngrok.com/) and fixed up some mixed content warnings by turning...