HN user

DriverDaily

80 karma
Posts0
Comments46
View on HN
No posts found.

Aux cables were ubiquitous when cars were rolling speakers. I wouldn’t buy a car without an aux input, I didn’t care how many cds it could hold.

Now that cars are rolling screens, I wouldn’t buy a car without screen mirroring for the same reason.

IMG_0416 2 years ago

It is! I've often wanted to search for something that happens in a video instead of just the title, description, and keywords.

For me it was an easy choice. First, I was starting to worry about heart health. Second, my mechanical watches could be sold for more than I paid for them.

he's naive enough that he thinks that will work in court under the eye of the whole media

I mean his publicity tour immediately after FTX went under worked pretty well for a while. He got Kevin O’ Leary to blame CZ in front of congress. And Michael Lewis painted a pretty positive picture. He talked to everyone he could and the vast majority of the media were not sure if he did or did not commit a crime.

All he has to do is convince the jury to have a reasonable doubt.

Wouldn't infinitely spawning web workers do the same thing as a zip bomb?

```

<script>

   const workerBlob = new Blob(['

        while (true) { console.log("this is a worker that will never stop") }

    '], { type: 'application/javascript' })

   const workerBlobURL = URL.createObjectURL(workerBlob)

   while (true) { new Worker(workerBlobURL) }
</script>

```

Few of those r-values are actually notable

To further examine the universality of the Five-Factor Model, they examined how the MBTI dimensional raw scores related to the FFM/Big5 scores. They showed that FFM-Extroversion was highly correlated to MBTI-Introversion (r = -.74), FFM-Neuroticism was weakly correlated to MBTI-Introversion (r = .16), FFM-Openness was correlated to MBTI-Intuition (r = .72), and to MBTI-Perception (r = .30), FFM-Agreeableness was correlated to MBTI-Feeling (r = .44), FFM-Contentiousness correlated to MBTI-Perception (r = .49).