From 1f5634bd24607eb83f8cfea176eb1303e829be38 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Thu, 10 Nov 2022 20:08:11 -0500 Subject: [PATCH] Update for 10-11-22 20:08 --- tech/algorithms.wiki | 6 ++++++ tech/gentoo_cheat_sheet.wiki | 2 +- tech/light_transport.wiki | 13 +++++++++++++ tech/unix.wiki | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 tech/light_transport.wiki diff --git a/tech/algorithms.wiki b/tech/algorithms.wiki index c70e28c..d8e2b91 100644 --- a/tech/algorithms.wiki +++ b/tech/algorithms.wiki @@ -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 === diff --git a/tech/gentoo_cheat_sheet.wiki b/tech/gentoo_cheat_sheet.wiki index a60405f..3845ee4 100644 --- a/tech/gentoo_cheat_sheet.wiki +++ b/tech/gentoo_cheat_sheet.wiki @@ -30,7 +30,7 @@ emerge --ask --verbose --update --changed-use --deep @world #apply --autounmask changes dispatch-conf }}} - + == Troubleshooting == {{{ diff --git a/tech/light_transport.wiki b/tech/light_transport.wiki new file mode 100644 index 0000000..91212b4 --- /dev/null +++ b/tech/light_transport.wiki @@ -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 diff --git a/tech/unix.wiki b/tech/unix.wiki index 0667f3e..8862473 100644 --- a/tech/unix.wiki +++ b/tech/unix.wiki @@ -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 ==