Skip to content

Instantly share code, notes, and snippets.

View jamincollins's full-sized avatar

Jamin Collins jamincollins

  • Geico
  • Utah, USA
View GitHub Profile
[2024-04-03 11:06:44.019250] [0x00007c445da80740] [trace] Initializing StaticPrintConfigs
[2024-04-03 11:06:44.686310] [0x00007c445da80740] [error] operator(): can not find inherits process template @Ginger Additive Ginger One 1.0 nozzle for DERIVE 3mm nozzle
[2024-04-03 11:06:44.686328] [0x00007c445da80740] [error] load_vendor_configs_from_json, got error when parse process setting from ../../resources/profiles/Ginger/process/DERIVE 3mm nozzle.json
[2024-04-03 11:06:44.686543] [0x00007c445da80740] [error] Failed loading configuration file ../../resources/profiles/Ginger/process/DERIVE 3mm nozzle.json
Suggest cleaning the directory ../../resources/profiles firstly
Validation failed
15615 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
15615 access("/sys/devices/system/node/node1", R_OK) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "//package.json", O_RDWR|O_NOCTTY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "/home/jamin/.bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "/home/jamin/proj/devika/ui/bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
15615 access("/home/jamin/proj/devika/ui/binding.gyp", F_OK) = -1 ENOENT (No such file or directory)
bun install v1.0.35 (940448d6)
Loaded 260 hoisted_dependencies
Loaded 353 resolutions
Loaded 353 dependencies
Loaded 14 extern_strings
Loaded 19433 string_bytes
Clean lockfile: 253 packages - 253 packages in 1.9ms
error: failed to enqueue lifecycle scripts for @sveltejs/kit: ENOENT
-- BEGIN SHA512/256(`${alphabetize(name)}@${order(version)}`) --
@alloc/[email protected]
@ampproject/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
#!/usr/bin/env python3
import RPi.GPIO as GPIO
import os
import socket
import sys
import time
from threading import Thread
#!/usr/bin/env python3
import RPi.GPIO as GPIO
import sys
import time
class Fan:
rpm = 0
@jamincollins
jamincollins / ArchLinuxWSL2.md
Created January 25, 2021 00:35 — forked from ld100/ArchLinuxWSL2.md
Steps for setting up Arch Linux on WSL2

Migrating from Ubuntu on WSL to ArchLinux on WSL2

Upgrading to WSL 2

  • Download WSL2 Kernel
  • run wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.

Installing Arch Linux

Problem

Unreal Tournament ('99) 32bit segfaults on some systems.

Systems

  • Lenovo P1 w/ Arch Linux (64bit)
    • mesa 19.1.1
    • multilib
  • QEMU VM w/ Arch Linux (64bit)
@jamincollins
jamincollins / rip_dvd
Created May 23, 2019 22:32 — forked from postmodern/rip_dvd
Script to automate ripping DVDs using Handbrake-CLI and mkvmerge
#!/usr/bin/env bash
#
# Author: postmodern
# Description:
# Rips a DVD to a H.264 MKV file, with chapters and tags. Ignores any
# bad blocks or sectors on the DVD.
# Dependencies:
# * gddrescue
# * handbrake-cli
# * mkvtoolnix
# Thinkpad P1 w/ Quadro P1000
$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107GLM [Quadro P1000 Mobile] (rev a1)
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/nvme-root rw drm.rnodes=1 net.ifnames=1
$ pacman -Q | grep -P '(video-(intel|nouveau)|^linux |xorg-server )'