Readit News logoReadit News
foolbiter commented on “How Could a Reasonable Person Ever Inject Heroin?”   realthomas777.substack.co... · Posted by u/_mt3y
foolbiter · 5 years ago
Was vaguely interesting -- until the parts about "racial heritage" and "the white man walking alone". Check out this guy's other posts for a surprise.
foolbiter commented on Single-payer healthcare would save $450B and 68k lives a year: study   thelancet.com/journals/la... · Posted by u/bjourne
partiallypro · 6 years ago
I don't know why the idea of a "public option" fell out of favor with Democrats. It's a good stop along the way, and doesn't risk completely destroying an industry overnight...and therefore has a much higher chance of passing. Eventually employers would push people onto the public option plan, but it wouldn't be overnight. Bernie's plan, imo has so much room for error, it's not even worth considering without a stop along the way. It's also ironic he wants to ban private insurance completely (I assume that even means supplemental) when pretty much every single country he cites as a model doesn't do that.
foolbiter · 6 years ago
the end result of the public option is employer-based plans offloading their least valuable (and most vulnerable) customers onto the public option, leading to much higher costs for everyone. the abolition of private insurance is necessary for the efficiency and bargaining power of a maximalist medicare-for-all system.
foolbiter commented on Mike Bloomberg is plowing millions of dollars into a secretive tech firm   cnbc.com/2019/12/23/mike-... · Posted by u/hsnewman
sbuccini · 6 years ago
Interviewed there last week for a software engineering position after some people in my network went over there. Didn't get the gig but I came away impressed with the team and the mission. It's a unique opportunity to build a state-of-the-art data system with unlimited resources. I've heard that the comp is very, very good but can't confirm that from my own experiences. If you think you can survive the sprint, I think it's a great opportunity.

Jeff, if you're still lurking in the thread -- we've chatted at the Kairos & the Arena summits. I've got the political and tech background to make an impact. If you're willing to take a flier on me, I'm all-in. Email is in my profile.

foolbiter · 6 years ago
comp isn't above market rate. without equity or bonuses & with the long hours required, not sure what the upside is.
foolbiter commented on Thinking in React Hooks   wattenberger.com/blog/rea... · Posted by u/mariuz
andrewstuart · 6 years ago
Does this continuously clearInterval on every render?
foolbiter · 6 years ago
Nope. Since the dep array is empty, the effect only runs once after the first render, & the cleanup function returned from the effect only runs on unmount.
foolbiter commented on Thinking in React Hooks   wattenberger.com/blog/rea... · Posted by u/mariuz
steve_taylor · 6 years ago
Try creating a hooks-based component that increments an internal counter every second, using useState to track the counter and setInterval inside useEffect to start the timer on mount and stop it before unmounting.

Good luck with that.

foolbiter · 6 years ago

  function Counter() {
    const [counter, setCounter] = React.useState(0);
    React.useEffect(() => {
      const interval = setInterval(() => setCounter(n => n + 1), 100);
      return () => clearInterval(interval);
    }, [])

    return (
      <div>{counter}</div>
    );
  }

foolbiter commented on 15 states are trying to make the electoral college obselete   nytimes.com/2019/05/22/us... · Posted by u/car
vturner · 6 years ago
I wish someone with $$ would start plastering this message everywhere the absurd "get rid of the elctoral college" debate comes up. We are not a democracy, seriously no one wants a democracy of 300 million plus. We are a federation of states that is supposed to have most of the control in their region and sacrifice a little bit of control to the federal government for purposes of defense and commerce. Your "democracy" should be your state legislature, but sadly authoritarians of the past have taken that away.
foolbiter · 6 years ago
All the real money is already on the side of preserving the electoral college. You should examine why this is and reassess.
foolbiter commented on McKinsey Advised Johnson and Johnson on Increasing Opioid Sales   nytimes.com/2019/07/25/bu... · Posted by u/acalmon
happytoexplain · 6 years ago
>Every pharmaceutical sales rep is an immoral cancer on our society.

This seems like one of the most cleanly horizontally divided opinions in all of the US - where nearly everybody agrees loudly and strongly with it except the wealthy and powerful. I wish a presidential candidate would have the balls to echo this severe but obviously popular thought and fix the fucking system with extreme prejudice.

foolbiter · 6 years ago
There are at least two currently-running candidates who do seem have the balls to directly confront the pharma industry! Why do you think there aren't?

u/foolbiter

KarmaCake day18July 25, 2019View Original