Live data from Hacker News

Viewing profile — bsteinbach

bsteinbach

HN member
Joined
Sun, Sep 17, 2023, 5:25 AM UTC
HN karma
3
Public activity
3 items

About bsteinbach

No profile information was provided.

Recent public activity

  1. comment
    Comment #44063420

    The power vs voltage thing I think comes from the historical connection of dB to sensing waves. Because you can change impedance to match any sensor, but power is conserved, power …

  2. comment
    Comment #43419573

    In defense of sliding windows of time series, if not clustering, the principal components analysis of the matrix on page 1 is one robust way to extract a linear model for the syste…

  3. comment
    Comment #37541971

    Not only similar, it's identical to Newton Raphson in ideal arithmetic! The nth order product approximation for the reciprocal of d = 1 - x is y_n = product_{i=1}{n} (1 + x^{2^(i-1…