Next week, we will continue reading the PBRT book.
Note that we change the meeting time to Friday (or Saturday, depending on your timezone)
https://www.meetup.com/graphics-programming-virtual-meetup/events/308700586
Computer Graphics & Programming Languages person.
I twoot about languages like C, C++, Rust, JS/TS, and OCaml.
I organize @graphicsmeetup
he/him
website | https://lesleylai.info |
github | https://github.com/LesleyLai |
notes | https://notes.lesleylai.info/ |
Next week, we will continue reading the PBRT book.
Note that we change the meeting time to Friday (or Saturday, depending on your timezone)
https://www.meetup.com/graphics-programming-virtual-meetup/events/308700586
Well study authors finally admit they have no stance on whether measuring more or less "brain activity" within the context of their task measurement is good or bad despite previous quotes about brain health. Lol.
CUDA RAY TRACING 3.6X FASTER THAN RTX: MY CUDA RAY TRACING JOURNEY
Just added a “microblog” section to my site for crossposting social media content. I’ve also imported some older posts from here and from old Twitter archived (before I deleted the account). Now I finally don't need to worry about platform decay.
@demofox By the way, I’ve seen PEGs mentioned. Unlike CFGs, PEGs are always unambiguous and always choose the first matching rule. Some people dislike it because they make it easier to introduce design mistakes in a PEG-based tool without noticing, whereas CFG-based parser generators typically report conflicts.
See: https://safinaskar.writeas.com/this-is-why-you-should-never-use-parser-combinators-and-peg