softwarehippie's comments

softwarehippie | 2 days ago | on: Ask HN: What Are You Working On? (March 2026)

As a personal learning project on how to write efficient GPU code I'm trying to implement different shortest-path algorithms on the GPU. This is notoriously one of the cases where a simple algorithm like Dijkstra on the CPU will beat many implementations on the GPU.

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

softwarehippie | 7 years ago | on: Future of transportation

Pretty shallow analysis, how AVs will be deployed depends very much on the region and how it complements with existing infrastructure (especially outside the US). I can already travel at 200km/h while working in a train today - that does not make me want to move further out of a city. AVs will have a tremendous impact when it comes to last-mile connectivity or supporting a more suburban life-style, but the impact on public transportation will be limited IMHO.

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: Ask HN: Who is hiring? (February 2015)

Mapbox - Software Engineer - REMOTE/SF/DC - https://www.mapbox.com/blog/directions-hiring/

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: Ask HN: Who is hiring? (January 2015)

Mapbox, (REMOTE worldwide or LOCAL in SF/DC) https://www.mapbox.com/jobs/ Directions Developer

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

You do realize that this 100% configurable by stylesheets? The entire point is, that their maps are stylable by the user (i.e. the app developer).
page 1