Update for 10-11-22 20:08
This commit is contained in:
parent
1e3c74a8df
commit
1f5634bd24
@ -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 ===
|
||||
|
@ -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
13
tech/light_transport.wiki
Normal 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
|
@ -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 ==
|
||||
|
Loading…
Reference in New Issue
Block a user