HN user

bhousel

5,142 karma

Former OpenStreetMap US Board Member Engineer at Mapbox Maintainer of OpenStreetMap's iD editor and more

http://linkedin.com/in/bhousel/

http://twitter.com/bhousel

http://github.com/bhousel

http://about.me/bhousel

http://7thposition.com

bryan@7thposition.com

Posts181
Comments948
View on HN
blog.mapbox.com 6y ago

I built a wind map with WebGL (2017)

bhousel
112pts26
osmlab.github.io 7y ago

Brands/

bhousel
70pts2
blogs.bing.com 8y ago

Bing Maps Streetside Imagery Now Integrated into OpenStreetMap ID Editor

bhousel
2pts0
www.openstreetmap.us 8y ago

OpenStreetMap US and Telenav announce camera lending program

bhousel
2pts0
steveblank.com 8y ago

The Red Queen Problem – Innovation in the DoD and Intelligence Community

bhousel
4pts3
blogs.esri.com 8y ago

Esri World Imagery now available for tracing in OpenStreetMap

bhousel
9pts0
blog.mapbox.com 8y ago

Mapping traffic signs on OpenStreetMap with Mapillary

bhousel
4pts0
blog.mapbox.com 8y ago

How I built a wind map with WebGL (2017)

bhousel
9pts0
www.mapbox.com 9y ago

Mapbox Cartogram: create an instant style by dropping any image onto a map

bhousel
21pts0
www.mapbox.com 9y ago

A friendlier introduction to editing OpenStreetMap

bhousel
3pts0
www.mapbox.com 9y ago

A whole new Earth for tracing on OpenStreetMap

bhousel
1pts0
blog.digitalglobe.com 9y ago

DigitalGlobe satellite imagery launch for OpenStreetMap

bhousel
132pts31
www.mapbox.com 9y ago

How we hire at Mapbox

bhousel
3pts0
www.mapbox.com 9y ago

Mapping with action cams, Mapillary, and OpenStreetMap

bhousel
12pts0
www.mapbox.com 9y ago

Announcing iD v2 editor for OpenStreetMap

bhousel
14pts0
news.ycombinator.com 10y ago

Tell HN: How to get the old font stack back for GitHub

bhousel
3pts0
www.mapbox.com 10y ago

Announcing Mapbox Drive

bhousel
4pts0
techcrunch.com 10y ago

Mapbox enters the autonomous vehicle market with Mapbox Drive SDK

bhousel
5pts0
www.wired.com 10y ago

This Software Could Change How the Maps in Your Apps Get Made

bhousel
2pts0
www.fastcolabs.com 11y ago

A Crowdsourced Map Project That Is Helping Contain the Ebola Epidemic

bhousel
14pts2
www.africa.upenn.edu 13y ago

Letter from a Birmingham Jail (1963)

bhousel
1pts0
cabinetmagazine.org 13y ago

The Coldscape

bhousel
3pts0
blog.agilebits.com 13y ago

1Password is Ready for John the Ripper

bhousel
11pts0
www.ribbonfarm.com 14y ago

The World is Small and Life is Long

bhousel
2pts0
www.ribbonfarm.com 15y ago

The Las Vegas Rules I: The Slightly Malevolent Universe

bhousel
4pts0
delivereads.com 15y ago

Delivereads - Curated Content for Your Kindle

bhousel
3pts0
runningahospital.blogspot.com 15y ago

One way to handle a near miss

bhousel
1pts0
www.dump.com 15y ago

Airplane Passenger Witnesses Endeavor’s Final Launch [video]

bhousel
4pts0
money.cnn.com 15y ago

New high-tech eyeglasses can change perscription on the fly

bhousel
2pts0
www.jamesaltucher.com 15y ago

The 100 Rules for Being an Entrepreneur

bhousel
7pts0
Minify Your SVGs 7 years ago

Fun fact! SVG is one of those things that is often easy to minify down below your nginx/apache/cdn minimum gzip length.

If your SVG files are < ~1kb, it's usually faster to just not gzip them. If they're < ~150b, gzipping will probably make both slower _and_ bigger.

I see lots of responses to this article asking "why client-side navigation?". I can share my own experience with building an app a few months ago, and how/why I switched to a client-side single-page app..

The app is this: https://osmlab.github.io/name-suggestion-index/index.html

It is a worldwide list of brands that have been seeded with OpenStreetMap data, and which volunteers have linked to Wikidata identifiers. We use this data in OpenStreetMap editors to help people add branded businesses. Pretty cool!

1. We had data in `.json` files (but not too much data) and we wanted to show it to people working on the project so that they could review the brands.

2. I spent a day or two and built a static document generator. It took our data and spit out an `index.html` and few hundred `whatever.html` files. This worked really well. As the article says, "browsers are pretty good at loading pages". A side benefit - Google is really good at indexing content like this.

3. Then users made the obvious request: "I want to filter the data. Let me type a search string and only show matching brands. Or brands that appear in a certain country".

4. OK, SO.. If your data is spread out over a few hundred files, short answer - you can't do this.

5. But the data is _really_ only a few megabytes of `.json`. I spent a few days to learn React and switch to a single-page client side app so that we can filter across all of it. The new version uses hooks to fetch the few `.json` files that it needs, `react-router` to handle navigation between the index and the category pages. It works pretty ok! Most people would stop here.

6. The first version with client-side filtering performed good enough, but not great. The reason was because, as users type these things happen: The filters get applied, the React components get a new list of brands passed in as props, and React re-renders these new lists to the virtual DOM, and eventually, slowly, the real DOM.

7. It's really easy to build React code like this, and many people do. But it is better to avoid DOM changes in the first place. I changed the components so that the lists stay the same, but filtered things just get classed as hidden `display:none` instead of being added and removed from the DOM, and performance is much better now.

