vault backup: 2024-08-14 16:26:58

This commit is contained in:
2024-08-14 16:26:58 -05:00
parent 649137ced6
commit 1f057109ac
221 changed files with 17428 additions and 74 deletions

3
.obsidian/backlink.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"backlinkInDocument": true
}

View File

@@ -1,5 +1,8 @@
[ [
"obsidian-git", "obsidian-git",
"obsidian-importer", "obsidian-importer",
"numerals" "numerals",
"nldates-obsidian",
"calendar",
"obsidian-linter"
] ]

View File

@@ -3,11 +3,11 @@
"global-search": true, "global-search": true,
"switcher": true, "switcher": true,
"graph": true, "graph": true,
"backlink": true, "backlink": false,
"canvas": true, "canvas": true,
"outgoing-link": true, "outgoing-link": true,
"tag-pane": true, "tag-pane": true,
"properties": false, "properties": true,
"page-preview": true, "page-preview": true,
"daily-notes": true, "daily-notes": true,
"templates": true, "templates": true,
@@ -21,7 +21,7 @@
"random-note": false, "random-note": false,
"outline": true, "outline": true,
"word-count": true, "word-count": true,
"slides": false, "slides": true,
"audio-recorder": false, "audio-recorder": false,
"workspaces": false, "workspaces": false,
"file-recovery": true, "file-recovery": true,

View File

@@ -3,10 +3,10 @@
"global-search", "global-search",
"switcher", "switcher",
"graph", "graph",
"backlink",
"canvas", "canvas",
"outgoing-link", "outgoing-link",
"tag-pane", "tag-pane",
"properties",
"page-preview", "page-preview",
"daily-notes", "daily-notes",
"templates", "templates",
@@ -16,5 +16,6 @@
"bookmarks", "bookmarks",
"outline", "outline",
"word-count", "word-count",
"slides",
"file-recovery" "file-recovery"
] ]

View File

@@ -1,5 +1,5 @@
{ {
"format": "YYYY-MM-DD (dddd)", "format": "YYYY-MM-DD (dddd)",
"autorun": true, "autorun": true,
"folder": "Work/Daily Log" "folder": "/"
} }

View File

@@ -17,10 +17,6 @@
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 250, "linkDistance": 250,
<<<<<<< HEAD "scale": 0.25883865621816327,
"scale": 0.3628873693012147,
=======
"scale": 0.36288736930121507,
>>>>>>> origin/main
"close": false "close": false
} }

10
.obsidian/plugins/calendar/data.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"shouldConfirmBeforeCreate": true,
"weekStart": "locale",
"wordsPerDot": 250,
"showWeeklyNote": false,
"weeklyNoteFormat": "",
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}

4457
.obsidian/plugins/calendar/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
{
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.10",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.9.11"
}

View File

@@ -0,0 +1,12 @@
{
"autosuggestToggleLink": true,
"autocompleteTriggerPhrase": "@",
"isAutosuggestEnabled": true,
"format": "YYYY-MM-DD (dddd)",
"timeFormat": "HH:mm",
"separator": " ",
"weekStart": "locale-default",
"modalToggleTime": false,
"modalToggleLink": false,
"modalMomentFormat": "YYYY-MM-DD HH:mm"
}

9560
.obsidian/plugins/nldates-obsidian/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "nldates-obsidian",
"name": "Natural Language Dates",
"description": "Create date-links based on natural language",
"version": "0.6.2",
"author": "Argentina Ortega Sainz",
"authorUrl": "https://argentinaos.com/",
"isDesktopOnly": false,
"minAppVersion": "1.0.0"
}

View File

@@ -50,7 +50,9 @@
}, },
"textColorCss": "var(--text-muted)", "textColorCss": "var(--text-muted)",
"ignoreWhitespace": false, "ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5 "gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
}, },
"autoCommitMessage": "vault backup: {{date}}" "autoCommitMessage": "vault backup: {{date}}"
} }

View File

@@ -0,0 +1,22 @@
{
"ruleConfigs": {},
"lintOnSave": false,
"recordLintOnSaveLogs": false,
"displayChanged": true,
"lintOnFileChange": false,
"displayLintOnFileChangeNotice": false,
"settingsConvertedToConfigKeyValues": true,
"foldersToIgnore": [],
"filesToIgnore": [],
"linterLocale": "system-default",
"logLevel": "ERROR",
"lintCommands": [],
"customRegexes": [],
"commonStyles": {
"aliasArrayStyle": "single-line",
"tagArrayStyle": "single-line",
"minimumNumberOfDollarSignsToBeAMathBlock": 2,
"escapeCharacter": "\"",
"removeUnnecessaryEscapeCharsForMultiLineArrays": false
}
}

