Live data from Hacker News

Viewing profile — carlsonmark

carlsonmark

HN member
Joined
Tue, Jul 22, 2008, 5:46 PM UTC
HN karma
5
Public activity
7 items

About carlsonmark

No profile information was provided.

Recent public activity

  1. comment
    Comment #30276218

    Not just the signal processing on the received data, but if you want to transmit something, you will probably be using one or more DDS channels to do so. Those may be in the FPGA, …

  2. comment
    Comment #25165315

    Disclaimer: I'm a software guy Another source of cracking could be related to moisture in the SMD components. We do primarily small volume PCB runs where I work. In house, with par…

  3. comment
    Comment #21654116

    My wife and I used this somewhere around 10 years ago when reorganizing our apartment. It was great!

  4. comment
    Comment #19852689

    It's not so much that you never have the headers... more that you don't always want to provide the headers to everyone (since they may contain things you don't want to share.) I lo…

  5. comment
    Comment #19851128

    If you have a Python code base and are looking to speed up some part of it, Cython is the way to go. Pybind11 and cppyy are more for cases where you have a bunch of C++ code that y…

  6. comment
    Comment #19851108

    If you have a C++ project, you want to have Python bindings, and you don't want to share your header files, pybind11 is the way to go. If you want to / can share your header files,…

  7. comment
    Comment #14361084

    While I do enjoy this sort of analysis, I feel the decision to choose one method over another should be based on benchmarks (preferably with more than one size of string.) After be…