Anyway hope this is helpful to someone!

Realistically, we can't pay people full engineering salaries to do random OSS.

Why can't you?

Professors get paid full professor salaries to do "random research".

Doctors get paid full doctor salaries to treat "random illnesses".

I expect if you looked a bit closer, you'll find that "Random OSS" is maintenance that makes the entire ecosystem possible. Would love to hear from some of your engineers what they are doing to earn that $20/hr.

As a professional full-time open source maintainer and developer, initiatives like this bother me a lot.

The work we do is worth much more than $20/hr.

Ideally I'd like to see open source developers in stable, tenured positions that pay fair salaries with benefits. Anything that normalizes the idea that open source should be funded on tips, patreons, or spare time goodwill is embarrassing to all of us. We can do better.

If you value open source, hire people to do it and pay them fairly.

Lots of people don't realize that 1 cup milk has 13g sugar from the lactose.

For comparison, a typical sugar packet is 2-4g.

(This is why cereal + milk is probably just about the unhealthiest thing possible to start your day).

It's a good idea to switch from the sugary/milky Starbucks drinks to anything else - like cold brew, or black coffee where you add trace amounts of sugar/cream yourself, if any.

Hah yeah, it was kind of funny that by the 4th shot, the ER docs and police there knew me as "the rabies guy".

I also was told that the immune globulin is a bit complicated because it needs to be prepared specifically for the person's weight. So unlike off the shelf vaccines, it requires an on duty pharmacist to actually do something before they can give it to you, which I'm sure adds to the cost.

Oh! I got rabies shots in 2014 after being bitten by a dog.

The course of treatment is injections 0day, 3day, 7day, and 14day. I went to the emergency room to get these injections, at the recommendation of my primary doctor.

Unfortunately I don't have the bills anymore, but the total cost was a bit over $20,000, which insurance adjusted down to about $500/visit.

Basically, it would have bankrupted me if I didn't have insurance. Yes, the US healthcare system is really this broken.

OpenStreetMap US | Executive Director | Remote USA only | Full Time

OpenStreetMap US seeks a new, full-time Executive Director to be a part of our continued mission and growth! OpenStreetMap US aims to broaden the reach and diversity of the OpenStreetMap community and increase the use and improve the quality of our map data. As Executive Director, you will work closely with the Board to move these goals forward and provide strategic vision to further the organization’s mission.

The duties of the Executive Director cover a broad scope, encompassing organizational program and strategy, as well as fundraising, finance, and marketing. This role will require a high degree of flexibility and creativity, and a collaborative and inventive orientation. The successful candidate will be mission-driven and passionate about the idea of creating and applying open, accurate geospatial data for the world.

This is a unique leadership position within the open source mapping and open geographic data communities. OpenStreetMap US is one of the largest user communities of the OpenStreetMap project, and as the Executive Director you will have a chance to make a difference at the local, national, and international level. This is a role with ample room for growth and creativity, and the successful candidate will come from a diversity of backgrounds. We encourage you to apply!

---

For more info, or to submit an application, visit https://www.openstreetmap.us/jobs/

And it has a barrier to entry - you have to be a tiny bit nerdy to confidently make edits.

Serious question - what can we do to lower these barriers to entry? Friendlier community norms? Documentation / tools? Social stuff (groups, meetups, etc?)

I'd love to hear people's experiences on contributing, and your honest feedback. I'm one of the "core" members of OSM (I maintain the iD editor) and we're always looking for ways to improve the new user experience.

Personally, I think a good intermediate step will be to embed better and more automated review processes.

I agree! For now, most review is done manually by volunteers. We're looking for ways to make this process more efficient.

If you haven't already, check out the OSMCha changeset review tool: https://osmcha.mapbox.com/

It runs some checks against every changeset as they occur, and presents a newsfeed-style list for anybody to review. It also has filters, in case you are interested only in certain geographic regions.

Sorry to hear that you had a bad experience.. For what it's worth, it sounds like your edit was fine (what you described is actually the preferred way to map divided roads) and should not have caused any issue.

I'd love for you to give it another chance! A few of us do monitor the changeset discussion feed in Slack, and try to speak up when we see new users being mistreated.

This is great news, congratulations to the team at Mapillary!

All of this imagery is available immediately for use in OpenStreetMap editors like iD and JOSM. The OpenStreetMap project values "ground truth" observations as the most valuable source of information, and these photos let volunteer mappers easily verify conditions on the ground: https://www.mapbox.com/blog/id-mapillary-js/

If you haven't mapped with OpenStreetMap yet, give it a try. It just so happens that this week is OSM Geography Awareness Week: http://osmgeoweek.org/ so there might even be a mapping event near you.

However you don't need a special event for an excuse to improve OpenStreetMap - it is a very unique project in that anybody can make meaningful contributions to the project immediately. Whether you realize it or not, you are the foremost expert in the world when it comes to - your part of the world.

I work for Mapbox, maintain OpenStreetMap's in-browser iD editor (I just released v2.0.0 today!), and I've done a fair bit of streetview imagery collection for Mapbox. Ask me anything!

At around 5m/px, the imagery from planet labs doesn't currently have high enough resolution for it to be useful for tracing in OSM. It looks good only down to around z14ish.

But what they're doing is still really interesting. Their stated goal is to be able to image every part of the planet daily by the end of 2016. And it's possible in theory to process multiple passes of lower resolution imagery into a composite imagery layer with a higher effective resolution. So it wouldn't surprise me if they use their microsatellite approach to push into markets that are currently served only by hi-res imagery providers like Digital Globe (imagery from expensive satellites) and Pictometry (imagery from airplanes).