Viewing profile — tburch
tburch
HN member- Joined
- Thu, Jun 02, 2011, 8:05 PM UTC
- HN karma
- 143
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About tburch
[ my public key: https://keybase.io/tburch; my proof: https://keybase.io/tburch/sigs/y-Um67seSw7GqE604zdojTacGWMx-Z3wFZJfTLePpi0 ]
Recent public activity
-
comment
Comment #27174966
I built JsonBlob[1], to help mock out JSON APIs so that building backends could be decoupled from front end development. I'd been needing this tool forever and then finally spent a…
-
comment
Comment #10629383
I'll just leave this here... https://i.kinja-img.com/gawker-media/image/upload/s--HwBqLe3...
-
comment
Comment #9507180
why not allow 36 hours per day of 'heroku run' or 'heroku web'?
-
comment
Comment #9292511
If you're working with URI Templates in Java (or any other JVM language that can use Java libraries), I'd highly recommend https://github.com/damnhandy/Handy-URI-Templates
-
comment
Comment #8391366
try using http://projectlombok.org/
-
comment
Comment #7868933
What do you use in Jenkins to build your Docker images? Are they just Maven projects?
-
comment
Comment #7712189
Maybe it's just missing the carries (like Horizon) that are operated by Alaska?
-
comment
Comment #7628962
Give JSON Blob ( https://github.com/tburch/jsonblob ) a try! It's open sourced and you can run it locally if you want.
-
comment
Comment #7628669
Yeah, it uses that for the editor, but also has a full HTTP API ( http://jsonblob.com/api ) behind it for storing the JSON and accessing it from outside the browser.
-
comment
Comment #7628346
I built http://jsonblob.com for this purpose. It has an HTTP API as well as we nice GUI interface to edit your JSON. It's open sourced and really just a thin webapp on top of mongo…
-
comment
Comment #7468587
I'm not sure what you're doing, but using GeoHashes on GAE worked pretty well for me. http://en.wikipedia.org/wiki/Geohash
-
comment
Comment #7461007
Thanks! Fixed this - https://github.com/tburch/jsonblob/commit/4f70b44910b98224bd...
-
comment
Comment #7450550
I put ads on http://jsonblob.com about a month ago and didn't really expect much, but have been pleasantly surprised! I should have put them on it when I launched it a little over …
-
comment
Comment #7173215
>> sysadmin crap >Without this “sysadmin crap” you would not have your precious PaaS. The difference being that I don't have to deal with the “sysadmin crap”.
-
comment
Comment #6672046
It was something that I built a while back, mostly over a weekend, but haven't really touched since. It's running on a free Heroku dyno and coming close to the 512M limit (grails i…
-
comment
Comment #6671814
This is a great way of putting a UI on top of JSON! I created http://jsonblob.com/ to accomplish the same thing, but a spreadsheet is much more familiar than a JSON editor.
-
comment
Comment #5144205
It's the other way around. I built JSON Blob on top of JSON Editor Online so that I could have an API ( http://jsonblob.com/api ) to interact with the JSON.
-
comment
Comment #5110357
If you need to unlock your GSM Samsung Galaxy S3 or Note 2, here's how: Dial the following keys #197328640# Main Menu > [1] UMTS > [1] Debug Screen > [8] Phone Control > [6] Networ…
- story
-
comment
Comment #5009596
Have you seen Swagger? https://github.com/wordnik/swagger-core/ I'm going to try to get this working for JSON Blob API's documentation over the weekend.
-
comment
Comment #5001096
Thanks! I definitely didn't do a good job at that based on the feedback I've received. I'll try to make it more prominent because that was the sole purpose of the project.
-
comment
Comment #4998977
It's open sourced - https://github.com/tburch/jsonblob . It's running on a single Heroku dyno with the free MongoHq service, so at some point I'll have to figure out what to do whe…
-
comment
Comment #4998020
Thanks! Fixed - https://github.com/tburch/jsonblob/commit/a4e6f145f5166c26e2...
-
comment
Comment #4997892
Thanks! Fixed that... https://github.com/tburch/jsonblob/commit/00cba8c54692f7690d...
-
comment
Comment #4997846
It's not, but it uses that editor. The difference between the two is that with JSON Blob, you can collaboratively edit/share your JSON and use it programmatically via the JSON Blob…