Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling refs/heads/patch-august-06-2023 into Dev #752

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/content/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "journal/08-05.md",
"file": "journal/08-06.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
"file": "journal/08-05.md",
"file": "journal/08-06.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -110,7 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "journal/08-05.md",
"file": "journal/08-06.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -133,7 +133,7 @@
"state": {
"type": "outline",
"state": {
"file": "journal/08-05.md"
"file": "journal/08-06.md"
}
}
}
Expand All @@ -157,8 +157,10 @@
},
"active": "1e65db65e2721f35",
"lastOpenFiles": [
"journal/08-04.md",
"theory/fintech.mdx",
"journal/08-06.md",
"journal/08-05.md",
"journal/08-04.md",
"tags/auth/auth-notes.md",
"tags/auth/auth_notes.md",
"journal/08-03.md",
Expand Down Expand Up @@ -190,8 +192,6 @@
"journal/07-17.md",
"journal/07-16.md",
"journal/07-15.md",
"journal/07-14.md",
"journal/07-13.md",
"journal/07-12.md"
"journal/07-14.md"
]
}
6 changes: 4 additions & 2 deletions src/content/journal/08-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ tags:
---

## Notes

### 2023
- 4:40pm - The first couple of Ubuntu GitLab actions had worked fine but a couple of the latter
- 6:45pm - All my chores are done and I believe it might be time for a couple quick league matches. I did some off the record journal entries because I wanted to take a bit of a break from the screen, so I will have to migrate them back to this md document. I feel like this is one of the only major drawbacks with doing a daily journal, it is trying to remember to take your physical notes and then convert them over to a digital format. I suppose the other side of it is realizing some of the notes are a bit stupid, but then again, even if they are a bit out of the norm, it might still make sense to document them.
- 6:49pm - Should I go AP shaco or another round of tank shaco? Hmm, I also think the two new skins are okay, they could have done a bit more with the effects, I feel like the animation game was a bit weak but that might be just on my end. About to hit that 2 million mastery, which is a bit scary to think about.
- 6:59pm - After I finish up the tag system, I should go back and refactor some of the media content, maybe that might give me a really good static API base to work with. One of the random ideas that I was thinking to add into the Discord music bot was to pull the json data for the YouTube content and basically play music from those tags? I could do a `musicbot` specific tag and extend it out? Hmm, I suppose how would I go about a duel tag search, so if object is on tag A and tag B? I guess this goes into the relationship style of tagging, such that, multiple entities could be linked via cross-tag. These are some questions that I have to think through as I build it out.
- 9:51pm - Seeing Futurama come back after being canceled over and over, I am surprised and somewhat glad the show is back... ugh again after being canceled? So far it is exactly the perfect balance of science and meme.
- 10:36pm - Going to sync the patch and preparing the next patch for tomorrow.
- 10:36pm - Going to sync the patch and preparing the next patch for tomorrow..
- 11:30pm - I should look into libraries that help the movement of the mouse, the two that I was looking at where pyHM and WindMouse, both could be combined into just one unique package? I suppose this would be something that we would operate under NodePy later down the line, in terms of automation as well.

## Quote

Expand Down
31 changes: 31 additions & 0 deletions src/content/journal/08-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: ../../layouts/theme/mdx.astro
title: "August : 06"
category: Daily
date: 2023-08-06
client: Self
img: https://images.unsplash.com/photo-1688649102457-4ccb4a27a8c8?fit=crop&q=85&w=1400&h=700
description: Daily Log for August, 06 of each year.
tags:
- daily
---

## Notes
### 2023
- 12:05pm - I should find a way to combine the weekly reports that I get into one? I suppose we could do that via Postboy? Have it shift through the reports that get generated? Maybe make it a bit more modular and then work from there. I suppose we could utilize a bit of creativity to handle this. I believe the best way to approach this would to be a module that would initially scope out the data and then place it into a Google sheet based, this way we could organize and refine the data we would want to display onto our
- 3:01pm - Getting ready for another night shift of programming and running around with the meme gang.
- 4:07pm - The first report that could parse through would be the Google webmaster / search results data. This would be a bit easier to do from the current standpoint, I believe the hardest part of this would be to manage the sessions, including the login data. I suppose setting up a chrome session with pre-defined instances might make this easier but there would be a security risk that I would have to account for. The tools we would use for this automation process might just be n8n, as it would make replication and migration a bit easier too incase someone else wanted to use them.
- 4:34pm - Time to grab some coffee and prepare for general rounds. The bigger issue for me to tackle and shift this block towards will be to resolve the tags AND also make some minor updates to the visual novel.
- 4:40pm - The `Cover` widget is ready to move into this daily patch, with the purpose of providing a generic cover for the VN aka Mangas. The first demo of this will be used for the FinTech and the Conch series, both I should wrap up today! They are minor issues that could be resolved without too many pain points, at least getting the basics out of the way.
- 7:17pm - Let me sync these notes for now and I will start with the cover widget afterwards.

## Quote

> Value your friendship. Value your relationships.
> — <cite>Barbara Bush</cite>

---

## Tasks

- [ ]