softwarehippie | 2 days ago | on: Ask HN: What Are You Working On? (March 2026)
softwarehippie's comments
softwarehippie | 7 years ago | on: Future of transportation
I can recommend the series from a16z on the wider impact of AVs https://a16z.com/2018/02/03/autonomy-ecosystem-frank-chen-su...
softwarehippie | 11 years ago | on: Routing on OpenStreetMap.org
softwarehippie | 11 years ago | on: Ask HN: Who is hiring? (February 2015)
Got an idea for solving this problem efficiently and elegantly in C++?
A given graph consists of two connected sub-graphs in which every node has at least three neighbours. The sub-graphs are only connected by a single edge, the bridge. Given a node in each sub-graph, find the bridge. You can assume there is only one bridge.
Send the code to [email protected].Mapbox is building a kick-ass open source routing engine that works whether you’re walking, biking, or driving. We’re looking for people who enjoy polishing their C++ code to a high sheen and wringing out its last few drops of performance. Sound like you, or like where you want to get to? We encourage everyone excited about making directions better and open to drop us a line at [email protected].
softwarehippie | 11 years ago | on: Alligator Eggs
softwarehippie | 11 years ago | on: Ask HN: Who is hiring? (January 2015)
We’re building a routing service unlike any other. It is flexible, fast, and customizable for every use case. We are looking for people who know graph theory, efficient algorithms, and have the desire to run fast on creating a scalable API.
While having a background in routing is a bonus, we’re really looking for C++ coders with a deep understanding of algorithms and data structures. Knowledge in C++11, cache effiency as well as I/O effiency are certainly a plus.
Primary focus would be extending an open source routing engine.
softwarehippie | 11 years ago | on: Introducing Mapbox GL
It has been a lot of fun to learn about Vulkan / GLSL and the GPU execution model to figure out why the CPU is so much faster than the GPU. I'll be open sourcing the code soon but so far I'm documenting my journey in a series of blog posts. First one of the series is https://www.execfoo.de/blog/deltastep.html