Skip to content

Instantly share code, notes, and snippets.

@mitchmindtree
mitchmindtree / forc-nightly-x86_64-darwin-link-error
Created June 1, 2023 04:18
`forc-nightly` linking error on `x86_64-darwin`
@mitchmindtree
mitchmindtree / 1gr5viiidagbypayh993mn6s33a8psvf-cataclysm-dda-0.F-3.log
Created September 20, 2022 04:30
Failed build log for cataclysm dda for nixpkgs.
got build log for '/nix/store/1gr5viiidagbypayh993mn6s33a8psvf-cataclysm-dda-0.F-3.drv' from 'daemon'
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/w6lxfly1gyrvqbsnxvzyia879wy48r6w-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/r5dbalb1hlxhpwn2l9k91q1ahf809ybm-locale-path-stable.patch
patching file src/translations.cpp
patching script interpreter paths in lang/compile_mo.sh
==========
VULKANINFO
==========
Vulkan Instance Version: 1.1.114
Instance Extensions:
====================
use nannou::prelude::*;
use std::sync::Arc;
use std::sync::atomic::{self, AtomicBool};
struct Model {
compute: Compute,
}
struct Compute {
device: wgpu::Device,
use nannou::prelude::*;
struct Model {
compute: Compute,
}
struct Compute {
device: wgpu::Device,
queue: wgpu::Queue,
staging_buffer: wgpu::Buffer,
@mitchmindtree
mitchmindtree / rust-audio-state-of-the-repos.md
Created May 29, 2019 18:44
RustAudio - State of the Repos

In Path to Rust Audio I briefly mentioned that the repos are in a variety of states of maintenance - here I'll give my own impression of the current state of each of the repositories.

ogg and lewton - active I believe both were started by est31, both seem to be actively used and worked on.

coreaudio-sys and coreaudio-rs - active I started these to add audio I/O support to CPAL a few years ago. I have since moved to Linux as my daily machine and don't often get the chance to test for them anymore, however Rhuagh has kindly taken over testing and reviews. I still try to review code when I can.

deepspeech-rs - seems active

@mitchmindtree
mitchmindtree / vulkaninfo-output.txt
Last active July 20, 2019 10:51
vulkaninfo-output
==========
VULKANINFO
==========
Vulkan Instance Version: 1.1.112
Instance Extensions:
====================
@mitchmindtree
mitchmindtree / windows_environment_variables.md
Created October 21, 2018 08:42
How to permanently set user environment variables on Windows

Setting an Environment Variable on Windows

Here are three ways you can set the user environment variable FOO with the value path\to\foo so that the variable persists across sessions.

  1. Using the command prompt:
    setx FOO "path\to\foo"
    
  2. Using powershell:
Output for `lsusb.py -iIce` with the 512GB exfat external usb drive plugged in
------------------------------------------------------------------------------
usb1 1d6b:0002 09 2.00 480MBit/s 0mA 1IF (Linux 4.10.10-1-ARCH xhci-hcd xHCI Host Controller 0000:00:14.0)
(EP) 00: Control attr 00 len 07 max 040
1-0:1.0 (IF) 09:00:00 1EP (Hub::Full speed (or root) hub) hub 
(EP) 81: Interrupt (256ms) attr 03 len 07 max 004
1-9 04f3:2356 00 2.01 12MBit/s 100mA 1IF (ELAN Touchscreen)
(EP) 00: Control attr 00 len 07 max 008
1-9:1.0 (IF) 03:00:00 2EPs (Human Interface Device:No Subclass:None) usbhid 
Output for `lsusb.py -iIce` with the 512GB exfat external usb drive plugged in
------------------------------------------------------------------------------
usb1 1d6b:0002 09 2.00 480MBit/s 0mA 1IF (Linux 4.10.10-1-ARCH xhci-hcd xHCI Host Controller 0000:00:14.0)
(EP) 00: Control attr 00 len 07 max 040
1-0:1.0 (IF) 09:00:00 1EP (Hub::Full speed (or root) hub) hub 
(EP) 81: Interrupt (256ms) attr 03 len 07 max 004
1-9 04f3:2356 00 2.01 12MBit/s 100mA 1IF (ELAN Touchscreen)
(EP) 00: Control attr 00 len 07 max 008
1-9:1.0 (IF) 03:00:00 2EPs (Human Interface Device:No Subclass:None) usbhid