Viewing profile — bssrdf
bssrdf
HN member- Joined
- Fri, May 09, 2014, 4:43 PM UTC
- HN karma
- 192
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About bssrdf
https://bssrdf.github.io/
Recent public activity
-
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
- story
-
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…
- story
- story
- story
-
comment
Comment #40680747
Indeed. Even a simple 'wc -l' type operation can benefit from SIMD [0] [0] https://x.com/cloud11665/status/1799534538873290993
-
comment
Comment #36993068
Yes, actually it is a doubly linked list.
-
comment
Comment #36972385
I don't think a PR is ready. My solution does not fully solve the problem. It requires more thoughts. Thanks.
-
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…
-
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.
-
comment
Comment #36964347
Just finished writing [0] about Blender's USD import issue. [0] - https://news.ycombinator.com/item?id=36947946
- story
- story
-
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 …
-
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/…
- story
- story
-
comment
Comment #23146217
This book >[0] has the best explanation I have ever seen. [0]: https://www.amazon.com/Nature-Computation-Cristopher-Moore-d...
- story
- story
- story
- story
- story
- story