Kwantuum
No user record in our sample, but Kwantuum 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 Kwantuum has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The fact that this can happen at all without the security team's knowledge is telling.
I trust openAI's marketing team 100%
Interestingly, in the company I currently work for, if an employee encounters a problem with the product, the expected way to report the issue is to open a ticket. Not in an different system with different people…
Hackintosh refers to doing things the other way around: running MacOS on non-apple hardware. So no, this is not a hackintosh.
Both of the things you quoted are basically gone in practice, you just always use const/let and always use triple-equals for equality comparisons and that's that. Most people that write JavaScript regularly will lint…
I've had to stop using FF as my development browser because it chokes on large source maps. I used to find lots of issues in our web app that were only ever tested on chromium browsers. I don't anymore because the…
> I guess you can attach a debugger for unit tests, but that's not very useful. That is in fact incredibly useful
Surely this was meant to be cnt += a[i] > 0
The most egregious problem caused by this that I've encountered is an almost complete inability to use email 2FA on websites because my phone will kill the browser as soon as I switch to my inbox, and when I go back to…
There are several points in the article which are just plain wrong: - no private properties (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...) - no readonly properties: You can use a getter. Or define the…
There was not. There is now but for the better part of a decade it was just... Something you were supposed to have learned from a youtube video or a friend or something.
Pretty sure they're just replying specifically to > you still have guilty parties going free anyways since the wrong person is convicted which is a non sequitur.
Now you impose sanctions in your jurisdiction to violators and nobody cares because you're not the EU and your sanctions have no weight.
A lot of the comments seem to talk about the inevitable AI event horizon but unless I'm misreading this article the results are flat out bad. Even the 6 billion parameters model barely scratches a 50% success rate on a…
> (damnit, of course calculating the permutations of a list is n-squared, but this is an interrogation of the random trivia I can manage to recall and I feel like a deer in the headlights) With this statement I'm…
Website is completely broken in firefox when javascript is enabled.
You are missing the point completely. The IKEA effect is not "self assembly", the IKEA effect is "I think of this piece of furniture more highly because I assembled it myself". The IKEA effect compares how people feel…
That's a lot of words to say "to make fraud harder you have to make buying from you harder, the optimal amount of fraud is the amount of fraud you get when any additional measure you could take against fraud would lower…
from the linked PTC proposal in the article (https://github.com/tc39/proposal-ptc-syntax): > Unfortunately, the TC39 process at this time did not require heavy implementation involvement and so while many implementers…
> the type of fetch() can't be inferred by static analysis That is preposterous.
It really isn't, most native/standard APIs do not return Promises. Lots of things use callbacks. Being comfortable creating Promises from a callback-based API is definitely something any competent JS dev ought to be…
The original article doesn't just suggest it, it claims it outright, and links a study to back up that claim: https://www.annallergy.org/article/S1081-1206(10)60240-2/ful...
And in fact, there were detours in pretty much all the solutions I've seen posted online for part 2
The earth has "holes" and as such the proof of that statement for a sphere does not apply to the earth.
I can see this being useful when you're maintaining multiple versions and forward-porting patches. Some patches only make sense up to a certain version and you don't want to merge them in the next one up.