forked from alex/what-happens-when
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What Does It Mean to Upload Something? #1
Open
Walaafadol
wants to merge
42
commits into
Alkalit:master
Choose a base branch
from
Walaafadol:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change 'effecting' to 'affecting' inside of Post-rendering section
Changes 'affecting' to 'causing', I think this might cause a little less confusion on this last sentence.
I removed the letter "s" from the phrase "uses a custom parsers" so that it now reads "uses a custom parser"
I think the phrase "Javascript engine" is more accurate than "Javascript interpreter" because certain Javascript engines, like the V8 engine used in Google Chrome, convert Javascript directly into machine code and do not utilize an interpreter at all. Source: https://developers.google.com/v8/design - Check the section titled "Dynamic Machine Code Generation"
Fixed a typo
This browser was discontinued in 2013 (https://en.wikipedia.org/wiki/Rockmelt). And this sentence had a typo in it.
Remove sentence about Rockmelt
Fix typo in readme
Changes the phrases "clicks" to "press" for touch devices to appropriately account for the fact that there are no clicks on touch devices. I originally thought to suggest "tap" instead of "press", but opted for "press". Open to suggestions!
"clicks" to "press"
it's -> its
Clarify 'ARP' and 'Layer 2'
filled up full HTTP request methods
to see DNS Cache list of Chrome browser, go to chrome://net-internals/#dns in Chrome Browser.
* 'master' of github.com:alex/what-happens-when: Punycode conversions happen before the HSTS preload check (alex#227)
* Add PATCH HTTP Request method * Wrap text * remove trailing whitespace
…x#293) * Fixing terminology, since the DNS client does not "open" port 53, it connects to it. * Fixing line length * Removing trailing whitespace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the context of the web, upload = send. Think of it like loading the data "upward" to the internet.
When you upload something to a website, or another user's computer, or a network location, etc., you're sending data from your device to the other device. Files can be uploaded to a server, such as a website, or directly to another device, like when using a file transfer utility.
For example, if you upload an image to Facebook, you're sending the picture from your device to the Facebook website. The file started with you and ended up somewhere else, so it's considered an upload from your perspective.
This is true for any transfer like this, no matter the file type or where it's going. You can upload documents to your teacher via email, upload a video to YouTube, upload music to your online music collection, upload photos to a backup service, etc.