mid-week update

main
iOS 2 years ago
parent 375d9ce1b7
commit c8d01206c7

File diff suppressed because one or more lines are too long

@ -1,10 +1,10 @@
{
"id": "emoji-shortcodes",
"name": "Emoji Shortcodes",
"version": "2.1.1",
"version": "2.1.2",
"minAppVersion": "0.12.17",
"description": "This Plugin enables the use of Markdown Emoji Shortcodes :smile:",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false
}
}

@ -1,21 +1,23 @@
a[href="https://www.buymeacoffee.com/phibr0"] > img {
height: 2.2em;
a[href="https://ko-fi.com/phibr0"] > img
{
height: 3em;
}
a[href="https://www.buymeacoffee.com/phibr0"]{
transform: translate(0, 5%);
a[href="https://ko-fi.com/phibr0"]
{
transform: translate(0, 5%);
}
.ES-suggester-container {
display: flex;
place-content: space-between;
display: flex;
place-content: space-between;
}
.ES-shortcode {
margin-right: 8px;
margin-right: 8px;
}
.ES-suggestion-item {
border-top: solid var(--background-secondary) 1px;
padding-left: 10px;
border-top: solid var(--background-secondary) 1px;
padding-left: 10px;
}

File diff suppressed because it is too large Load Diff

@ -6,5 +6,5 @@
"author": "Trey Wallis",
"authorUrl": "https://github.com/trey-wallis",
"isDesktopOnly": false,
"version": "4.0.0"
"version": "4.2.3"
}

@ -1,10 +1,8 @@
@charset "UTF-8";
/* src/app/components/TagCell/styles.css */
.NLT__tag-cell {
display: flex;
align-items: center;
white-space: nowrap;
/* src/app/components/Tag/styles.css */
.NLT__tag-content {
width: 100%;
}
.NLT__tag {
display: flex;
@ -14,7 +12,9 @@
width: fit-content;
color: var(--text-normal);
}
.NLT__tag-content {
/* src/app/components/TagCell/styles.css */
.NLT__tag-cell {
width: 100%;
}
@ -25,6 +25,7 @@
/* src/app/components/DateCell/styles.css */
.NLT__date-cell {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@ -34,9 +35,6 @@
.NLT__number-cell {
width: 100%;
text-align: right;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* src/app/components/Menu/styles.css */
@ -50,6 +48,17 @@
z-index: var(--layer-menu);
}
/* src/app/components/NumberCellEdit/styles.css */
.NLT__number-cell-edit {
width: 100%;
height: 100%;
padding: 4px 10px !important;
text-align: right;
border: 0 !important;
font-family: var(--font-text);
font-size: 1rem;
}
/* src/app/components/TextCellEdit/styles.css */
.NLT__textarea {
width: 100%;
@ -59,13 +68,6 @@
overflow: hidden;
}
/* src/app/components/TagCellEdit/component/SelectableTag/styles.css */
.NLT__selectable-tag {
display: flex;
justify-content: space-between;
padding: 4px 6px;
}
/* src/app/components/Button/styles.css */
.NLT__button {
display: flex;
@ -104,6 +106,13 @@
grid-template-columns: 100px 100px;
}
/* src/app/components/TagCellEdit/component/SelectableTag/styles.css */
.NLT__selectable-tag {
display: flex;
justify-content: space-between;
padding: 4px 6px;
}
/* src/app/components/TagCellEdit/component/CreateTag/styles.css */
.NLT__create-tag {
display: flex;
@ -861,23 +870,42 @@
/* src/app/components/EditableTd/styles.css */
.NLT__td {
display: inline-block;
border-top: 0 !important;
border-bottom: 1px solid var(--background-modifier-border) !important;
border-left: 1px solid var(--background-modifier-border) !important;
border-right: 0 !important;
box-sizing: border-box !important;
vertical-align: top;
height: 2rem;
cursor: default;
}
/* src/app/components/Table/styles.css */
.NLT__table {
min-height: 2rem;
padding: 0 !important;
overflow: hidden;
}
.NLT__thead {
.NLT__tbody > .NLT__tr > .NLT__td:last-child {
border-top: 0 !important;
border-bottom: 0 !important;
}
.NLT__tbody {
.NLT__tbody > .NLT__tr:last-child > .NLT__td:last-child {
border-bottom: 0 !important;
}
.NLT__tbody > tr > .NLT__td:last-child {
.NLT__tfoot > .NLT__tr > .NLT__td {
border: 0 !important;
vertical-align: middle;
}
.NLT__tfoot > tr > .NLT__td {
.NLT__td-container {
padding: 4px 10px;
}
/* src/app/components/Table/components/styles.css */
.NLT__table {
width: max-content;
}
.NLT__table,
.NLT__thead,
.NLT__tbody,
.NLT__tfoot,
.NLT__tr {
display: block;
box-sizing: border-box;
border: 0 !important;
}
.NLT__tfoot::after {
@ -891,10 +919,6 @@
display: flex;
align-items: center;
}
.NLT__icon-text > p {
white-space: nowrap;
margin: 0;
}
/* src/app/components/RowMenu/components/RowMenuItem/styles.css */
.NLT__drag-menu-item:focus-visible {
@ -907,6 +931,54 @@
padding: 4px 10px;
}
/* src/app/components/Switch/styles.css */
.NLT__switch {
position: relative;
display: inline-block;
width: 30px;
height: 16px;
}
.NLT__switch input {
opacity: 0;
width: 0;
height: 0;
}
.NLT__slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
border-radius: 15px;
}
.NLT__slider:before {
position: absolute;
content: "";
height: 10px;
width: 10px;
left: 3px;
bottom: 3px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
border-radius: 50%;
}
input:checked + .NLT__slider {
background-color: #2196F3;
}
input:focus + .NLT__slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .NLT__slider:before {
-webkit-transform: translateX(14px);
-ms-transform: translateX(14px);
transform: translateX(14px);
}
/* src/app/components/HeaderMenu/styles.css */
.NLT__header-menu {
padding: 4px 10px;
@ -941,37 +1013,60 @@
/* src/app/components/EditableTh/styles.css */
.NLT__th {
display: inline-block;
text-align: left;
background-clip: padding-box;
border-top: 1px solid var(--background-modifier-border) !important;
border-bottom: 1px solid var(--background-modifier-border) !important;
border-left: 1px solid var(--background-modifier-border) !important;
border-right: 0 !important;
box-sizing: border-box !important;
padding: 0 !important;
height: 1.8rem;
}
.NLT__th:last-child {
border: 0 !important;
border-top: 0 !important;
border-bottom: 0 !important;
}
.NLT__header-content-container {
.NLT__th-container {
display: flex;
justify-content: space-between;
width: 100%;
}
.NLT__header-resize-container {
position: relative;
}
.NLT__header-content {
.NLT__th-content {
width: 100%;
padding-right: 10px;
margin-right: 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
user-select: none;
padding: 4px 10px;
}
.NLT__th-resize-container {
position: relative;
}
.NLT__header-resize {
.NLT__th-resize {
position: absolute;
cursor: col-resize;
left: -3px;
width: 10px;
left: 7px;
min-height: 25px;
height: 100%;
}
/* src/app/components/OptionBar/styles.css */
.NLT__option-bar {
display: flex;
margin-bottom: 10px;
}
.NLT__sort-bubble {
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
font-size: 0.9rem;
padding: 2px 6px;
border: 1px solid var(--background-modifier-border);
user-select: none;
}
/* src/app/app.css */
.NLT__color--light-gray {
background-color: hsl(0, 3%, 94%);
@ -1007,12 +1102,18 @@
color: red;
}
.NLT__app {
}
.NLT__table-wrapper {
overflow: auto;
}
.NLT__icon--selectable:hover {
border-radius: 4px;
box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.NLT__icon--sm {
width: 0.9rem !important;
height: 0.9rem !important;
}
.NLT__icon--md {
width: 1rem !important;
height: 1rem !important;
@ -1032,14 +1133,24 @@
.NLT__margin-left {
margin-left: 4px;
}
.NLT__input {
height: 100%;
width: 100%;
padding: 4px 10px !important;
.NLT__auto-width {
overflow-wrap: normal;
white-space: nowrap;
}
.NLT__input--no-border {
border: 0 !important;
.NLT__wrap-overflow {
overflow-wrap: break-word;
}
.NLT__input--number {
text-align: right;
.NLT__hide-overflow {
overflow: hidden;
overflow-wrap: normal;
white-space: nowrap;
text-overflow: ellipsis;
}
.NLT__label {
font-size: 0.9rem;
margin: 0;
}
.NLT__p {
white-space: nowrap;
margin: 0;
}

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2022-07-20",
"size": 5851121
"date": "2022-07-27",
"size": 5957466
}
],
"activityHistory": [
@ -787,6 +787,34 @@
{
"date": "2022-07-20",
"value": 1020
},
{
"date": "2022-07-21",
"value": 1021
},
{
"date": "2022-07-22",
"value": 2248
},
{
"date": "2022-07-23",
"value": 1155
},
{
"date": "2022-07-24",
"value": 1038
},
{
"date": "2022-07-25",
"value": 98870
},
{
"date": "2022-07-26",
"value": 1045
},
{
"date": "2022-07-27",
"value": 1042
}
]
}

File diff suppressed because one or more lines are too long

@ -4,7 +4,7 @@
"description": "Advanced modes for Obsidian URI",
"isDesktopOnly": false,
"js": "main.js",
"version": "1.23.0",
"version": "1.24.0",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03"
}

@ -233,8 +233,8 @@ var import_obsidian7 = __toModule(require("obsidian"));
var NUMBER_REGEX = /^-?[0-9]*$/;
var DATE_REGEX = /{{DATE(\+-?[0-9]+)?}}/;
var DATE_REGEX_FORMATTED = /{{DATE:([^}\n\r+]*)(\+-?[0-9]+)?}}/;
function replaceIllegalFileNameCharactersInString(string) {
return string.replace(/[\\,#%&{}/*<>$":@.]*/g, "");
function replaceIllegalFileNameCharactersInString(text) {
return text.replace(/[\\,#%&{}/*<>$":@.]/g, "").replace(/\s+/g, " ");
}
function makeFileName(book, fileNameFormat) {
const titleForFileName = replaceIllegalFileNameCharactersInString(book.title);

@ -1,7 +1,7 @@
{
"id": "obsidian-book-search-plugin",
"name": "Book Search",
"version": "0.4.0",
"version": "0.4.1",
"minAppVersion": "0.12.0",
"description": "Helps you find books and create notes.",
"author": "anpigon",

@ -49,6 +49,7 @@ var __async = (__this, __arguments, generator) => {
// main.ts
__export(exports, {
ColumnInsertModal: () => ColumnInsertModal,
default: () => ObsidianColumns
});
var import_obsidian2 = __toModule(require("obsidian"));
@ -69,24 +70,28 @@ var parseObject = (value, typ) => {
return parseFloat(value);
}
};
function createSetting(containerEl, keyval, currentValue, onChange) {
let setting = new import_obsidian.Setting(containerEl).setName(keyval[1].name).setDesc(keyval[1].desc);
if (typeof keyval[1].value == "boolean") {
setting.addToggle((toggle) => toggle.setValue(currentValue).onChange((bool) => {
onChange(bool, keyval[0]);
}));
} else {
setting.addText((text) => text.setPlaceholder(String(keyval[1].value)).setValue(String(currentValue)).onChange((value) => {
onChange(parseObject(value, typeof keyval[1].value), keyval[0]);
}));
}
}
function display(obj, DEFAULT_SETTINGS2, name) {
const { containerEl } = obj;
containerEl.empty();
containerEl.createEl("h2", { text: "Settings for " + name });
let keyvals = Object.entries(DEFAULT_SETTINGS2);
for (let keyval of keyvals) {
let setting = new import_obsidian.Setting(containerEl).setName(keyval[1].name).setDesc(keyval[1].desc);
if (typeof keyval[1].value == "boolean") {
setting.addToggle((toggle) => toggle.setValue(obj.plugin.settings[keyval[0]].value).onChange((bool) => {
obj.plugin.settings[keyval[0]].value = bool;
obj.plugin.saveSettings();
}));
} else {
setting.addText((text) => text.setPlaceholder(String(keyval[1].value)).setValue(String(obj.plugin.settings[keyval[0]].value)).onChange((value) => {
obj.plugin.settings[keyval[0]].value = parseObject(value, typeof keyval[1].value);
obj.plugin.saveSettings();
}));
}
createSetting(containerEl, keyval, obj.plugin.settings[keyval[0]].value, (value, key) => {
obj.plugin.settings[key].value = value;
obj.plugin.saveSettings();
});
}
}
function loadSettings(obj, DEFAULT_SETTINGS2) {
@ -213,6 +218,28 @@ var ObsidianColumns = class extends import_obsidian2.Plugin {
this.processChild(c);
});
});
this.addCommand({
id: "insert-column-wrapper",
name: "Insert column wrapper",
editorCallback: (editor, view) => {
new ColumnInsertModal(this.app, (result) => {
let num = result.numberOfColumns.value;
let outString = "````col\n";
for (let i = 0; i < num; i++) {
outString += "```col-md\nflexGrow=1\n===\n# Column " + i + "\n```\n";
}
outString += "````\n";
editor.replaceSelection(outString);
}).open();
}
});
this.addCommand({
id: "insert-column",
name: "Insert column",
editorCallback: (editor, view) => {
editor.replaceSelection("```col-md\nflexGrow=1\n===\n# New Column\n```");
}
});
let processList = (element, context) => {
for (let child of Array.from(element.children)) {
if (child == null) {
@ -279,6 +306,34 @@ var ObsidianColumns = class extends import_obsidian2.Plugin {
});
}
};
var DEFAULT_MODAL_SETTINGS = {
numberOfColumns: { value: 2, name: "Number of Columns", desc: "Number of Columns to be made" }
};
var ColumnInsertModal = class extends import_obsidian2.Modal {
constructor(app, onSubmit) {
super(app);
this.onSubmit = onSubmit;
}
onOpen() {
const { contentEl } = this;
contentEl.createEl("h1", { text: "Create a Column Wrapper" });
let modalSettings = DEFAULT_MODAL_SETTINGS;
let keyvals = Object.entries(DEFAULT_MODAL_SETTINGS);
for (let keyval of keyvals) {
createSetting(contentEl, keyval, "", (value, key) => {
modalSettings[key].value = value;
});
}
new import_obsidian2.Setting(contentEl).addButton((btn) => btn.setButtonText("Submit").setCta().onClick(() => {
this.close();
this.onSubmit(modalSettings);
}));
}
onClose() {
let { contentEl } = this;
contentEl.empty();
}
};
var ObsidianColumnsSettings = class extends import_obsidian2.PluginSettingTab {
constructor(app, plugin) {
super(app, plugin);

@ -6,5 +6,5 @@
"author": "Trevor Nichols",
"authorUrl": "https://github.com/tnichols217/obsidian-columns",
"isDesktopOnly": false,
"version": "1.1.8"
"version": "1.2.0"
}

@ -4562,12 +4562,12 @@
"00.03 News/It was a secret road map for breaking the law to get an abortion. Now, The List and its tactics are resurfacing.md": {
"size": 41896,
"tags": 3,
"links": 1
"links": 2
},
"00.03 News/Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks.md": {
"size": 32429,
"tags": 5,
"links": 1
"links": 2
},
"00.03 News/Scenes from an Open Marriage - The Paris Review.md": {
"size": 31566,
@ -4577,7 +4577,7 @@
"00.03 News/The metamorphosis of J.K. Rowling.md": {
"size": 33566,
"tags": 5,
"links": 1
"links": 2
},
"00.01 Admin/Calendars/2022-07-18.md": {
"size": 1108,
@ -4593,14 +4593,74 @@
"size": 1108,
"tags": 0,
"links": 4
},
"00.01 Admin/Calendars/2022-07-21.md": {
"size": 1108,
"tags": 0,
"links": 4
},
"00.01 Admin/Calendars/2022-07-29 Megan - Belfast.md": {
"size": 169,
"tags": 0,
"links": 3
},
"00.01 Admin/Calendars/2022-08-05 Megan & mum back.md": {
"size": 190,
"tags": 0,
"links": 3
},
"00.01 Admin/Calendars/2022-08-11 Meg's mum back to Belfast.md": {
"size": 162,
"tags": 0,
"links": 3
},
"00.01 Admin/Calendars/2022-07-22.md": {
"size": 1108,
"tags": 0,
"links": 4
},
"00.01 Admin/Calendars/2022-07-23.md": {
"size": 1108,
"tags": 0,
"links": 4
},
"00.01 Admin/Calendars/2022-07-24.md": {
"size": 1108,
"tags": 0,
"links": 4
},
"00.01 Admin/Calendars/2022-07-25.md": {
"size": 1108,
"tags": 0,
"links": 4
},
"00.03 News/Meet the Lobbyist Next Door.md": {
"size": 35425,
"tags": 5,
"links": 2
},
"00.03 News/The Age of the Superyacht.md": {
"size": 62361,
"tags": 4,
"links": 2
},
"00.01 Admin/Calendars/2022-07-26.md": {
"size": 1108,
"tags": 0,
"links": 4
},
"00.01 Admin/Calendars/2022-07-27.md": {
"size": 1108,
"tags": 0,
"links": 4
}
},
"commitTypes": {
"/": {
"Refactor": 633,
"Create": 590,
"Link": 1202,
"Expand": 525
"Refactor": 635,
"Create": 602,
"Link": 1222,
"Expand": 529
}
},
"dailyCommits": {
@ -4612,14 +4672,14 @@
"4": 12,
"5": 6,
"6": 20,
"7": 200,
"8": 302,
"9": 244,
"10": 160,
"11": 110,
"12": 131,
"7": 203,
"8": 314,
"9": 249,
"10": 167,
"11": 111,
"12": 132,
"13": 250,
"14": 174,
"14": 175,
"15": 114,
"16": 102,
"17": 123,
@ -4627,24 +4687,28 @@
"19": 159,
"20": 130,
"21": 69,
"22": 217,
"22": 225,
"23": 52
}
},
"weeklyCommits": {
"/": {
"Mon": 442,
"Tue": 252,
"Wed": 295,
"Thu": 346,
"Fri": 279,
"Mon": 452,
"Tue": 256,
"Wed": 299,
"Thu": 348,
"Fri": 292,
"Sat": 0,
"Sun": 1336
"Sun": 1341
}
},
"recentCommits": {
"/": {
"Expanded": [
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-05 Megan & mum back.md\"> 2022-08-05 Megan & mum back </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-29 Megan - Belfast.md\"> 2022-07-29 Megan - Belfast </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-05 Megan & mum back.md\"> 2022-08-05 Megan & mum back </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-11 Meg's mum back to Belfast.md\"> 2022-08-11 Meg's mum back to Belfast </a>",
"<a class=\"internal-link\" href=\"05.01 Computer setup/Storage and Syncing.md\"> Storage and Syncing </a>",
"<a class=\"internal-link\" href=\"01.02 Home/Household.md\"> Household </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-17.md\"> 2022-07-17 </a>",
@ -4691,13 +4755,21 @@
"<a class=\"internal-link\" href=\"03.02 Travels/Arles.md\"> Arles </a>",
"<a class=\"internal-link\" href=\"03.02 Travels/Avignon.md\"> Avignon </a>",
"<a class=\"internal-link\" href=\"Nimes.md\"> Nimes </a>",
"<a class=\"internal-link\" href=\"03.02 Travels/Avignon.md\"> Avignon </a>",
"<a class=\"internal-link\" href=\"03.02 Travels/@France.md\"> @France </a>",
"<a class=\"internal-link\" href=\"05.02 Networks/Configuring UFW.md\"> Configuring UFW </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-06-17.md\"> 2022-06-17 </a>",
"<a class=\"internal-link\" href=\"01.02 Home/Household.md\"> Household </a>"
"<a class=\"internal-link\" href=\"03.02 Travels/Avignon.md\"> Avignon </a>"
],
"Created": [
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-27.md\"> 2022-07-27 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-26.md\"> 2022-07-26 </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/The Age of the Superyacht.md\"> The Age of the Superyacht </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Meet the Lobbyist Next Door.md\"> Meet the Lobbyist Next Door </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-25.md\"> 2022-07-25 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-24.md\"> 2022-07-24 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-23.md\"> 2022-07-23 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-22.md\"> 2022-07-22 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-11 Meg's mum back to Belfast.md\"> 2022-08-11 Meg's mum back to Belfast </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-05 Megan & mum back.md\"> 2022-08-05 Megan & mum back </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-29 Megan - Belfast.md\"> 2022-07-29 Megan - Belfast </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-21.md\"> 2022-07-21 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-20.md\"> 2022-07-20 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-19.md\"> 2022-07-19 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-18.md\"> 2022-07-18 </a>",
@ -4736,21 +4808,11 @@
"<a class=\"internal-link\" href=\"Untitled.md\"> Untitled </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-02.md\"> 2022-07-02 </a>",
"<a class=\"internal-link\" href=\"Untitled.md\"> Untitled </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Git from the Bottom Up.md\"> Git from the Bottom Up </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-01.md\"> 2022-07-01 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-06-30.md\"> 2022-06-30 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-06-29.md\"> 2022-06-29 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-06-28.md\"> 2022-06-28 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-06-27.md\"> 2022-06-27 </a>",
"<a class=\"internal-link\" href=\"e Priso Le Bastart.md\"> e Priso Le Bastart </a>",
"<a class=\"internal-link\" href=\"01.03 Family/Séraphine Priso Le Bastart 1.md\"> Séraphine Priso Le Bastart 1 </a>",
"<a class=\"internal-link\" href=\"Bahrein.md\"> Bahrein </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Jeff Bezoss Next Monopoly The Press.md\"> Jeff Bezoss Next Monopoly The Press </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/The Biggest Change in Media Since Cable Is Happening Right Now.md\"> The Biggest Change in Media Since Cable Is Happening Right Now </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/At 88, Poker Legend Doyle Brunson Is Still Bluffing. Or Is He.md\"> At 88, Poker Legend Doyle Brunson Is Still Bluffing. Or Is He </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-06-26.md\"> 2022-06-26 </a>"
"<a class=\"internal-link\" href=\"00.02 Inbox/Git from the Bottom Up.md\"> Git from the Bottom Up </a>"
],
"Renamed": [
"<a class=\"internal-link\" href=\"00.03 News/The Age of the Superyacht.md\"> The Age of the Superyacht </a>",
"<a class=\"internal-link\" href=\"00.03 News/Meet the Lobbyist Next Door.md\"> Meet the Lobbyist Next Door </a>",
"<a class=\"internal-link\" href=\"00.03 News/The metamorphosis of J.K. Rowling.md\"> The metamorphosis of J.K. Rowling </a>",
"<a class=\"internal-link\" href=\"00.03 News/Scenes from an Open Marriage - The Paris Review.md\"> Scenes from an Open Marriage - The Paris Review </a>",
"<a class=\"internal-link\" href=\"00.03 News/Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks.md\"> Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks </a>",
@ -4799,11 +4861,11 @@
"<a class=\"internal-link\" href=\"00.03 News/As El Salvadors president tries to silence free press, journalist brothers expose his ties to street gangs - Los Angeles Times.md\"> As El Salvadors president tries to silence free press, journalist brothers expose his ties to street gangs - Los Angeles Times </a>",
"<a class=\"internal-link\" href=\"00.03 News/Two Professors Found What Creates a Mass Shooter. Will Politicians Pay Attention.md\"> Two Professors Found What Creates a Mass Shooter. Will Politicians Pay Attention </a>",
"<a class=\"internal-link\" href=\"00.03 News/Hazing, fighting, sexual assaults How Valley Forge Military Academy devolved into “Lord of the Flies”.md\"> Hazing, fighting, sexual assaults How Valley Forge Military Academy devolved into “Lord of the Flies” </a>",
"<a class=\"internal-link\" href=\"00.03 News/What did the ancient Maya see in the stars Their descendants team up with scientists to find out.md\"> What did the ancient Maya see in the stars Their descendants team up with scientists to find out </a>",
"<a class=\"internal-link\" href=\"00.03 News/The Follower.md\"> The Follower </a>",
"<a class=\"internal-link\" href=\"00.03 News/Dianne Feinstein, the Institutionalist.md\"> Dianne Feinstein, the Institutionalist </a>"
"<a class=\"internal-link\" href=\"00.03 News/What did the ancient Maya see in the stars Their descendants team up with scientists to find out.md\"> What did the ancient Maya see in the stars Their descendants team up with scientists to find out </a>"
],
"Tagged": [
"<a class=\"internal-link\" href=\"00.03 News/Meet the Lobbyist Next Door.md\"> Meet the Lobbyist Next Door </a>",
"<a class=\"internal-link\" href=\"00.03 News/The Age of the Superyacht.md\"> The Age of the Superyacht </a>",
"<a class=\"internal-link\" href=\"00.03 News/The metamorphosis of J.K. Rowling.md\"> The metamorphosis of J.K. Rowling </a>",
"<a class=\"internal-link\" href=\"00.03 News/Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks.md\"> Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks </a>",
"<a class=\"internal-link\" href=\"00.03 News/Scenes from an Open Marriage - The Paris Review.md\"> Scenes from an Open Marriage - The Paris Review </a>",
@ -4852,9 +4914,7 @@
"<a class=\"internal-link\" href=\"La Réserve.md\"> La Réserve </a>",
"<a class=\"internal-link\" href=\"00.03 News/The Richest Black Girl in America.md\"> The Richest Black Girl in America </a>",
"<a class=\"internal-link\" href=\"00.03 News/The rise of the Strangler.md\"> The rise of the Strangler </a>",
"<a class=\"internal-link\" href=\"00.03 News/After Christendom.md\"> After Christendom </a>",
"<a class=\"internal-link\" href=\"00.03 News/A new generation of white supremacist killer - Los Angeles Times.md\"> A new generation of white supremacist killer - Los Angeles Times </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/A new generation of white supremacist killer - Los Angeles Times.md\"> A new generation of white supremacist killer - Los Angeles Times </a>"
"<a class=\"internal-link\" href=\"00.03 News/After Christendom.md\"> After Christendom </a>"
],
"Refactored": [
"<a class=\"internal-link\" href=\"01.02 Home/@Main Dashboard.md\"> @Main Dashboard </a>",
@ -4953,6 +5013,24 @@
"<a class=\"internal-link\" href=\"00.01 Admin/Templates/SendFile.md\"> SendFile </a>"
],
"Linked": [
"<a class=\"internal-link\" href=\"00.03 News/The metamorphosis of J.K. Rowling.md\"> The metamorphosis of J.K. Rowling </a>",
"<a class=\"internal-link\" href=\"00.03 News/Meet the Lobbyist Next Door.md\"> Meet the Lobbyist Next Door </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-27.md\"> 2022-07-27 </a>",
"<a class=\"internal-link\" href=\"00.03 News/The Age of the Superyacht.md\"> The Age of the Superyacht </a>",
"<a class=\"internal-link\" href=\"00.03 News/Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks.md\"> Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-26.md\"> 2022-07-26 </a>",
"<a class=\"internal-link\" href=\"00.03 News/Meet the Lobbyist Next Door.md\"> Meet the Lobbyist Next Door </a>",
"<a class=\"internal-link\" href=\"00.03 News/The Age of the Superyacht.md\"> The Age of the Superyacht </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-25.md\"> 2022-07-25 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-24.md\"> 2022-07-24 </a>",
"<a class=\"internal-link\" href=\"00.03 News/It was a secret road map for breaking the law to get an abortion. Now, The List and its tactics are resurfacing.md\"> It was a secret road map for breaking the law to get an abortion. Now, The List and its tactics are resurfacing </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-23.md\"> 2022-07-23 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-05 Megan & mum back.md\"> 2022-08-05 Megan & mum back </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-22.md\"> 2022-07-22 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-29 Megan - Belfast.md\"> 2022-07-29 Megan - Belfast </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-05 Megan & mum back.md\"> 2022-08-05 Megan & mum back </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-08-11 Meg's mum back to Belfast.md\"> 2022-08-11 Meg's mum back to Belfast </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-21.md\"> 2022-07-21 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-20.md\"> 2022-07-20 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-19.md\"> 2022-07-19 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-18.md\"> 2022-07-18 </a>",
@ -4985,25 +5063,7 @@
"<a class=\"internal-link\" href=\"00.02 Inbox/Meet Richard Fritz, Americas Most Unelectable Elected Official Defector.md\"> Meet Richard Fritz, Americas Most Unelectable Elected Official Defector </a>",
"<a class=\"internal-link\" href=\"00.03 News/Brett Parson, gay D.C. cop arrested in Florida, divides LGBTQ community.md\"> Brett Parson, gay D.C. cop arrested in Florida, divides LGBTQ community </a>",
"<a class=\"internal-link\" href=\"00.03 News/He Had a Dark Secret. It Changed His Best Friends Life..md\"> He Had a Dark Secret. It Changed His Best Friends Life. </a>",
"<a class=\"internal-link\" href=\"00.03 News/American Graffiti New Beverly Cinema.md\"> American Graffiti New Beverly Cinema </a>",
"<a class=\"internal-link\" href=\"00.03 News/The Holy Anarchy of Fun.md\"> The Holy Anarchy of Fun </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-10.md\"> 2022-07-10 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-10.md\"> 2022-07-10 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-10.md\"> 2022-07-10 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-09.md\"> 2022-07-09 </a>",
"<a class=\"internal-link\" href=\"Ginger.md\"> Ginger </a>",
"<a class=\"internal-link\" href=\"Ginger.md\"> Ginger </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-08.md\"> 2022-07-08 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-07.md\"> 2022-07-07 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-07.md\"> 2022-07-07 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-07.md\"> 2022-07-07 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-07.md\"> 2022-07-07 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-07.md\"> 2022-07-07 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-07.md\"> 2022-07-07 </a>",
"<a class=\"internal-link\" href=\"03.01 Reading list/Vernon Subutex 1.md\"> Vernon Subutex 1 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Calendars/2022-07-07.md\"> 2022-07-07 </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/La promesse de l'aube.md\"> La promesse de l'aube </a>",
"<a class=\"internal-link\" href=\"01.02 Home/Real Estate.md\"> Real Estate </a>"
"<a class=\"internal-link\" href=\"00.03 News/American Graffiti New Beverly Cinema.md\"> American Graffiti New Beverly Cinema </a>"
],
"Removed Tags from": [
"<a class=\"internal-link\" href=\"06.02 Investments/Le Miel de Paris.md\"> Le Miel de Paris </a>",

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "obsidian-dice-roller",
"name": "Dice Roller",
"version": "8.6.0",
"version": "8.6.1",
"minAppVersion": "0.12.15",
"description": "Inline dice rolling for Obsidian.md",
"author": "Jeremy Valentine",

File diff suppressed because one or more lines are too long

@ -1,8 +1,8 @@
{
"id": "obsidian-map-view",
"name": "Map View",
"version": "2.0.5",
"minAppVersion": "0.12.10",
"version": "2.1.1",
"minAppVersion": "0.15.3",
"description": "An interactive map view.",
"isDesktopOnly": false
}

@ -4,16 +4,30 @@
font-family: var(--font-text);
}
.map-view-main {
position: relative;
width: 100%;
height: 100%;
}
.map-view-location {
font-weight: bold;
text-decoration: underline;
}
.graph-controls {
position: fixed;
.map-view-graph-controls {
left: 8px;
top: 8px;
padding: 8px 20px 8px 8px;
background-color: var(--background-primary-alt);
max-width: 240px;
border: 1px solid var(--background-modifier-border);
border-radius: 6px;
max-height: calc(100% - 16px);
overflow: auto;
position: absolute;
z-index: 2;
margin-top: 36px;
padding: 8px 16px 5px 12px;
padding: 8px 25px 5px 12px;
}
.graph-control-div {
@ -131,3 +145,15 @@
align-items: center;
padding-left: 10px;
}
.leaflet-marker-icon {
transition: filter 0.1s;
}
.map-view-highlight {
filter: drop-shadow(0 0 10px blue);
}
div.map-view-highlight.marker-cluster {
box-shadow: 0 0 5px blue;
}

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "obsidian-read-it-later",
"name": "ReadItLater",
"version": "0.0.14",
"version": "0.0.15",
"minAppVersion": "0.9.12",
"description": "Saves the clipboard to a new notice.",
"author": "Dominik Pieper",

@ -341,30 +341,30 @@
}
],
"01.02 Home/Household.md": [
{
"title": "🛎 🧻 REMINDER [[Household]]: check need for toilet paper",
"time": "2022-07-25",
"rowNumber": 108
},
{
"title": "♻ [[Household]]: *Cardboard* recycling collection",
"time": "2022-07-26",
"rowNumber": 87
},
{
"title": "🛎 🛍 REMINDER [[Household]]: Monthly shop in France",
"time": "2022-07-30",
"rowNumber": 106
"rowNumber": 107
},
{
"title": ":bed: [[Household]] Change bedsheets",
"time": "2022-07-30",
"rowNumber": 117
"rowNumber": 119
},
{
"title": "🛎 🧻 REMINDER [[Household]]: check need for toilet paper",
"time": "2022-08-01",
"rowNumber": 109
},
{
"title": "♻ [[Household]]: *Paper* recycling collection",
"time": "2022-08-02",
"rowNumber": 72
},
{
"title": "♻ [[Household]]: *Cardboard* recycling collection",
"time": "2022-08-09",
"rowNumber": 87
}
],
"01.03 Family/Pia Bousquié.md": [
@ -411,11 +411,6 @@
}
],
"01.01 Life Orga/@Lifestyle.md": [
{
"title": ":swimming_man: [[@Lifestyle]]: Re-start swimming",
"time": "2022-07-30",
"rowNumber": 75
},
{
"title": "🎵 [[@Lifestyle]]: Continue building [[@Lifestyle#Music Library|Music Library]]",
"time": "2022-09-30",
@ -468,34 +463,34 @@
"06.02 Investments/VC Tasks.md": [
{
"title": "💰[[VC Tasks#internet alerts|monitor VC news and publications]]",
"time": "2022-07-22",
"time": "2022-07-29",
"rowNumber": 74
}
],
"06.02 Investments/Crypto Tasks.md": [
{
"title": "💰[[Crypto Tasks#internet alerts|monitor Crypto news and publications]]",
"time": "2022-07-22",
"time": "2022-07-29",
"rowNumber": 74
}
],
"06.02 Investments/Equity Tasks.md": [
{
"title": "💰[[Equity Tasks#internet alerts|monitor Equity news and publications]]",
"time": "2022-07-22",
"time": "2022-07-29",
"rowNumber": 74
}
],
"05.02 Networks/Configuring UFW.md": [
{
"title": "🖥 [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix",
"time": "2022-07-23",
"time": "2022-07-30",
"rowNumber": 239
},
{
"title": "🖥 [[Selfhosting]], [[Configuring UFW|Firewall]]: Update the Blocked IP list",
"time": "2022-07-23",
"rowNumber": 258
"time": "2022-07-30",
"rowNumber": 259
}
],
"00.01 Admin/Calendars/2022-03-18.md": [
@ -529,7 +524,7 @@
"00.01 Admin/Calendars/2022-04-10.md": [
{
"title": "21:01 :stopwatch: [[2022-04-10|Memo]], [[Amaury de Villeneuve|Chapal]]: trouver un réparateur pour l'oignon Lipp",
"time": "2022-07-25",
"time": "2022-07-30",
"rowNumber": 91
}
],
@ -540,17 +535,10 @@
"rowNumber": 91
}
],
"00.01 Admin/Calendars/2022-06-21.md": [
{
"title": "08:37 :computer: [[@Computer Set Up]], [[mfxm Website Scope]], [[Email - lebv]]: set up [haveibeenpwned](https://haveibeenpwned.com/DomainSearch) for lebv & mfxm",
"time": "2022-07-31",
"rowNumber": 91
}
],
"00.01 Admin/Calendars/2022-06-25.md": [
{
"title": "16:29 :sailboat: [[@Lifestyle]], [[2022-06-25|Memo]]: reprendre inscription pour le club nautique de ZH",
"time": "2022-07-19",
"time": "2022-08-31",
"rowNumber": 91
}
],

File diff suppressed because one or more lines are too long

@ -1,8 +1,8 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "1.8.2",
"minAppVersion": "0.13.21",
"version": "1.11.0",
"minAppVersion": "0.14.6",
"description": "Task management for Obsidian",
"author": "Martin Schenck and Clare Macrae",
"authorUrl": "https://github.com/obsidian-tasks-group",

@ -4,7 +4,7 @@
"type": "split",
"children": [
{
"id": "064c6169cbfaec31",
"id": "e76e23f2b211baea",
"type": "leaf",
"state": {
"type": "markdown",
@ -133,35 +133,35 @@
}
},
{
"id": "02dcebb38536f01a",
"id": "7780204a63e8a6d2",
"type": "leaf",
"state": {
"type": "DICE_ROLLER_VIEW",
"type": "reminder-list",
"state": {}
}
},
{
"id": "7780204a63e8a6d2",
"id": "95cc78ec7a4c77e3",
"type": "leaf",
"state": {
"type": "reminder-list",
"type": "DICE_ROLLER_VIEW",
"state": {}
}
}
],
"currentTab": 2
},
"active": "064c6169cbfaec31",
"active": "e76e23f2b211baea",
"lastOpenFiles": [
"00.01 Admin/Calendars/2022-07-20.md",
"06.02 Investments/QED Naval.md",
"01.02 Home/@Main Dashboard.md",
"00.01 Admin/Calendars/2022-07-19.md",
"00.01 Admin/Calendars/2022-07-18.md",
"00.01 Admin/Calendars/2022-07-17.md",
"00.03 News/Scenes from an Open Marriage - The Paris Review.md",
"00.03 News/@News.md",
"00.03 News/It was a secret road map for breaking the law to get an abortion. Now, The List and its tactics are resurfacing.md",
"00.03 News/The Surprising Evolution of Dinner Parties.md",
"00.03 News/The metamorphosis of J.K. Rowling.md"
"00.01 Admin/Calendars/2022-07-27.md",
"00.03 News/The metamorphosis of J.K. Rowling.md",
"00.03 News/Meet the Lobbyist Next Door.md",
"00.01 Admin/Calendars/2022-07-26.md",
"00.01 Admin/Calendars/2022-07-25.md",
"00.03 News/The Age of the Superyacht.md",
"00.03 News/Saudi Crown Princes $500 Billion Smart City Faces Major Setbacks.md",
"00.01 Admin/Calendars/2022-07-24.md"
]
}

@ -89,7 +89,7 @@ This section does serve for quick memos.
%% ### %%
&emsp;
- [ ] 21:01 :stopwatch: [[2022-04-10|Memo]], [[Amaury de Villeneuve|Chapal]]: trouver un réparateur pour l'oignon Lipp 📅 2022-07-25
- [ ] 21:01 :stopwatch: [[2022-04-10|Memo]], [[Amaury de Villeneuve|Chapal]]: trouver un réparateur pour l'oignon Lipp 📅 2022-07-30
---

@ -89,7 +89,7 @@ This section does serve for quick memos.
%% ### %%
&emsp;
- [ ] 08:37 :computer: [[@Computer Set Up]], [[mfxm Website Scope]], [[Email - lebv]]: set up [haveibeenpwned](https://haveibeenpwned.com/DomainSearch) for lebv & mfxm 📅 2022-07-31
- [x] 08:37 :computer: [[@Computer Set Up]], [[mfxm Website Scope]], [[Email - lebv]]: set up [haveibeenpwned](https://haveibeenpwned.com/DomainSearch) for lebv & mfxm 📅 2022-07-31 ✅ 2022-07-24
---

@ -89,7 +89,7 @@ This section does serve for quick memos.
%% ### %%
&emsp;
- [ ] 16:29 :sailboat: [[@Lifestyle]], [[2022-06-25|Memo]]: reprendre inscription pour le club nautique de ZH 📅 2022-07-19
- [ ] 16:29 :sailboat: [[@Lifestyle]], [[2022-06-25|Memo]]: reprendre inscription pour le club nautique de ZH 📅 2022-08-31
- 19:47 [[Mushroom Fricassée]] for dinns made by [[MRCK|Meggi-mo]]
---

@ -15,7 +15,7 @@ EarHeadBar: 30
BackHeadBar: 20
Water: 5.5
Coffee: 6
Steps:
Steps: 8530
Ski:
Riding:
Racket:

@ -0,0 +1,104 @@
---
Date: 2022-07-21
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 7
Happiness: 95
Gratefulness: 95
Stress: 25
FrontHeadBar: 5
EarHeadBar: 30
BackHeadBar: 20
Water: 5.66
Coffee: 3
Steps: 1812
Ski:
Riding:
Racket:
Football:
title: "Daily Note"
allDay: true
date: 2022-07-21
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-07-20|<< 🗓 Previous ]] &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; [[2022-07-22|🗓 Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-07-21Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-07-21NSave
&emsp;
# 2022-07-21
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,104 @@
---
Date: 2022-07-22
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 7
Happiness: 95
Gratefulness: 95
Stress: 25
FrontHeadBar: 5
EarHeadBar: 30
BackHeadBar: 20
Water: 4
Coffee: 4
Steps: 7317
Ski:
Riding:
Racket:
Football:
title: "Daily Note"
allDay: true
date: 2022-07-22
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-07-21|<< 🗓 Previous ]] &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; [[2022-07-23|🗓 Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-07-22Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-07-22NSave
&emsp;
# 2022-07-22
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,104 @@
---
Date: 2022-07-23
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 7
Happiness: 90
Gratefulness: 90
Stress: 25
FrontHeadBar: 5
EarHeadBar: 30
BackHeadBar: 20
Water: 2.66
Coffee: 4
Steps: 9394
Ski:
Riding:
Racket:
Football:
title: "Daily Note"
allDay: true
date: 2022-07-23
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-07-22|<< 🗓 Previous ]] &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; [[2022-07-24|🗓 Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-07-23Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-07-23NSave
&emsp;
# 2022-07-23
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,104 @@
---
Date: 2022-07-24
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 7.5
Happiness: 95
Gratefulness: 95
Stress: 25
FrontHeadBar: 5
EarHeadBar: 30
BackHeadBar: 20
Water: 3.63
Coffee: 2
Steps: 4588
Ski:
Riding:
Racket:
Football:
title: "Daily Note"
allDay: true
date: 2022-07-24
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-07-23|<< 🗓 Previous ]] &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; [[2022-07-25|🗓 Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-07-24Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-07-24NSave
&emsp;
# 2022-07-24
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,104 @@
---
Date: 2022-07-25
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 8
Happiness: 95
Gratefulness: 95
Stress: 25
FrontHeadBar: 5
EarHeadBar: 30
BackHeadBar: 20
Water: 5
Coffee: 5
Steps: 10028
Ski:
Riding:
Racket:
Football:
title: "Daily Note"
allDay: true
date: 2022-07-25
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-07-24|<< 🗓 Previous ]] &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; [[2022-07-26|🗓 Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-07-25Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-07-25NSave
&emsp;
# 2022-07-25
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,104 @@
---
Date: 2022-07-26
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 8
Happiness: 95
Gratefulness: 95
Stress: 25
FrontHeadBar: 5
EarHeadBar: 30
BackHeadBar: 20
Water: 4
Coffee: 5
Steps: 3656
Ski:
Riding: 1
Racket:
Football:
title: "Daily Note"
allDay: true
date: 2022-07-26
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-07-25|<< 🗓 Previous ]] &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; [[2022-07-27|🗓 Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-07-26Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-07-26NSave
&emsp;
# 2022-07-26
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,104 @@
---
Date: 2022-07-27
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 8
Happiness: 95
Gratefulness: 95
Stress: 25
FrontHeadBar: 5
EarHeadBar: 30
BackHeadBar: 20
Water: 3
Coffee: 4
Steps:
Ski:
Riding:
Racket:
Football:
title: "Daily Note"
allDay: true
date: 2022-07-27
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-07-26|<< 🗓 Previous ]] &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; [[2022-07-28|🗓 Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-07-27Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-07-27NSave
&emsp;
# 2022-07-27
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -0,0 +1,8 @@
---
title: Megan - Belfast
allDay: true
date: 2022-07-29
endDate: 2022-07-30
---
[[MRCK|Meggi-mo]] is leaving to [[Belfast]] [[2022-07-29|this evening late (21:45pm)]].

@ -0,0 +1,8 @@
---
title: Megan & mum back
allDay: true
date: 2022-08-05
endDate: 2022-08-06
---
[[MRCK|Meggi-mo]] and her Mum are back to [[@@Zürich|Zürich]] [[2022-08-05|this late evening (10:30pm)]].

@ -0,0 +1,8 @@
---
title: Meg's mum back to Belfast
allDay: true
date: 2022-08-11
endDate: 2022-08-12
---
[[MRCK|Meggi-mo]]'s mum is back to [[Belfast]] [[2022-08-11|in the morning]].

@ -12,7 +12,7 @@ CollapseMetaTable: Yes
---
Parent:: [[@News|News]]
Read:: No
Read:: [[2022-07-23]]
---
@ -116,13 +116,13 @@ The teenager was overwhelmed; the nurse, who seemed anxious, explained little. W
Without an abortion, “I wouldnt have been able to finish high school, since both my mom and my dad worked and my grandmother was too old to take care of a baby,” Winston, who is now 69 and still lives in the L.A. area, recently told The Chronicle. But at the time, she found the experience terrifying.
![Pls combo caption here: A 1990s photo of then 43-year-old Wendy Winston after she graduated college at Loyola Marymount University can be seen in her home in Venice, Calif. on Wednesday, June 29, 2022. When Winston was 15 she became pregnant while dating her high school boyfriend. When a doctor said he couldnt perform an abortion, Winstons mother, Patricia, hand-wrote a letter to an underground, feminist healthcare network that existed in the 60s that helped women and their families get connected to providers to obtain abortions. The organization, Society for Human Abortion, was able to connect Winston with a nurse who performed the abortion at her home. After the abortion and two decades later Winston went on to have two daughters of her own, graduated college as a single mother and ran several businesses.](https://s.hdnux.com/photos/01/26/40/60/22678560/3/ratio3x2_1200.jpg)
![Pls combo caption here: A 1990s photo of then 43-year-old Wendy Winston after she graduated college at Loyola Marymount University can be seen in her home in Venice, Calif. on Wednesday, June 29, 2022. When Winston was 15 she became pregnant while dating her high school boyfriend. When a doctor said he couldnt perform an abortion, Winstons mother, Patricia, hand-wrote a letter to an underground, feminist healthcare network that existed in the 60s that helped women and their families get connected to providers to obtain abortions. The organization, Society for Human Abortion, was able to connect Winston with a nurse who performed the abortion at her home. After the abortion and two decades later Winston went on to have two daughters of her own, graduated college as a single mother and ran several businesses.](https://s.hdnux.com/photos/01/26/40/60/22678560/3/ratio3x2_1200.jpg)
Pls combo caption here: A 1990s photo of then 43-year-old Wendy Winston after she graduated college at Loyola Marymount University can be seen in her home in Venice, Calif. on Wednesday, June 29, 2022. When Winston was 15 she became pregnant while dating her high school boyfriend. When a doctor said he couldnt perform an abortion, Winstons mother, Patricia, hand-wrote a letter to an underground, feminist healthcare network that existed in the 60s that helped women and their families get connected to providers to obtain abortions. The organization, Society for Human Abortion, was able to connect Winston with a nurse who performed the abortion at her home. After the abortion and two decades later Winston went on to have two daughters of her own, graduated college as a single mother and ran several businesses.
Provided by Wendy Winston / Provided by Wendy Winston
![A photo of Wendy Winstons mother Patricia Anne Luer with her grandchild and Wendys daughter Analisa Curzi in 1994.](https://s.hdnux.com/photos/01/26/41/44/22681884/3/ratio3x2_1200.jpg)
![A photo of Wendy Winstons mother Patricia Anne Luer with her grandchild and Wendys daughter Analisa Curzi in 1994.](https://s.hdnux.com/photos/01/26/41/44/22681884/3/ratio3x2_1200.jpg)
A photo of Wendy Winstons mother Patricia Anne Luer with her grandchild and Wendys daughter Analisa Curzi in 1994. Provided by Wendy Winston

@ -0,0 +1,153 @@
---
Tag: ["Politics", "Society", "Lobbying"]
Date: 2022-07-25
DocType: "WebClipping"
Hierarchy:
TimeStamp: 2022-07-25
Link: https://www.wired.com/story/meet-the-lobbyist-next-door/
location:
CollapseMetaTable: Yes
---
Parent:: [[@News|News]]
Read:: [[2022-07-27]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-MeettheLobbyistNextDoorNSave
&emsp;
# Meet the Lobbyist Next Door
At first glance, the posts appeared to have nothing in common. A Philadelphia-area attorney who proffers financial advice urged her 1,700 [Twitter](https://www.wired.com/tag/twitter/) followers to sign up for a credit union. A 23-year-old climate activist in Texas rallied her 49,000 fans on [TikTok](https://www.wired.com/tag/tiktok/) and [Instagram](https://www.wired.com/tag/instagram/) to join a mailing list promoting Democrats in statewide offices. A physical therapist for the elderly in Florida prodded her 3,900 Instagram followers to sign a petition demanding that Congress pass paid medical leave, sharing the story of her grandmothers battle with dementia. Each of these posts was funded by a well-heeled advocacy organization: the Credit Union National Association, the Democratic Association of Secretaries of State, and UsAgainstAlzheimers Action.
Even though none of the people reading these posts knew it, however, they were all made possible by the same company: Urban Legend, a small ad-tech startup operating out of a loft in Alexandria, Virginia.
Launched in 2020 by a pair of former Trump administration staffers, Urban Legend pledges on its website to “help brands run accountable and impactful influencer campaigns.” Its more comprehensive mission, one rarely articulated in public, is slightly more ambitious.
Staffed by a plucky 14-person team, Urban Legend keeps its largest asset carefully hidden away inside its servers: an army of 700 social media influencers who command varying degrees of allegiance from audiences that collectively number in the tens of millions. The company has painstakingly cultivated this roster to reflect every conceivable niche of society reflected on the internet: makeup artists, Nascar drivers, home improvement gurus, teachers, doulas, *Real Housewives* stars, mommy bloggers, NFL quarterbacks, Olympians, and the occasional Fox News pundit.
These influencers are paired with clients on Urban Legends private platform, the Exchange, where buyers spell out the parameters of the message they want to push to the public and set a budget. Influencers snatch the best available offers from a menu and are then free to craft the campaigns message, molding it to the rhythms and vernacular of their followers. Clients only pay for each “conversion” an influencer nets—$1.25, say, for every follower who joins a newsletter. In two years, Urban Legends influencers have run more than 400 campaigns, connecting people to its clients millions of times. Henri Makembe, a veteran Democratic campaign strategist in Washington who has worked with Urban Legend several times, compared the concept to “unboxing” videos—when an influencer unwraps and showcases a product sent to them by a brand. Such product influencers are a $15 billion marketing industry. “Now were realizing, Oh: We can do that with an idea,’” Makembe says.
This model is the brainchild of Urban Legends 35-year-old founder and CEO, Ory Rinat. Rinat spent the early part of his career working in Washingtons media circles before becoming director of digital strategy for the Trump White House. The idea for Urban Legend arose from many currents in American public life, including “the rise of influencer marketing, the increase in trust in those people, and also the rise of individuals to be their own media brand,” he says. In both retail and influencer politics, he says, small is big: “Our creators range from 3,000 to 14 million followers,” Rinat tells me, but the majority are “micro-influencers” (those with 100,000 or fewer followers) and “nano-influencers” (fewer than 10,000).
Like baseball, selling influence is a pastime that rarely gets reinvented. There are only so many ways to get a person to do the thing you want. In politics, the more solicitous methods include robocalls and email spam with increasingly audacious subject lines (“Hey, its Barack”). “The most impactful messaging strategies have always been the most personalized,” says Anat Shenker-Osorio, a progressive campaign consultant based in California. Peer-to-peer outreach has long proven the most effective at persuading or mobilizing—appeals that create “the feeling like this is a real *person* talking to me.” Urban Legends approach reflects this insight, embracing influencers less as celebrity spokespeople than as peers for hire. If an influencers financial advice helped you save for a vacation or their fashion tips earned you compliments, maybe their view on the minimum wage, or critical race theory, is worth considering too. “To then have that person give you information about politics? Thats potentially an incredibly potent and powerful messenger,” says Shenker-Osorio.
But the rise of this new messenger has disquieted some. For one, its unclear whether influencers are following federal disclosure rules. And as at similar firms, the names of Urban Legends influencers and clients are a closely held secret—or were, until recently—creating the prospect of an internet flush with untraceable money, in which Americans can no longer tell an earnest opinion from a paid one. Initially, Rinat told me that the firms clients included a Fortune 50 tech company, a “major labor union,” an “environmental advocacy group,” and one “LGBTQ+ advocacy group.”
In Washington, theres been a [swell of interest in the influencer business](https://www.vice.com/en/article/akewea/a-pr-firm-is-paying-tiktok-influencers-to-promote-liberal-causes-and-hype-democrats-middling-accomplishments), across the political spectrum. It bears the signs of an incipient arms race, much like the advent of super PACs a decade ago. Hany Farid, a professor of computer science at UC Berkeley who has briefed the Biden administration on social media regulation, predicted that Urban Legends model will be recapitulated widely before the 2024 presidential election. “This is the future,” Farid told me.
Tellingly, both Urban Legends boosters and its detractors agree on the presence of a black hole at the center of the internet thats pulled society into alignment with its goals. “To understand what Urban Legend is doing, you have to look at where we are as a society,” says Makembe. “Theres a lack of trust”—in institutions, in media, in each other—a worsening problem that he says Urban Legend is solving. Others are less sanguine. “Youre getting paid to manipulate your followers,” Farid says flatly. “Somebody with 3,000 followers is now, essentially, a lobbyist.”
Raised in Queens, New York, Rinat launched his first business at age 10. He pasted together several mail-order catalogs from rival home goods sellers and then enlisted preteen influencers—his elementary school peers—to peddle them to their parents. Young Ory managed the orders and took a cut of the sales (“a couple hundred dollars,” he estimates). The concept is not so different from Urban Legend, knitting sellers together within one convenient ecosystem.
After graduating from Columbia University in 2009 with a degree in political science and history, Rinat moved to Washington, DC. He attended the night program at Georgetowns law school while working on the business team of Atlantic Media, the parent company of magazines like *The Atlantic* and *National Journal*. Rinat and his colleagues were experimenting with how to keep magazines profitable after the internet had torpedoed their ad revenues. His team became a pioneer of sponsored content, consulting with big-name companies to create multimedia versions of magazine-style stories.
ILLUSTRATION: MARIA FRADE
From a business perspective, however, Rinat found aspects of this model to be a bad deal for corporate clients. It had what he calls an “authenticity problem,” in that few people raced to read an “article” written by suits at Exxon. There was also an “accountability problem.” Corporate advertisers paid one lump sum up front, then simply hoped people would see their ad. Rinat recalled one DC trade association that paid a marketing agency $300,000 to place ads on Facebook urging users to email their congressperson. In the end, the group netted 600 emails—$500 per email.
Rinat speaks the savvy language of internet marketing; in laymans vocabulary, “accountability” means “getting clients their moneys worth,” and “authenticity” means “making people believe your message is genuine, even though someone paid for it.” Nevertheless, Rinat sensed these challenges had implications beyond journalism. Around Washington, he began asking strange questions—such as the price corporate buyers were willing to pay for, say, a citizens heartfelt letter to Congress. (One clients answer: $48.) He wondered whether some new development would bridge these problems. “What was left,” he reasoned, was “finding the mechanism.”
Rinat kept these ideas alive when he began directing digital strategy for the conservative Heritage Foundation in 2015. After Trumps election, Rinat took an appointment in the State Department for a program combating violent extremism and terrorism online. Two weeks into the job, the incoming White House director of digital strategy reportedly failed an FBI background check, and Rinat was appointed interim director. Eventually, he stayed on. From his office in the Eisenhower Building, he helped redesign the White House website, build a web portal for the response to the opioid crisis, and launch Coronavirus.gov.
By then, social media influencers had gained a tighter grip on politics, particularly in Trumps brand of movement conservatism. Rinat explored ways to unlock their power. In 2019, alongside Sondra Clark, the administrations director of marketing and campaigns, Rinat helped organize the first [White House Social Media Summit](https://www.nytimes.com/2019/07/11/us/politics/white-house-social-media-summit.html). At the event, Trump gathered in the East Room with about 200 online “digital leaders” in conservative politics—activists and rabble-rousers including Project Veritas founder James OKeefe, Turning Point USAs Charlie Kirk, and Bill Mitchell, a spreader of the then incipient [QAnon conspiracy](https://www.wired.com/story/conspiratorial-thinking-qanon-beliefs/). “The crap you think of,” Trump told the crowd, “is unbelievable.” The event, according to an administration official who attended, was in keeping with a larger strategy in which social media mavens were given “an exclusive-access look at what the administration was doing, and then reaping the benefits” as they posted enthusiastically about their time at the White House. “Sondra and Ory,” the person continued, “were really the architects of that.”
Influencers had become “the mechanism” Rinat was searching for—the ultimate gig labor force, capable of delivering what he called “cost-per-action marketing, with client-set rates.” He began floating his business idea to mentors. (One was Atlantic Media chair David Bradley.) In June 2020, Rinat left the White House. Less than a month later he launched Urban Legend, and Clark came on board as president. One of their first clients was their former boss. In the second half of 2020, according to the Federal Election Commission, the Trump campaign paid Rinats firm more than $1 million for “online advertising.”
Rinat was unspooling this history from the corner of Urban Legends brick-and-cedar office when I visited on a warm morning this past spring. The firm occupies the top floor of a townhouse in Alexandrias colonial-style downtown, wedged between a boutique pizzeria and a clothing store. By turns charming and withdrawn, Rinat has a clean-shaven head and a taciturn, solemn air, except for amused eyes that turn up cheerily at the corners when he is considering some proposition. “The technology were talking about is not revolutionary,” he clarifies at the outset. “We just integrated it.”
He led me into the teams small conference room, which had chic-ish furniture and a small library. (Books included *Confrontational Politics*, by a gun-rights activist, and *Rules for Revolutionaries*, by two Bernie Sanders consultants.) Hanging on the wall was a large television monitor, where Rinat spun through a tour of the Exchange, using me as a hypothetical influencer (or “creator,” as he prefers). We set up my creator account, then clicked on a tab labeled “My Campaigns.” On prim, eggshell-colored menu panes, I was presented with campaigns from a series of eager advertisers. One dummy client, called Shipmates, was a sustainable packaging company that wanted my followers to sign up for its newsletter. The company offered me $1.90 as the “revenue per conversion,” with a limit of 3,000 sign-ups. I checked a box, agreeing to the terms and conditions, and clicked “Join Campaign.”
Now I was officially influencing for cash. Shipmates offered me a “campaign brief”—suggesting rhetoric for getting my followers to “join our sustainability conversation.” But how I crafted this appeal was up to me. I was given a menu of custom links, each traceable just to me, and each designated to a different platform: Twitter, Instagram, [Facebook](https://www.wired.com/tag/facebook/), [YouTube](https://www.wired.com/tag/youtube/). Rinat had an employee click one of my links, sending their browser to Shipmates newsletter page, where they promptly signed up. On my dashboard, a ticker labeled “Your Conversions” flipped from 0 to 1. “And look at that,” Rinat said gamely. “You just made a dollar ninety.” Among other tricks, Urban Legend can also track visits to an advertisers website, books on Amazon, op-eds in *The New York Times*, and form emails to Congress.
At a cramped desk a few feet away sat Sophia Schreiber, a 26-year-old “creator success coordinator.” Schreiber scours the internet for social media personas who have a loyal following and post in areas that advertisers might want to reach. (Fast-growing verticals are parenting and wellness—and, lately, cryptocurrency educators, Rinat says.) Sitting inside a white-paneled phone booth was James Hong, the companys 30-year-old vice president. After Schreiber flags the influencers, Hong and others call them to vet their demeanor and professionalism—and to suss out any untapped advertising potential. Urban Legends influencers “are incredibly multi-faceted,” Rinat explains. “We might be onboarding a blogger who has cooking tips” but come to learn they also care about climate change or religion—“issues theyre passionate about, but not always posting about,” Rinat says.
After a team lunch, Urban Legends president, Sondra Clark, joined us at the conference table and explained the delicate art of influencer management. Chosen influencers are classified within a large, meticulously maintained database. To an extent, Urban Legend can curate the messengers for its corporate clients by sending push notifications that nudge them toward campaigns based on the creators profile of causes. Set against Rinats more austere mode, Clark seemed congenitally sunny, exuding a breezy charm. She framed the Exchange as empowering for influencers. “‘*I want to talk about human trafficking,*’” she says, mimicking an influencer. “Thats awesome! And they get a text from us—hey, theres a campaign in your account on this issue.”
In conversation, Rinat and Clark like to emphasize causes with a liberal bent, like climate change, or no bent, like Alzheimers awareness, but they left their more conservative campaigns a mystery. When our conversation neared the subject of partisan influence on the Exchange, Rinat evinced a tactful froideur. His vision for the platform was one that can “work with everybody,” he said, somewhat elliptically. Urban Legends staff is almost evenly split between Democrats and Republicans, he said, and most come from the world of marketing. “When youre talking about hospital price transparency or prenatal health care or Alzheimers, its not left-right. Its beyond politics,” Rinat said.
It would all become clear, supposedly, when I met Rinats selected influencers. One was Zahra Biabani, the 23-year-old creator behind the Instagram and TikTok accounts Soulful Seeds, who was recruited by Urban Legend last fall. “I didnt know that you could be paid for sharing a petition!” she says, laughing. Biabani has around 30,000 followers on Instagram and 19,000 on TikTok and posts what she calls “climate optimism”—sharing motivating news about climate change, occasionally while grooving to a pop soundtrack. (Instagrams official account, with 500 million followers, featured one of her dances on Earth Day.) From Biabanis point of view, Urban Legend wasnt asking her to do anything unusual. “You could get paid for promoting things that I would already promote,” she says. To her, the Exchange “is a very low-effort and noncontroversial way of leveraging the values-aligned audience that I built as an influencer.”
Leah ORourke, a 31-year-old physical therapist for older adults, posts geriatric care advice on her Instagram account, Love to Care For. “I guess Im an influencer, which feels weird to say,” she says. With 3,900 followers, ORourke estimates she made about $500 last year on the Exchange, posting for four campaigns. She seized on one about Alzheimers, telling followers how dementia had tormented her grandmother and urging them to sign a petition asking Congress to fund paid medical leave for elder care. Then there was LaRese Purnell, a tax accountant from Ohio who has built his brand advising Black families (and recently, several NFL athletes) about financial planning. Purnell—who sits on multiple nonprofit boards, owns a small restaurant chain, and has hosted a Friday morning radio show in Cleveland—estimates that he has about 100,000 followers across various platforms. Staff from Urban Legend “directed me into campaigns that fit my image,” Purnell says. He shot a few videos talking about the benefits of credit unions while walking his dog. “If I told people in this community, These are the best shoestrings to put in your shoes, they would believe me,” says Purnell, who sensed the cleverness in Urban Legends business model. “Because I build trust.”
Clients who purchased these ads are generally pleased. Rinat introduced me to two. Chris Lorence, a veteran marketing executive who placed the credit union ad, said the users who came from Purnell and other influencers were 11 times more likely to take action than their typical traffic. Another client, Sean Clifford, runs a technology company called Canopy that blocks pornography from family devices. To Cliffords surprise, Canopys campaign attracted a wide array of spokespeople, and the Exchange “brought new influencers to the table that I *never* would have dreamed of approaching.” One was a firebrand political commentator in his twenties—“very political, very controversial,” is all Clifford would say—while others were news media personalities who attract large followings on Instagram and TikTok.
Clifford, who attended the great books program at St. Johns University, says Urban Legends model—while undeniably effective—raised deeper questions. He cited Platos ancient dialog *Phaedrus*, in which two gods, Thamus and Theuth, argue fiercely about the invention of writing. Far from enhancing truth, Thamus warned, humanitys “trust in writings” by outsiders would degrade their critical faculties.
Before the afternoon at Urban Legend headquarters ended, Rinat convened an all-hands meeting to discuss the Exchanges forthcoming mobile app—for when influencers have a “sitting-at-a-red-light moment,” Rinat explains. Throughout the day, the most salient refrains were words like “authentic” and “trust”—a reminder, if nothing else, of what Urban Legend is really selling. Rinat situated the company along a spectrum of persuasion. “Whats the highest possible thing on that spectrum? Its probably a one-to-one communication—somebody you trust,” he says. “Were just below that.” This is why it was key, Clark explains, that influencers craft the message. The Exchange, she says, “lets the creators voices sing.”
Last summer, then White House press secretary [Jen Psaki filmed a series of clips with TikTok star Benny Drama](https://www.businessinsider.com/press-secretary-jen-psaki-made-cameo-in-comedians-tiktok-2021-8) to tout the coronavirus vaccine. Earlier this year, Biden administration officials gave a [special briefing on the war in Ukraine to 30 TikTok influencers](https://www.washingtonpost.com/technology/2022/03/11/tik-tok-ukraine-white-house/). And when Congress was advancing an antitrust bill to regulate Amazon, Google, and Apple, *The Washington Post* reported that activist groups and their Big Tech opponents each [hired TikTok personalities to duke it out](https://www.washingtonpost.com/politics/2022/06/22/antitrust-influencers-battle-over-reining-big-tech-turns-social-media-stars/) with a flurry of videos—some supporting the “historic bipartisan legislation to #ReinInBigTech,” others decrying the proposal as “dumb and bad economically.”
Washingtons political power brokers are quietly inching toward a full embrace of influencers. If not handled with care, however, that can be hazardous—particularly when the arrangement is unmasked. During the Democratic presidential primary of 2020, BuzzFeed News reported that a super PAC for Senator Cory Booker had [tried to entice influencers with cash](https://www.buzzfeednews.com/article/tanyachen/cory-booker-paid-social-media-influencer-campaign), giving Booker an aura of desperation. Later in the race, [Mike Bloomberg found himself in trouble](https://www.theguardian.com/us-news/2020/feb/07/mike-bloomberg-2020-campaign-instagram-influencers) when a surge of meme creators began aggressively pushing his candidacy—but some left it unclear whether the posts, which garnered $150 a pop, had been sponsored.
The Federal Trade Commission requires people to disclose if theyve been paid to endorse something online, using terms like “#Ad” or “Sponsored.” Around the time of the Bloomberg revelation, Rohit Chopra, an FTC commissioner, issued a statement clarifying that “[paying an influencer to pretend](https://techcrunch.com/2020/02/12/ftc-influencer-marketing-law/#!) that their endorsement or review is untainted by a financial relationship” is “illegal payola.” (Although one brand has been penalized by the FTC for misleading influencer marketing, no influencer, broker, or platform has yet faced penalties for failure to disclose.)
Urban Legends approach to disclosure is, effectively, the honor system. Formally, influencers are required to make disclosures when they agree to the terms and conditions, and they are reminded during their onboarding. But Rinat doesnt enforce the provision; thats the FTCs job, and Rinat says it's on the influencers to follow the agency's guidelines.
Researchers who spoke to WIRED found this posture unconvincing. “Relying on financially motivated influencers to be ethical is naive,” says [Renée DiResta](https://www.wired.com/author/renee-diresta/), who studies narrative manipulation at the Stanford Internet Observatory. She called influencer disclosure “yet another area in which law hasnt caught up to digital infrastructure.” Many suspect that the lack of disclosure enforcement has bulldozed political money toward influencers, whose campaigns are not logged in Facebooks political advertising archive. The Federal Elections Commission, too, has scant rules governing social media, leaving the entire field open, potentially, to anonymous money.
The click-per-payment model, DiResta says, may also change influencers behavior—creating the “incentive to produce and amplify content in the most inflammatory way possible in order to drive the audience to take an action.” But at the most fundamental level, researchers voiced a concern about the potential for deception in civic discourse. DiResta said, “I dont think the public really understands the extent to which the people making these posts are, in fact, potentially becoming enriched personally by them.”
The ramifications of not disclosing these ties can touch anyone, from your credulous grandmother all the way up to 1600 Pennsylvania Avenue. A knowledgeable person with insight into an Urban Legend campaign described one clients effort to apply pressure on the FCC. According to the person, one of the influencers enlisted was Eric Bolling, a disgraced former Fox News host and one of just 51 people President Trump followed on Twitter. Bollings post involved a “telecoms issue,” with a goal “to apply as much pressure” as possible on the FCC. There were “thousands of engagements overnight” from Bollings tweet, the person said, which “the FCC commissioner, Ajit Pai, and the president followed and saw.”
Today, Bollings tweet does not appear to be on his feed. Most social media marketing campaigns get deleted when theyve run their course, and I found Urban Legends campaigns to be no exception. Rinat said influencers always know the identity of a client—and followers will know, too, because the link generally takes them to a campaign page, where the sponsor can be identified. Later, he said transparency is “a very important thing to influencer marketing, and particularly for our model. Without it, audience trust drops, and the resulting engagement drops.” He also called for clearer rules from enforcement agencies.
While lionizing transparency, Urban Legend continues to shield the identities of its influencers and the clients who pay them. The companys tactfully hands-off approach to disclosure, Farid said, makes the Exchange “a system that is—by design—ripe for abuse.”
“At best, the appearance is bad,” he continued. “At worst, its hiding something nefarious.”
ILLUSTRATION: MARIA FRADE
The satirist and critic H. L. Mencken once wrote that “whenever you hear a man speak of his love for his country, it is a sign that he expects to be paid for it.” The bone-dry notion that Americans would happily sell anything—even their patriotism—must have seemed like an amusing hypothetical at the time. But perhaps Mencken simply didnt live long enough to see Americans offered the chance.
Last September, HuffPost reporter Jesselyn Cook noted a [wave of Instagram posts that seemed to correspond](https://www.huffpost.com/entry/trump-insiders-quietly-paying-teen-memers-partisan-sponcon_n_61200a80e4b0e8ac791e1161) with the timing of a large payment to Urban Legend for “advertising,” according to FEC filings, through a partner firm called Legendary Campaigns. The purchase was made by the National Republican Senatorial Committee, which fundraises for Senate campaigns. The posts had headlines like “End to Mask Mandates, Endless Lockdowns and Vaccine Passports!” and demanded “a full investigation into Biden-tech collusion.” Each post linked to NRSC petitions, which harvested names and emails.
When I asked Rinat about the posts, he initially said he didnt think the campaigns came from Urban Legend. A few weeks later, however, an Urban Legend client shared with WIRED several backdated screenshots of their influencers posts. Each of these posts redirected users to a petition by using a highly unusual URL construction, which began “exc.to.” According to computer science researchers who examined the string, the top-level domain “.to” is registered to the country of Tonga and has a registration history that cannot be seen. The domain “exc” was registered with the URL-shortening service Bit.ly, which works with private business clients to turn their registered domains into redirect links (such as “es.pn” for the sports network). Since Urban Legends founding in 2020, “exc.to” could not be found elsewhere on the internet, except in one place: the HuffPost story, in which a 16-year-olds Instagram post for the NRSC bore the telltale URL “END MASK MANDATES: exc.to/3zLvUFB.”
When WIRED used third-party search tools to scan Facebook and Twitter for the URL string, it found 726 posts from between July and November 2021. Not long after Cooks report, the use of “exc.to” abruptly stopped. (Since then, Urban Legends links have used a standard Bit.ly format identical to billions of others on the internet, making them effectively untraceable.) The posts closely matched what Rinat had shared about his creators and clients. Each linked to op-eds, petitions, or websites of advocacy organizations, including the NRSC, UsAgainst-Alzheimers Action, Canopy, and the Credit Union National Association. But the vast majority of them were about politics, with many sharing identical language in their appeals.
And there were other, more striking posts, which Rinat had not described. Empowered to connect with their value-aligned audiences and elevate causes that made them passionate, the influencers-for-hire let their voices sing.
“The radicals in the left thinks parents who stand up to WOKENESS in our schools are domestic terrorists!” wrote one influencer to their 8 million followers. Another posted: “Thousands upon thousands of unvetted, illegal immigrants are standing by & waiting to rush our border as soon as Democrats pass their infrastructure bill.” There were posts from podcasters (“Freedom Over Fauci!”), activists (“The Left is coming for religious freedom AGAIN”), and talking heads (“Democrats want to steal $3.5 TRILLION of our taxpayer dollars”). Creators were also linked to conservative institutions such as Turning Point USA and the America First Policy Institute, and conservative media like Breitbart and Newsmax. Others were unaffiliated, such as the former contestant from *The Bachelorette* who filmed his video appeal without a shirt: “The borders a wreck! Im getting Amber alerts every day! This is ridiculous!”
In most cases, campaigns led to a page for harvesting emails. But others drove traffic: to conservative publishers like the Patriot Post; to an online course by Hillsdale College; to the Kids Guide to Media Bias; or to pages that appeared to be run by PragerU, the Second Amendment Foundation, and Americans for Prosperity. Occasionally, posters levied more banal appeals (“Take the #Prolife pledge!”). More frequently, rallying cries invoked critical race theory, immigration, and vaccine policies.
Among the creators were several mega-influencers. Donald Trump Jr. posted at least 10 times on Twitter. “Mask Mandates, Endless Lockdowns, and Vaccine Passports. ENOUGH IS ENOUGH,” he wrote in July 2021, sharing an NRSC petition. Laura Ingraham, the Fox host, posted twice to Facebook (“Woke teachers are injecting toxic critical race theory into Americas schools. We must fight back!”) and linked to Heritage Action. So did Dan Scavino, former social media adviser to President Trump; former Trump campaign spokesperson Katrina Pierson; and streaming duo Diamond and Silk.
Almost two-thirds of the posts were conservative. But liberals pushed campaigns too: The comedian Walter Masterson was the top contributor on Twitter, posting in support of a $20 minimum wage, while popular travel writer BrokeAssStuart boosted legislation addressing unexpected medical bills. Compared to their conservative counterparts, these posts focused more on policy, not culture wars, and appeared to be sponsored by groups like the Service Employees International Union and the Business Council for Sustainable Energy. There were occasional nonpartisan campaigns, too, such as one by IBM.
The 726 posts do not capture campaigns that were deleted, and they did not cover Instagram or TikTok. WIRED reached out to several creators and clients implicated on the list. None responded to deny their affiliation, and several—Masterson, BrokeAssStuart, the Business Council, and IBM—confirmed that theyd contracted with Urban Legend. When WIRED provided a list of these and other creators and companies, Rinat indicated by email that some do and have worked with Urban Legend, but that others had not, declining to specify further.
Virtually no one—just five influencers—disclosed their payments. Collectively, these posts had some 250,000 engagements. Yet few of the earnest followers who retweeted, say, Trump Jr.—not the grandmother from Alabama, the retired mother from West Virginia, or the Florida small business owner whose bio vows to “expose the DC swamp”—evinced any recognition that what theyd presumed was the dispensation of civic duty was, in reality, just another method for enriching someone in Washington.
Researchers think the major platforms, the FTC, and marketing firms themselves all have a role to play in taming what DiResta calls “a Wild West.” Until then, the march of influencers will proceed deeper into politics. In February and March of this year, the NRSC again paid a large sum—more than $500,000—to Urban Legend through a partner firm. “Does this become normal?” DiResta asks. “I think it probably does.”
“Heres the irony of this whole thing,” says Anat Shenker-Osorio, the progressive consultant. “Urban Legend is relying upon precisely the same thing”—trust—“that it is arguably destroying.” Yet if Rinats model became the norm, even she concedes that “progressive groups would use this thing.” She paused. “Because you dont want to unilaterally disarm.”
One view of Urban Legend, then, was as a reclamation project—pumping a dwindling supply of trust through a blanched and beleaguered body politic. From another vantage, though, the model resembled something else: an excavation, like the mining of a rare mineral. What happens in a country where trust is a scarce and fading resource, as prized as diamonds? As Mencken would tell you, it gets put up for sale.
**Additional reporting by Samantha Spengler (**[**@samspeng**](https://twitter.com/samspeng)**).**
Updated 7/16/2022 2:00 pm ET: This story has been updated to clarify that Katrina Pierson is a former spokesperson for the Trump campaign.
---
*Let us know what you think about this article. Submit a letter to the editor at* [*mail@wired.com*](mailto:mail@wired.com)*.*
&emsp;
&emsp;
---
`$= dv.el('center', 'Source: ' + dv.current().Link + ', ' + dv.current().Date.toLocaleString("fr-FR"))`

@ -12,7 +12,7 @@ CollapseMetaTable: Yes
---
Parent:: [[@News|News]]
Read:: No
Read:: [[2022-07-26]]
---

@ -0,0 +1,247 @@
---
Tag: ["Society", "Yacht"]
Date: 2022-07-25
DocType: "WebClipping"
Hierarchy:
TimeStamp: 2022-07-25
Link: https://www.newyorker.com/magazine/2022/07/25/the-haves-and-the-have-yachts
location:
CollapseMetaTable: Yes
---
Parent:: [[@News|News]]
Read:: [[2022-07-26]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TheAgeoftheSuperyachtNSave
&emsp;
# The Age of the Superyacht
In the Victorian era, it was said that the length of a mans boat, in feet, should match his age, in years. The Victorians would have had some questions at the fortieth annual Palm Beach International Boat Show, which convened this March on Floridas Gold Coast. A typical offering: a two-hundred-and-three-foot superyacht named Sea Owl, selling secondhand for ninety million dollars. The owner, Robert Mercer, the hedge-fund tycoon and Republican donor, was throwing in furniture and accessories, including several auxiliary boats, a Steinway piano, a variety of frescoes, and a security system that requires fingerprint recognition. Nevertheless, Mercers package was a modest one; the largest superyachts are more than five hundred feet, on a scale with naval destroyers, and cost six or seven times what he was asking.
For the small, tight-lipped community around the worlds biggest yachts, the Palm Beach show has the promising air of spring training. On the cusp of the summer season, it affords brokers and builders and owners (or attendants from their family offices) a chance to huddle over the latest merchandise and to gather intelligence: Whos getting in? Whos getting out? And, most pressingly, whos ogling a bigger boat?
On the docks, brokers parse the crowd according to a taxonomy of potential. Guests asking for tours face a gantlet of greeters, trained to distinguish “superrich clients” from “ineligible visitors,” in the words of Emma Spence, a former greeter at the Palm Beach show. Spence looked for promising clues (the right shoes, jewelry, pets) as well as for red flags (cameras, ornate business cards, clothes with pop-culture references). For greeters from elsewhere, Palm Beach is a challenging assignment. Unlike in Europe, where money can still produce some visible tells—Hunter Wellies, a Barbour jacket—the habits of wealth in Florida offer little thats reliable. One colleague resorted to binoculars, to spot a passerby with a hundred-thousand-dollar watch. According to Spence, people judged to have insufficient buying power are quietly marked for “dissuasion.”
For the uninitiated, a pleasure boat the length of a football field can be bewildering. Andy Cohen, the talk-show host, recalled his first visit to a superyacht owned by the media mogul Barry Diller: “I was like the Beverly Hillbillies.” The boats have grown so vast that some owners place unique works of art outside the elevator on each deck, so that lost guests dont barge into the wrong stateroom.
At the Palm Beach show, I lingered in front of a gracious vessel called Namasté, until I was dissuaded by a wooden placard: “Private yacht, no boarding, no paparazzi.” In a nearby berth was a two-hundred-and-eighty-foot superyacht called Bold, which was styled like a warship, with its own helicopter hangar, three Sea-Doos, two sailboats, and a color scheme of gunmetal gray. The rugged look is a trend; “explorer” vessels, equipped to handle remote journeys, are the sport-utility vehicles of yachting.
If you hail from the realm of ineligible visitors, you may not be aware that we are living through the “greatest boom in the yacht business thats ever existed,” as Bob Denison—whose firm, Denison Yachting, is one of the worlds largest brokers—told me. “Every broker, every builder, up and down the docks, is having some of the best years theyve ever experienced.” In 2021, the industry sold a record eight hundred and eighty-seven superyachts worldwide, nearly twice the previous years total. With more than a thousand new superyachts on order, shipyards are so backed up that clients unaccustomed to being told no have been shunted to waiting lists.
One reason for the increased demand for yachts is the pandemic. Some buyers invoke social distancing; others, an existential awakening. John Staluppi, of Palm Beach Gardens, who made a fortune from car dealerships, is looking to upgrade from his current, sixty-million-dollar yacht. “When youre forty or fifty years old, you say, Ive got plenty of time,’ ” he told me. But, at seventy-five, he is ready to throw in an extra fifteen million if it will spare him three years of waiting. “Is your life worth five million dollars a year? I think so,” he said. A deeper reason for the demand is the widening imbalance of wealth. Since 1990, the United States supply of billionaires has increased from sixty-six to more than seven hundred, even as the median hourly wage has risen only twenty per cent. In that time, the number of truly giant yachts—those longer than two hundred and fifty feet—has climbed from less than ten to more than a hundred and seventy. Raphael Sauleau, the C.E.O. of Fraser Yachts, told me bluntly, “*COVID* and wealth—a perfect storm for us.”
And yet the marina in Palm Beach was thrumming with anxiety. Ever since the Russian President, Vladimir Putin, launched his assault on Ukraine, the superyacht world has come under scrutiny. At a port in Spain, a Ukrainian engineer named Taras Ostapchuk, working aboard a ship that he said was owned by a Russian arms dealer, threw open the sea valves and tried to sink it to the bottom of the harbor. Under arrest, he told a judge, “I would do it again.” Then he returned to Ukraine and joined the military. Western allies, in the hope of pressuring Putin to withdraw, have sought to cut off Russian oligarchs from businesses and luxuries abroad. “We are coming for your ill-begotten gains,” President Joe Biden declared, in his State of the Union address.
Nobody can say precisely how many of Putins associates own superyachts—known to professionals as “white boats”—because the white-boat world is notoriously opaque. Owners tend to hide behind shell companies, registered in obscure tax havens, attended by private bankers and lawyers. But, with unusual alacrity, authorities have used subpoenas and police powers to freeze boats suspected of having links to the Russian élite. In Spain, the government detained a hundred-and-fifty-million-dollar yacht associated with Sergei Chemezov, the head of the conglomerate Rostec, whose bond with Putin reaches back to their time as K.G.B. officers in East Germany. (As in many cases, the boat is not registered to Chemezov; the official owner is a shell company connected to his stepdaughter, a teacher whose salary is likely about twenty-two hundred dollars a month.) In Germany, authorities impounded the worlds most voluminous yacht, Dilbar, for its ties to the mining-and-telecom tycoon Alisher Usmanov. And in Italy police have grabbed a veritable armada, including a boat owned by one of Russias richest men, Alexei Mordashov, and a colossus suspected of belonging to Putin himself, the four-hundred-and-fifty-nine-foot Scheherazade.
In Palm Beach, the yachting community worried that the same scrutiny might be applied to them. “Say your superyacht is in Asia, and theres some big conflict where China invades Taiwan,” Denison told me. “China could spin it as Look at these American oligarchs!’ ” He wondered if the seizures of superyachts marked a growing political animus toward the very rich. “Whenever things are economically or politically disruptive,” he said, “its hard to justify taking an insane amount of money and just putting it into something that costs a lot to maintain, depreciates, and is only used for having a good time.”
Nobody pretends that a superyacht is a productive place to stash your wealth. In a column this spring headlined “*A SUPERYACHT IS A TERRIBLE ASSET*,” the *Financial Times* observed, “Owning a superyacht is like owning a stack of 10 Van Goghs, only you are holding them over your head as you tread water, trying to keep them dry.”
Not so long ago, status transactions among the élite were denominated in Old Masters and in the sculptures of the Italian Renaissance. Joseph Duveen, the dominant art dealer of the early twentieth century, kept the oligarchs of his day—Andrew Mellon, Jules Bache, J. P. Morgan—jockeying over Donatellos and Van Dycks. “When you pay high for the priceless,” he liked to say, “youre getting it cheap.”
[](https://www.newyorker.com/cartoon/a26826)
“Youre not the carefree woman I married.”
Cartoon by Liana Finck
In the nineteen-fifties, the height of aspirational style was fine French furniture—F.F.F., as it became known in certain precincts of Fifth Avenue and Palm Beach. Before long, more and more money was going airborne. Hugh Hefner, a pioneer in the private-jet era, decked out a plane he called Big Bunny, where he entertained Elvis Presley, Raquel Welch, and James Caan. The oil baron Armand Hammer circled the globe on his Boeing 727, paying bribes and recording evidence on microphones hidden in his cufflinks. But, once it seemed that every plutocrat had a plane, the thrill was gone.
In any case, an airplane is just transportation. A big ship is a floating manse, with a hierarchy written right into the nomenclature. If it has a crew working aboard, its a yacht. If its more than ninety-eight feet, its a superyacht. After that, definitions are debated, but people generally agree that anything more than two hundred and thirty feet is a megayacht, and more than two hundred and ninety-five is a gigayacht. The world contains about fifty-four hundred superyachts, and about a hundred gigayachts.
For the moment, a gigayacht is the most expensive item that our species has figured out how to own. In 2019, the hedge-fund billionaire Ken Griffin bought a quadruplex on Central Park South for two hundred and forty million dollars, the highest price ever paid for a home in America. In May, an unknown buyer spent about a hundred and ninety-five million on an Andy Warhol silk-screen portrait of Marilyn Monroe. In luxury-yacht terms, those are ordinary numbers. “There are a lot of boats in build well over two hundred and fifty million dollars,” Jamie Edmiston, a broker in Monaco and London, told me. His buyers are getting younger and more inclined to spend long stretches at sea. “High-speed Internet, telephony, modern communications have made working easier,” he said. “Plus, people made a lot more money earlier in life.”
A Silicon Valley C.E.O. told me that one appeal of boats is that they can “absorb the most excess capital.” He explained, “Rationally, it would seem to make sense for people to spend half a billion dollars on their house and then fifty million on the boat that theyre on for two weeks a year, right? But its gone the other way. People dont want to live in a hundred-thousand-square-foot house. Optically, its weird. But a half-billion-dollar boat, actually, is quite nice.” Staluppi, of Palm Beach Gardens, is content to spend three or four times as much on his yachts as on his homes. Part of the appeal is flexibility. “If youre on your boat and you dont like your neighbor, you tell the captain, Lets go to a different place,’ ” he said. On land, escaping a bad neighbor requires more work: “You got to try and buy him out or make it uncomfortable or something.” The preference for sea-based investment has altered the proportions of taste. Until recently, the Silicon Valley C.E.O. said, “a fifty-metre boat was considered a good-sized boat. Now that would be a little bit embarrassing.” In the past twenty years, the length of the average luxury yacht has grown by a third, to a hundred and sixty feet.
Thorstein Veblen, the economist who published “The Theory of the Leisure Class,” in 1899, argued that the power of “conspicuous consumption” sprang not from artful finery but from sheer needlessness. “In order to be reputable,” he wrote, “it must be wasteful.” In the yachting world, stories circulate about exotic deliveries by helicopter or seaplane: Dom Pérignon, bagels from Zabars, sex workers, a rare melon from the island of Hokkaido. The industry excels at selling you things that you didnt know you needed. When you flip through the yachting press, its easy to wonder how youve gone this long without a personal submarine, or a cryosauna that “blasts you with cold” down to minus one hundred and ten degrees Celsius, or the full menagerie of “exclusive leathers,” such as eel and stingray.
But these shrines to excess capital exist in a conditional state of visibility: they are meant to be unmistakable to a slender stratum of society—and all but unseen by everyone else. Even before Russias invasion of Ukraine, the yachting community was straining to manage its reputation as a gusher of carbon emissions (one well-stocked diesel yacht is estimated to produce as much greenhouse gas as fifteen hundred passenger cars), not to mention the fact that the world of white boats is overwhelmingly white. In a candid aside to a French documentarian, the American yachtsman Bill Duker said, “If the rest of the world learns what its like to live on a yacht like this, theyre gonna bring back the guillotine.” The Dutch press recently reported that Jeff Bezos, the founder of Amazon, was building a sailing yacht so tall that the city of Rotterdam might temporarily dismantle a bridge that had survived the Nazis in order to let the boat pass to the open sea. Rotterdammers were not pleased. On Facebook, a local man urged people to “take a box of rotten eggs with you and lets throw them en masse at Jeffs superyacht when it sails through.” At least thirteen thousand people expressed interest. Amid the uproar, a deputy mayor announced that the dismantling plan had been abandoned “for the time being.” (Bezos modelled his yacht partly on one owned by his friend Barry Diller, who has hosted him many times. The appreciation eventually extended to personnel, and Bezos hired one of Dillers captains.)
As social media has heightened the scrutiny of extraordinary wealth, some of the very people who created those platforms have sought less observable places to spend it. But they occasionally indulge in some coded provocation. In 2006, when the venture capitalist Tom Perkins unveiled his boat in Istanbul, most passersby saw it adorned in colorful flags, but people who could read semaphore were able to make out a message: “Rarely does one have the privilege to witness vulgar ostentation displayed on such a scale.” As a longtime owner told me, “If you dont have some guilt about it, youre a rat.”
Alex Finley, a former C.I.A. officer who has seen yachts proliferate near her home in Barcelona, has weighed the superyacht era and its discontents in writings and on Twitter, using the hashtag #YachtWatch. “To me, the yachts are not just yachts,” she told me. “In Russias case, these are the embodiment of oligarchs helping a dictator destabilize our democracy while utilizing our democracy to their benefit.” But, Finley added, its a mistake to think the toxic symbolism applies only to Russia. “The yachts tell a whole story about a Faustian capitalism—this idea that were ready to sell democracy for short-term profit,” she said. “Theyre registered offshore. They use every loophole that weve put in place for illicit money and tax havens. So they play a role in this battle, writ large, between autocracy and democracy.”
After a morning on the docks at the Palm Beach show, I headed to a more secluded marina nearby, which had been set aside for what an attendant called “the really big hardware.” It felt less like a trade show than like a boutique resort, with a swimming pool and a terrace restaurant. Kevin Merrigan, a relaxed Californian with horn-rimmed glasses and a high forehead pinked by the sun, was waiting for me at the stern of Unbridled, a superyacht with a brilliant blue hull that gave it the feel of a personal cruise ship. He invited me to the bridge deck, where a giant screen showed silent video of dolphins at play.
Merrigan is the chairman of the brokerage Northrop & Johnson, which has ridden the tide of growing boats and wealth since 1949. Lounging on a sofa mounded with throw pillows, he projected a nearly postcoital level of contentment. He had recently sold the boat we were on, accepted an offer for a behemoth beside us, and begun negotiating the sale of yet another. “This client owns three big yachts,” he said. “Its a hobby for him. Were at a hundred and ninety-one feet now, and last night he said, You know, what do you think about getting a two hundred and fifty?’ ” Merrigan laughed. “And I was, like, Cant you just have dinner?’ ”
Among yacht owners, there are some unwritten rules of stratification: a Dutch-built boat will hold its value better than an Italian; a custom design will likely get more respect than a “series yacht”; and, if you want to disparage another mans boat, say that it looks like a wedding cake. But, in the end, nothing says as much about a yacht, or its owner, as the delicate matter of L.O.A.—length over all.
The imperative is not usually length for lengths sake (though the longtime owner told me that at times there is an aspect of “phallic sizing”). “L.O.A.” is a byword for grandeur. In most cases, pleasure yachts are permitted to carry no more than twelve passengers, a rule set by the International Convention for the Safety of Life at Sea, which was conceived after the sinking of the Titanic. But those limits do not apply to crew. “So, you might have anything between twelve and fifty crew looking after those twelve guests,” Edmiston, the broker, said. “Its a level of service you cannot really contemplate until youve been fortunate enough to experience it.”
As yachts have grown more capacious, and the limits on passengers have not, more and more space on board has been devoted to staff and to novelties. The latest fashions include *IMAX* theatres, hospital equipment that tests for dozens of pathogens, and ski rooms where guests can suit up for a helicopter trip to a mountaintop. The longtime owner, who had returned the previous day from his yacht, told me, “No one today—except for assholes and ridiculous people—lives on land in what you would call a deep and broad luxe life. Yes, people have nice houses and all of that, but its unlikely that the ratio of staff to them is what it is on a boat.” After a moment, he added, “Boats are the last place that I think you can get away with it.”
Even among the truly rich, there is a gap between the haves and the have-yachts. One boating guest told me about a conversation with a famous friend who keeps one of the worlds largest yachts. “He said, The boat is the last vestige of what real wealth can do. What he meant is, You have a chef, and I have a chef. You have a driver, and I have a driver. You can fly privately, and I fly privately. So, the one place where I can make clear to the world that I am in a different fucking category than you is the boat.”
After Merrigan and I took a tour of Unbridled, he led me out to a waiting tender, staffed by a crew member with an earpiece on a coil. The tender, Merrigan said, would ferry me back to the busy main dock of the Palm Beach show. We bounced across the waves under a pristine sky, and pulled into the marina, where my fellow-gawkers were still trying to talk their way past the greeters. As I walked back into the scrum, Namasté was still there, but it looked smaller than I remembered.
For owners and their guests, a white boat provides a discreet marketplace for the exchange of trust, patronage, and validation. To diagram the precise workings of that trade—the customs and anxieties, strategies and slights—I talked to Brendan OShannassy, a veteran captain who is a curator of white-boat lore. Raised in Western Australia, OShannassy joined the Navy as a young man, and eventually found his way to skippering some of the worlds biggest yachts. He has worked for Paul Allen, the late co-founder of Microsoft, along with a few other billionaires he declines to name. Now in his early fifties, with patient green eyes and tufts of curly brown hair, OShannassy has had a vantage from which to monitor the social traffic. “Its all gracious, and everyones kiss-kiss,” he said. “But theres a lot going on in the background.”
OShannassy once worked for an owner who limited the number of newspapers on board, so that he could watch his guests wait and squirm. “It was a mind game amongst the billionaires. There were six couples, and three newspapers,” he said, adding, “They were ranking themselves constantly.” On some boats, OShannassy has found himself playing host in the awkward minutes after guests arrive. “A lot of them are savants, but some are very un-socially aware,” he said. “They need someone to be social and charming for them.” Once everyone settles in, OShannassy has learned, there is often a subtle shift, when a mogul or a politician or a pop star starts to loosen up in ways that are rarely possible on land. “Your security is relaxed—theyre not on your hip,” he said. “Youre not worried about paparazzi. So youve got all this extra space, both mental and physical.”
OShannassy has come to see big boats as a space where powerful “solar systems” converge and combine. “It is implicit in every interaction that their sharing of information will benefit both parties; it is an obsession with billionaires to do favours for each other. A referral, an introduction, an insight—it all matters,” he wrote in “Superyacht Captain,” a new memoir. A guest told OShannassy that, after a lavish display of hospitality, he finally understood the business case for buying a boat. “One deal secured on board will pay it all back many times over,” the guest said, “and it is pretty hard to say no after your kids have been hosted so well for a week.”
Take the case of David Geffen, the former music and film executive. He is long retired, but he hosts friends (and potential friends) on the four-hundred-and-fifty-four-foot Rising Sun, which has a double-height cinema, a spa and salon, and a staff of fifty-seven. In 2017, shortly after Barack and Michelle Obama departed the White House, they were photographed on Geffens boat in French Polynesia, accompanied by Bruce Springsteen, Oprah Winfrey, Tom Hanks, and Rita Wilson. For Geffen, the boat keeps him connected to the upper echelons of power. There are wealthier Americans, but not many of them have a boat so delectable that it can induce both a Democratic President and the workingmans crooner to risk the aroma of hypocrisy.
The binding effect pays dividends for guests, too. Once people reach a certain level of fame, they tend to conclude that its greatest advantage is access. Spend a week at sea together, lingering over meals, observing one another floundering on a paddleboard, and you have something of value for years to come. Call to ask for an investment, an introduction, an internship for a wayward nephew, and youll at least get the call returned. Its a mutually reinforcing circle of validation: shes here, Im here, were here.
But, if you want to get invited back, you are wise to remember your part of the bargain. If you work with movie stars, bring fresh gossip. If youre on Wall Street, bring an insight or two. Dont make the transaction obvious, but dont forget why youre there. “When I see the guest list,” OShannassy wrote, “I am aware, even if not all names are familiar, that all have been chosen for a purpose.”
For OShannassy, there is something comforting about the status anxieties of people who have everything. He recalled a visit to the Italian island of Sardinia, where his employer asked him for a tour of the boats nearby. Riding together on a tender, they passed one colossus after another, some twice the size of the owners superyacht. Eventually, the man cut the excursion short. “Take me back to my yacht, please,” he said. They motored in silence for a while. “There was a time when my yacht was the most beautiful in the bay,” he said at last. “How do I keep up with this new money?”
The summer season in the Mediterranean cranks up in May, when the really big hardware heads east from Florida and the Caribbean to escape the coming hurricanes, and reconvenes along the coasts of France, Italy, and Spain. At the center is the Principality of Monaco, the sun-washed tax haven that calls itself the “worlds capital of advanced yachting.” In Monaco, which is among the richest countries on earth, superyachts bob in the marina like bath toys.
[](https://www.newyorker.com/cartoon/a26339)
“Shut up and play the hits!”
Cartoon by Maggie Larson
The nearest hotel room at a price that would not get me fired was an Airbnb over the border with France. But an acquaintance put me on the phone with the Yacht Club de Monaco, a members-only establishment created by the late monarch His Serene Highness Prince Rainier III, whom the Web site describes as “a true visionary in every respect.” The club occasionally rents rooms—“cabins,” as theyre called—to visitors in town on yacht-related matters. Claudia Batthyany, the elegant director of special projects, showed me to my cabin and later explained that the club does not aspire to be a hotel. “We are an *association*,” she said. “Otherwise, it becomes”—she gave a gentle wince—“not that exclusive.”
Inside my cabin, I quickly came to understand that I would never be fully satisfied anywhere else again. The space was silent and aromatically upscale, bathed in soft sunlight that swept through a wall of glass overlooking the water. If I was getting a sudden rush of the onboard experience, that was no accident. The clubhouse was designed by the British architect Lord Norman Foster to evoke the opulent indulgence of ocean liners of the interwar years, like the Queen Mary. I found a handwritten welcome note, on embossed club stationery, set alongside an orchid and an assemblage of chocolate truffles: “The whole team remains at your entire disposal to make your stay a wonderful experience. Yours sincerely, Service Members.” I saluted the nameless Service Members, toiling for the comfort of their guests. Looking out at the water, I thought, intrusively, of a line from Santiago, Hemingways old man of the sea. “Do not think about sin,” he told himself. “It is much too late for that and there are people who are paid to do it.”
I had been assured that the Service Members would cheerfully bring dinner, as they might on board, but I was eager to see more of my surroundings. I consulted the clubs summer dress code. It called for white trousers and a blue blazer, and it discouraged improvisation: “No pocket handkerchief is to be worn above the top breast-pocket bearing the Clubs coat of arms.” The handkerchief rule seemed navigable, but I did not possess white trousers, so I skirted the lobby and took refuge in the bar. At a table behind me, a man with flushed cheeks and a British accent had a head start. “Youre a shitty negotiator,” he told another man, with a laugh. “Maybe sales is not your game.” A few seats away, an American woman was explaining to a foreign friend how to talk with conservatives: “If they say, The earth is flat, you say, Well, Ive sailed around it, so Im not so sure about that.’ ”
In the morning, I had an appointment for coffee with Gaëlle Tallarida, the managing director of the Monaco Yacht Show, which the *Daily Mail* has called the “most shamelessly ostentatious display of yachts in the world.” Tallarida was not born to that milieu; she grew up on the French side of the border, swimming at public beaches with a view of boats sailing from the marina. But she had a knack for highly organized spectacle. While getting a business degree, she worked on a student theatre festival and found it thrilling. Afterward, she got a job in corporate events, and in 1998 she was hired at the yacht show as a trainee.
With this years show five months off, Tallarida was already getting calls about what she described as “the most complex part of my work”: deciding which owners get the most desirable spots in the marina. “As you can imagine, theyve got very big egos,” she said. “On top of that, Im a woman. They are sometimes arriving and saying”—she pointed into the distance, pantomiming a decree—“ O.K., I want *that!* ’ ”
Just about everyone wants his superyacht to be viewed from the side, so that its full splendor is visible. Most harbors, however, have a limited number of berths with a side view; in Monaco, there are only twelve, with prime spots arrayed along a concrete dike across from the club. “We reserve the dike for the biggest yachts,” Tallarida said. But try telling that to a man who blew his fortune on a small superyacht.
Whenever possible, Tallarida presents her verdicts as a matter of safety: the layout must insure that “in case of an emergency, any boat can go out.” If owners insist on preferential placement, she encourages a yachting version of the Golden Rule: “What if, next year, I do that to you? *Against* you?”
Does that work? I asked. She shrugged. “They say, Eh.’ ” Some would gladly risk being a victim next year in order to be a victor now. In the most awful moment of her career, she said, a man who was unhappy with his berth berated her face to face. “I was in the office, feeling like a little girl, with my daddy shouting at me. I said, O.K., O.K., Im going to give you the spot.’ ”
Securing just the right place, it must be said, carries value. Back at the yacht club, I was on my terrace, enjoying the latest delivery by the Service Members—an airy French omelette and a glass of preternaturally fresh orange juice. I thought guiltily of my wife, at home with our kids, who had sent a text overnight alerting me to a maintenance issue that she described as “a toilet debacle.”
Then I was distracted by the sight of a man on a yacht in the marina below. He was staring up at me. I went back to my brunch, but, when I looked again, there he was—a middle-aged man, on a mid-tier yacht, juiceless, on a greige banquette, staring up at my perfect terrace. A surprising sensation started in my chest and moved outward like a warm glow: the unmistakable pang of superiority.
That afternoon, I made my way to the bar, to meet the yacht clubs general secretary, Bernard dAlessandri, for a history lesson. The general secretary was up to code: white trousers, blue blazer, club crest over the heart. He has silver hair, black eyebrows, and a tan that evokes high-end leather. “I was a sailing teacher before this,” he said, and gestured toward the marina. “It was not like this. It was a village.”
Before there were yacht clubs, there were *jachten*, from the Dutch word for “hunt.” In the seventeenth century, wealthy residents of Amsterdam created fast-moving boats to meet incoming cargo ships before they hit port, in order to check out the merchandise. Soon, the Dutch owners were racing one another, and yachting spread across Europe. After a visit to Holland in 1697, Peter the Great returned to Russia with a zeal for pleasure craft, and he later opened Nevsky Flot, one of the worlds first yacht clubs, in St. Petersburg.
For a while, many of the biggest yachts were symbols of state power. In 1863, the viceroy of Egypt, Ismail Pasha, ordered up a steel leviathan called El Mahrousa, which was the worlds longest yacht for a remarkable hundred and nineteen years, until the title was claimed by King Fahd of Saudi Arabia. In the United States, Franklin Delano Roosevelt received guests aboard the U.S.S. Potomac, which had a false smokestack containing a hidden elevator, so that the President could move by wheelchair between decks.
But yachts were finding new patrons outside politics. In 1954, the Greek shipping baron Aristotle Onassis bought a Canadian Navy frigate and spent four million dollars turning it into Christina O, which served as his home for months on end—and, at various times, as a home to his companions Maria Callas, Greta Garbo, and Jacqueline Kennedy. Christina O had its flourishes—a Renoir in the master suite, a swimming pool with a mosaic bottom that rose to become a dance floor—but none were more distinctive than the appointments in the bar, which included whales teeth carved into pornographic scenes from the Odyssey and stools upholstered in whale foreskins.
For Onassis, the extraordinary investments in Christina O were part of an epic tit for tat with his archrival, Stavros Niarchos, a fellow shipping tycoon, which was so entrenched that it continued even after Onassiss death, in 1975. Six years later, Niarchos launched a yacht fifty-five feet longer than Christina O: Atlantis II, which featured a swimming pool on a gyroscope so that the water would not slosh in heavy seas. Atlantis II, now moored in Monaco, sat before the general secretary and me as we talked.
Over the years, dAlessandri had watched waves of new buyers arrive from one industry after another. “First, it was the oil. After, it was the telecommunications. Now, they are making money with crypto,” he said. “And, each time, its another size of the boat, another design.” What began as symbols of state power had come to represent more diffuse aristocracies—the fortunes built on carbon, capital, and data that migrated across borders. As early as 1908, the English writer G. K. Chesterton wondered what the big boats foretold of a nations fabric. “The poor man really has a stake in the country,” he wrote. “The rich man hasnt; he can go away to New Guinea in a yacht.”
Each iteration of fortune left its imprint on the industry. Sheikhs, who tend to cruise in the worlds hottest places, wanted baroque indoor spaces and were uninterested in sundecks. Silicon Valley favored acres of beige, more Sonoma than Saudi. And buyers from Eastern Europe became so abundant that shipyards perfected the onboard *banya*, a traditional Russian sauna stocked with birch and eucalyptus. The collapse of the Soviet Union, in 1991, had minted a generation of new billionaires, whose approach to money inspired a popular Russian joke: One oligarch brags to another, “Look at this new tie. It cost me two hundred bucks!” To which the other replies, “You moron. You couldve bought the same one for a thousand!”
In 1998, around the time that the Russian economy imploded, the young tycoon Roman Abramovich reportedly bought a secondhand yacht called Sussurro—Italian for “whisper”—which had been so carefully engineered for speed that each individual screw was weighed before installation. Soon, Russians were competing to own the costliest ships. “If the most expensive yacht in the world was small, they would still want it,” Maria Pevchikh, a Russian investigator who helps lead the Anti-Corruption Foundation, told me.
In 2008, a thirty-six-year-old industrialist named Andrey Melnichenko spent some three hundred million dollars on Motor Yacht A, a radical experiment conceived by the French designer Philippe Starck, with a dagger-shaped hull and a bulbous tower topped by a master bedroom set on a turntable that pivots to capture the best view. The shape was ridiculed as “a giant finger pointing at you” and “one of the most hideous vessels ever to sail,” but it marked a new prominence for Russian money at sea. Today, post-Soviet élites are thought to own a fifth of the worlds gigayachts.
Even Putin has signalled his appreciation, being photographed on yachts in the Black Sea resort of Sochi. In an explosive report in 2012, Boris Nemtsov, a former Deputy Prime Minister, accused Putin of amassing a storehouse of outrageous luxuries, including four yachts, twenty homes, and dozens of private aircraft. Less than three years later, Nemtsov was fatally shot while crossing a bridge near the Kremlin. The Russian government, which officially reports that Putin collects a salary of about a hundred and forty thousand dollars and possesses a modest apartment in Moscow, denied any involvement.
Many of the largest, most flamboyant gigayachts are designed in Monaco, at a sleek waterfront studio occupied by the naval architect Espen Øino. At sixty, Øino has a boyish mop and the mild countenance of a country parson. He grew up in a small town in Norway, the heir to a humble maritime tradition. “My forefathers built wooden rowing boats for four generations,” he told me. In the late eighties, he was designing sailboats when his firm won a commission to design a megayacht for Emilio Azcárraga, the autocratic Mexican who built Televisa into the worlds largest Spanish-language broadcaster. Azcárraga was nicknamed El Tigre, for his streak of white hair and his comfort with confrontation; he kept a chair in his office that was unusually high off the ground, so that visitors feet dangled like childrens.
In early meetings, Øino recalled, Azcárraga grew frustrated that the ideas were not dazzling enough. “You must understand,” he said. “I dont go to port very often with my boats, but, when I do, I want my presence to be felt.”
The final design was suitably arresting; after the boat was completed, Øino had no shortage of commissions. In 1998, he was approached by Paul Allen, of Microsoft, to build a yacht that opened the way for the Goliaths that followed. The result, called Octopus, was so large that it contained a submarine marina in its belly, as well as a helicopter hangar that could be converted into an outdoor performance space. Mick Jagger and Bono played on occasion. I asked Øino why owners obsessed with secrecy seem determined to build the worlds most conspicuous machines. He compared it to a luxury car with tinted windows. “People cant see you, but youre still in that expensive, impressive thing,” he said. “We all need to feel that were important in one way or another.”
[](https://www.newyorker.com/cartoon/a26829)
“Its summer! We should be at the beach dreaming about air-conditioning.”
Cartoon by Dan Rosen
In recent months, Øino has seen some of his creations detained by governments in the sanctions campaign. When we spoke, he condemned the news coverage. “Yacht equals Russian equals evil equals money,” he said disdainfully. “Its a bit tragic, because the yachts have become synonymous with the bad guys in a James Bond movie.”
What about Scheherazade, the giant yacht that U.S. officials have alleged is held by a Russian businessman for Putins use? Øino, who designed the ship, rejected the idea. “We have designed two yachts for heads of state, and I can tell you that theyre completely different, in terms of the layout and everything, from Scheherazade.” He meant that the details said plutocrat, not autocrat.
For the time being, Scheherazade and other Øino creations under detention across Europe have entered a strange legal purgatory. As lawyers for the owners battle to keep the ships from being permanently confiscated, local governments are duty-bound to maintain them until a resolution is reached. In a comment recorded by a hot mike in June, Jake Sullivan, the U.S. national-security adviser, marvelled that “people are basically being paid to maintain Russian superyachts on behalf of the United States government.” (It usually costs about ten per cent of a yachts construction price to keep it afloat each year. In May, officials in Fiji complained that a detained yacht was costing them more than a hundred and seventy-one thousand dollars a day.)
Stranger still are the Russian yachts on the lam. Among them is Melnichenkos much maligned Motor Yacht A. On March 9th, Melnichenko was sanctioned by the European Union, and although he denied having close ties to Russias leadership, Italy seized one of his yachts—a six-hundred-million-dollar sailboat. But Motor Yacht A slipped away before anyone could grab it. Then the boat turned off the transponder required by international maritime rules, so that its location could no longer be tracked. The last ping was somewhere near the Maldives, before it went dark on the high seas.
The very largest yachts come from Dutch and German shipyards, which have experience in naval vessels, known as “gray boats.” But the majority of superyachts are built in Italy, partly because owners prefer to visit the Mediterranean during construction. (A British designer advises those who are weighing their choices to take the geography seriously, “unless you like schnitzel.”)
In the past twenty-two years, nobody has built more superyachts than the Vitellis, an Italian family whose patriarch, Paolo Vitelli, got his start in the seventies, manufacturing smaller boats near a lake in the mountains. By 1985, their company, Azimut, had grown large enough to buy the Benetti shipyards, which had been building enormous yachts since the nineteenth century. Today, the combined company builds its largest boats near the sea, but the family still works in the hill town of Avigliana, where a medieval monastery towers above a valley. When I visited in April, Giovanna Vitelli, the vice-president and the founders daughter, led me through the experience of customizing a yacht.
“Were using more and more virtual reality,” she said, and a staffer fitted me with a headset. When the screen blinked on, I was inside a 3-D mockup of a yacht that is not yet on the market. I wandered around my suite for a while, checking out swivel chairs, a modish sideboard, blond wood panelling on the walls. It was convincing enough that I collided with a real-life desk.
After we finished with the headset, it was time to pick the décor. The industry encourages an introspective evaluation: What do you want your yacht to say about you? I was handed a vibrant selection of wood, marble, leather, and carpet. The choices felt suddenly grave. Was I cut out for the chiselled look of Cream Vesuvio, or should I accept that Im a gray Cardoso Stone? For carpets, I liked the idea of Chablis Corn White—Paris and the prairie, together at last. But, for extra seating, was it worth splurging for the V.I.P. Vanity Pouf?
Some designs revolve around a single piece of art. The most expensive painting ever sold, Leonardo da Vincis “Salvator Mundi,” reportedly was hung on the Saudi crown prince Mohammed bin Salmans four-hundred-and-thirty-nine-foot yacht Serene, after the Louvre rejected a Saudi demand that it hang next to the “Mona Lisa.” Art conservators blanched at the risks that excess humidity and fluctuating temperatures could pose to a five-hundred-year-old painting. Often, collectors who want to display masterpieces at sea commission replicas.
If youve just put half a billion dollars into a boat, you may have qualms about the truism that material things bring less happiness than experiences do. But this, too, can be finessed. Andrew Grant Super, a co-founder of the “experiential yachting” firm Berkeley Rand, told me that he served a uniquely overstimulated clientele: “We call them the bored billionaires.” He outlined a few of his experience products. “We can plot half of the Pacific Ocean with coördinates, to map out the Battle of Midway,” he said. “We re-create the full-blown battles of the giant ships from America and Japan. The kids have haptic guns and haptic vests. We put the smell of cordite and cannon fire on board, pumping around them.” For those who arent soothed by the scent of cordite, Super offered an alternative. “We fly 3-D-printed, architectural freestanding restaurants into the middle of the Maldives, on a sand shelf that can only last another eight hours before it disappears.”
For some, the thrill lies in the engineering. Staluppi, born in Brooklyn, was an auto mechanic who had no experience with the sea until his boss asked him to soup up a boat. “I took the six-cylinder engines out and put V-8 engines in,” he recalled. Once he started commissioning boats of his own, he built scale models to conduct tests in water tanks. “I knew I could never have the biggest boat in the world, so I says, You know what? I want to build the *fastest* yacht in the world. The Aga Khan had the fastest yacht, and we just blew right by him.”
In Italy, after decking out my notional yacht, I headed south along the coast, to Tuscan shipyards that have evolved with each turn in the countrys history. Close to the Carrara quarries, which yielded the marble that Michelangelo turned into David, ships were constructed in the nineteenth century, to transport giant blocks of stone. Down the coast, the yards in Livorno made warships under the Fascists, until they were bombed by the Allies. Later, they began making and refitting luxury yachts. Inside the front gate of a Benetti shipyard in Livorno, a set of models depicted the firms famous modern creations. Most notable was the megayacht Nabila, built in 1980 for the high-living arms dealer Adnan Khashoggi, with a hundred rooms and a disco that was the site of legendary decadence. (Khashoggis budget for prostitution was so extravagant that a French prosecutor later estimated he paid at least half a million dollars to a single madam in a single year.)
In 1987, shortly before Khashoggi was indicted for mail fraud and obstruction of justice (he was eventually acquitted), the yacht was sold to the real-estate developer Donald Trump, who renamed it Trump Princess. Trump was never comfortable on a boat—“Couldnt get off fast enough,” he once said—but he liked to impress people with his yachts splendor. In 1991, while three billion dollars in debt, Trump ceded the vessel to creditors. Later in life, though, he discovered enthusiastic support among what he called “our beautiful boaters,” and he came to see quality watercraft as a mark of virtue—a way of beating the so-called élite. “We got better houses, apartments, we got nicer boats, were smarter than they are,” he told a crowd in Fargo, North Dakota. “Lets call ourselves, from now on, the super-élite.”
In the age of oversharing, yachts are a final sanctum of secrecy, even for some of the worlds most inveterate talkers. Oprah, after returning from her sojourn with the Obamas, rebuffed questions from reporters. “What happens on the boat stays on the boat,” she said. “We talked, and everybody else did a lot of paddleboarding.”
I interviewed six American superyacht owners at length, and almost all insisted on anonymity or held forth with stupefying blandness. “Great family time,” one said. Another confessed, “Its really hard to talk about it without being ridiculed.” None needed to be reminded of David Geffens misadventure during the early weeks of the pandemic, when he Instagrammed a photo of his yacht in the Grenadines and posted that he was “avoiding the virus” and “hoping everybody is staying safe.” It drew thousands of responses, many marked #EatTheRich, others summoning a range of nautical menaces: “At least the pirates have his location now.”
The yachts extend a tradition of seclusion as the ultimate luxury. The Medici, in sixteenth-century Florence, built elevated passageways, or *corridoi*, high over the city to escape what a scholar called the “clash of classes, the randomness, the smells and confusions” of pedestrian life below. More recently, owners of prized town houses in London have headed in the other direction, building three-story basements so vast that their construction can require mining engineers—a trend that researchers in the United Kingdom named “luxified troglodytism.”
Water conveys a particular autonomy, whether its ringing the foot of a castle or separating a private island from the mainland. Peter Thiel, the billionaire venture capitalist, gave startup funding to the Seasteading Institute, a nonprofit group co-founded by Milton Friedmans grandson, which seeks to create floating mini-states—an endeavor that Thiel considered part of his libertarian project to “escape from politics in all its forms.” Until that fantasy is realized, a white boat can provide a start. A recent feature in *Boat International*, a glossy trade magazine, noted that the new hundred-and-twenty-five-million-dollar megayacht Victorious has four generators and “six months autonomy” at sea. The builder, Vural Ak, explained, “In case of emergency, god forbid, you can live in open water without going to shore and keep your food stored, make your water from the sea.”
Much of the time, superyachts dwell beyond the reach of ordinary law enforcement. They cruise in international waters, and, when they dock, local cops tend to give them a wide berth; the boats often have private security, and their owners may well be friends with the Prime Minister. According to leaked documents known as the Paradise Papers, handlers proposed that the Saudi crown prince take delivery of a four-hundred-and-twenty-million-dollar yacht in “international waters in the western Mediterranean,” where the sale could avoid taxes.
Builders and designers rarely advertise beyond the trade press, and they scrupulously avoid leaks. At Lürssen, a German shipbuilding firm, projects are described internally strictly by reference number and code name. “We are not in the business for the glory,” Peter Lürssen, the C.E.O., told a reporter. The closest thing to an encyclopedia of yacht ownership is a site called SuperYachtFan, run by a longtime researcher who identifies himself only as Peter, with a disclaimer that he relies partly on “rumors” but makes efforts to confirm them. In an e-mail, he told me that he studies shell companies, navigation routes, paparazzi photos, and local media in various languages to maintain a database with more than thirteen hundred supposed owners. Some ask him to remove their names, but he thinks that members of that economic echelon should regard the attention as a “fact of life.”
To work in the industry, staff must adhere to the culture of secrecy, often enforced by N.D.A.s. On one yacht, OShannassy, the captain, learned to communicate in code with the helicopter pilot who regularly flew the owner from Switzerland to the Mediterranean. Before takeoff, the pilot would call with a cryptic report on whether the party included the presence of a Pomeranian. If any guest happened to overhear, their cover story was that a customs declaration required details about pets. In fact, the lapdog was a constant companion of the owners wife; if the Pomeranian was in the helicopter, so was she. “If no dog was in the helicopter,” OShannassy recalled, the owner was bringing “somebody else.” It was the captains duty to rebroadcast the news across the yachts internal radio: “Helicopter launched, no dog, I repeat no dog today”—the signal for the crew to ready the main cabin for the mistress, instead of the wife. They swapped out dresses, family photos, bathroom supplies, favored drinks in the fridge. On one occasion, the code got garbled, and the helicopter landed with an unanticipated Pomeranian. Afterward, the owner summoned OShannassy and said, “Brendan, I hope you never have such a situation, but if you do I recommend making sure the correct dresses are hanging when your wife comes into your room.”
In the hierarchy on board a yacht, the most delicate duties tend to trickle down to the least powerful. Yacht crew—yachties, as theyre known—trade manual labor and obedience for cash and adventure. On a well-staffed boat, the “interior team” operates at a forensic level of detail: theyll use Q-tips to polish the rim of your toilet, tweezers to lift your fried-chicken crumbs from the teak, a toothbrush to clean the treads of your staircase.
Many are English-speaking twentysomethings, who find work by doing the “dock walk,” passing out résumés at marinas. The deals can be alluring: thirty-five hundred dollars a month for deckhands; fifty thousand dollars in tips for a decent summer in the Med. For captains, the size of the boat matters—they tend to earn about a thousand dollars per foot per year.
Yachties are an attractive lot, a community of the toned and chipper, which does not happen by chance; their résumés circulate with head shots. Before Andy Cohen was a talk-show host, he was the head of production and development at Bravo, where he green-lighted a reality show about a yacht crew: “Its a total pressure cooker, and theyre actually living together while theyre working. Oh, and by the way, half of them are having sex with each other. Whats not going to be a hit about that?” The result, the gleefully seamy “Below Deck,” has been among the networks top-rated shows for nearly a decade.
To stay in the business, captains and crew must absorb varying degrees of petty tyranny. An owner once gave OShannassy “a verbal beating” for failing to negotiate a lower price on champagne flutes etched with the yachts logo. In such moments, the captain responds with a deferential mantra: “There is no excuse. Your instruction was clear. I can only endeavor to make it better for next time.”
The job comes with perilously little protection. A big yacht is effectively a corporation with a rigid hierarchy and no H.R. department. In recent years, the industry has fielded increasingly outspoken complaints about sexual abuse, toxic impunity, and a disregard for mental health. A 2018 survey by the International Seafarers Welfare and Assistance Network found that more than half of the women who work as yacht crew had experienced harassment, discrimination, or bullying on board. More than four-fifths of the men and women surveyed reported low morale.
Karine Rayson worked on yachts for four years, rising to the position of “chief stew,” or stewardess. Eventually, she found herself “thinking of business ideas while vacuuming,” and tiring of the culture of entitlement. She recalled an episode in the Maldives when “a guest took a Jet Ski and smashed into a marine reserve. That damaged the coral, and broke his Jet Ski, so he had to clamber over the rocks and find his way to the shore. It was a private hotel, and the security got him and said, Look, theres a large fine, you have to pay. He said, Dont worry, the boat will pay for it.’ ” Rayson went back to school and became a psychotherapist. After a period of counselling inmates in maximum-security prisons, she now works with yacht crew, who meet with her online from around the world.
Raysons clients report a range of scenarios beyond the boundaries of ordinary employment: guests who did so much cocaine that they had no appetite for a chefs meals; armed men who raided a boat offshore and threatened to take crew members to another country; owners who vowed that if a young stew told anyone about abuse she suffered on board theyd call in the Mafia and “skin me alive.” Bound by N.D.A.s, crew at sea have little recourse.“We were paranoid that our e-mails were being reviewed, or we were getting bugged,” Rayson said.
She runs an “exit strategy” course to help crew find jobs when theyre back on land. The adjustment isnt easy, she said: “Youre getting paid good money to clean a toilet. So, when you take your C.V. to land-based employers, they might question your skill set.” Despite the stresses of yachting work, Rayson said, “a lot of them struggle with integration into land-based life, because they have all their bills paid for them, so they dont pay for food. They dont pay for rent. Its a huge shock.”
It doesnt take long at sea to learn that nothing is too rich to rust. The ocean air tarnishes metal ten times as fast as on land; saltwater infiltrates from below. Left untouched, a single corroding ulcer will puncture tanks, seize a motor, even collapse a hull. There are tricks, of course—shield sensitive parts with resin, have your staff buff away blemishes—but you can insulate a machine from its surroundings for only so long.
Hang around the superyacht world for a while and you see the metaphor everywhere. Four months after Putins invasion of Ukraine, the war had eaten a hole in his myths of competence. The Western campaign to isolate him and his oligarchs was proving more durable than most had predicted. Even if the seizures of yachts were mired in legal disputes, Finley, the former C.I.A. officer, saw them as a vital “pressure point.” She said, “The oligarchs supported Putin because he provided stable authoritarianism, and he can no longer guarantee that stability. And thats when you start to have cracks.”
For all its profits from Russian clients, the yachting industry was unsentimental. Brokers stripped photos of Russian yachts from their Web sites; Lürssen, the German builder, sent questionnaires to clients asking who, exactly, they were. Business was roaring, and, if some Russians were cast out of the have-yachts, other buyers would replace them.
On a cloudless morning in Viareggio, a Tuscan town that builds almost a fifth of the worlds superyachts, a family of first-time owners from Tel Aviv made the final, fraught preparations. Down by the docks, their new boat was suspended above the water on slings, ready to be lowered for its official launch. The scene was set for a ceremony: white flags in the wind, a plexiglass lectern. It felt like the obverse of the dockside scrum at the Palm Beach show; by this point in the buying process, nobody was getting vetted through binoculars. Waitresses handed out glasses of wine. The yacht venders were in suits, but the new owners were in upscale Euro casual: untucked linen, tight jeans, twelve-hundred-dollar Prada sneakers. The family declined to speak to me (and the company declined to identify them). They had come asking for a smaller boat, but the sales staff had talked them up to a hundred and eleven feet. The Victorians would have been impressed.
The C.E.O. of Azimut Benetti, Marco Valle, was in a buoyant mood. “Sun. Breeze. Perfect day to launch a boat, right?” he told the owners. He applauded them for taking the “first step up the big staircase.” The selling of the next vessel had already begun.
Hanging aloft, their yacht looked like an artifact in the making; it was easy to imagine a future civilization sifting the sediment and discovering that an earlier society had engaged in a building spree of sumptuous arks, with accommodations for dozens of servants but only a few lucky passengers, plus the occasional Pomeranian.
We approached the hull, where a bottle of spumante hung from a ribbon in Italian colors. Two members of the family pulled back the bottle and slung it against the yacht. It bounced off and failed to shatter. “Oh, thats bad luck,” a woman murmured beside me. Tales of that unhappy omen abound. In one memorable case, the bottle failed to break on Zaca, a schooner that belonged to Errol Flynn. In the years that followed, the crew mutinied and the boat sank; after being re-floated, it became the setting for Flynns descent into cocaine, alcohol, orgies, and drug smuggling. When Flynn died, new owners brought in an archdeacon for an onboard exorcism.
In the present case, the bottle broke on the second hit, and confetti rained down. As the family crowded around their yacht for photos, I asked Valle, the C.E.O., about the shortage of new boats. “Twenty-six years Ive been in the nautical business—never been like this,” he said. He couldnt hire enough welders and carpenters. “I dont know for how long it will last, but well try to get the profits right now.”
Whatever comes, the white-boat world is preparing to insure future profits, too. In recent years, big builders and brokers have sponsored a rebranding campaign dedicated to “improving the perception of superyachting.” (Among its recommendations: fewer ads with girls in bikinis and high heels.) The goal is partly to defuse #EatTheRich, but mostly it is to soothe skittish buyers. Even the dramatic increase in yacht ownership has not kept up with forecasts of the global growth in billionaires—a disparity that represents the “one dark cloud we can see on the horizon,” as Øino, the naval architect, said during an industry talk in Norway. He warned his colleagues that they needed to reach those “potential yacht owners who, for some reason, have decided not to step up to the plate.”
But, to a certain kind of yacht buyer, even aggressive scrutiny can feel like an advertisement—a reminder that, with enough access and cash, you can ride out almost any storm. In April, weeks after the fugitive Motor Yacht A went silent, it was rediscovered in physical form, buffed to a shine and moored along a creek in the United Arab Emirates. The owner, Melnichenko, had been sanctioned by the E.U., Switzerland, Australia, and the U.K. Yet the Emirates had rejected requests to join those sanctions and had become a favored wartime haven for Russian money. Motor Yacht A was once again arrayed in almost plain sight, like semaphore flags in the wind. ♦
&emsp;
&emsp;
---
`$= dv.el('center', 'Source: ' + dv.current().Link + ', ' + dv.current().Date.toLocaleString("fr-FR"))`

@ -12,7 +12,7 @@ CollapseMetaTable: Yes
---
Parent:: [[@News|News]]
Read:: No
Read:: [[2022-07-27]]
---

@ -73,7 +73,7 @@ Repository of Tasks & To-dos regarding life style.
&emsp;
- [ ] :swimming_man: [[@Lifestyle]]: Re-start swimming 📅 2022-07-30
- [x] :swimming_man: [[@Lifestyle]]: Re-start swimming 📅 2022-07-30 ✅ 2022-07-24
- [x] :horse_racing: [[@Lifestyle]]: Re-start [[@Lifestyle#polo|Polo]] 📅 2022-07-30 ✅ 2022-07-17
- [ ] 🎵 [[@Lifestyle]]: Continue building [[@Lifestyle#Music Library|Music Library]] 📅 2022-09-30

@ -85,7 +85,8 @@ This section on different household obligations.
- [x] [[Household]]: *Paper* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-02-15 ✅ 2022-02-14
- [x] [[Household]]: *Paper* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-02-01 ✅ 2022-01-31
- [x] [[Household]]: *Paper* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-01-18 ✅ 2022-01-17
- [ ] ♻ [[Household]]: *Cardboard* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-07-26
- [ ] ♻ [[Household]]: *Cardboard* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-08-09
- [x] ♻ [[Household]]: *Cardboard* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-07-26 ✅ 2022-07-25
- [x] ♻ [[Household]]: *Cardboard* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-07-12 ✅ 2022-07-10
- [x] ♻ [[Household]]: *Cardboard* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-06-28 ✅ 2022-06-27
- [x] ♻ [[Household]]: *Cardboard* recycling collection 🔁 every 2 weeks on Tuesday 📅 2022-06-14 ✅ 2022-06-10
@ -106,7 +107,8 @@ This section on different household obligations.
- [ ] 🛎 🛍 REMINDER [[Household]]: Monthly shop in France 🔁 every month on the last Saturday 🛫 2022-07-04 📅 2022-07-30
- [x] 🛎 🛍 REMINDER [[Household]]: Monthly shop in France 🔁 every month on the last Saturday 🛫 2022-05-30 📅 2022-06-25 ✅ 2022-06-24
- [ ] 🛎 🧻 REMINDER [[Household]]: check need for toilet paper 🔁 every week 📅 2022-07-25
- [ ] 🛎 🧻 REMINDER [[Household]]: check need for toilet paper 🔁 every week 📅 2022-08-01
- [x] 🛎 🧻 REMINDER [[Household]]: check need for toilet paper 🔁 every week 📅 2022-07-25 ✅ 2022-07-23
- [x] 🛎 🧻 REMINDER [[Household]]: check need for toilet paper 🔁 every week 📅 2022-07-18 ✅ 2022-07-15
- [x] 🛎 🧻 REMINDER [[Household]]: check need for toilet paper 🔁 every week 📅 2022-07-11 ✅ 2022-07-10
- [x] 🛎 🧻 REMINDER [[Household]]: check need for toilet paper 🔁 every week 📅 2022-07-04 ✅ 2022-07-02

@ -237,7 +237,8 @@ sudo bash /etc/addip4ban/addip4ban.sh
#### Ban List Tasks
- [ ] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-07-23
- [ ] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-07-30
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-07-23 ✅ 2022-07-22
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-07-16 ✅ 2022-07-15
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-07-09 ✅ 2022-07-08
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-07-02 ✅ 2022-07-03
@ -256,7 +257,8 @@ sudo bash /etc/addip4ban/addip4ban.sh
- [x] [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-04-02 ✅ 2022-04-02
- [x] [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-03-26 ✅ 2022-03-26
- [x] [[Selfhosting]], [[Configuring UFW|Firewall]] Get IP addresses caught by Postfix 🔁 every week on Saturday 📅 2022-03-19 ✅ 2022-03-18
- [ ] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]]: Update the Blocked IP list 🔁 every month on Saturday 📅 2022-07-23
- [ ] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]]: Update the Blocked IP list 🔁 every month on Saturday 📅 2022-07-30
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]]: Update the Blocked IP list 🔁 every month on Saturday 📅 2022-07-23 ✅ 2022-07-22
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]]: Update the Blocked IP list 🔁 every month on Saturday 📅 2022-07-16 ✅ 2022-07-15
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]]: Update the Blocked IP list 🔁 every month on Saturday 📅 2022-07-09 ✅ 2022-07-08
- [x] 🖥 [[Selfhosting]], [[Configuring UFW|Firewall]]: Update the Blocked IP list 🔁 every month on Saturday 📅 2022-07-02 ✅ 2022-07-03

@ -72,7 +72,8 @@ All tasks and to-dos Crypto-related.
[[#^Top|TOP]]
&emsp;
- [ ] 💰[[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-07-22
- [ ] 💰[[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-07-29
- [x] 💰[[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-07-22 ✅ 2022-07-22
- [x] 💰[[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-07-15 ✅ 2022-07-15
- [x] 💰[[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-07-08 ✅ 2022-07-09
- [x] 💰[[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-07-01 ✅ 2022-07-01

@ -72,7 +72,8 @@ Note summarising all tasks and to-dos for Listed Equity investments.
[[#^Top|TOP]]
&emsp;
- [ ] 💰[[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-07-22
- [ ] 💰[[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-07-29
- [x] 💰[[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-07-22 ✅ 2022-07-22
- [x] 💰[[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-07-15 ✅ 2022-07-15
- [x] 💰[[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-07-08 ✅ 2022-07-09
- [x] 💰[[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-07-01 ✅ 2022-07-01

@ -72,7 +72,8 @@ Tasks and to-dos for VC investments.
[[#^Top|TOP]]
&emsp;
- [ ] 💰[[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-07-22
- [ ] 💰[[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-07-29
- [x] 💰[[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-07-22 ✅ 2022-07-22
- [x] 💰[[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-07-15 ✅ 2022-07-15
- [x] 💰[[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-07-08 ✅ 2022-07-09
- [x] 💰[[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-07-01 ✅ 2022-07-01

Loading…
Cancel
Save