Skip to content

Commit

Permalink
phone: shortcuts gcp command- pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwhiting committed Apr 6, 2024
1 parent 72f3fdf commit 8f0defa
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 29 deletions.
32 changes: 16 additions & 16 deletions .obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"recentFiles": [
{
"basename": "a-gentleman-in-moscow",
"path": "book-review/a-gentleman-in-moscow.md"
},
{
"basename": "microsoft-copilot-notes",
"path": "tech/microsoft-copilot-notes.md"
},
{
"basename": "timegpt-and-lag-llama-two-foundation-models-for-time-series-forecasting",
"path": "tech/timegpt-and-lag-llama-two-foundation-models-for-time-series-forecasting.md"
},
{
"basename": "new-post",
"path": "_templates/new-post.md"
},
{
"basename": "jacob-1-viewing-christ",
"path": "christianity/jacob-1-viewing-christ.md"
Expand Down Expand Up @@ -116,10 +132,6 @@
"basename": "chronos-time-series-foundation-model-by-amazon",
"path": "tech/chronos-time-series-foundation-model-by-amazon.md"
},
{
"basename": "timegpt-and-lag-llama-two-foundation-models-for-time-series-forecasting",
"path": "tech/timegpt-and-lag-llama-two-foundation-models-for-time-series-forecasting.md"
},
{
"basename": "ever-shifting-tides",
"path": "gratitude/ever-shifting-tides.md"
Expand Down Expand Up @@ -187,18 +199,6 @@
{
"basename": "infinite-suffering-of-everyone",
"path": "sacrament-symbols/infinite-suffering-of-everyone.md"
},
{
"basename": "2024-03-15",
"path": "goals/2024-03-15.md"
},
{
"basename": "the-happiest-man-on-earth",
"path": "book-review/the-happiest-man-on-earth.md"
},
{
"basename": "prayer-of-perspective",
"path": "creative/prayer-of-perspective.md"
}
],
"omittedPaths": [],
Expand Down
21 changes: 10 additions & 11 deletions .obsidian/workspace-mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "christianity/jacob-1-viewing-christ.md",
"file": "book-review/a-gentleman-in-moscow.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "christianity/jacob-1-viewing-christ.md",
"file": "book-review/a-gentleman-in-moscow.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -110,7 +110,7 @@
"state": {
"type": "outline",
"state": {
"file": "christianity/jacob-1-viewing-christ.md"
"file": "book-review/a-gentleman-in-moscow.md"
}
}
},
Expand All @@ -120,7 +120,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "christianity/jacob-1-viewing-christ.md",
"file": "book-review/a-gentleman-in-moscow.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -141,8 +141,13 @@
},
"active": "be767112276aa446",
"lastOpenFiles": [
"news/llms-need-to-call-functions.md",
"tech/microsoft-copilot-notes.md",
"img/screenshot-write-speech-from-doc.jpeg",
"tech/timegpt-and-lag-llama-two-foundation-models-for-time-series-forecasting.md",
"book-review/a-gentleman-in-moscow.md",
"_templates/new-post.md",
"christianity/jacob-1-viewing-christ.md",
"news/llms-need-to-call-functions.md",
"scriptures/jacob-1.8.md",
"book-review/brave-new-world.md",
"gratitude/mentors.md",
Expand All @@ -169,14 +174,8 @@
"sacrament-symbols/wearing-a-tie-reminds-me-of-the-noose-around-his-neck.md",
"scriptures/the-purifying-power-of-gethsemane.md",
"sacrament-symbols/the-messages-remind-me-of-his-message-after-his-resurrection.md",
"christianity/easter-the-most-important-holiday.md",
"gratitude/green-oasis.md",
"img/photo-nearby-green-hills.jpeg",
"goals/2024-03-30.md",
"book-review/heal-your-nervous-system.md",
"gratitude/bodyfulness.md",
"img/dalle-meditating-bodyfulness.jpeg",
"img/photo-fairy-house.jpeg",
"quotes",
"code/2024-02-02-libby.py",
"code",
Expand Down
5 changes: 4 additions & 1 deletion _templates/new-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ let fileNameSlug = title
if (folder === 'goals') {
slug = tp.date.now() + "-goals";
} else {
slug = await tp.system.prompt("Slug/Filename:", fileNameSlug)
// ask the user if they agree with the slug
// slug = await tp.system.prompt("Slug/Filename:", fileNameSlug)
// skip asking
slug = fileNameSlug
}
}

