Month: July 2024
Erich Ludendorff
UNDERPIN
Word forms: 3rd person singular present tense underpins, present participle underpinning, past tense, past participle underpinned
verb
If one thing underpins another, it helps the other thing to continue or succeed by supporting and strengthening it.
…mystical themes that underpin all religions. [VERB noun]
…the beliefs underpinning contemporary art. [VERB noun]
…a style of life extensively underpinned by public money. [VERB noun]
underpinningWord forms: plural underpinningsvariable noun
…the economic underpinning of ancient Mexican society. [+ of]
Many questioned the moral underpinnings of our financial dealings with each other. [+ of]
Synonyms: support, base, foundation, footing More Synonyms of underpin
https://www.collinsdictionary.com/dictionary/english/underpin
Samara Joy
OG star tracker
Presumed Innocent by Scott Turow
https://www.goodreads.com/book/show/425029.Presumed_Innocent
Takuya Kuroda
How to demagnetize concealed magnets
Case’s magnets interfering with drawing precision with S-Pen : r/GalaxyTab
Case's magnets interfering with drawing precision with S-Pen
byu/Ok_Seaworthiness9393 inGalaxyTab
Hyperion (Hyperion Cantos, #1) by Dan Simmons
WebSockets on nginx
location /api/websocket {
proxy_pass ws://192.168.56.101:8123/api/websocket;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
}
location / {
proxy_pass http://192.168.56.101:8123/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
}