Live data from Hacker News

Viewing profile — misrasaurabh1

misrasaurabh1

HN member
Joined
Sat, Sep 19, 2020, 7:33 AM UTC
HN karma
12
Public activity
17 items

About misrasaurabh1

No profile information was provided.

Recent public activity

  1. comment
    Comment #48864098

    I like how the proof is so concise. I made progress on some unsolved combinatorics problems but the proof was 45 pages long to extend the frontier by one step.

  2. story
  3. comment
    Comment #45870898

    https://github.com/codeflash-ai/codeflash/ Codeflash optimizes any Python code for performance by using AI and verification. We make all human and AI written code super-intelligent…

  4. comment
    Comment #45853961

    I've been running into performance bottlenecks in the wild where `copy.deepcopy()` was the bottleneck. After digging into it, I discovered that deepcopy can actually be slower than…

  5. story
  6. comment
    Comment #44264201

    I tried contributing some AI Generated optimizations to core Scientific Python packages like NetworkX and Scikit-image. But they were rejected since they were created from AI model…

  7. story
  8. story
  9. comment
  10. comment
    Comment #43748420

    What we discovered that LLMs aren't really the answer wrt performance, the whole system around verifying correct and performance is the key.

  11. comment
    Comment #43748418

    Codeflash is still new but it is very strong at optimizing general purpose python code, especially PyTorch, NumPy or algorithmic code. If you want to try out optimizations - try op…

  12. comment
    Comment #43748416

    Hi, I am the creator of Codeflash. The idea is to do everything that a professional performance engineer would do and to automate it. So codeflash, analyzes your code, creates corr…

  13. story
  14. comment
    Comment #37577311

    I see a lot of interest in this field which is amazing! I have been working on this problem for a while and have made a lot of progress! If you are interested in building a general…

  15. comment
    Comment #35172588

    This is super cool and useful. I know that Instabase , which also came from MIT got really popular and useful within finance communities because they allowed for really fast and ef…

  16. comment
    Comment #32746889

    In the particular case of refactoring, I don't think this is a good idea. I can understand that multi-file system reorganization refactorings shouldn't be done with simple changes,…

  17. comment
    Comment #32499962

    I once bought a cheap but "smart" HP Ink jet printer for home. I don't have much to print other than the yearly tax documents. I was thinking that I would buy an extra ink cartridg…