HN user

michaelcolenso

51 karma

I fail up.

Posts19
Comments24
View on HN
nobodynamed.com 1mo ago

The Map Hidden in America's Birth Certificates

michaelcolenso
3pts1
www.federalregister.gov 6y ago

Encouraging International Support for the Recovery and Use of Space Resources

michaelcolenso
1pts0
warisboring.com 10y ago

Secret Russian Satellite Could Have Collided with Another Object

michaelcolenso
4pts0
www.seattlejoy.com 11y ago

Show HN: Seven Figure Seattle – Mapping King County Real Estate Sales

michaelcolenso
1pts1
www.theverge.com 11y ago

Stylus maker Adonit releases its first iPad drawing app

michaelcolenso
1pts0
michael.colenso.org 11y ago

From Warfighter to Crimefighter: Mapping the 1033 Program

michaelcolenso
1pts0
medium.com 11y ago

12 Tips for Picking the Best Domain Name

michaelcolenso
3pts0
github.com 11y ago

Archive of political ad data from the Federal Communications Commission

michaelcolenso
2pts0
michael.colenso.org 11y ago

From Warfighter to Crimefighter: Mapping the Militarization of the Police

michaelcolenso
7pts0
colenso.org 11y ago

Show HN: Mapping the Militarization of Law Enforcement in the United States

michaelcolenso
11pts7
tcplatmap.iswordfight.com 11y ago

Show HN: Traverse City Platmap with Leaflet and D3

michaelcolenso
5pts6
iswordfight.com 11y ago

Show HN: I made a sexier tax parcel map for my hometown

michaelcolenso
14pts23
www.adonit.net 12y ago

The Collaboration that Brought Precision to the Cloud

michaelcolenso
1pts0
www.adonit.net 12y ago

New Jot Touch with Pixelpoint

michaelcolenso
2pts0
resume.michaelcolenso.com 12y ago

Show HN: Feedback on my Resume?

michaelcolenso
2pts2
medium.com 12y ago

How to sink an Aircraft Carrier

michaelcolenso
15pts0
resume.michaelcolenso.com 13y ago

Show HN: I built a new portfolio site because I need a new job. Thoughts?

michaelcolenso
3pts3
michael.colenso.org 13y ago

Humbled.

michaelcolenso
2pts0
baseballjobs.teamworkonline.com 13y ago

Wanna make the big leagues? Learn R and SQL.

michaelcolenso
2pts0

I think that's a great point, and I agree that it's not the ideal metric for illuminating the issue. However, I'd argue that, to a limited degree, even the "harmless equipment" acquired by Law Enforcement agencies from the Department of Defense serve to "Militarize" the police forces in a way that reinforces conflict rather than cooperation.

If you let the cops dress up like soldiers, train like soldiers, and equip them like soldiers to the extent that we currently do in the US, eventually they start to believe they are in a war.

But yes, I do agree that the ratio of seemingly mundane items to the big ticket MRAP's and APC's is skewed toward stuff you can get at REI or OfficeMax, which sort of muffles the message. There's interestingness and insight buried in this 1033 program data, I believe. This probably isn't quite it, yet.

Thanks for the feedback. I really appreciate it.

The data was sourced by using ogr2ogr to grab the data from an arcGIS server that the city runs and convert it to geojson. There was also an associated Sales db that I was able to query all results for, so I grabbed those and stuck them in MongoDB for the purpose of linking the parcel data with the property number in the db. When a user clicks on a property, I search mongo for the associated records and update the html via socket.io.

Thanks! I appreciate the positive vibes. My favorite trick I learned was how to use the GDAL tools (ogr2ogr) plus Topojson to fetch the data (the geometry plus the sales db exposed on the arcGis REST endpoint) and convert it to geoJSON in order to deal with it via D3. Pretty rewarding to finally get something to project properly after spending roughly eleventeen hours trial and erroring on the command line with those (very powerful) tools...

It was super fun to make. Thanks for checking it out.

So I believe I fixed it. I think it was b/c the socket.io server was emitting on the 'io' object on every db query, and it should have been emitting on the 'socket'. I think. It was definitely all jacked up, though. Thanks so much for checking it out...

Agreed. It's way less functional than the ArcGIS server that's maintained by the municipality. It was a weekend project to play with d3, mostly. There's lots wrong with the site as it is, but it's a journey, right? Thanks for the feedback.