Viewing profile — PerryStyle
PerryStyle
HN member- Joined
- Sat, Apr 29, 2023, 3:40 AM UTC
- HN karma
- 12
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About PerryStyle
No profile information was provided.
Recent public activity
-
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.…
-
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…
-
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.
-
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…
-
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 …
-
comment
Comment #45006987
+1. Learned about this in DB research course during grad school. Feldera is really cool. Also I love their website design.
-
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…
-
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…
-
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!
-
comment
Comment #43337096
Would it be possible to leverage the python array api standard? Or is that more suited for just computations?
-
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.
-
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…