2917
.obsidian/plugins/obsidian-linter/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-linter",
"name": "Linter",
"version": "1.25.0",
"minAppVersion": "1.5.7",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao",
"authorUrl": "https://github.com/platers",
"helpUrl": "https://platers.github.io/obsidian-linter/",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,244 @@
/**
* Based on https://github.com/Fevol/obsidian-translate/blob/master/src/ui/translator-components/SettingsPage.svelte
*/
.linter-navigation-item {
cursor: pointer;
border-radius: 100px;
border: 1px solid var(--background-modifier-border);
border-radius: 8px 8px 2px 2px;
font-weight: bold;
font-size: 16px;
display: flex;
flex-direction: row;
white-space: nowrap;
padding: 4px 6px;
align-items: center;
gap: 4px;
overflow: hidden;
background-color: var(--background-primary-secondary-alt);
transition: color 0.25s ease-in-out,
padding 0.25s ease-in-out,
background-color 0.35s cubic-bezier(0.45, 0.25, 0.83, 0.67),
max-width 0.35s cubic-bezier(0.57, 0.04, 0.58, 1);
height: 32px;
}
@media screen and (max-width: 1325px) {
.linter-navigation-item.linter-desktop {
max-width: 32px;
}
}
@media screen and (max-width: 800px) {
.linter-navigation-item.linter-mobile {
max-width: 32px;
}
}
.linter-navigation-item-icon {
padding-top: 5px;
}
.linter-navigation-item:hover {
border-color: var(--interactive-accent-hover);
border-bottom: 0px;
}
.linter-navigation-item-selected {
background-color: var(--interactive-accent) !important;
color: var(--text-on-accent);
padding: 4px 9px !important;
max-width: 100% !important;
border: 1px solid var(--background-modifier-border);
border-radius: 8px 8px 2px 2px;
border-bottom: 0px;
transition: color 0.25s ease-in-out,
padding 0.25s ease-in-out,
background-color 0.35s cubic-bezier(0.45, 0.25, 0.83, 0.67),
max-width 0.45s cubic-bezier(0.57, 0.04, 0.58, 1) 0.2s;
}
/**
* Based on https://github.com/phibr0/obsidian-commander/blob/main/src/styles.scss
*/
.linter {
transition: transform 400ms 0s;
}
.linter-setting-title {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 30px;
}
.linter-setting-title.linter-mobile {
justify-content: space-around;
}
.linter-setting-title h1 {
font-weight: 900;
margin-top: 6px;
margin-bottom: 12px;
}
.linter-setting-header {
margin-bottom: 24px;
overflow-y: hidden;
overflow-x: auto;
}
.linter-setting-header .linter-setting-tab-group {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
width: 100%;
}
.linter-setting-tab-group {
margin-top: 6px;
padding-left: 2px;
padding-right: 2px;
border-bottom: 2px solid var(--background-modifier-border);
}
.linter-setting-header .linter-tab-settings {
padding: 6px 12px;
font-weight: 600;
cursor: pointer;
white-space: nowrap;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
.linter-setting-header .linter-tab-settings:first-child {
margin-left: 6px;
}
.linter-setting-header .linter-tab-settings.linter-tab-settings-active {
border-bottom: 2px solid var(--background-primary);
transform: translateY(2px);
border-radius: 2px;
border-left: 2px solid var(--background-modifier-border);
border-top: 2px solid var(--background-modifier-border);
border-right: 2px solid var(--background-modifier-border);
}
/** Hide linter element css
* Based on https://zellwk.com/blog/hide-content-accessibly/
*/
.linter-navigation-item:not(.linter-navigation-item-selected) > span:nth-child(2),
.linter-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
clip-path: rect(0 0 0 0);
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
}
/**
* Full-width text areas
* Based on https://github.com/nyable/obsidian-code-block-enhancer/blob/bb0c636c1e7609b6d26c48a8d7ca15d5cd9abdcf/src/styles/index.scss
*/
textarea.full-width {
width: 100%;
min-height: 10em;
margin-top: 0.8em;
margin-bottom: 0.8em;
}
.full-width-textbox-input-wrapper {
position: relative;
}
.settings-copy-button {
position: absolute;
top: 0.8em;
right: 0.8em;
margin: 0 0 0 auto;
padding: 4px;
}
.settings-copy-button svg.linter-clipboard path {
fill: var(--text-faint);
}
.settings-copy-button svg.linter-success path {
fill: var(--interactive-success);
}
.settings-copy-button:hover, .settings-copy-button:active {
cursor: pointer;
}
.settings-copy-button:hover svg path, .settings-copy-button:active svg path {
fill: var(--text-accent-hover);
transition: all ease 0.3s;
}
.settings-copy-button:focus {
outline: 0;
}
/**
* Custom regex replacement
*/
.linter-custom-regex-replacement-container div:last-child {
border: none;
}
.linter-custom-regex-replacement {
margin-bottom: 15px;
border: none;
border-bottom: var(--hr-thickness) solid;
border-color: var(--hr-color);
}
.linter-custom-regex-replacement-row2 {
flex-wrap: wrap;
}
.linter-custom-regex-replacement-normal-input {
width: 40%;
}
.linter-custom-regex-replacement-flags {
width: 15%;
}
.linter-custom-regex-replacement-label {
flex-direction: row-reverse;
}
.linter-custom-regex-replacement-label-input {
width: 50%;
}
/**
* Files to ignore
*/
.linter-files-to-ignore-container div:last-child {
border: none;
}
.linter-files-to-ignore {
margin-bottom: 15px;
border: none;
border-bottom: var(--hr-thickness) solid;
border-color: var(--hr-color);
}
.linter-files-to-ignore-normal-input {
width: 40%;
}
.linter-files-to-ignore-flags {
width: 15%;
}
/**
* Setting item no border
*/
.linter-no-border {
border: none;
}
/**
* Custom row
*/
.custom-row-description {
margin-top: 0px;
}

