• 0 Posts
  • 139 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle
rss

  • I’ve done this! Was not really the point of the trip but decided to give it a try.

    Specifically, went to Taiwan and paid for the fanciest and most comprehensive health panel i could. I cannot compare the price to the US because nowhere in the US offers an equivalent service.

    Ezra.com is close but: 1. Much worse quality. 2. Only offers 1/8 of the tests i got. 3. Considering only the comparable tests the cost is 3.5x more.

    Like, i cannot describe to American doctors the experience because it’s like a fantasy tale. I couldn’t of possibly had that experience in their minds. They are so deep in the american shitcare the story i describe must be false. The damage to the psyche when you realize you are working your ass off for less pay to deliver a worse product is too much.

    The denial of many Americans is too much. They’d rather die painfully, and at great cost, than admit capitalism cannot solve healthcare.


















  • My advice comes from being a developer, and tech lead, who has brought a lot of code from scientists to production.

    The best path for a company is often: do not use the code the scientist wrote and instead have a different team rewrite the system for production. I’ve seen plenty of projects fail, hard, because some scientist thought their research code is production level. There is a large gap between research code and production. Anybody who claims otherwise is naive.

    This is entirely fine! Even better than attempting to build production quality code from the start. Really! Research is solving a decision problem. That answer is important; less so the code.

    However, science is science. Being able to reproduce the results the research produced is essential. So there is the standard requirement of documenting the procedure used (which includes the code!) sufficiently to be reproduced. The best part is the reproduction not only confirms the science but produces a production system at the same time! Awws yea. Science!

    I’ve seen several projects fail when scientists attempt to be production developers without proper training and skills. This is bad for the team, product, and company.

    (Tho typically those “scientists” fail to at building reproducible systems. So are they actually scientists? I’ve encountered plenty of phds in name only. )

    So, what are your goals? To build production systems? Then those skills will have to be learned. That likely includes OO. Version control. Structural and behavioral patterns.

    Not necessary to learn if that isn’t your goal! Just keep in mind that if a resilient production system is the goal, well, research code is like the first pancake in a batch. Verify, taste, but don’t serve it to customers.