Live data from Hacker News

Viewing profile — ElderMillennial

ElderMillennial

HN member
Joined
Fri, Apr 02, 2021, 1:30 AM UTC
HN karma
53
Public activity
6 items

About ElderMillennial

No profile information was provided.

Recent public activity

  1. comment
    Comment #38495325

    Location: USA Remote: Only Résumé/CV: In the past decade, I've worked across startups and large companies, from datacenter control software and 3D printers to global cloud platform…

  2. comment
  3. comment
    Comment #29076648

    Citation needed. The last 40 years have been a period of high inflation, shrinking (real) wages, and "shrinkflation" losses in quality of life. One could argue that this has happen…

  4. comment
    Comment #26709805

    You can totally crash manager flow. I wouldn't recommend doing this on purpose, but if you say something that forces the whole room to stop and consider, you can often break the co…

  5. comment
    Comment #26709711

    To concur: I'm not sure "we unilaterally changed the contract without notice and you agreed because you happened to use the product that day" would hold up in any court, for any re…

  6. comment
    Comment #26668313

    Wide integer multiplication works fine on a GPU: Your number is broken up into 32-bit coefficients to 2^32 as a compounding power (sum over a_i * 2^32i) -- and then you can do it a…