Lots of platforms like gaming consoles have exclusive content where the same company is both the hardware/services owner and the content creator. What would be anticompetitive is they leveraged their position as an app platform to stunt other legitimate chat apps from gaining popularity. Beeper claims that’s what’s happening to them but their legitimacy is debatable.
I honestly don't think there's anything wrong with admitting we as humans have these kinds of pre-selection social biases baked into us as a survival trait. We just have to be conscious of it and try to fight it when we sense it working against our goals, especially in a hiring context.
That said what you did for your friend was perfectly reasonable knowing full well many people have these biases and will not make the effort to fight them consciously.
1. Make sure you're using a shared session between the test suite. So that spin-up only has to occur once per suite and not per test. This has the drawback of not allowing dataframe name reuse across tests, but who cares.
2. If you have any kind of magic-number N in the SparkSQL or dataframe calls (e.g coalesce(N), repartition(N)) change N to be parameterized, and set it to 1 for the test.
3. Make sure the master doesn't have any more than 'local[2]' set. Or less depending on your workstation.
Georgia Tech online masters looks like it does. I found this in the article author’s links when he breaks down the schools. Id really like to take this class too so it stood out to me.
And yet the vast majority of money laundering still happens through traditional banking channels. If crypto was such a panacea for laundering all the traffic would have switched over by now.
Profit comes when their operating costs are less than the take home from any transaction fees and Coinbase rewards they’ve collected in the same period. It’s not a direct function of liquidity entering the system. It’s true that rising prices from new cash flow means more profit for miners, but that doesn’t imply the opposite. The price could stay constant for the next 100 years and miners that have found a way to remain profitable within that price point would be fine.
This is addressed in the original white paper. In a world where BTC is valued at 1M USD/coin you’d also expect a decent amount of day to day usage. Miners could still make decent profits based on transaction fees just from confirming blocks even once the Coinbase rewards stop. I’m not saying that’s currently the case, but that is the design. Also if miners are making a profit off let’s say $40k/coin and the price goes down to 30, yet there’s still a profit for some miners, how exactly does that become unsustainable?
This is effectively what CTE style syntax gives you. I always find them more intuitive for intermediate to advanced queries for exactly this reason. They’re also much easier for another reader to later come in and deduce what the query is doing.
We use the dialyzer and also heavy usage of the @spec function signature annotation on public module functions to work around this. It’s an nice compromise between some defensive safety while still enjoying the readability of the dynamic typing.
He’s saying if someone gets in the habit of using that style they have to be very careful. If they forget to change True to False when using an OR that it could have major consequences. Performance being the least of concerns.
An early acquisition that he played a pivotal role inducing. They would have been better off without him, so it's hard to call him a founder with a straight face.
I'm sorry if he was some kind of hero of yours that you have to emphasis some trivial contribution he made in the grand scheme of Reddit's success.
Doubtful in this scenario that they would take it as far as to threaten physical violence. That would up the anty involving law enforcement if Sony were to call out their bluff.
This is a good point. A company should not be expected to just throw a bunch of shows out and see which ones stick. Too expensive.
What stuck out to me most in the speech was Kevin Spacey's quick mention of Netflix's response to the pitch: "We ran the numbers and we think our customer base would like it".
Media outlets thinking of taking the all-in approach will need the technology to calculate and hedge the risk . Netflix clearly has that in place, and it helped convince them to take a chance.
Been loving Diffbot for my startup. Only downside is you very rapidly approach the freemium tier for any production loads. It works fantastically well though.