Live data from Hacker News

Viewing profile — ethanlipson

ethanlipson

HN member
Joined
Wed, Nov 05, 2025, 3:22 PM UTC
HN karma
123
Public activity
13 items

About ethanlipson

https://ethanlipson.com

Recent public activity

  1. story
  2. comment
  3. comment
    Comment #48464169

    How much money do you think they spent fine-tuning on pelican SVG generation?

  4. story
  5. comment
    Comment #48258739

    In the words of my combinatorics professor, Dave Bayer: > It is hard to shed prejudices about how code should look, even if learning to see clearly past convention is the only good…

  6. comment
  7. comment
    Comment #48258655

    Whether we call it a distribution or not is really a matter of semantics. The more interesting question is, do people actually want a hyper-opinionated Linux install? Based on the …

  8. comment
    Comment #48160179

    I'm talking about cases where the array size is not known at compile time. For example, say the user passes in a list of numbers as command line arguments. Then we have argv: Vec I…

  9. comment
    Comment #48158922

    Futhark is really such a great idea. I'm not convinced that dependent types are worth the cognitive overhead in general, but it's definitely worth it to include the length as part …

  10. comment
    Comment #48111938

    For models as complex as these I'm not confident we can apply arguments from first principles; we could just as easily argue that type information is helpful, from first principles…

  11. comment
  12. comment
    Comment #45824211

    For a general function F, finding the points (x, y) with F(x, y) = 0 has no closed-form solution. The entire field of mathematical optimization is largely dedicated to finding solu…

  13. comment
    Comment #45823797

    Neat, but I think it's deceptive for the website to claim this is a "new type of graphing" [1]. The fuzzy graph of F(x, y) = 0 is simply a 3D plot of z = |F(x, y)|, where z is disp…