Viewing profile — danieljh
danieljh
HN member- Joined
- Tue, Sep 24, 2013, 5:24 PM UTC
- HN karma
- 305
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About danieljh
Recent public activity
-
comment
Comment #33095324
ruumi | Berlin, Remote (Europe timezones) | Full-time | https://www.ruumi.io At ruumi we are building grassland and grazing management tools to give farmers actionable insights on …
-
comment
Comment #28501631
The Future is Tiny Graphs! [1] In the style of "Scalability! At What COST?" I've started a side-project bringing succinct data structures (rank/select [2], elias-fano coding) and m…
-
comment
Comment #28047239
ruumi | Berlin, Remote | Full-time | iOS, Swift, SwiftUI | https://www.ruumi.io At ruumi we help farmers with rotational grazing: a managed grazing technique that regenerates soil,…
-
comment
Comment #27052173
ruumi | Berlin, Remote | Full-time | Frontend, Mobile | https://www.notion.so/ruumi-jobs-86745c0df9834395b27f018fec8... At ruumi we help farmers with rotational grazing: a managed …
-
comment
Comment #26314216
ruumi | Berlin, Remote | Full-time | Frontend & Mobile | https://www.notion.so/ruumi-jobs-86745c0df9834395b27f018fec8... At ruumi we help farmers with rotational grazing: a managed…
-
comment
Comment #25648536
ruumi | Berlin, Remote | Full-time | Frontend & Mobile Engineer | http://jobs.ruumi.io We are looking for someone to work with us on web and mobile applications. For the frontend w…
-
comment
Comment #25374698
ruumi | Berlin, Remote | Full-time | Frontend & Mobile Engineer | http://jobs.ruumi.io We are looking for someone to work with us on web and mobile applications. For the frontend w…
-
story
IG65M-PyTorch: video models pre-trained on over 65M Instagram videos
Think: resnet+imagenet but for videos: https://github.com/moabitcoin/ig65m-pytorch We ported the r(2+1)d model (from CVPR 2018, see https://arxiv.org/abs/1711.11248) and the weight…
-
comment
Comment #19557733
Daimler Autonomous Services | ONSITE, Full-Time | Berlin, Germany | VISA Sponsorship We are building AV-enabled routing and mapping capabilities to help ride-hailers and car manufa…
-
comment
Comment #17488555
We are running it internally on our aerial imagery from the Mapbox Maps API. The zoom level even there depends on the feature you want to extract, for example z18 seems to work wel…
-
comment
Comment #17484759
We haven't released pre-trained models yet. Mostly for two reasons: 1/ The PyTorch checkpoints depend on the specific Python model class. Even if you refactor only e.g. a MaxPool l…
-
comment
Comment #17483904
I haven no experience with TensorFlow.js. That said, using the RoboSat ONNX model exporter (rs export) you should be able to go from a trained PyTorch model to a portable ONNX prot…
-
comment
Comment #17483668
Daniel from Mapbox here. Happy to answer questions or talk through design decisions. Interested to hear your feedback. We are mostly focusing on making the process accessible to a …
-
comment
Comment #17483655
Sentinel 2 data could be interesting for you. With its high refresh rate it can be used for change detection. The multi-band data is especially useful for adding more input channel…
- story
-
comment
Comment #16082169
Here is how I build architecture optimized TensorFlow 1.4 binaries for specific AWS instance types: https://gist.github.com/daniel-j-h/b410dd21d4949a54c83d0c386... The build script…
-
comment
Comment #14488256
Check out metric trees such as the BK-Tree, VP-Tree or GNATs. They allow for fast nearest neighbor searches, for example querying all items in your database with Hamming Distance h…
-
comment
Comment #13861240
Absolutely. The following two new checks are impressive and should be on by default. New misc-move-forwarding-reference check Warns when std::move is applied to a forwarding refere…
- story
-
comment
Comment #13245017
Here's an interesting anecdote for -ffast-math: the Kahan summation algorithm [1] can be used to reduce numerical errors in sums. Now have a look at the codegen [2] without and wit…
- story
-
comment
Comment #11841056
> where's all the actual OS research? Where's the service-oriented OS built on capabilities with a typed object store for a filesystem? Once you realize there's not much a differen…
- story
- story
-
comment
Comment #9728581
The sliding shortest path paper is really interesting. I'm thinking about what this scenario means for road networks and if it makes sense there at all (not considering the algorit…