Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; init.el --- Description -*- lexical-binding: t; -*- | |
;; | |
;; Copyright (C) 2025 Daniel Hill | |
;; | |
;; Author: Daniel Hill <[email protected]> | |
;; Maintainer: Daniel Hill <[email protected]> | |
;; Created: March 12, 2025 | |
;; Modified: March 12, 2025 | |
;; Version: 0.0.1 | |
;; Keywords: abbrev bib c calendar comm convenience data docs emulations extensions faces files frames games hardware help hypermedia i18n internal languages lisp local maint mail matching mouse multimedia news outlines processes terminals tex text tools unix vc wp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from os import listdir, getpid | |
from subprocess import check_output | |
from os.path import isfile, join | |
import configparser | |
import tempfile | |
import json | |
path = "./" | |
files = [f for f in listdir(path) if isfile(join(path, f))] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>bt all | |
WineDbg can't debug several processes at once. | |
Either 'detach' from current one, or use another instance of WineDbg | |
warning: could not attach to 0020 | |
WineDbg can't debug several processes at once. | |
Either 'detach' from current one, or use another instance of WineDbg | |
warning: could not attach to 0038 | |
WineDbg can't debug several processes at once. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[D][02662.862936] pw.context | [ pipewire.c: 235 load_spa_handle()] load lib:'support/libspa-support' factory-name:'support.cpu' | |
[D][02662.862982] spa.cpu | [ cpu.c: 256 impl_init()] 0x7d7d049f9038: count:24 align:32 flags:0007cbdb | |
[I][02662.862991] pw.context | [ pipewire.c: 578 pw_init()] version 1.2.7 | |
[I][02662.863208] jack | [ pipewire-jack.c: 4030 jack_client_open()] 0x7d7d049f9170: open 'VBASIOTest64' options:0 | |
[D][02662.863223] pw.thread-loop | [ thread-loop.c: 145 loop_new()] 0x7d7d049f9b50: new name:pw-VBASIOTest64 | |
[D][02662.863231] pw.context | [ pipewire.c: 235 load_spa_handle()] load lib:'support/libspa-support' factory-name:'support.system' | |
[D][02662.863238] spa.system | [ system.c: 334 impl_init()] 0x7d7d049f9d18: initialized | |
[D][02662.863245] pw.context | [ pipewire.c: 235 load_spa_handle()] load lib:'support/libspa-support' factory-name:'support.loop' | |
[D][02662.863254] spa.system | [ system.c: 96 impl_pollfd_create |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 09 16:40:23 Purple-Sunrise kernel: Linux version 6.12.1 (nixbld@localhost) (gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.43.1) #1-NixOS SMP PREEMPT_DYNAMIC Fri Nov 22 14:30:26 UTC 2024 | |
Jan 09 16:40:23 Purple-Sunrise kernel: Command line: initrd=\EFI\nixos\dbalsczjh923zbgrgb2l5dw4452ysbzg-initrd-linux-6.12.1-initrd.efi init=/nix/store/8m8iagvlqzn5qjijlsbg46ici7jqlfcj-nixos-system-Purple-Sunrise-25.05.20241203.55d15ad/init amd_pstate=active zswap.enabled=1 zswap.compressor=lz4 zswap.max_pool_percent=15 zswap.zpool=z3fold hid_apple.fnmode=0 boot.shell_on_fail loglevel=4 boot.debug1devices | |
Jan 09 16:40:23 Purple-Sunrise kernel: BIOS-provided physical RAM map: | |
Jan 09 16:40:23 Purple-Sunrise kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable | |
Jan 09 16:40:23 Purple-Sunrise kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved | |
Jan 09 16:40:23 Purple-Sunrise kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable | |
Jan 09 16:40:23 Purple-Sunrise kernel: BIOS-e820: [mem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE OverloadedStrings #-} | |
import Data.Attoparsec.ByteString.Lazy | |
import Data.Attoparsec.Combinator (lookAhead) | |
import Debug.Trace | |
import qualified Data.ByteString.Lazy.Char8 as BL | |
import qualified Data.ByteString as BS | |
import Data.Binary.Put (runPut, putFloatle, putDoublele) | |
import GHC.Float (float2Double) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
description = "hal-game"; | |
inputs = { | |
nixpkgs.url = "nixpkgs/nixos-unstable"; | |
typed-systems = { | |
url = "github:YellowOnion/nix-typed-systems"; | |
flake = false; | |
}; | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 75.337001] ------------[ cut here ]------------ | |
[ 75.337003] btree trans held srcu lock (delaying memory reclaim) for 70 seconds | |
[ 75.337010] WARNING: CPU: 3 PID: 764 at fs/bcachefs/btree_iter.c:2996 bch2_trans_put+0x262/0x290 [bcachefs] | |
[ 75.337034] Modules linked in: bcachefs libcrc32c crc32c_generic lz4_compress lz4hc_compress xor raid6_pq hid_generic usbhid hid usb_storage sd_mod ahci libahci libata nvme xhci_pci xhci_pci_renesas firmware_class nvme_core xhci_hcd scsi_mod nvme_auth t10_pi crc32c_intel sha256_ssse3 crc64_rocksoft crc_t10dif crct10dif_generic crct10dif_pclmul crc64 scsi_common crct10dif_common rtc_cmos dm_mod dax | |
[ 75.337057] CPU: 3 PID: 764 Comm: ln Not tainted 6.10.0-rc4-bcachefs-unstable-3a3daab #1-NixOS | |
[ 75.337060] Hardware name: ASUS System Product Name/TUF GAMING B550-PLUS, BIOS 2806 10/27/2022 | |
[ 75.337061] RIP: 0010:bch2_trans_put+0x262/0x290 [bcachefs] | |
[ 75.337082] Code: cb fd 48 c7 c7 30 cf aa c0 48 b8 cf f7 53 e3 a5 9b c4 20 48 29 ca 48 c1 ea 03 48 f7 e2 48 89 d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.000 bch-reclaim/92/420 bcachefs:transaction_commit(trans_fn: "bch2_btree_key_cache_journal_fl", caller_ip: -1063954131) | |
81.105 systemd-journa/827 bcachefs:transaction_commit(trans_fn: "bch2_truncate", caller_ip: -1063387859) | |
81.126 systemd-journa/827 bcachefs:transaction_commit(trans_fn: "bch2_truncate", caller_ip: -1063476063) | |
81.140 systemd-journa/827 bcachefs:transaction_commit(trans_fn: "bch2_truncate", caller_ip: -1063387589) | |
81.152 systemd-journa/827 bcachefs:transaction_commit(trans_fn: "bch2_setattr_nonsize", caller_ip: -1063643158) | |
104.077 kworker/6:2H-b/308743 bcachefs:transaction_commit(trans_fn: "btree_node_write_work", caller_ip: -1063891813) | |
208.005 bch-reclaim/92/420 bcachefs:transaction_commit(trans_fn: "bch2_btree_key_cache_journal_fl", caller_ip: -1063954131) | |
312.601 kworker/6:2H-b/308743 bcachefs:transaction_commit(trans_fn: "btree_node_write_work", caller_ip: -1063891813) | |
416.023 bch-reclaim/92/420 bcachefs:transaction_commit(trans_fn: "bch2_btree_key_cac |
NewerOlder