Why does Vimeo require me to verify my age in the UK to watch Robert Pike talking computer science?
> This video is not rated
> Join vimeo to watch
> Already have an account? Log in
11–20 of 45 posts
Why does Vimeo require me to verify my age in the UK to watch Robert Pike talking computer science?
> This video is not rated
> Join vimeo to watch
> Already have an account? Log in
it's an interesting talk, my take being: concurrency _is_ parallelism, but for I/O. People often think of parallelism for the case of making something go faster - eg placing two computations in parallel (the definition posed in the video), OR placing two I/O operations in parallel - so this is the keyboard-vs-mouse in the OS, even when you're on one core only; this is multiple web requests in JavaScript, which does n…
> concurrency _is_ parallelism, but for I/O. Not really. They're just separate but related concepts. E.g. coroutines are a form of concurrency that doesn't have to involve any sort of I/O, you're just taking two logical processes (e.g generating a sequence and consuming it) and abstracting away how they execute relative to each other. Describing your tasks using the language of concurrency is a requirement for proces…
- the program is decomposable into partially ordered or unordered units of execution
- the program result remains determinant despite partial ordering
Your data-level parallelism is taking advantage of the concurrent properties of a problem.it's an interesting talk, my take being: concurrency _is_ parallelism, but for I/O. People often think of parallelism for the case of making something go faster - eg placing two computations in parallel (the definition posed in the video), OR placing two I/O operations in parallel - so this is the keyboard-vs-mouse in the OS, even when you're on one core only; this is multiple web requests in JavaScript, which does n…
Why does Vimeo require me to verify my age in the UK to watch Robert Pike talking computer science?
Earlier quoted context omitted.
because otherwise how would the queen know what you're up to all the time? :D
Since she was probably sent by God to rule, I assume he called her back upstairs upon her passing. In this case, she can just ask the big man. Funnily enough, yt-dlp has no trouble downloading it.
To HN moderators: title needs to note that this talk is 13 years old.
Earlier quoted context omitted.
Since she was probably sent by God to rule, I assume he called her back upstairs upon her passing. In this case, she can just ask the big man. Funnily enough, yt-dlp has no trouble downloading it.
Side note: we do have a Queen. She's married to the King.