feat: english homework

This commit is contained in:
max_richter 2022-03-09 14:21:24 +01:00
parent b4747df33f
commit 791370d3be
30 changed files with 201 additions and 27 deletions

View File

@ -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"
}
}
}

View File

@ -1,3 +1 @@
# Code & Context

View File

@ -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

View File

@ -0,0 +1,6 @@
# Learning Analog Hardware
## Volts
## Watts
## Amps

View File

@ -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

View File

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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 Ω.
```

View File

@ -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

View File

@ -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**

0
Resources/dev/webgl.md Normal file
View File

View File

@ -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.

View File

@ -10,3 +10,4 @@ private: true
[Projects](Projects)
[Areas](Areas)