efvie

efvie t1_j6credv wrote

While the other answers are correct in that there is typically a 'backend' that you don't have direct access to and is actually responsible for at least putting together the content that is displayed on the page (the 'frontend'), I think it's equally important to understand that what you do see you have full access to* and can copy exactly.

For example, you could take this comment page, save it with all the content, images, and so on, and put it up for yourself. You could even have it update itself to a degree (although there are some ways that sites could try to protect against that.)

The reason this is important to know is that it limits the data you can make available on the frontend. The backend, for example, has access to all Reddit users — the frontend can't be given such access (beyond public information) because if it did, anyone accessing the page could see it. You also can't store 'secrets' like credentials to access services on the frontend directly, and so on and so on.

* There's again ways to protect against some access, mostly by making it very inconvenient, but ultimately for anything to appear on your screen it needs to be transmitted.

1

efvie t1_j05qs87 wrote

This is a fascinating question both because the intuition might be that there is no need to specifically 'mark' sound, and on the other hand there's the question of exactly what can the body use as a timestamp. What mechanism can mark a signal to have occurred before another, if the signals arrive somewhere out of order?

I’d love to understand how these different neural areas work, exactly — is it a matter of the rest of the machinery effectively writing and reading these areas in a fixed order (and then looping back because it's not an infinite buffer, only long enough), or if there's a different sort of mechanism at play, like each of those different areas introducing a delay of its own. Sounds more like the former?

1