diff --git a/.pnpm-debug.log b/.pnpm-debug.log index d4d35a9..993b528 100644 --- a/.pnpm-debug.log +++ b/.pnpm-debug.log @@ -8,7 +8,7 @@ "name": "pnpm", "message": "No package.json (or package.yaml, or package.json5) was found in \"/home/jim/Notes\".", "code": "ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND", - "stack": "pnpm: No package.json (or package.yaml, or package.json5) was found in \"/home/jim/Notes\".\n at readProjectManifest (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:19808:13)\n at async Object.readProjectManifestOnly (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:19812:28)\n at async readProjectManifestOnly (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:43691:24)\n at async Object.handler (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:177831:24)\n at async /home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:182106:21\n at async run (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:182080:34)\n at async runPnpm (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:182299:5)\n at async /home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.31.0/node_modules/pnpm/dist/pnpm.cjs:182291:7" + "stack": "pnpm: No package.json (or package.yaml, or package.json5) was found in \"/home/jim/Notes\".\n at readProjectManifest (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:19818:13)\n at async Object.readProjectManifestOnly (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:19822:28)\n at async readProjectManifestOnly (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:43721:24)\n at async Object.handler (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:177918:24)\n at async /home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:182194:21\n at async run (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:182168:34)\n at async runPnpm (/home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:182387:5)\n at async /home/jim/.asdf/installs/nodejs/17.3.0/.npm/pnpm-global/5/node_modules/.pnpm/pnpm@6.32.3/node_modules/pnpm/dist/pnpm.cjs:182379:7" } } } \ No newline at end of file diff --git a/Areas/code_context/index.md b/Areas/code_context/index.md index bf1aad3..db6fa74 100644 --- a/Areas/code_context/index.md +++ b/Areas/code_context/index.md @@ -1,3 +1 @@ # Code & Context - - diff --git a/Areas/electricity/basics.md b/Areas/electricity/basics.md new file mode 100644 index 0000000..a35876e --- /dev/null +++ b/Areas/electricity/basics.md @@ -0,0 +1,42 @@ +# What is electricity + +Electricity is the flow of electric charge. + +# Atoms + +Atoms are build up of Protons, Neutrons and Electron. + +Electrons can escape the atom and bind to a new Atom. + +Copper is used in wires because it has 29 Electrons, with one in the outer (Valence) Shell. This Atom can easily escape and switch places. + +Normally an atom has the same amount of protons and electrons, when this is not the case the atoms has a charge. + +## Voltage +is like the pressure in Cable, it forces the Electrons to move. + +## Current +A cable with a lot of electrons flowing through it has a high current. +A cable can only handle a specific type of current. +When the current is to high, the cable breaks + +## Circuit +A electric circuit is a closed loop through which electrons flow. + +Normally in a copper wire the atoms randomly exchange electrons. + +When there is a force applied to some side, the electrons move in a specific way + +## Voltage is how much these electrons want to move +## Resistance is how hard it is for them to move +## Current is how many electrons are moving in a specified time + +## Ohms Law + +Voltage = Current * Resistance +Resistance = Voltage / Current +Current = Voltage / Resistance + +## Watts +## Volts +## Amps diff --git a/Areas/electricity/index.md b/Areas/electricity/index.md new file mode 100644 index 0000000..35608df --- /dev/null +++ b/Areas/electricity/index.md @@ -0,0 +1,6 @@ +# Learning Analog Hardware + + +## Volts +## Watts +## Amps diff --git a/Areas/optimizing/dev.sync-conflict-20220126-211055-VABIGO3.md b/Areas/optimizing/dev.sync-conflict-20220126-211055-VABIGO3.md deleted file mode 100644 index 70e305d..0000000 --- a/Areas/optimizing/dev.sync-conflict-20220126-211055-VABIGO3.md +++ /dev/null @@ -1,24 +0,0 @@ -# Roadblocks - -## Nested tmux sessions - -If i ssh into a remote machine with tmux started aswell i have some problems: - - Duplicate tmux bar - - ~~Shortcuts dont work in remote~~ - - This works by hitting the prefix key twice, e.g. ctrl-a-a - -## Debian Gnome sometimes comma key doesnt work - -Has not happened in a while - -## Neovim shortcut to comment out - -Fixed this by installing the NerdCommenter Plugin - -## Neovim Auto fix problems shortcut + hover window - -asdasdasdasdasdasdasd - -## Better git merging in Neovim, like in VScode - -## Learn how to better manage multiple open files in nvim diff --git a/Areas/optimizing/live/digital_sabbath.md b/Areas/optimizing/live/digital_sabbath.md new file mode 100644 index 0000000..90be6ae --- /dev/null +++ b/Areas/optimizing/live/digital_sabbath.md @@ -0,0 +1,19 @@ +# Digital Sabbath + +Die letzten Tage habe ich seehr viel Zeit auf Social Media verbracht. + +Das hier ist ein Test eine Woche ohne Twitter, Reddit, Youtube,Imgur,Facebook und Instagram + +Erlaubt ist HackerNews / andere News Seiten + +**Nebenziele** +Eine Woche auch immer vor eins ins Bett zu gehen + +## Day 1, Freitag + +Erster Schritt, alle Apps deinstallieren, überall ausloggen, done + +Interessante Info, Willpower is deteriorating over the course of the day, thats why its harder to get to bed early + +- [ ] Schlafen +- [ ] Social Media diff --git a/Ressources/dev/webgl.md b/Areas/optimizing/live/index.md similarity index 100% rename from Ressources/dev/webgl.md rename to Areas/optimizing/live/index.md diff --git a/Areas/upv/classes/analog-electricity/Unit1_2020.pdf b/Areas/upv/classes/analog-electricity/Unit1_2020.pdf new file mode 100644 index 0000000..4c4c374 Binary files /dev/null and b/Areas/upv/classes/analog-electricity/Unit1_2020.pdf differ diff --git a/Areas/upv/classes/analog-electricity/Unit2_2020.pdf b/Areas/upv/classes/analog-electricity/Unit2_2020.pdf new file mode 100644 index 0000000..2021e8a Binary files /dev/null and b/Areas/upv/classes/analog-electricity/Unit2_2020.pdf differ diff --git a/Areas/upv/classes/analog-electricity/Unit7_2020.pdf b/Areas/upv/classes/analog-electricity/Unit7_2020.pdf new file mode 100644 index 0000000..2407af9 Binary files /dev/null and b/Areas/upv/classes/analog-electricity/Unit7_2020.pdf differ diff --git a/Areas/upv/classes/analog-electricity/index.md b/Areas/upv/classes/analog-electricity/index.md new file mode 100644 index 0000000..8292dc8 --- /dev/null +++ b/Areas/upv/classes/analog-electricity/index.md @@ -0,0 +1,49 @@ +# Class 1 (Actually 7) + +[Unit7](https://poliformat.upv.es/access/content/group/GRA_12151_2021/GRUPO%20ARA%20221/ARA%20Group/Unit7_2020.pdf); + +[Victors Notes](https://drive.google.com/file/d/1R43h35y8GGcLW_wxEqkptq_Dw9z0P8Qs/view?ts=62274288) + +[Victors Notes V2](https://drive.google.com/file/d/1FADJ7zUkBj_noAySxlhWMZb1Ht2AKPjN/view?ts=62274357) + +## Topology of a System +- Differential +- Rounding +- Terminals +- Reference Points +- Transfer Function + +## Integrator +## Voltage Divider +## Invertal Amplifier +## Linear Amplifier +## Convertes U-I I-U +## Differential Amplifier +## Operational Amplivier +## Buffer + +## 7.4 (Voltage to current Converter) + +Why would I want to convert a voltage to a current? + +For most digital systems we work with voltage, + +Over long distances we convert voltage to current, because over distance the voltage drops due to the resistance in the wire. + +Convert voltage signal 0v - 5v to current 4mA - 20mA + +## 7.4 (Converters Based on OAs) + +Negative feedback is when the input is connected to the negative output. + +The voltage is differenctial, + +## 7.43 (Converters Based on OAs) + +Current-Controlled Voltage Source (i-V converter); + +Transfer function is always voltage + +## Homeworks + +When will i get satuiration, and voltage first or current first diff --git a/Areas/upv/classes/analog-electricity/ohms-law.md b/Areas/upv/classes/analog-electricity/ohms-law.md new file mode 100644 index 0000000..6859853 --- /dev/null +++ b/Areas/upv/classes/analog-electricity/ohms-law.md @@ -0,0 +1,12 @@ +# Ohms Law + +Ohms law is used to calculate the relationship between voltage, current, resistance + +```latex +E = I * R +voltage = current * resistance; +volts = amps * ohms; +V = A x Ω. +``` + + diff --git a/Areas/upv/classes/ingles-especialidad/02-class.md b/Areas/upv/classes/ingles-especialidad/02-class.md index 03aa831..cff72a2 100644 --- a/Areas/upv/classes/ingles-especialidad/02-class.md +++ b/Areas/upv/classes/ingles-especialidad/02-class.md @@ -78,3 +78,24 @@ c she tells a quick story argues a point of view explains some specialist terms + +visiting a restaurant +pdf +sandwiches +- the wheel +- the great pyramids +- the grand canyon +- photography +- the allied invasion of normandy +- bees +the wright brothers +rolling stone magazine +- sharks +her powerpoint + + +## Homework + +watch Jill Sargaa ted talk, ("please please") + +- Activities 2 and 3 diff --git a/Areas/upv/classes/ingles-especialidad/03-class.md b/Areas/upv/classes/ingles-especialidad/03-class.md new file mode 100644 index 0000000..c6fbfd8 --- /dev/null +++ b/Areas/upv/classes/ingles-especialidad/03-class.md @@ -0,0 +1,43 @@ +# Class 03 + +## Homework + +### 2 + +1. Fantastic Experience? +False + +2. To strong? +True + +3. Awesome overused? +True + +4. Fear Admiration? +True + +5. Overused? +False + +6. High Points Low Points +True + +### 3 + +1. The Wheel +**b** + +2. The Great Pyramids +**b** + +3. The Grand Canyon +**a** + +4. Bees +**a** + +5. The Moon Landing +**b** + +6. Sharks +**a** diff --git a/Ressources/biology/growing.md b/Resources/biology/growing.md similarity index 100% rename from Ressources/biology/growing.md rename to Resources/biology/growing.md diff --git a/Ressources/biology/growing/mint.md b/Resources/biology/growing/mint.md similarity index 100% rename from Ressources/biology/growing/mint.md rename to Resources/biology/growing/mint.md diff --git a/Ressources/biology/pest_control.md b/Resources/biology/pest_control.md similarity index 100% rename from Ressources/biology/pest_control.md rename to Resources/biology/pest_control.md diff --git a/Ressources/dev/authentication.md b/Resources/dev/authentication.md similarity index 100% rename from Ressources/dev/authentication.md rename to Resources/dev/authentication.md diff --git a/Ressources/dev/crdts.md b/Resources/dev/crdts.md similarity index 100% rename from Ressources/dev/crdts.md rename to Resources/dev/crdts.md diff --git a/Ressources/dev/neovim.md b/Resources/dev/neovim.md similarity index 100% rename from Ressources/dev/neovim.md rename to Resources/dev/neovim.md diff --git a/Ressources/dev/networking.md b/Resources/dev/networking.md similarity index 100% rename from Ressources/dev/networking.md rename to Resources/dev/networking.md diff --git a/Ressources/dev/selfhosting.md b/Resources/dev/selfhosting.md similarity index 100% rename from Ressources/dev/selfhosting.md rename to Resources/dev/selfhosting.md diff --git a/Ressources/dev/snippets/bash.md b/Resources/dev/snippets/bash.md similarity index 100% rename from Ressources/dev/snippets/bash.md rename to Resources/dev/snippets/bash.md diff --git a/Ressources/dev/snippets/javascript.md b/Resources/dev/snippets/javascript.md similarity index 100% rename from Ressources/dev/snippets/javascript.md rename to Resources/dev/snippets/javascript.md diff --git a/Ressources/dev/snippets/lua.md b/Resources/dev/snippets/lua.md similarity index 100% rename from Ressources/dev/snippets/lua.md rename to Resources/dev/snippets/lua.md diff --git a/Ressources/dev/testing.md b/Resources/dev/testing.md similarity index 100% rename from Ressources/dev/testing.md rename to Resources/dev/testing.md diff --git a/Resources/dev/webgl.md b/Resources/dev/webgl.md new file mode 100644 index 0000000..e69de29 diff --git a/Resources/health/mental/willpower.md b/Resources/health/mental/willpower.md new file mode 100644 index 0000000..c0aed2d --- /dev/null +++ b/Resources/health/mental/willpower.md @@ -0,0 +1,7 @@ +# Willpower + +> Willpower is the ability to resist short-term temptations in order to meet long-term goals. + +[Stanford Marshmallow Experiment](https://en.wikipedia.org/wiki/Stanford_marshmallow_experiment); + +You can train willpower. diff --git a/Ressources/index.md b/Resources/index.md similarity index 100% rename from Ressources/index.md rename to Resources/index.md diff --git a/index.md b/index.md index 185af0d..1feddc9 100644 --- a/index.md +++ b/index.md @@ -10,3 +10,4 @@ private: true [Projects](Projects) [Areas](Areas) +