Live data from Hacker News

Viewing profile — bwasti

bwasti

HN member
Joined
Fri, Mar 10, 2017, 8:26 AM UTC
HN karma
336
Public activity
115 items

About bwasti

No profile information was provided.

Recent public activity

  1. comment
    Comment #26268188

    Mining Bitcoin can be done with pencil, paper and the ability to communicate with others also interested in Bitcoin.

  2. comment
    Comment #26251757

    A popular post on r/wallstreetbets[1] summarizes Michael Burry’s thesis that CPI (consumer price index) is unaffected as long as inflation isn’t directly impacting consumers of the…

  3. comment
    Comment #25934049

    I've posted this once before but I grabbed a domain name and preloaded a tutorial. Happy to remove if that's against the rules!

  4. story
  5. story
  6. comment
    Comment #25842763

    The source can be found here: https://github.com/bwasti/mebm

  7. story
  8. comment
    Comment #25664828

    > It can also handle nonlinear conversions such as Fahrenheit to Celsius huh?

  9. story
  10. comment
    Comment #25410243

    You can just try the instructions with an off-the-shelf assembler. They're not supported.

  11. comment
    Comment #25410233

    I've found the M1's 128bit instructions to be quite fast. My M1 MacBook Air can hit 90GFlops on a single core. My 2019 16" MacBook Pro is only 1.5 times faster at 135GFlops per cor…

  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #24712892

    I believe problems solved by this tool generally disappear when using named tensors

  17. comment
    Comment #24082005

    perhaps title "Sweatpants Forever: How the Fashion Industry Collapsed" for context?

  18. comment
    Comment #23467297

    would a library like pybind (for C++ extensions) be compatible with the philosophy of this python implementation?

  19. story
  20. story
  21. story
  22. comment
    Comment #22616541

    this can be done in browser with tensorflow.js + a pretrained mobilenet in a couple dozen lines of code example: https://jott.live/html/tfjsmobilenet code: https://jott.live/code/t…

  23. story
  24. story
  25. comment
    Comment #20856699

    Note that this a layout trick and not an algorithmic one. An algorithmic speed up that is good for dense convolutions with small kernels is to use Winograd: https://arxiv.org/abs/1…