No Security Risks Detected
This domain appears to be safe and secure
Disclaimer: This assessment is based on automated analysis of publicly available information. Results are for informational purposes only. For critical applications, consult security professionals.
Scan Information
Refresh page after 10 minutes
for updated results
Page Information
Host Information
Technologies
SSL Certificate
Performance Statistics
HTTP Headers
Technology Stack Analysis
HSTS
HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.
Cloudflare
Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.
HTTP/3
HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.
External Links 7
github.com/LukeGrahamLandry
github.com
Franca Compiler Self hosted compiler for a programing language with arbitrary compile time execution. Generates native machine code for arm64/amd64 (JIT or AOT) without depending on assembler/linker/llvm. Various macro capabilities for generating code (demos include a C11 compiler that runs at comptime to import libraries). Compiles itself in one second. The compiler does not depend on libc on linux.Franca
github.com
Chess Bot A chess engine written from scratch and compiled to web assembly with a simple canvas UI. Alpha-beta pruning, transposition tables, bitboards, and more. ~1700 rating on Lichess. Do you have what it takes to defeat the machine?Try it online!Zig, Java Script
lukegrahamlandry.ca
Fractal Rendering Real time Mandelbrot, Julia, and Newton fractal zoom explorer. Iterative math on complex numbers makes pretty pictures. Rendered on the GPU, extended precision using pairs of floats. MacOS only.Swift, C++, Metal, SwiftUI
github.com
C (subset) Compiler Targets LLVM IR or aarch64 assembly text. Only supports a small subset of C: ifs, loops, pointers, functions, structs, arrays. Simple VM that runs my intermediary representation for debugging.Rust, LLVM
github.com
Ray Tracer Real time ray tracing. Supports spheres, cubes, planes, shadows, reflection, and refraction. The same code can run on the GPU (MacOS only) or the CPU (cross platform). Based on the book The Ray Tracer Challenge.Rust, C++, Metal
github.com
Minecraft Mods Added various features to Minecraft. Some work with larger teams. Several open source contributions. 10 million cumulative downloads. Freelance work for 40+ clients paid my university tuition. Experince determining requirements from non-technical stakeholders.Java, Kotlin, Forge, Fabric, Mixin
moddingtutorials.org