What's the meaning of "bootstrap"?
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Digital Sunset Looping
--
Chapters
00:00 What'S The Meaning Of &Quot;Bootstrap&Quot;?
00:18 Answer 1 Score 6
00:44 Answer 2 Score 3
01:23 Accepted Answer Score 13
02:40 Answer 4 Score 2
03:28 Thank you
--
Full question
https://english.stackexchange.com/questi...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#meaning #verbs #meaningincontext
#avk47
ACCEPTED ANSWER
Score 13
Bootstrap refers to a process that is akin to picking oneself up by the bootstraps. The idea is that it is physically impossible to lift yourself by bending over and trying to "lift".
Bootstrapping refers to doing exactly that but in a way analogous to physics. Computing is the most common area I hear the term. A program that bootstraps itself is one that begins with an extremely trivial operation and then uses that to continue the startup process internally. In a strict sense, the program does need help for the very first step but once that happens it doesn't need any external help.
This usage has expanded into less and less strict adherence to the physical notion of lifting and can now be used to refer to anything that is able to sustain itself without external support. My local dictionary defines it as such:
get (oneself or something) into or out of a situation using existing resources
start up (an enterprise), especially one based on the Internet, with minimal resources
This broadens the scope to include processes or situations that required a lot of help to get started. The focus is more on the idea of current autonomy. That being said, the origins of the term still place a tremendous emphasis on the beginning or start of the action.
ANSWER 2
Score 6
Dictionary.com defines bootstrap (v) as:
–verb (used with object)
6. to help (oneself) without the aid of others: She spent years bootstrapping herself through college.
It likely derives from the idiom pull oneself up by one's bootstraps, which is a metaphor for succeeding in something using only your own resources.
ANSWER 3
Score 3
"Bootstrap" is from "draw yourself up by your own bootstraps" (citation needed). It's an initialization problem where you don't use outside aid.
For example, suppose you're setting up security in a database—you need a table of access controls (who has what rights), but that table itself needs to have access controls and you can't assign the access controls until you have the table. Circular!
So usually you write some "bootstrapping" code that lets you set up the table without the controls that aren't there yet, and then apply them. That's not a great example, but it's the least-technical one I could come up with.
ANSWER 4
Score 2
A collection of wonderful tales about Baron Münchhausen was published at the end of the 18th century in England and in Germany. Although the Baron really existed (Karl Friedrich Hieronymus, Freiherr von Münchhausen ), the stories were completely invented and are wonderful tales of absurd exploits of the hero. In one of those tall stories, the Baron pulls himself (and the horse he is sitting on !) out of a swamp by pulling on his own hair. This is probably the first example of bootstrapping, although in the strict sense no boots are involved. But the idea is there.
Bootstrapping is used metaphorically in Physics and Theoretical Computer Science. Here is the relevant Wikipedia entry.
And, by the way, I wonder how many Physics students could show rigorously ( with obligatory diagrams of the forces involved ) why literal bootstrapping is impossible in Classical Mechanics!