Update for 10-11-22 20:08

This commit is contained in:
Tyler Perkins 2022-11-10 20:08:11 -05:00
parent 1e3c74a8df
commit 1f5634bd24
4 changed files with 21 additions and 2 deletions

View File

@ -67,6 +67,12 @@ Different ways to store and operate on data, with differing efficiency
* [[machine_learning|Machine Learning]]
* [[neural|Neural Networks]]
== Graphics ==
* [[gradiant|Gradiant]]
* [[prewitt-operator|Prewitt-operator]]
* [[light_transport|Light Transport]]
== Programming patterns ==
=== Creational ===

View File

@ -30,7 +30,7 @@ emerge --ask --verbose --update --changed-use --deep @world
#apply --autounmask changes
dispatch-conf
}}}
== Troubleshooting ==
{{{

13
tech/light_transport.wiki Normal file
View File

@ -0,0 +1,13 @@
= Light transport =
== Radiometry recap ==
What is radiant flux?
* total amount of energy passing through a surface (measured per second)
* Radiant flux in Watts or Joules/second
Why do we not use radiant flux?
* When we emasure a high flux val, we dont know if lots of energy through a
small surface, or a little energy through a huge surface
* TLDR its to ambiguous

View File

@ -27,7 +27,7 @@ The bell labs proposal for the best OS design ever
* [[gentoo_cheat_sheet|Gentoo Cheat Sheet]]
* [[openrc|Openrc]]
* [[kernel|Kernel updates and configuration]]
[[-]] [[kernel#Updating the kernel]] - Steps to update the kernel
- [[kernel#Updating the kernel]] - Steps to update the kernel
* [[cross_toolchain|Cross toolchain]] - Setting up a cross compiling toolchain
== Artix ==