Live data from Hacker News

Viewing profile — PerryStyle

PerryStyle

HN member
Joined
Sat, Apr 29, 2023, 3:40 AM UTC
HN karma
12
Public activity
12 items

About PerryStyle

No profile information was provided.

Recent public activity

  1. comment
    Comment #47567898

    Meson is indeed nice, but has very poor support for GPU compilation compared to CMake. I've had a lot of success adopting the practices described in this talk, https://www.youtube.…

  2. comment
    Comment #47392618

    I work in HPC and I’ve found it very useful in creating various shell scripts. It really helps if you have linters such as shellcheck. Other areas of success have been just offload…

  3. comment
    Comment #46710106

    I would love to do this in the future, but knowing me I’d get caught up making sure I’m benchmarking properly then actually writing code.

  4. comment
    Comment #46449708

    It's not super complex. I ended up just modifying the locations of the layer toggle keys. In the default Miryoku layout, in order to switch the keys to a different layer on the rig…

  5. comment
    Comment #46425368

    I’d definitely recommend Miryoku for those starting out. You’re then free to make any modifications to suit your preferences. I ended up making the layer activations happen on the …

  6. comment
    Comment #45006987

    +1. Learned about this in DB research course during grad school. Feldera is really cool. Also I love their website design.

  7. comment
    Comment #44937236

    There are some solutions that try to tackle this in HPC. For example https://github.com/LLNL/mpibind is deployed on El Capitan. Would be interesting to see if something similar app…

  8. comment
    Comment #44516512

    Do you have any good resources that go into detail on GPU ISAs or GPU architecture? There's certainly a lot available for CPUs, but the resources I’ve found for GPUs mostly focus o…

  9. comment
    Comment #43489847

    Wow this one of the most interesting things I’ve come across. Definitely could learn a lot by tinkering with this. Thanks!

  10. comment
    Comment #43337096

    Would it be possible to leverage the python array api standard? Or is that more suited for just computations?

  11. comment
    Comment #43285737

    Zotero's PDF viewer also does this now. Being able to annotate PDFs and having a reference manager has been a life saver.

  12. comment
    Comment #42994313

    Just out of curiosity, have you checked out Spack, https://github.com/spack/spack , which has a lot of HPC users. Support for mixing and matching both system and from source depend…