Live data from Hacker News

Viewing profile — danieljh

danieljh

HN member
Joined
Tue, Sep 24, 2013, 5:24 PM UTC
HN karma
305
Public activity
46 items

About danieljh

Hej!

Recent public activity

  1. 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 …

  2. 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…

  3. 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,…

  4. 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 …

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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 …

  14. 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…

  15. story
  16. 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…

  17. 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…

  18. 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…

  19. story
  20. 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…

  21. story
  22. 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…

  23. story
  24. story
  25. 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…