Live data from Hacker News

Viewing profile — meese712

meese712

HN member
Joined
Fri, Jan 13, 2023, 5:45 PM UTC
HN karma
60
Public activity
20 items

About meese712

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
    Comment #36545991

    Think the biggest slow down is from it running all the test suites in isolation in separate contexts (think that's the right word). I got frustrated with how slow our frontend test…

  5. comment
    Comment #36453795

    Here's a fun fact, most fonts have a font program written in a font specific instruction set that requires a virtual machine to run. There is no escaping the VMs!

  6. comment
    Comment #35684150

    If they have the ability to detect wine usage wouldn't they have the ability to conditionally disable telemetry for wine though?

  7. comment
    Comment #35669329

    What is a knight? Did they mean horsey?

  8. comment
    Comment #35005900

    This is not trivia. For better or for worse truthy evaluation is a fundamental part of the language which is what this code snippet appears to be primarily testing.

  9. comment
    Comment #35005645

    Don't see how you could consider the question they posed to be trivia for someone who knows javascript? Abuse of truthy evaluation is very rampant. All the JS codebases I've worked…

  10. comment
    Comment #34841749

    I was getting at the article giving the impression this somehow cured the disease vs a BMT just slowing progression. I know the whole transplant thing sucks. I've had two transplan…

  11. comment
    Comment #34841608

    Definitely true GVHD sucks. The article gave me the impression that they were saying it was somehow superior at stopping the disease because it said this "stem cell transplants, ha…

  12. comment
    Comment #34841445

    I'm confused how this would reduce disease progression compared to a much cheaper allo bone marrow transplant then if they are only modifying hematopoietic stem cells since a BMT i…

  13. comment
    Comment #34814352

    Tho it should be a crime if the signs don't rhyme

  14. comment
    Comment #34748119

    I checked, looks like they'd probably fly into China right now (maybe Hong Kong) if released from Taiwan

  15. comment
    Comment #34731204

    "Sorry I missed your comment of many months ago. I no longer build software; I now make furniture out of wood. The hours are long, the pay sucks, and there's always the opportunity…

  16. comment
    Comment #34730466

    Yahoo is somehow the ninth most visited website. I guess people still use their (well Microsoft's) search.

  17. comment
    Comment #34728516

    Could be worse, could be Google Chat

  18. comment
    Comment #34719419

    irr? The library we use uses doubles https://github.com/eric-malachias/irr . We also use doubles for the amortization table and doubles for everything.

  19. comment
    Comment #34719364

    Oh hey I work in mortgage! We use plain old doubles for everything and there's some rounds in there and occasionally an exotic round to the nearest 1/8th. Everything ends up matchi…

  20. comment
    Comment #34371238

    > I find that the problem is solved before writing a single line of code. If that happens, then the actual part of writing becomes dull and mechanical - the problem has already bee…