diff --git a/.astro/types.d.ts b/.astro/types.d.ts
index 1d864a362a..b94214e350 100644
--- a/.astro/types.d.ts
+++ b/.astro/types.d.ts
@@ -1503,6 +1503,13 @@ declare module 'astro:content' {
collection: "journal";
data: InferEntrySchema<"journal">
} & { render(): Render[".md"] };
+"08-24.md": {
+ id: "08-24.md";
+ slug: "08-24";
+ body: string;
+ collection: "journal";
+ data: InferEntrySchema<"journal">
+} & { render(): Render[".md"] };
"asset.mdx": {
id: "asset.mdx";
slug: "asset";
diff --git a/src/content/.obsidian/workspace.json b/src/content/.obsidian/workspace.json
index 571ee6e013..4b17c93ae2 100644
--- a/src/content/.obsidian/workspace.json
+++ b/src/content/.obsidian/workspace.json
@@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
- "file": "journal/08-23.md",
+ "file": "journal/08-24.md",
"mode": "source",
"source": false
}
@@ -93,7 +93,7 @@
"state": {
"type": "backlink",
"state": {
- "file": "journal/08-23.md",
+ "file": "journal/08-24.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -110,7 +110,7 @@
"state": {
"type": "outgoing-link",
"state": {
- "file": "journal/08-23.md",
+ "file": "journal/08-24.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -133,7 +133,7 @@
"state": {
"type": "outline",
"state": {
- "file": "journal/08-23.md"
+ "file": "journal/08-24.md"
}
}
}
@@ -157,18 +157,20 @@
},
"active": "1e65db65e2721f35",
"lastOpenFiles": [
- "journal/08-22.md",
+ "theory/bizops/_investment/funding.mdx",
+ "theory/bizops/_investment/InvestmentGlob.astro",
+ "theory/bizops/_investment/funding-mdx",
+ "theory/bizops/_investment",
+ "theory/bizops/_graph/initial-setup.mdx",
+ "theory/bizops/_graph/beta-setup.mdx",
+ "theory/bizops/_graph/beta-setup,mdx",
+ "theory/bizops/_graph/sigma-setup.mdx",
"journal/08-23.md",
+ "journal/08-24.md",
+ "application/git/_github/GithubGlob.astro",
+ "application/git/_github",
+ "journal/08-22.md",
"stock/aapl/_charts",
- "application/appwrite/_sdk/appwrite-python.mdx",
- "stock/aapl/aapl.mdx",
- "application/docker/_core/CoreGlob.astro",
- "application/docker/_core/NotesGlob.astro",
- "application/docker/_core/dockerfile.mdx",
- "application/docker/_core",
- "application/docker/_notes/NotesGlob.astro",
- "application/docker/_notes",
- "application/docker/_gui",
"journal/08-21.md",
"journal/08-20.md",
"journal/08-19.md",
@@ -190,8 +192,6 @@
"application/pocketbase/_journal/j1.md",
"application/pocketbase/_notes/pocketbase_docker.md",
"application/pocketbase/_notes/pocketbase_notes.md",
- "application/pocketbase/_data/_backups/pocketbase_backups.md",
- "application/pocketbase/_data/_notes/pocketbase_notes.md",
- "application/pocketbase/_data/pocketbase_notes.md"
+ "application/pocketbase/_data/_backups/pocketbase_backups.md"
]
}
\ No newline at end of file
diff --git a/src/content/application/git/_github/GithubGlob.astro b/src/content/application/git/_github/GithubGlob.astro
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/src/content/journal/08-23.md b/src/content/journal/08-23.md
index 0fdbe2b8bd..9f1f1af85c 100644
--- a/src/content/journal/08-23.md
+++ b/src/content/journal/08-23.md
@@ -14,7 +14,7 @@ tags:
- 8:10am - I believe I got the general flow of the docker container! Yay!
- 6:51pm - Going to sync the notes in between the sessions. Okay, now I need to add github actions to the `NodePy`. so that it can build the images without having any major issues. As for the key storage, I am thinking that it would be an AES style encryption, so that there would not be any major issues.
-- 7:40pm - I added the docker image creation test casing, under the workflow.
+- 7:40pm - I added the docker image creation test casing, under the workflow. Going to add the Clarifai Python and then maybe cargo too.
## Quote
diff --git a/src/content/journal/08-24.md b/src/content/journal/08-24.md
new file mode 100644
index 0000000000..644155d21a
--- /dev/null
+++ b/src/content/journal/08-24.md
@@ -0,0 +1,30 @@
+---
+layout: ../../layouts/theme/mdx.astro
+title: "August : 24"
+category: Daily
+date: 2023-08-24
+client: Self
+img: https://images.unsplash.com/photo-1604050170221-aed634784f64?fit=crop&q=85&w=1400&h=700
+description: Daily Log for August, 24 of each year.
+tags:
+- daily
+---
+
+## Notes
+
+- 8:40am - Nvdia's bubble is insane but also the fact that they have a margin of around almost 70% is mind blowing.
+- 9:45am - Okay we are seeing some pull back from the markets but I need to focus on some of the stuff for work, so I will keep this journal a bit small in that sense.
+- 6:00pm - Finally finished up with the general work related tasks, the backup recovery is still having some issues that I need to migrate and fix but I will test case that on my own time.
+- 7:20pm - Currently making sure all my accounts are ready for the hackathon tomorrow and that includes making sure we have the basics out of the way.
+- 8:08pm - There was an issue with the Business operations aka BizOps document not rendering the graphs, so I will fix that right now.
+
+## Quote
+
+> If you do not express your own original ideas, if you do not listen to your own being, you will have betrayed yourself.
+> — Rollo May
+
+---
+
+## Tasks
+
+- [x] Prep for Hackathon.
\ No newline at end of file
diff --git a/src/content/theory/bizops/_graph/GraphGlob.astro b/src/content/theory/bizops/_graph/GraphGlob.astro
new file mode 100644
index 0000000000..fb7f8fa667
--- /dev/null
+++ b/src/content/theory/bizops/_graph/GraphGlob.astro
@@ -0,0 +1,52 @@
+---
+const graphs = await Astro.glob('./*.md*');
+import MDXJS from '@w/MDXJS.astro';
+---
+
+{
+ graphs.map((graph) => (
+
+
+
+
{graph.frontmatter.title}
+
{graph.frontmatter.description}
+
+
+
+
+
+ ))
+}
+
+
diff --git a/src/content/theory/bizops/_graph/beta-setup.mdx b/src/content/theory/bizops/_graph/beta-setup.mdx
new file mode 100644
index 0000000000..77ad5bc8a2
--- /dev/null
+++ b/src/content/theory/bizops/_graph/beta-setup.mdx
@@ -0,0 +1,26 @@
+---
+title: Beta Setup
+description: |
+ Init. Beta Business Setup
+---
+
+
+```mermaid
+graph
+
+A["Holding Company (LLC)"] --> B["Investment Company (LLC)"]
+A --> C["Finance Co. (LLC)"]
+A --> D["Parent Co. (LLC)"]
+B --> E["VC Co. (LLC)"]
+E --> I["Z90 Studios (LLC)"]
+I --> J["Arteematic.com (LLC)"]
+I --> K["Other Projects (Etc.)"]
+```
+
+Name | Description
+---- | ----
+Holding Company | To remove liability from me, anonymous based in Wyoming. Only owns shares in other companies.
+Investment Company | To shelter any risks the VC company could face by sponsoring, or etc.
+VC Co. | Actually owns shares in the companies that make the money.
+Finance Co. | Accountant & Law Firm for the Holding Company
+Parent Co. | Operating Company. These are the ones that handle operations within this structure.
diff --git a/src/content/theory/bizops/_graph/initial-setup.mdx b/src/content/theory/bizops/_graph/initial-setup.mdx
new file mode 100644
index 0000000000..1c5a06be5c
--- /dev/null
+++ b/src/content/theory/bizops/_graph/initial-setup.mdx
@@ -0,0 +1,20 @@
+---
+title: Initial Setup
+description: |
+ Initial Organizational Structure
+---
+
+### Initital Setup
+
+```mermaid
+graph TD
+
+A["Holding Company (LLC)"] --> B["Z90 Studios (LLC)"]
+B --> C["Arteematic.com (LLC)"]
+B --> D["Other Projects (Etc.)"]
+
+linkStyle default stroke:white
+```
+- Setup the holding company with the Wyoming Law Firm
+ - Search the terms Real Estate
+ - ("Digital Real Estate")
\ No newline at end of file
diff --git a/src/content/theory/bizops/_graph/sigma-setup.mdx b/src/content/theory/bizops/_graph/sigma-setup.mdx
new file mode 100644
index 0000000000..7a976e2d66
--- /dev/null
+++ b/src/content/theory/bizops/_graph/sigma-setup.mdx
@@ -0,0 +1,36 @@
+---
+title: Sigma Setup
+description: |
+ Sigma business operations setup
+---
+
+
+### Sigma Setup
+
+```mermaid
+graph
+
+A["0. Holding Company"] --> B["1. Investment Company"]
+A --> C["1. Finance Co."]
+A --> D["1. Parent Co."]
+B --> E["2. Operating Co."]
+D --> EM["2. Holding Co. (2)"]
+EM --> RE["3. Real Estate (2)"]
+RE --> LE["4. Leasing Co. (2)"]
+E --> F["3. VC Co."]
+E --> G["3. Real Estate Co."]
+G --> H["4. Leasing Co."]
+F --> I["4. Z90 Studios"]
+I --> J["5. Arteematic.com"]
+I --> K["5. Other Projects"]
+```
+
+Name | Description
+---- | ----
+Holding Company | To remove liability from me, anonymous based in Wyoming. Only owns shares in other companies.
+Investment Company | To shelter any risks the VC company could face by sponsoring, or etc.
+VC Co. | Actually owns shares in the companies that make the money.
+Finance Co. | Accountant & Law Firm for the Holding Company
+Parent Co. | Operating Company. These are the ones that handle operations within thin this structure.
+
+When you buy the property, the leasing co you have has no direct connection to the actual property owner.
diff --git a/src/content/theory/bizops/_investment/InvestmentGlob.astro b/src/content/theory/bizops/_investment/InvestmentGlob.astro
new file mode 100644
index 0000000000..6548666a03
--- /dev/null
+++ b/src/content/theory/bizops/_investment/InvestmentGlob.astro
@@ -0,0 +1,19 @@
+---
+const investment = await Astro.glob('./*.md*');
+import MDXJS from '@w/MDXJS.astro';
+
+---
+{
+ investment.map((note) => (
+
+
+
+
{note.frontmatter.title}
+
{note.frontmatter.description}
+
+
+
+
+
+ ))
+}
\ No newline at end of file
diff --git a/src/content/theory/bizops/_investment/funding.mdx b/src/content/theory/bizops/_investment/funding.mdx
new file mode 100644
index 0000000000..a03b01bc15
--- /dev/null
+++ b/src/content/theory/bizops/_investment/funding.mdx
@@ -0,0 +1,19 @@
+---
+title: Funding Notes
+description: |
+ Funding Notes
+---
+
+### Funding Information
+
+It takes money to make money!
+Capital and access to credit/debt markets are two fundamental areas when it comes to company health, formation and its future.
+
+### VC
+
+Venture Capital is a common source for funding when dealing with startups.
+
+Here are a couple popular references to reach out once your MVP and strucutre is ready.
+
+- [AirTable of Seed VCs](https://airtable.com/shrkohpeE2AO2ldeq/tbl5Q8N7NuW22z5Bt?backgroundColor=cyan&viewControls=on)
+- [VCSheet](https://www.vcsheet.com/)
\ No newline at end of file
diff --git a/src/content/theory/bizops/bizops.mdx b/src/content/theory/bizops/bizops.mdx
index 8a9167eb8f..a0630d7f5b 100644
--- a/src/content/theory/bizops/bizops.mdx
+++ b/src/content/theory/bizops/bizops.mdx
@@ -12,24 +12,29 @@ img: https://images.unsplash.com/photo-1522071820081-009f0129c71c?fit=crop&w=140
description: Business Operations notes created by h0lybyte and Ziggy9263.
slug: bizops
tags:
-- business
-- design
-- money
-- profit
-- real-estate
-- organization
-- opsec
+ - business
+ - design
+ - money
+ - profit
+ - real-estate
+ - organization
+ - opsec
---
-import MDXLayer from "@l/MDXLayer.astro";
-import Widget from "@w/Widget.astro";
-import MDXJS from "@w/MDXJS.astro";
-import NotesGlob from "./_notes/glob.astro";
+import MDXLayer from '@l/MDXLayer.astro';
+import Widget from '@w/Widget.astro';
+import MDXHero from '@w/MDXHero.astro';
+import MDXJS from '@w/MDXJS.astro';
+import NotesGlob from './_notes/glob.astro';
+import GraphGlob from './_graph/GraphGlob.astro';
+import InvestmentGlob from './_investment/InvestmentGlob.astro';
+
+
## Business Operations
@@ -42,120 +47,22 @@ This document will go over the basics on business operations, following this bas
- The more nested the holding companies are, the better
- The purpose for this is to remove liability and add extra steps just in case
-### Initital Setup
-
-```mermaid
-graph TD
-
-A["Holding Company (LLC)"] --> B["Z90 Studios (LLC)"]
-B --> C["Arteematic.com (LLC)"]
-B --> D["Other Projects (Etc.)"]
-
-linkStyle default stroke:white
-```
-- Setup the holding company with the Wyoming Law Firm
- - Search the terms Real Estate
- - ("Digital Real Estate")
-
-### Timeline
+
----
+
## Structure
The way that you setup the company makes a difference when it comes to taxes, liability, ethics and several other factors.
These are the two current structures that we alluded to during one of our meetings, but we can expand upon them and add more later down.
-### Beta Setup
-```mermaid
-graph
-
-A["Holding Company (LLC)"] --> B["Investment Company (LLC)"]
-A --> C["Finance Co. (LLC)"]
-A --> D["Parent Co. (LLC)"]
-B --> E["VC Co. (LLC)"]
-E --> I["Z90 Studios (LLC)"]
-I --> J["Arteematic.com (LLC)"]
-I --> K["Other Projects (Etc.)"]
-```
-Name | Description
----- | ----
-Holding Company | To remove liability from me, anonymous based in Wyoming. Only owns shares in other companies.
-Investment Company | To shelter any risks the VC company could face by sponsoring, or etc.
-VC Co. | Actually owns shares in the companies that make the money.
-Finance Co. | Accountant & Law Firm for the Holding Company
-Parent Co. | Operating Company. These are the ones that handle operations within this structure.
-
-
----
-
-### Sigma Setup
-
-```mermaid
-graph
-
-A["0. Holding Company"] --> B["1. Investment Company"]
-A --> C["1. Finance Co."]
-A --> D["1. Parent Co."]
-B --> E["2. Operating Co."]
-D --> EM["2. Holding Co. (2)"]
-EM --> RE["3. Real Estate (2)"]
-RE --> LE["4. Leasing Co. (2)"]
-E --> F["3. VC Co."]
-E --> G["3. Real Estate Co."]
-G --> H["4. Leasing Co."]
-F --> I["4. Z90 Studios"]
-I --> J["5. Arteematic.com"]
-I --> K["5. Other Projects"]
-```
-
-Name | Description
----- | ----
-Holding Company | To remove liability from me, anonymous based in Wyoming. Only owns shares in other companies.
-Investment Company | To shelter any risks the VC company could face by sponsoring, or etc.
-VC Co. | Actually owns shares in the companies that make the money.
-Finance Co. | Accountant & Law Firm for the Holding Company
-Parent Co. | Operating Company. These are the ones that handle operations within thin this structure.
-
-When you buy the property, the leasing co you have has no direct connection to the actual property owner.
-
----
-
-## Funding
-
-It takes money to make money!
-Capital and access to credit/debt markets are two fundamental areas when it comes to company health, formation and its future.
-
-### VC
-
-Venture Capital is a common source for funding when dealing with startups.
-
-Here are a couple popular references to reach out once your MVP and strucutre is ready.
-
-- [AirTable of Seed VCs](https://airtable.com/shrkohpeE2AO2ldeq/tbl5Q8N7NuW22z5Bt?backgroundColor=cyan&viewControls=on)
-- [VCSheet](https://www.vcsheet.com/)
-
-
-
-
-
-
-
----
-
-
-
-
-
-
-
-## Automation Hackathon
-
+
+
-
\ No newline at end of file
+