Live data from Hacker News

Viewing profile — bssrdf

bssrdf

HN member
Joined
Fri, May 09, 2014, 4:43 PM UTC
HN karma
192
Public activity
58 items

About bssrdf

Open for ML/AI engineering positions. My expertise is in HPC computing and CUDA kernel optimization and development. Please DM bssrdf@gmail.com

https://bssrdf.github.io/

Recent public activity

  1. comment
    Comment #48907786

    I found [ggml] is really easy, educational and fun to use. It is written in C and the backbone for llama.cpp. [ggml] https://github.com/ggml-org/ggml

  2. story
  3. comment
    Comment #42526499

    I would like to recommend "Understanding UNIX/LINUX Programming: A Guide to Theory and Practice" for beginners. You can download source code I assembled https://github.com/bssrdf/U…

  4. story
  5. story
  6. story
  7. comment
    Comment #40680747

    Indeed. Even a simple 'wc -l' type operation can benefit from SIMD [0] [0] https://x.com/cloud11665/status/1799534538873290993

  8. comment
    Comment #36993068

    Yes, actually it is a doubly linked list.

  9. comment
    Comment #36972385

    I don't think a PR is ready. My solution does not fully solve the problem. It requires more thoughts. Thanks.

  10. comment
    Comment #36972364

    Good point, I have the same doubt. Even if it is sorted, you still cannot do binary search on it unless using some skip list ideas. In fact, the code right now is doing linear sear…

  11. comment
    Comment #36966037

    I didn't submit the PR yet, but opened an issue which has not been picked up. Maybe most of the USD files used in Blender do not trigger the O(N^2) behavior.

  12. comment
    Comment #36964347

    Just finished writing [0] about Blender's USD import issue. [0] - https://news.ycombinator.com/item?id=36947946

  13. story
  14. story
  15. comment
    Comment #30253917

    The key word: TUNING. Every climate model has tons of tunable parameters, many of which are not from first principles. They are empirical, observed some years ago over some remote …

  16. comment
    Comment #30166963

    I implemented radix sort in cpython [0] and did some simple benchmarking comparing to python' built-in sort (Timsort I believe). It is indeed faster. [0] https://github.com/bssrdf/…

  17. story
  18. story
  19. comment
    Comment #23146217

    This book >[0] has the best explanation I have ever seen. [0]: https://www.amazon.com/Nature-Computation-Cristopher-Moore-d...

  20. story
  21. story
  22. story
  23. story
  24. story
  25. story