View File

@@ -11,10 +11,22 @@
"id": "d9b32ed784739835", "id": "d9b32ed784739835",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "diff-view",
"state": { "state": {
"file": "Work/Daily Log/2024-08-14 (Wednesday).md", "file": "Work/Daily Log/2024-08-14 (Wednesday).md",
"staged": false
}
}
},
{
"id": "fdae83f62fe9f68a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "source", "mode": "source",
"backlinks": true,
"source": false "source": false
} }
} }
@@ -85,7 +97,6 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Work/Daily Log/2024-08-14 (Wednesday).md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -102,7 +113,6 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Work/Daily Log/2024-08-14 (Wednesday).md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": false "unlinkedCollapsed": false
} }
@@ -124,16 +134,23 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": {}
}
},
{
"id": "e97c6f1864abb7d2",
"type": "leaf",
"state": { "state": {
"file": "Work/Daily Log/2024-08-14 (Wednesday).md" "type": "git-view",
"state": {}
} }
} }
} ],
] "currentTab": 4
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 380.5 "width": 807.5
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@@ -146,45 +163,44 @@
"obsidian-importer:Open Importer": false "obsidian-importer:Open Importer": false
} }
}, },
"active": "d9b32ed784739835", "active": "e97c6f1864abb7d2",
"lastOpenFiles": [ "lastOpenFiles": [
"Quick Notes/Truck notes.md",
"Work/Daily Log/2024-08-14 (Wednesday).md", "Work/Daily Log/2024-08-14 (Wednesday).md",
"Quick Notes/Tow of Ranger.md", "Work/Daily Log",
"Quick Notes/Things to appreciate about Grace.md", "Quick Notes/Truck notes.md",
"Home/Shades to sell.md", "conflict-files-obsidian-git.md",
"Quick Notes/Notes on Brock's YouTube channel messages regarding the Lord's Supper.md", "Work/Payments Team.md",
"Quick Notes/Nightstand 26 by 17 by 26.md", "Work/New Platform Alerting.md",
"Church/Prayer meeting notes/Jeremy Bassett, Burundi work prayer requests.md", "Work/MarTech Team.md",
"Quick Notes/Possible next five aspects study guys.md", "Work/Commerce Team.md",
"Shopping/Aldi.md", "Work/Business Solutions Group.md",
"Quick Notes/Countries I've visited.md", "Work/Business Enablement Team.md",
"Recipes/Brisket.md", "People/Toby Steele.md",
"Bible Study/Messages/Messages ideas for 9292019.md", "People/Ricardo Blanco.md",
"Church/Next book club.md", "People/Randall Knutson.md",
"Shopping/Jozwick Sams list.md", "People/Oscar Martin.md",
"Quick Notes/Songs.md", "People/Nic Hoza.md",
"Quick Notes/Small group ideas 2015.md", "People/Nolan Stidham.md",
"Quick Notes/Q for Anthony.md", "People/Nate Merritt.md",
"Quick Notes/Pros and cons of moving to Kansas.md", "People/Natalie Winburn.md",
"Quick Notes/Scores.md", "People/Mitch Snyder.md",
"Quick Notes/Sunday school songs.md", "People/Mitch Myers.md",
"Quick Notes/Text to Joel.md", "People/Mike Haines.md",
"Quick Notes/Todo.md", "People/Michael Fisher.md",
"Shopping/Shopping list.md", "People/Kate Neale.md",
"Shopping/Sams.md", "People/Josh Grantham.md",
"Church/Prayer meeting notes/Prayer requests.md", "People/Joe Caun.md",
"People/Edgar Martinez.md",
"People",
"Shopping", "Shopping",
"Personal", "Personal",
"Home", "Home",
"Work/Daily Log",
"Work/2024-08-05 Duplicate billing profile bug hunting (BEN-1564).canvas", "Work/2024-08-05 Duplicate billing profile bug hunting (BEN-1564).canvas",
"Church/Prayer meeting notes", "Church/Prayer meeting notes",
"Bible Study/Romans", "Bible Study/Romans",
"Bible Study/Psalms", "Bible Study/Psalms",
"Bible Study/Hebrews", "Bible Study/Hebrews",
"Bible Study/Galatians", "Bible Study/Galatians",
"Bible Study/1 Thessalonians",
"_Attachments/Exported image 20240808113933-0.gif", "_Attachments/Exported image 20240808113933-0.gif",
"_Attachments/Exported image 20240808113924-0.png", "_Attachments/Exported image 20240808113924-0.png",
"_Attachments/Exported image 20240808113917-0 1.jpeg", "_Attachments/Exported image 20240808113917-0 1.jpeg",

1
.obsidian/workspaces.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

3
.obsidian/zk-prefixer.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"folder": "/"
}

View File

@@ -6,4 +6,4 @@ Started working on bug causing duplicate billing profiles to be created from Sal
Discussed the path forward for order-level discounts and determining which resources they apply to with Ezekiel and Kyle. We agreed on not trusting the Titles&Terms spreadsheet, but giving the royalties team the tooling to accomplish this without making the decision as the dev team on which data source to trust. This puts that responsibility where it belongs (with the royalties team) and not with us, where we are poorly suited to make that decision or take responsibility for the outcome. Discussed the path forward for order-level discounts and determining which resources they apply to with Ezekiel and Kyle. We agreed on not trusting the Titles&Terms spreadsheet, but giving the royalties team the tooling to accomplish this without making the decision as the dev team on which data source to trust. This puts that responsibility where it belongs (with the royalties team) and not with us, where we are poorly suited to make that decision or take responsibility for the outcome.
Nate Merritt told me he is leaving Logos and going to [BiblioNexus]([Open Source Software for Bible Translation (biblionexus.org)](https://biblionexus.org/)). This is a big blow to Logos and the Business Solutions Group in general. Ricardo wants me to be the new tech lead for Commerce. I'm willing, but tentative about doing it. I can't fill Nate's shoes, for sure. [[Nate Merritt]] told me he is leaving Logos and going to [BiblioNexus]([Open Source Software for Bible Translation (biblionexus.org)](https://biblionexus.org/)). This is a big blow to Logos and the [[Business Solutions Group]] in general. Ricardo wants me to be the new tech lead for Commerce. I'm willing, but tentative about doing it. I can't fill Nate's shoes, for sure.

View File

@@ -1,6 +1,6 @@
#logos #logos
Nate Merritt announced he's leaving Logos today. I talked to my team about potentially becoming the tech lead for Commerce and the need for leadership for the Business Enablement team. Kyle and Ezekiel both are willing. [[Nate Merritt]] announced he's leaving Logos today. I talked to my team about potentially becoming the tech lead for Commerce and the need for leadership for the Business Enablement team. Kyle and Ezekiel both are willing.
Our internet went out pretty early in the day. I need to reschedule 1:1s with Kyle and Ezekiel tomorrow. Our internet went out pretty early in the day. I need to reschedule 1:1s with Kyle and Ezekiel tomorrow.

View File

@@ -2,7 +2,7 @@
Internet was out for most of the day, so I worked from the dining room table so that my phone had a good enough reception to do my hotspot. It doesn't work well in the basement. I'm guessing it's because the reception isn't as good. Internet was out for most of the day, so I worked from the dining room table so that my phone had a good enough reception to do my hotspot. It doesn't work well in the basement. I'm guessing it's because the reception isn't as good.
Met with Nate today about possibly taking over the commerce team tech lead position with him leaving for BiblioNexus. Sounds like I could do it. It wouldn't be much different than leading the BEN team. But, even though I'm not the one who would fill this role, the biggest hole he's leaving is the staff engineer position and his historical knowledge. Met with Nate today about possibly taking over the [[commerce team]] tech lead position with him leaving for BiblioNexus. Sounds like I could do it. It wouldn't be much different than leading the BEN team. But, even though I'm not the one who would fill this role, the biggest hole he's leaving is the staff engineer position and his historical knowledge.
Deployed the fix for the salesforce person account integration test fixture that was causing duplicate billing profiles sometimes. Deployed the fix for the salesforce person account integration test fixture that was causing duplicate billing profiles sometimes.

View File

@@ -1,9 +1,9 @@
#logos #logos
## [[Enterprise subscriptions meeting]] ## [[Enterprise subscriptions meeting]]
#joe-caun #nic-hoza #nate-merritt #ricardo-blanco #michael-fisher #randall-knutson [[Nate Merritt]] [[Joe Caun]] [[Ricardo Blanco]] [[Michael Fisher]] [[Randall Knutson]] [[Nic Hoza]]
Nic Hoza knows most of what's going on here. Basic desire for users: [[Nic Hoza]] knows most of what's going on here. Basic desire for users:
1. To see the subscriptions they have through their church or school 1. To see the subscriptions they have through their church or school
1. Current usage of bulk license distribution doesn't show anything to an individual user (they just get the license access) 1. Current usage of bulk license distribution doesn't show anything to an individual user (they just get the license access)
2. Using bulk-license-delivering subscriptions still doesn't show the user this subscription since it belongs to the group 2. Using bulk-license-delivering subscriptions still doesn't show the user this subscription since it belongs to the group

8
2024-08-12 (Monday).md Normal file
View File

@@ -0,0 +1,8 @@
## Launch Readiness Meeting
We reviewed the cases for epics from the last launch to see what was still needed for this launch. Kate Neale will make new cases from the ones we still need to do. Many cases were no longer needed.
## BSG on-call retrospective meeting
We decided to do nothing at the moment to address duplicate graylog error messages alerts. There's no perfect way of fixing them for now. Nic suggested that everyone on call pro-actively think about better alerting schemas for graylog error alerts where we could downgrade the log message level from error so that it no longer alerts and the replacement alerting takes care of it.
## Royalty Column Type Change
We accidentally created the AdjustedSalesAmount and PreAdjustedRoyaltyAmount columns with mismatching types to their sister SalesAmount and AdjustedRoyaltyAmount columns. So, I changed their types today. Since these columns are not in use yet, I just dropped them and recreated them.

9
2024-08-13 (Tuesday).md Normal file
View File

@@ -0,0 +1,9 @@
Update Celigo flow to create/update address from Logos to BigCommerce with a lot of error checking and additional validation against [BC's geography API]([Geography | BigCommerce Dev Center](https://developer.bigcommerce.com/docs/rest-management/geography)) to make sure the Logos address' country and state are present in BC's data sets too.
## Kyle 1:1
Talked about Kyle's desire to start migrating BusinessDesk to React and getting lots of pushback from Bradley Grainger. He's very emotionally mature and, while frustrated, understands that there may be more things at play (like burns from past react projects) that Bradley is reacting to.
## Hugo 1:1
Justin has agreed to be the new tech lead for the BEN team. Hugo will do 1:1s and project management, which Justin does not enjoy at all. I'm glad for this and surprised. I think it will be a good chance for Justin to grow.
Ricardo wants me to manage the "platform readiness" for launch. Ugh. [[Nate Merritt]] did this before and I have no experience doing it. I guess there's a first time for everything.

1
2024-08-16 (Friday).md Normal file
View File

@@ -0,0 +1 @@
[[Nate Merritt]]'s last day at Logos.

1
2024-08-23 (Friday).md Normal file
View File

@@ -0,0 +1 @@

View File

@@ -16,13 +16,11 @@ Learning to handle emotions
3. Psalm 66:16Come and hear, all who fear God, And I will tell of what He has done for my soul. 3. Psalm 66:16Come and hear, all who fear God, And I will tell of what He has done for my soul.
5. Some of the story of Ada's death 5. Some of the story of Ada's death
1. Three years ago on March 19th 1. Three years ago on March 19th
2. Born at 32 weeks and died 10 hours later 2. Born at 32 weeks and died 10 hours later
3. Sorrow we had never known before 3. Sorrow we had never known before
6. How we read the Psalms afterward 6. How we read the Psalms afterward
7. What we noticed as we read 7. What we noticed as we read
1. Emotions freely and frankly expressed 1. Emotions freely and frankly expressed
2. Character of God clearly described 2. Character of God clearly described
3. Comfort came a result 3. Comfort came a result

View File

@@ -0,0 +1,3 @@
https://www.howtogeek.com/119825/whats-the-difference-between-lenovos-many-laptop-models/
Good descriptions of the various models of Lenovo laptops.

1
People/Caleb Nelson.md Normal file
View File

@@ -0,0 +1 @@
Team lead for the [[MarTech Team]]

1
People/Edgar Martinez.md Normal file
View File

@@ -0,0 +1 @@
On Commerce team.

1
People/Joe Caun.md Normal file
View File

@@ -0,0 +1 @@
Co-worker at Logos, PM for academic team.

1
People/Kate Neale.md Normal file
View File

@@ -0,0 +1 @@
Project manager for [[Commerce team]], [[Payments team]] and [[MarTech team]].

1
People/Michael Fisher.md Normal file
View File

@@ -0,0 +1 @@
Co-worker at Logos, project manager for Commerce and Pay teams.

1
People/Mitch Myers.md Normal file
View File

@@ -0,0 +1 @@
On Commerce team

0
People/Mitch Snyder.md Normal file
View File

View File

3
People/Nate Merritt.md Normal file
View File

@@ -0,0 +1,3 @@
Co-worker at Logos
Left for BiblioNexus in August 2024, last day was [[2024-08-16 (Friday)]]

1
People/Nic Hoza.md Normal file
View File

@@ -0,0 +1 @@
Co-worker at Logos, tech lead for the [[Payments Team]] in the [[Business Solutions Group]]

1
People/Nolan Stidham.md Normal file
View File

@@ -0,0 +1 @@
On Commerce team

1
People/Oscar Martin.md Normal file
View File

@@ -0,0 +1 @@
On Commerce team

View File

@@ -0,0 +1 @@
Senior dev lead for the academic team

1
People/Ricardo Blanco.md Normal file
View File

@@ -0,0 +1 @@
Co-worker at Logos, my boss, manager of the Business Solutions dev group

0
People/Toby Steele.md Normal file
View File

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
Team that formed out of the Salesforce feature team, came to manage things like Business Desk, Salesforce integration, Royalties and several other code bases related to service internal "customers".

View File

@@ -0,0 +1 @@
Dev group at Logos that includes the [[Business Enablement Team]], [[MarTech Team]], [[Commerce Team]] and [[Payments Team]].

1
Work/Commerce Team.md Normal file
View File

@@ -0,0 +1 @@
Team I lead that [[Nate Merritt]] used to lead. I'm taking over the tech lead position with [[Nate Merritt]] leaving Logos.

View File

@@ -9,7 +9,7 @@ Re-platforming efforts:
6. Celigo for data moving, system integration 6. Celigo for data moving, system integration
## Algolia ## Algolia
According to Nate Merritt, it's pretty much a disaster. It's "working", but one of the major features we had to keep was the ownership search where users can filter out or in products they already own. Algolia can't handle the thousands of products that users own despite what they said some solutions would be at the beginning of discovery. According to [[Nate Merritt]], it's pretty much a disaster. It's "working", but one of the major features we had to keep was the ownership search where users can filter out or in products they already own. Algolia can't handle the thousands of products that users own despite what they said some solutions would be at the beginning of discovery.
## BigCommerce ## BigCommerce
I think this is a major disaster. Almost none of the "just works" plugins work (search, pricing, taxes). We're going to have to reach into our APIs to do dynamic pricing, discounting, taxes, etc. I think this is a major disaster. Almost none of the "just works" plugins work (search, pricing, taxes). We're going to have to reach into our APIs to do dynamic pricing, discounting, taxes, etc.

1
Work/MarTech Team.md Normal file
View File

@@ -0,0 +1 @@
Team led by [[Caleb Nelson]] that does mostly front-end work for logos.com, manages our Wordpress blogs, etc.

View File

@@ -0,0 +1,22 @@
2024-08-14
#logos #vercel #bigcommerce #celigo #replatform #oncall #alerting
With the replatform work, we have several new systems for which the [[Business Solutions Group]] on-call rotation will need to eventually be responsible.
## New Systems with Alerting Needs
Alerting should probably happen for:
1. The new.logos.com site hosted by Vercel
2. Celigo data flows when integration fails
3. BigCommerce order and payment processing failures
## Ideas
Nate suggested a couple of things I agree with.
### Only low-priority at first
Only low-priority alerting at first for all replatforming things. Justification: the initial rollout will be pretty minimal and won't serve a lot of customers or orders. It shouldn't alert anyone off-hours to fix anything.
### Separate on-call rotation at first
Have a separate on-call rotation for only replatforming things at first. They can:
1. Refine alerting before we turn on any high-priority alerts
2. Train the rest of the rotation before we merge the two rotations on replatform things

1
Work/Payments Team.md Normal file
View File

@@ -0,0 +1 @@
Team lead is [[Nic Hoza]], manages most of the payments-related code for the [[Business Solutions Group]].

View File

@@ -1,6 +1,6 @@
#privateequity #covehill #privateequity #covehill #logos
My meeting with Nate yesterday triggered a few more thoughts on private equity and Cove Hill's ownership of Logos. My meeting with [[Nate Merritt]] yesterday triggered a few more thoughts on private equity and Cove Hill's ownership of Logos.
1. Their goal is, obviously, profit 1. Their goal is, obviously, profit
1. Moving to subscriptions shows a stronger revenue stream 1. Moving to subscriptions shows a stronger revenue stream

View File

@@ -1,12 +1,12 @@
| | | | | | | | | | | | | | | | | |
|---|---|---|---|---|---|---|---| | ------------------------------------ | ------ | ------------------------------------------------------- | ------ | ---------------------------------------------------------------------- | ------ | -------------------------------- | ------ |
|Accepting Rightpoint offer||||Staying at VML|||| | Accepting Rightpoint offer | | | | Staying at VML | | | |
|Pros|Weight|Cons|Weight|Pros|Weight|Cons|Weight| | Pros | Weight | Cons | Weight | Pros | Weight | Cons | Weight |
|Salary increase|8|New people to meet|5|Familiar processes|6|No pay increase|3| | Salary increase | 8 | New people to meet | 5 | Familiar processes | 6 | No pay increase | 3 |
|Lots of work|10|Unknown exact job requirements|6|Familiar, good people|10|Uncertain work load future|7| | Lots of work | 10 | Unknown exact job requirements | 6 | Familiar, good people | 10 | Uncertain work load future | 7 |
|Interesting colleagues|5|Less coding|5|Large company, probably solid|5|Un-inspiring boss|4| | Interesting colleagues | 5 | Less coding | 5 | Large company, probably solid | 5 | Un-inspiring boss | 4 |
|Grow in Episerver expertise|6|More client-facing|3|Potential to build Episerver practice and business|8|Liberal-minded company/employees|5| | Grow in Episerver expertise | 6 | More client-facing | 3 | Potential to build Episerver practice and business | 8 | Liberal-minded company/employees | 5 |
|Promotion--more authority, influence|5|More travel|8|Potentially more time to do side projects, especially in the near term|10||| | Promotion--more authority, influence | 5 | More travel | 8 | Potentially more time to do side projects, especially in the near term | 10 | | |
|||Lose contact with VMLers (probably…not definite though)|1||||| | | | Lose contact with VMLers (probably…not definite though) | 1 | | | | |
|||Switching insurance, 401k, etc|1||||| | | | Switching insurance, 401k, etc | 1 | | | | |
||34||29||39||18| | | 34 | | 29 | | 39 | | 18 |

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 KiB

Some files were not shown because too many files have changed in this diff Show More