411111111111111
No user record in our sample, but 411111111111111 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but 411111111111111 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Apple has perfected their virtue signaling game and all the simps love it. I don't really mind it either anymore, a lot of people have this hero worship fetish and they can't help painting everything in black and white,…
I tried that a few times, but by the time I've explained enough for the code to be close to what I want i could've just implemented it myself twice over... And that's ignoring the fact that it's always generating subtly…
It's linked in the description https://github.com/JetBrains/lets-plot-kotlin
Leadership matters, Apples history is a prime example of this as shown by first faltering without Steve Jobs and then becoming the most profitable company after he rejoined. Nonetheless, you're still attributing way too…
Their self driving will work right around the same timeframe spaceX actually succeeds a launch with a final budget lower then the most expensive NASA launches were. It's honestly hilarious how he was lauded as tony…
Pretty much all videos I've seen of the current riots (mostly filmed via phones from bystanders) in France show a very different picture then racism. Even that unfortunate incident when they killed the teen was very…
From previous discussions it's my understanding the c integration is going to be the cause for the issues. From a python perspective it wouldn't necessarily be a big change, but everything can branch out to c, and there…
At that point you'd need a machine learning DSL and runtime. Currently, it's all python libraries, so you can do everything python can... Which is everything, essentially. It's highly unlikely that the market for…
They are BS under the first definition. And I think we've gotten quiet far from the context their statement was made in. The premise was that intelligence increases self control/delayed gratification. From this, we've…
I don't think anyone would argue otherwise, the controversy is that IQ test results can be increased significantly by training. But that discussion ultimately boils down to what intelligence really is... You either…
> There's a point I've tried to make any number of times on Skeptoid, and that's if you want your argument to be robust and persuasive, don't include any bad evidence. I often have to wonder, how are these highly…
For the record: a PWA can also be served by a single request, it's called hydration. My issue with these kinds of discussions is that they're inevitably using outright false arguments. You can make a well performing…
> actually wastes time because of the "___" and "|" scaffolding required. I think you might be under a mistaken assumption here, because I don't think that this is factual. The only way I could see your misunderstanding…
Uh, the Titanic ran into an gigantic piece of ice which caused it to sink, the previous quote is the context for that. This submarine likely decompressed, killing the CEO and I believe 3 rich tourists because they…
I don't think these actions take place enough times for your numbers to have any impact on the robo taxis. At that point it wouldn't even be a slap on the wrist. You'd have to add at least 2-3 zeros before any action…
The issue is that you tried to use vs code for Java. That plugin doesn't really work well, honestly. The performance would have been pretty much the same if you used it like sublime text, so no plugins beyond synthax…
The discussion was about global ad impressions, which include desktop use and exclude devices with working adblockers. Why are you suddenly quoting exaggerated mobile phone market share numbers in such a context?
That'd heavily depend on the target audience, safari's market share is tiny if it's global. It should be pretty high if the target audience is US only and mainly the higher income brackets, however.
Isn't that pretty much how design was done back when people used <table>s...? That predates your article by roughly 20yrs
It does add a few ms, but you're overstating it. For LAN traffic, it's usually 5-8ms last time I checked on my servers.
The funnest part of outputting JSON from the query is that your API now basically becomes a RPC, as you don't have to do any marshalling/deserialization before returning the response with Content-Type application/json…
The adage means something very different though. It's about the fact that once you've posted it, someone will have made a screenshot or scrape of the content, which will resurface at the most inopportune times. I.e what…
> Maybe not this time? Maybe people will hold out? Maybe we won't get locked in by everyone else? It won't, because 'cloud'-smart home is a total gimmick. You get better service by getting local first smart services…
My last weekend Project in Elixir is roughly 3 yrs ago now, but from what I recall the system was leagues better then pythons optional typing. It's just bad if you're used to languages that have been built around types…
> You can absolutely limit user access to a subset of superuser commands. Wasn't that limit basically just a string match? I.e. when you're allowed to do sudo abinary the whitelist will accept whatever is behind that…