Live data from Hacker News

Viewing profile — d4l3k

d4l3k

HN member
Joined
Sun, Mar 02, 2014, 7:49 AM UTC
HN karma
523
Public activity
158 items

About d4l3k

https://fn.lc

https://github.com/d4l3k

https://www.linkedin.com/in/d4l3k/

Recent public activity

  1. comment
    Comment #44491605

    We're working on making these composable. torchft is largely focused on the model integration and algorithms where as Monarch is handling more of the orchestration/monitoring. They…

  2. comment
    Comment #44399138

    We want to be tolerant to application bugs and host/GPU failures that can be solved by replacing/restarting the machine. External services and network failures we don't have much c…

  3. comment
    Comment #44398461

    Let me know how it goes! If you're interested in chatting / run into any problems feel free to reach out via the links in my profile

  4. comment
    Comment #44398434

    Recently there's been a lot of interest and improvements in semi-synchronous training. The Streaming DiLoCo paper came out this year and is a big step forward for datacenter semi-s…

  5. comment
    Comment #44393108

    Hey Tim, how's it going? Interested in lending PyTorch some compute? :) torchft can handle much larger scales but for public multi-day demonstration run this is what we had availab…

  6. comment
    Comment #44392720

    Hey, nice to see this here! I'm the primary author so happy to answer any questions you might have!

  7. comment
    Comment #38476777

    It seems to work just fine with SIP enabled. I just switched and it seems to be a lot better than Amethyst. Amethyst had a lot of issues with focus follows mouse and dropdown dialo…

  8. comment
    Comment #36991191

    Not sure why they aren't loading, seem to be fine now They're also at https://github.com/d4l3k/fn.lc/tree/master/static%2Fdiy-self...

  9. comment
    Comment #36991167

    Supercharger auth is between the car and the charger and doesn't require an internet connection. I get billed the normal way via my Tesla account since the VIN is registered

  10. comment
    Comment #36989382

    There's some functionality loss but it's mostly been mitigated. I have a custom app I wrote since I can't use the stock app. The one feature I miss is that there's no voice command…

  11. comment
    Comment #36989329

    I've got a blog if you're interested haha https://fn.lc/post/ I've been hacking on my car and creating my own self driving models Code is at https://github.com/d4l3k/torchdrive

  12. comment
    Comment #36989138

    If the map can't talk to Tesla it'll use Google maps directly. I usually don't allow connections to Tesla on my rooted Model 3

  13. comment
    Comment #34423035

    I just tried to set this up and couldn't. Seems like it's invite only with a waitlist :/

  14. comment
    Comment #28151731

    Adding port forwarding to Mosh has a $600 bounty -- highest OSS bounty I've ever seen https://www.bountysource.com/issues/4471419-ssh-port-forward... https://github.com/mobile-shel…

  15. comment
  16. comment
    Comment #26855960

    They measure torque on the wheel from the drivers hand. It is possible to fool via defeat devices etc (ex www dot autopilotbuddy dot com). There is a WIP system that uses the selfi…

  17. comment
    Comment #26855933

    They are working on a camera based solution though it's imperfect. You can see examples of it running at https://twitter.com/greentheonly/status/1379928419136339969

  18. comment
    Comment #23333661

    Post can also be accessed via IPFS https://gateway.ipfs.io/ipns/Qmea45XwFtdwaCGAPLRMxFmoUP5YLnk... I've spent a lot of time digging into the Tesla software and hardware. Let me kno…

  19. story
  20. story
  21. comment
    Comment #23165055

    I've spent a lot of time digging into how the Model 3 works internally (not just the security aspects) so happy to answer any questions you might have! :) The post is also availabl…

  22. story
  23. comment
    Comment #19159402

    Pretty much all of the things you'd want in a relational database are now present in Mongodb too. The real benefit of MongoDB at this point is the ability to easily scale beyond a …

  24. comment
    Comment #19159376

    They recently added multi document transactions though. https://docs.mongodb.com/manual/core/transactions/

  25. comment
    Comment #19013634

    The tracing Python objects technique is very similar to how pytorch traces models to produces a graph representation that can be executed entirely in C++ for performance reasons. T…