Skip to content

Commit

Permalink
Merge pull request #747 from KBVE/patch-august-01-2023
Browse files Browse the repository at this point in the history
Pulling refs/heads/patch-august-01-2023 into Dev
  • Loading branch information
h0lybyte authored Aug 3, 2023
2 parents f061803 + da9f5c0 commit eda5421
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 16 deletions.
10 changes: 1 addition & 9 deletions src/components/Library/React/AppWriteProfile.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import AWAuth from "@r/AppWriteAuth";
import Spinner from "@w/Spinner";
import ProfileJSX from "@w/Profile";
import { redirect } from "react-router-dom";

const Profile = () => {
Expand All @@ -21,14 +20,7 @@ const Profile = () => {
else {
return (
<div className="profile">
<ProfileJSX
username={userProfile?.name}
email={userProfile?.email}
emailVerification={userProfile.emailVerification}
phone={userProfile?.phone}
phoneVerification={userProfile?.phoneVerification}
hash={userProfile?._id}
/>

</div>
);
}
Expand Down
14 changes: 7 additions & 7 deletions src/content/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"state": {
"type": "markdown",
"state": {
"file": "journal/08-02.md",
"file": "journal/08-03.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -106,7 +106,7 @@
"state": {
"type": "backlink",
"state": {
"file": "journal/08-02.md",
"file": "journal/08-03.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -123,7 +123,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "journal/08-02.md",
"file": "journal/08-03.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -146,7 +146,7 @@
"state": {
"type": "outline",
"state": {
"file": "journal/08-02.md"
"file": "journal/08-03.md"
}
}
}
Expand All @@ -170,12 +170,13 @@
},
"active": "34b25edd6986cfaf",
"lastOpenFiles": [
"journal/08-02.md",
"journal/08-03.md",
"journal/07-29.md",
"journal/07-28.md",
"journal/07-30.md",
"journal/07-31.md",
"journal/08-01.md",
"journal/08-02.md",
"account/profile.mdx",
"account/register.mdx",
"account/logout.mdx",
Expand Down Expand Up @@ -204,7 +205,6 @@
"journal/07-10.md",
"journal/07-11.md",
"journal/07-09.md",
"journal/07-08.md",
"journal/07-07.md"
"journal/07-08.md"
]
}
1 change: 1 addition & 0 deletions src/content/journal/08-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tags:
- 3:00pm - I am enjoying this pull back within the market! I am hoping we see tesla go back down to the low $200s, which would give me some time to grab a couple more cheaper LEAPs.
- 5:35pm - The tag system and generating the relationships with those files are next on my task list. We could make the tag system built around the same MDX structure? We could automate the tags by looking through all the files? I am not too sure I want the tag system to rebuild each time we compile the website, maybe we could have the tag system run as its own yarn function.
- 6:34pm - The Supabase and Pocketbase integrations with Appwrite might be a bit too much for what we are doing right this second but we are test casing a couple multi-api communication vectors. We are running pocketbase on the NodePy image but we have not yet setup the supabase.
- 9:00pm - Okay I was able to get a local version of the supabase to run under Postgress, I am wondering if I could extend it out with some micro controllers without running into I/O locks. I suppose we could at least test case a read-only style replication but these options will be for later this month.

## Quote

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

## Notes
### 2023
- 1:00pm - I am a bit excited to see how AAPL does during their earnings call. I am hoping that it at least breaks past the $195 mark, so I can offload the shares, but if it does not, then I will keep covering 200 shares until they get sold. My small goal would be to just get in and out for around $200 a week, which I will dump into my $O pool.
- 2:26pm - Going to install the r3f into the KBVE.com repo, however I feel like it might make the repo a bit too heavy. I shall see what we can do moving forward, there could be a bit better way to handle it.
- 2:32pm - I will go ahead and install all the libraries that I would want to use for the Three.js integration onto the website and extend out the Canvas via a couple different elements, including a portal and some unique examples. I would like to see how they look under the Unity video game as well.

## Quote

> The conditions of conquest are always easy. We have but to toil awhile, endure awhile, believe always, and never turn back.
> — <cite>Seneca the Younger</cite>
---

## Tasks

- [ ]

0 comments on commit eda5421

Please sign in to comment.