mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Remove unnecessary .DS_Store files and update .gitignore; modify config.yaml and various markdown files for improved organization and clarity
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
public
|
public
|
||||||
|
.DS_Store
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ outputs:
|
|||||||
|
|
||||||
ignoreFiles:
|
ignoreFiles:
|
||||||
- "notes/drafts/_Templates"
|
- "notes/drafts/_Templates"
|
||||||
|
- "notes/drafts/TODO.md"
|
||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
tag: tags
|
tag: tags
|
||||||
@@ -83,8 +84,8 @@ params:
|
|||||||
buttons:
|
buttons:
|
||||||
- name: My Portfolio
|
- name: My Portfolio
|
||||||
url: https://me.trude.dev
|
url: https://me.trude.dev
|
||||||
- name: My Knowledge Base
|
- name: My Notes
|
||||||
url: https://trude.notion.site/Trude-s-Knowledge-Base-10449cf14b4c80ff89d1f2c9541fe789?pvs=4
|
url: /notes/
|
||||||
|
|
||||||
# home-info mode
|
# home-info mode
|
||||||
homeInfoParams:
|
homeInfoParams:
|
||||||
@@ -94,8 +95,6 @@ params:
|
|||||||
socialIcons:
|
socialIcons:
|
||||||
- name: email
|
- name: email
|
||||||
url: "mailto:ehtrude@gmail.com"
|
url: "mailto:ehtrude@gmail.com"
|
||||||
- name: matrix
|
|
||||||
url: "https://matrix.to/#/@ehtrude:matrix.org"
|
|
||||||
- name: github
|
- name: github
|
||||||
url: "https://github.com/TrudeEH"
|
url: "https://github.com/TrudeEH"
|
||||||
- name: rss
|
- name: rss
|
||||||
|
|||||||
BIN
content/.DS_Store
vendored
BIN
content/.DS_Store
vendored
Binary file not shown.
BIN
content/notes/.DS_Store
vendored
BIN
content/notes/.DS_Store
vendored
Binary file not shown.
3
content/notes/.obsidian/workspace.json
vendored
3
content/notes/.obsidian/workspace.json
vendored
@@ -164,8 +164,7 @@
|
|||||||
"templates:Insert template": false,
|
"templates:Insert template": false,
|
||||||
"command-palette:Open command palette": false,
|
"command-palette:Open command palette": false,
|
||||||
"obsidian-importer:Open Importer": false,
|
"obsidian-importer:Open Importer": false,
|
||||||
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
"table-editor-obsidian:Advanced Tables Toolbar": false
|
||||||
"homepage:Open homepage": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "ab03f7100c1ce0fb",
|
"active": "ab03f7100c1ce0fb",
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ In draft folder? (checkbox)
|
|||||||
- [x] macOS
|
- [x] macOS
|
||||||
- [ ] FreeBSD
|
- [ ] FreeBSD
|
||||||
- [x] Neovim, vim bindings, text editor
|
- [x] Neovim, vim bindings, text editor
|
||||||
- [x] Hardware Debug/Repair Tools (maybe integrate JCionx page?)
|
- [x] Hardware Debug/Repair Tools (maybe integrate JCionx page?)
|
||||||
|
|||||||
@@ -6,4 +6,3 @@ tags:
|
|||||||
author: TrudeEH
|
author: TrudeEH
|
||||||
showToc: true
|
showToc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ title: Assembly
|
|||||||
---
|
---
|
||||||
|
|
||||||
#todo
|
#todo
|
||||||
|
|
||||||
## Assembler/Compiler
|
## Assembler/Compiler
|
||||||
|
|
||||||
- `gcc` GNU C Compiler (The package includes `as` (assembler) and `ld` (linker))
|
- `gcc` GNU C Compiler (The package includes `as` (assembler) and `ld` (linker))
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ showToc: true
|
|||||||
title: Linux
|
title: Linux
|
||||||
---
|
---
|
||||||
#todo
|
#todo
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
- Read error logs from the last session
|
- Read error logs from the last session
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ searchHidden: false
|
|||||||
showToc: true
|
showToc: true
|
||||||
title: Lua
|
title: Lua
|
||||||
---
|
---
|
||||||
Embedded language.
|
Embedded language.
|
||||||
#todo
|
#todo
|
||||||
|
|
||||||
## Comments
|
## Comments
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ showToc: true
|
|||||||
title: macOS
|
title: macOS
|
||||||
---
|
---
|
||||||
#todo
|
#todo
|
||||||
|
|
||||||
## System Data
|
## System Data
|
||||||
|
|
||||||
System data is anything in the following locations:
|
System data is anything in the following locations:
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ author: TrudeEH
|
|||||||
showToc: true
|
showToc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
- Xcode & Xcode Command-line tools
|
- Xcode & Xcode Command-line tools
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ We can finally add the ALU (Arithmetic Logic Unit) we built before into the new
|
|||||||
The gray trapezoids are multiplexers:
|
The gray trapezoids are multiplexers:
|
||||||

|

|
||||||
The output value is then stored in a temporary register, before replacing the first operand register's value.
|
The output value is then stored in a temporary register, before replacing the first operand register's value.
|
||||||
The component we just built to control the `ALU` is part of a `Control Unit`. The full `control unit` is very complex, as it needs to handle every possible instruction. (So far, we have seen how to implement the `ALU` and `RAM`.)
|
The component we just built to control the `ALU` is part of a `Control Unit`. The full `control unit` is very complex, as it needs to handle every possible instruction. (So far, we have seen how to implement the `ALU` and `RAM`.)
|
||||||

|

|
||||||
Each register in the `CU` has a specific purpose, unlike `RAM`, which can be used to store any values.
|
Each register in the `CU` has a specific purpose, unlike `RAM`, which can be used to store any values.
|
||||||

|

|
||||||
|
|||||||
BIN
themes/.DS_Store
vendored
BIN
themes/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user