Live data from Hacker News

Viewing profile — 1024bees

1024bees

HN member
Joined
Sun, Jul 10, 2022, 2:16 PM UTC
HN karma
61
Public activity
12 items

About 1024bees

No profile information was provided.

Recent public activity

  1. comment
    Comment #46060452

    how did you get gdb working with Claude? There are a few mcp servers that looks fine, curious what you used

  2. comment
    Comment #45475005

    Oops, I assumed maybe too much familiarity with the problem. The premise of the problem is this: You're designing a CPU, either for your job or for fun, in your favourite hardware …

  3. story
    Show HN: JPDB, GDB for Your Waveforms

    hey everyone, I've been working on JPDB is a GDB like debugger for waveforms. if you give JPDB a waveform* and some other information, then you can step through the program that wa…

  4. comment
    Comment #45368652

    this rocks, using python as an embedded scripting language is Easy and Cool but also Dangerous and Evil, feel like this could make it less dangerous.

  5. comment
    Comment #45075917

    It's nice to see a microarchitecture take a risk, and getting perspective on how this design performs with respect to performance, power and area would be interesting. Very unlikel…

  6. comment
    Comment #44493348

    A point of frustration for newer languages, that sus continues, is the lack of thought towards simulation and testbench design, and how it integrates with the language. While it wo…

  7. comment
    Comment #44093873

    There is a natural tension between developing an API that is nice to use and having a full fledged graph compiler. Most graph compilers, and the hardware that requires them will be…

  8. comment
    Comment #40951520

    Smelt is build system agnostic, but it seeks to be the "invoker" so to speak -- we've used it with a many build systems including make, cmake and bazel. There are a few reasons to …

  9. comment
    Comment #40951437

    Thanks for checking out smelt! Reproducible seeding, and more generically having "test list arguments" are definitely something we have in our view, and wouldn't be outside the sco…

  10. story
    Show HN: Smelt — an open source test runner for chip developers

    Hey everyone, James from Silogy here. We’re excited to open-source our test runner, Smelt. Smelt is a simple and extensible test runner optimized for chip development workflows. Sm…

  11. comment
  12. comment
    Comment #32045011

    I appreciate the code snippets they put in the pub; when HW papers abstract that out, the system doesn't feel grounded in reality. Still, the open problem for this class of archite…