Skip to content

Instantly share code, notes, and snippets.

View ExpandingMan's full-sized avatar

ExpandingMan

  • Port Jefferson, NY
View GitHub Profile
@ExpandingMan
ExpandingMan / riftbreaker-steam.log
Created November 18, 2021 04:00
Riftbreaker crash log
This file has been truncated, but you can view the full file.
======================
Proton: 1636976115 experimental-6.3-20211115
SteamGameId: 780310
Command: ['/home/expandingman/.local/share/Steam/steamapps/common/Riftbreaker/bin/Launcher.exe']
Options: {'forcelgadd'}
depot: 0.20211014.30
pressure-vessel: 0.20210906.2
scripts: v0.20210917.0-0-g1cf127d
soldier: 0.20211013.0 soldier 0.20211013.0
Kernel: Linux 5.14.10-1-MANJARO #1 SMP PREEMPT Thu Oct 7 06:43:34 UTC 2021 x86_64
@ExpandingMan
ExpandingMan / tree_benchmarks.jl
Created August 29, 2022 23:48
basic benchmarks for best-case AbstractTrees iteration
using AbstractTrees, BenchmarkTools, Random
using AbstractTrees: PreOrderState, next
using Base: @kwdef
@kwdef struct RandTreeParams
max_generations::Int = 5
max_children::Int = 3
end
@ExpandingMan
ExpandingMan / sysinfo.txt
Created October 15, 2022 15:40
Steam System Information
Computer Information:
Manufacturer: ASUSTeK COMPUTER INC.
Model: TUF GAMING X570-PLUS (WI-FI)
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 7 3800X 8-Core Processor
CPU Family: 0x17
@ExpandingMan
ExpandingMan / anari_test.c
Created August 24, 2023 21:43
VisRTX segfault on release device if device was not used
#include <alloca.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
// anari
#include "anari/anari.h"
#define ANARI_EXTENSION_UTILITY_IMPL
#include "anari/frontend/anari_extension_utility.h"