Skip to content

Instantly share code, notes, and snippets.

View jaredmo's full-sized avatar

Jared Monger jaredmo

  • Lyra Health
  • Nashville, TN
View GitHub Profile
Error: Failed installing dependency: https://luarocks.org/mediator_lua-1.1.2-0.rockspec - Error fetching file: Failed downloading https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz - failed downloading https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz
ninja: build stopped: subcommand failed.
Jun 23 14:24:34 devone kernel: rtw_8822ce 0000:01:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
Jun 23 14:24:34 devone kernel: rtw_8822ce 0000:01:00.0: mac power on failed
Jun 23 14:24:34 devone kernel: rtw_8822ce 0000:01:00.0: failed to power on mac
Jun 23 14:24:34 devone kernel: ------------[ cut here ]------------
Jun 23 14:24:34 devone kernel: Hardware became unavailable upon resume. This could be a software issue prior to suspend or a hardware issue.
Jun 23 14:24:34 devone kernel: WARNING: CPU: 6 PID: 17071 at net/mac80211/util.c:2540 ieee80211_reconfig+0x9e/0x16f0 [mac80211]
Jun 23 14:24:34 devone kernel: Modules linked in: snd_usb_audio snd_usbmidi_lib usbhid snd_rawmidi vhost_net vhost vhost_iotlb tap tun nf_conntrack_netbios_ns nf_conntrack_broadcast ccm rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device nf_conntrack_netlink xt_addrtype br_netfilter xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT xt_tcpudp nft_compat nf_nat_tftp nf_conntrack_tftp bridge stp llc nft_fib_inet nft_fib_ipv4 n
@jaredmo
jaredmo / gist:ce125eb48c9be300a577571abb39ea8c
Created May 12, 2023 19:02
ampgu issue #2537 kernel log
https://gitlab.freedesktop.org/drm/amd/-/issues/2537
May 12 12:46:06 devone kernel: Linux version 6.3.1-arch2-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 10 May 2023 08:54:47 +0000
May 12 12:46:06 devone kernel: Command line: cryptdevice=UUID=[redacted]:cryptlvm root=/dev/archvolume/root rw resume=/dev/archvolume/swap loglevel=3 quiet bgrt_disable
May 12 12:46:06 devone kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 12 12:46:06 devone kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 12 12:46:06 devone kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 12 12:46:06 devone kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
May 12 12:46:06 devone kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
May 12 12:46:06 devone kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
@jaredmo
jaredmo / radiohead-bonnaroo-2006.bat
Last active July 24, 2022 17:03
Radiohead - Live at Bonnaroo (June 2006)
REM Extract audio and make Opus tracks from Radiohead - Live at Bonnaroo (June 2006) https://www.youtube.com/watch?v=1hgXZAHonLs
youtube-dl -f bestaudio 1hgXZAHonLs
ffmpeg -i "Radiohead - Live at Bonnaroo (June 2006) #StayHome #WithMe-1hgXZAHonLs.webm" -c:a copy -ss 00:00:00 -t 00:05:50 "01 There There.opus"
ffmpeg -i "Radiohead - Live at Bonnaroo (June 2006) #StayHome #WithMe-1hgXZAHonLs.webm" -c:a copy -ss 00:05:50 -t 00:03:51 "02 2+2=5.opus"
ffmpeg -i "Radiohead - Live at Bonnaroo (June 2006) #StayHome #WithMe-1hgXZAHonLs.webm" -c:a copy -ss 00:09:41 -t 00:04:50 "03 15 Step.opus"
@jaredmo
jaredmo / PowerShell-File-Checks.ps1
Created July 30, 2019 14:58
Diff checking files with PowerShell
#Create catalog
New-FileCatalog -Path C:\Users\[user]\Downloads\a -CatalogFilePath C:\Users\[user]\Downloads\SourceCatalog.cat -CatalogVersion 2.0
# Simple diff test
Test-FileCatalog -Detailed -Path C:\Users\[user]\Downloads\b -CatalogFilePath C:\Users\[user]\Downloads\SourceCatalog.cat
@jaredmo
jaredmo / fetch.sh
Last active November 29, 2018 13:03
fetch.sh
# git fetch and status on all projects in working directory
d=$(ls -d -- */)
for i in $d
do
echo "Fetching $i..."
cd $i/
git fetch
git status
@jaredmo
jaredmo / keybase.md
Created August 8, 2017 11:28
keybase.md

Keybase proof

I hereby claim:

  • I am jaredmo on github.
  • I am jmonger (https://keybase.io/jmonger) on keybase.
  • I have a public key ASBXws4dm5Hdab5IB37rxuBWC33IaOcmvPZnhzc-E_eZxAo

To claim this, I am signing this object:

@jaredmo
jaredmo / fod.py
Last active August 15, 2023 11:56
Action Phase Assistant for GMT's Fields of Despair
"""fod.py Action Phase Assistant for Fields of Despair https://www.gmtgames.com/p-473-fields-of-despair.aspx"""
import random
print("Welcome to the Action Phase Assistant for GMT Games - Fields of Despair\n")
print(
'"One day the great European War will come out of some damned foolish thing in the Balkans." -Otto von Bismark ('
"1888)\n"
)