HN user

skram

249 karma
Posts27
Comments261
View on HN
budget2017.whitehouse.gov 10y ago

The White House's 2017 Budget Visualization (with Data Download and API)

skram
4pts0
www.govexec.com 10y ago

Gallup Poll: Americans' Biggest Problem in 2015? Government

skram
3pts1
www.youtube.com 12y ago

Featured 2600 HOPE X Videos including Snowden, Ellsberg, and Rambam Talks

skram
1pts0
apievangelist.com 12y ago

If This Then Visualize That (IFTVT)

skram
1pts0
marketingland.com 12y ago

Dawn Data Brings A Daily Dose Of Google Analytics To Google Glass

skram
3pts0
socialhealthinsights.com 12y ago

API-powered Glassware that Answers Your Open Government and other Questions

skram
1pts0
www.nsa.gov 12y ago

NSA.gov has a kids section

skram
2pts0
www.tuaw.com 12y ago

Crazy things you can plug into your iPhone's audio jack

skram
14pts14
blog.heroku.com 12y ago

Heroku Postgres 2.0

skram
3pts0
www.buystartups.co 12y ago

BuyStartups.co: place to buy and sell startups, products, and apps.

skram
1pts0
news.ycombinator.com 12y ago

Ask HN: Source for data on VC firms? (For a university project, not my company)

skram
1pts1
news.ycombinator.com 12y ago

Engage HN: Anyone else interested in analyzing Fitbit/M7/other tracker data?

skram
1pts5
apievangelist.com 12y ago

Excel and CSV Conversion to JSON and XML in JavaScript

skram
25pts5
www.civomega.com 12y ago

CivOmega - Ask questions about government data

skram
2pts0
www.census.gov 12y ago

New Census API: 2012 American Community Survey Statistics

skram
2pts0
www.truevault.com 12y ago

TrueVault – HIPAA compliant data storage

skram
99pts69
www.informationweek.com 12y ago

Google Glass: Autocorrect For Your Life?

skram
2pts0
hc4h2013.eventbrite.com 13y ago

Indiana's First Health Codeathon - Come join fellow health hackers and win

skram
1pts0
en.wikipedia.org 13y ago

Definition of "statelessness" cc: Snowden

skram
3pts0
www.roncloud.com 13y ago

R (Statistics Software) in your web browser

skram
3pts0
en.wikipedia.org 13y ago

1993: White house announces NSA-backed 'clipper chip' as an encryption device

skram
5pts0
idisaster.wordpress.com 13y ago

Fighting the Flu with (all sorts of) Data

skram
1pts0
www.phe.gov 13y ago

ASPR/HHS (US Gov) Twitter challenge sparks innovation tracking health trends

skram
1pts0
rubysource.com 13y ago

RubySource | Tiny jQuery Mobile App Powered by SinatraRubySource

skram
1pts0
rubysource.com 13y ago

RubySource | Tiny jQuery Mobile App Powered by SinatraRubySource

skram
1pts0
www.programmableweb.com 14y ago

Mashup of the day: Tracking disease trends, 140 characters at a time

skram
1pts0
mappyhealth.com 14y ago

MappyHealth - Following disease trends, 140 characters at a time

skram
1pts0

Nice work! I hear about these challenges in collaborating on research all the time. Developing a platform like this is a significant investment for most teams, and for many, the development and maintenance is a distraction from their mission. The company I work for, Domino Data Lab, has a language/ algorithm-agnostic platform that solves for this. We have a trial for teams who want to take a look and offer a free subscription for academic institutions.

I'd love to know as well. There's a lot of great data on doctors in the US at data.cms.gov and data.medicare.gov. Socrata, the company I work for, builds and hosts the APIs so let me know if I can help in any way!

Probably because of the way government contracting works with (value added) resellers. One such is "Carahsoft" (see http://openbeta-contracts-explorer.usaspending.gov/#!/year/A...). If you dig into the details of the transactions you'll see that many are for technology companies' software and services. One example link that includes Salesforce, HP, VMWare, Symantec, etc.: http://openbeta-contracts-explorer.usaspending.gov/#!/year/A...

Consider checking out US Dept of Commerce's Census of Governments - it has a lot of information. There's also a big trend of state/local governments opening their budgets and expenditures to the public in new and engaging ways. Some examples:

- http://www.checkbooknyc.com/

- http://budget.dallasopendata.com/#!/year/default

- http://miamidade.budget.finance.socrata.com/#!/year/default

- http://budget.topeka.org/#!/year/default

* Disclaimer: I work for Socrata which powers all of the above links except for NYC Checkbook

A web tool that took a CSV or JSON endpoint and ran a few R/Python/whatever scripts to see what the mean/mode/min/max of each column was, if there were any strong linear (or other types) of correlations, etc.

A lot of example datasets can be found on opendata.socrata.com, data.gov, data.atf.gov, data.cityofchicago.org, and more.

rtrivedi - do you have an email I can reach you on? I work for the company that helps Medicare.gov (and a lot of other govt agencies) publish their data online in machine readable formats and I'd love to get feedback from you and understand how you're using the data and potentially make the data publishers aware of this use case as well. You can reach me at mark.silverberg@socrata.com if you prefer not to post your email publicly.

Great job!

This is great especially considering the REST API meaning this can be adapted to other environments other than mobile...

This seems like a good idea but wont it be able to find someone out by looking on linked in for a unique skill set?

I've seen a number of job sites make it so you can exclude folks from certain companies from seeing your profile...

Uber Opens Its API 12 years ago

Unfortunately, the ability to truly replicate the Uber apps is unavailable in the completely open API in that you cannot order rides.

How to use MY API 12 years ago

3scale is one of many API management providers. I have no personal experience with 3scale but some other alternatives off the top of my head to check out include apigee, mashape, and mashery.

How to use MY API 12 years ago

You will need somewhere to deploy the API and likely will want some way to manage users of the API. For deployment, almost any web host that supports your tech stack should do.

See apievangelist.com for resources on everything API related.