Sunday, September 15, 2024

Tuesday, August 13, 2024

Google Tech Writing Resources....

 https://developers.google.com/tech-writing/two/large-docs

Pop up a level for more resources, ack to Vincent Scheib for pointing to this in a linkedin post.

Tuesday, March 12, 2024

kernel.org

 wanna see all the linux drivers and src? go here.

Friday, January 26, 2024

Thursday, January 18, 2024

Emerson Quote

 The quote reads: "To laugh often and much; to win the respect of intelligent people and the affection of children; to earn the appreciation of honest critics and endure the betrayal of false friends; to appreciate beauty; to find the best in others; to leave the world a bit better, whether by a healthy child, a garden patch or a redeemed social condition; to know even one life has breathed easier because you have lived. This is to have succeeded.” [Yahoo news article on Jeff Bezos]

Thursday, June 15, 2023

GLSL floats to ints syntax

 welp...don't want to go looking for this again:

    int idx= int(payload.flip);


Wednesday, May 11, 2022

visual studio BKM and ensuring HLSL files are built after changes are made

 so...you have an .hlsl file and you want to make sure your changes trigger a rebuild do not use the pre-build for the solution. instead, click on the .hlsl and use a custom build tool. the final thing you have to do is to tell visual studio to treat the output as content and fill in the content field with your compilation output artifact(s).

Monday, April 04, 2022

Stochastic LOD sample from nvidia

neat sample, needs minor cleanup to compile on my VS2019 solution. may not be anything wrong with the right environment, etc. just my config:

several #include <iostreams>

disabled 'treat errors as warnings'.

https://developer.nvidia.com/blog/implementing-stochastic-lod-with-microsoft-dxr/

several live objects after sample executes/shuts down, not going to resolve at this time.

Thursday, March 03, 2022

hints at authoring/presenting a good talk

 Need to review this before starting any new presentation:

http://graphics.stanford.edu/~kayvonf/misc/cleartalktips.pdf