Explore >> Select a destination


You are here

www.brianbondy.com
| | therealmjp.github.io
13.7 parsecs away

Travel
| | Over the past week or so I've been completely reworking my collision system in order to better decouple it from other areas of code, and also make it more flexible.One part I got stuck on for a bit was deciding on the mechanism to use for notifying owners of collision components when the component collides with something.I narrowed it down to two options: notify owners via the ICollisionOwner interface I was using OR
| | blog.trailofbits.com
16.0 parsecs away

Travel
| | Our previous blog posts often mentioned control flow integrity, or CFI, but we have never explained what CFI is, how to use it, or why you should care. It's time to remedy the situation! In this blog post, we'll explain, at a high level, what CFI is, what it does, what it doesn't do, and...
| | www.fluentcpp.com
17.5 parsecs away

Travel
| | Expressive code in C++
| | mpark.github.io
122.3 parsecs away

Travel
| An anecdote about surprising implementation challenges of `FUN`.