Installing the Solidity Compiler| docs.soliditylang.org
Love it or hate it, CMake is the best way to get a JUCE app running cross platform. Here's some tips!| Melatonin
Snapshot fuzzing enables security engineers to effectively test software that is traditionally difficult to analyze, such as kernel-level software (though the technique is not limited to such software). Whether you’re auditing drivers or other kernel-mode components, including antivirus software, snapshot fuzzing provides a robust way to discover critical vulnerabilities. Consult this section for a walkthrough on how to conduct snapshot fuzzing on your system.| Testing Handbook
Getting Started: Building and Running Clang| clang.llvm.org
I finally had a go at creating a machine code program and running it on a Speccy.| jamieonkeys
Building Renode on Windows is based on Cygwin and requires you to properly set up the system environment.| renode.readthedocs.io
This page is a changing document. I’ll probably add more notes to it in the future. These are just some notes that I’ve put together in the past about flashing and upgrading the CHIP (and Pocket CHIP) computer.| blog.omgmog.net
NOTE: Much of what I discuss below is no longer accurate. For the past month or so, I’ve been working on a follow-up to my series on Writing a Raytracer in Rust. This time around, I’ll be talking about writing a GPU-accelerated Path Tracer. As always, I’m writing it in Rust - including the GPU kernel code. Compiling Rust for GPUs at this point is difficult and error-prone, so I thought it would be good to start with some documentation on that aspect of the problem before diving into pat...| bheisler.github.io