dento
No user record in our sample, but dento 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 dento has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Requiring a fullscreen window stops almost all possible abuses, though, as you cannot do this from a background process.
When working remotely, you're often allowed to pick between employment and b2b contracts, which is essentially the same thing.
And when I have to access a 2FA protected account, like my bank or email, I do what?
> Europe's GDPR makes the entire EU two-party consent False. A business might be required to inform you that they are recording, but many EU member states have one-party consent laws otherwise. For instance, Finland,…
I should suggest warptorio here: https://mods.factorio.com/mod/warptorio2
Again, you're confusing models here. "source of trust" is a technical term, and not a judgement about trustworthiness.
This is an open source game from my childhood which is somewhat similar: https://github.com/suomipelit/ultimatetapankaikki/
> I bet some of y'all blocking YT ads are paying for Spotify. That's just bad planning [..] Because it's trivial to block youtube ads. There are no decent free Spotify alternatives or ways to get it for free, that I…
18? That's ridiculous. I'd understand 14, but at 18 it's not too rare to live alone and have a full time job. And even before, access to maps or Wikipedia is generally quite useful. It's the social media that's the main…
This is called Server Sent Events, SSE for short. https://developer.mozilla.org/en-US/docs/Web/API/Server-sent...
> The only way to prevent that would be a fully trustless "cell" structure where none of conspirators know each other, which has never been done in real life. When properly done, such organization is almost impossible…
This is already occurred, in some limited from. See quicks mode [1], for instance. Also there is WebAssembly, which should be the replacement for JS. At some point a good-enough UI toolkit for it will be written, and…
Also: https://xkcd.com/978/
I'd guess 90% dev jobs don't involve any algo knowledge more complicated than "should I pick a list or hashmap" or "which columns need indices". They involve converting business logic into code and combining it with…
This essentially equivalent to Roko's basilisk, which is not regarded as an useful argument
How hard can it be to keep a many-to-many mapping between account ids and skin ids, and then make a way to transfer those between accounts, potentially for some fee? Steam has had it for a decade without any issues. The…
Likely the new EU Digital Markets Act, which requires interoperabilty from messaging applications.
Consider having to decide between a 20 min trip by car, or 1 hour trip by train, and the car driving has 100x serious accident probability. However, you save 40 minutes if you drive. Likely, driving doesn't take 40 min…
Colonizing Mars is going to be easier than solving tragedy of the commons.
Do that once, and nobody will pay the full price again. They'll just be waiting for the next discount.
Mass scale political manipulation? See Brexit, for instance.
Life has no meaning. We are all as insignificant as grains of sand on a beach. Uniqueness is a big lie that everyone wants to believe. If you enjoy watching netflix more than doing slightly-less-common experiences, you…
I've never had my ID checked by potential employer, except when the job requires security clearance. This is in europe, though.
They are likely selling all cars they can produce. Why would they sell them at cheaper price point?
SIMD intrinsics exist, although currently require nightly compiler on non-x86 targets: https://doc.rust-lang.org/1.29.0/core/arch/x86/index.html Inline assembly: https://rust-lang.github.io/rfcs/2873-inline-asm.html…