Live data from Hacker News

Viewing profile — throwawayabcdef

throwawayabcdef

HN member
Joined
Thu, Oct 20, 2022, 7:47 PM UTC
HN karma
19
Public activity
10 items

About throwawayabcdef

No profile information was provided.

Recent public activity

  1. comment
    Comment #44365148

    Its how I saved cost and schedule on this project.

  2. comment
    Comment #44362525

    No need. I gave ChatGPT this prompt: "Write a data mover in Xilinx HLS with Vitis flow that takes in a stream of bytes, swaps pairs of bytes, then streams the bytes out" And it did…

  3. comment
    Comment #44206349

    The next operation might need the data in column major order to read it fast. So you might have to transpose first. And these maybe be concurrent stages of a processing pipeline.

  4. comment
    Comment #43443380

    The AIE arrays on Versal and Ryzen with XDNA are a big grid of cores (400 in an 8 x 50 array) that you program with streaming work graphs. https://docs.amd.com/r/en-US/am009-versal…

  5. comment
    Comment #43372022

    There is more to it than this. My children have had severe food allergies since birth: we know this b/c they had reactions to breast milk based on what mom would eat. The also have…

  6. comment
    Comment #41462353

    see also uip and contiki as well as the other creations from Mr. Dunkles: https://dunkels.com/adam/software.html

  7. comment
    Comment #41071082

    This is dope. I work with Zynq/Versal quite a bit and respect and understand (conceptually) the decisions you have made! You get to own every aspect of your toolchain and with that…

  8. comment
    Comment #39965272

    Yes, MethaneSAT: https://www.methanesat.org/

  9. comment
    Comment #33351957

    https://github.com/golang/go/commit/fd4dc91a96518fdbb47781f9... I interpret this as replacing a strange but more optimal call to the runtime with a straight forward but less fast s…

  10. comment
    Comment #33279802

    I would play screeps with golang using gopherjs. it worked out well. I'm sure using WASM would work well. I quickly got to the point where I'd have to do a lot of coding to get com…