Expand Down
17 changes: 17 additions & 0 deletions book-review/a-gentleman-in-moscow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: A Gentleman in Moscow
date: 2024-04-05 20:19:37
created: 2024-04-05 20:19:37
categories:
- book-review
draft: false
author: Amor Towles
book-year: 2029
book-time: 18
date-start: 2024-04-05 20:19:37
date-finished: 2024-04-05 20:19:37
pct-complete:
---


![Gentleman in Moscow ](../img/book-a-gentleman-in-moscow.jpeg){.preview-image}
Binary file added img/book-a-gentleman-in-moscow.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshot-write-speech-from-doc.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions tech/microsoft-copilot-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: "Microsoft Copilot notes"
date: "2024-04-05 21:57:30"
created: "2024-04-05 21:57:30"
categories: tech
draft: false
---
Three copilots:

- copilot.Microsoft.com


[YouTube MS ignite](https://youtu.be/3Nb0FEe3kKw?si=Q8A2T101zA9pxx1B)

{{< video https://youtu.be/3Nb0FEe3kKw?si=Q8A2T101zA9pxx1B >}}

- uses RAG on the Microsoft graph
- Copilot can make a PowerPoint from a Doc
- TeamsKit
- plugins and graph connectors. Maybe plugin is right? Maybe graph connector is right.
- Not very useful PowerPoints unless tied to data
- LLMs are only as accurate as the data.


[YouTube create awesome documents](https://youtu.be/7JRaFAYSOgI?si=9NrnsVCO0rGrlAHh)

- Edit and revise

[YouTube | Excel tutorial](https://youtu.be/_nf56aMPdZE?si=Z6UR5qKPOvKb4y4d)

- 20-30 second

[YouTube | MS Cop featurs](https://youtu.be/AhywEEHg6Es?si=PDLQGwIJgaBxivbz)

![Write speech](../img/screenshot-write-speech-from-doc.jpeg){.preview-image}

[YouTube | Microsoft Loop is cool](https://youtu.be/oYijejDXLZQ?si=J-08luV6mNJPEgIU)

- loop is cool. Makes collaborating across applications on a single thing easy.

[YouTube | Global Enterprise](https://youtu.be/Xv_TmtRLHJY?si=H1N_UkWSli2xLJsG)

- you can have it "sound like me" in outlook
- 41:35 copilot studio
- Can use open AIs GPTs


Things to explore:

- TeamsKit
- Azure OpenAI
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ Time series analysis is now open sourced by discerning patterns in billions of u
Time GPT:

- [TimeGPT - Nixtla](https://nixtlaverse.nixtla.io/nixtla/index.html)
- [Revolutionizing Time Series Forecasting: Interview with TimeGPT's creators](https://www.turingpost.com/p/timegpt)

Lag Llama resources:

- [Lag-Llama: Open-Source Foundation Model for Time Series Forecasting | by Marco Peixeiro | Feb, 2024 | Towards Data Science](https://towardsdatascience.com/lag-llama-open-source-foundation-model-for-time-series-forecasting-9afdfaf2bd7c)
- [GitHub - time-series-foundation-models/lag-llama](https://github.com/time-series-foundation-models/lag-llama)
- [GitHub - time-series-foundation-models/lag-llama](https://github.com/time-series-foundation-models/lag-llama)


Notes:

- The main breakthrough of TimeGPT is that it showed for the first time in the history of the field that the idea of a general pre-trained model was possible. In other words, TimeGPT is the first large-scale example of the transferability of time series models ready for production. We believe this marks a new chapter in the time series field, and we are extremely happy to see entities like Google (TimesFM), ServiceNow (LagLlama), Amazon (Chronos), Salesforce (Moirai), and CMU (Moment) following in our footsteps and contributing to this idea of pre-trained models for time series.

0 comments on commit 8f0defa

Please sign in to comment.