Skip to content

Instantly share code, notes, and snippets.

View cheako's full-sized avatar

Michael Mestnik cheako

  • Twin Cities Minnesota, USA -- CST
View GitHub Profile
@cheako
cheako / Dockerfile
Created February 17, 2025 18:01
Newest dfhack binary distribution
# syntax=docker/dockerfile:1
FROM debian:stable-slim
ARG DFVER="51_05"
ARG HACKVER="51.05-r1"
#ARG DFVER="47_05"
#ARG HACKVER="0.47.05-r8"
# ARG GCCVER="7" # Could be 4.8 or 7
ARG PLEXVER="v0.2.1"
@cheako
cheako / Dockerfile
Created February 16, 2025 21:49
dfplex binary distribution
# syntax=docker/dockerfile:1
FROM debian:stable-slim
ADD http://www.bay12games.com/dwarves/df_47_04_linux.tar.bz2 /root/df.tar.bz2
ADD https://github.com/white-rabbit-dfplex/dfplex/releases/download/v0.2.1-dfplex/dfplex-v0.2.1-linux64.zip /root/dfplex.zip
ADD https://github.com/DFHack/dfhack/releases/download/0.47.04-r1/dfhack-0.47.04-r1-Linux-64bit-gcc-4.8.tar.bz2 /root/dfhack.tar.bz2
EXPOSE 8000
EXPOSE 5000
EXPOSE 1234
@cheako
cheako / log.txt
Created October 14, 2023 01:07
Starfield on i915 a770, oct 13 best setup to date
[src/handlers/pipelines.rs:127] thread::current().id().as_u64() = 8
[src/handlers/pipelines.rs:135]
[src/handlers/pipelines.rs:126] unsafe {
dbg!(thread :: current().id().as_u64());
super::DEVICE.read().unwrap().get(&device).unwrap().device.create_compute_pipelines(pipeline_cache,
create_infos, { dbg!(); p_allocator.as_ref() })
} = Ok(
[
0x7fd9ec000c80,
],