Skip to content

Instantly share code, notes, and snippets.

View rigred's full-sized avatar

Rigo rigred

View GitHub Profile
@rigred
rigred / ASRock_Z370-Pro4
Last active November 6, 2021 13:57
Preliminary Config for ASRock Z370 Pro4 (NCT6833)
# Note this is an early (INCOMPLETE) testing config
chip "nct6683-isa-0a20"
# Fans
label fan1 "Chassis Fan 1 Speed"
label fan2 "CPU Fan 1 Speed"
label fan3 "CPU Fan 2 Speed"
label fan4 "Chassis Fan 2 Speed"
# Fan minimums (conservative 400rpm)
@rigred
rigred / fuji_hs50_details.md
Created December 28, 2018 20:11
Fuji HS50 EXR USB info

lsusb dump

Bus 001 Device 007: ID 04cb:02a5 Fuji Photo Film Co., Ltd                                                                                                                                                                                                                      
Device Descriptor:                                                                                                                                                                                                                                                             
  bLength                18                                                                                                                                                                                                                                                    
  bDescriptorType         1                                                                                                                                                                   
@rigred
rigred / opencl-amd-18.40.patch
Created December 10, 2018 11:14
Path to upgrade to version 18.40 opencl-amd AUR
--- PKGBUILD-18.30 2018-12-10 13:12:01.363017487 +0200
+++ PKGBUILD 2018-12-09 16:44:50.307845560 +0200
@@ -2,7 +2,7 @@
pkgname=opencl-amd
pkgdesc="OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the free amdgpu stack."
-pkgver='18.30.641594'
+pkgver=18.40.697810
pkgrel=1
arch=('x86_64')
@rigred
rigred / SwakopmundQuickPark.md
Last active August 21, 2018 11:53
Short technical overview of Swakopmund QuickPark system

Short technical overview of Swakopmund QuickPark system

All the below information is easily obtained through internet research and a general technical understanding, none of it is in any way confidential.

After investigating some of the 408 parking sensors placed around town I have come to the conclusion that Swakopmund’s ‘QuickPark’ based parking systems is an almost entirely outsourced ‘franchise’ project. Let me explain why I believe this is the case. To do so we need to merely start from the technical aspect, analyse the parking sensors and how they work.

Here is a picture of one as taken by myself in front of Edgars/Hansa Hotel. It is described as a passive parking tag, suggesting that it does not contain it’s own energy source/battery. passive parking tag

@rigred
rigred / DXE_GUID_unknown.log
Created December 23, 2017 20:58
AM4 unknown GUID's DXE/Other
7FD41B4B-42AE-47BA-BA77-87D3BD829E86
DB19CF1F-0B69-460B-98D8-08628073E241
50971CB2-B4AA-4D90-A221-D8E6A243493B
50971CE2-B4AA-4D90-A222-D8E6A6645932
8E1C914F-82F6-4AD6-BAE2-C1A33B19B9B1
6476864D-F8A0-460E-947B-5F7B88A52116
78DB63B7-E9F4-4244-90C6-F5845912EB3B
9D695853-A840-4670-9DAE-951116E81151
E751E272-9D7A-4E8F-8BB4-522152E8EB49
C7E9B6A4-7149-4135-BDFC-B8327BBC9325
@rigred
rigred / dxe_am.log
Last active December 23, 2017 20:59
X370 AM4 ASRock X370 Gaming K4 DXE drivers listing
DXE
PspPlatform
PspDxe
AmiPspFtpmDxe
PspResource
CrbPxeLoader
AAFTblDxe
ATAIdentify
ASRockHDAudioDxe
iFlashDxeBin
@rigred
rigred / russian_troll_accounts.csv
Last active November 6, 2017 20:05
Accounts that where ID'd and suspended as being part of 'Election Meddling'.
id url handle
905874659358453760 https://twitter.com/intent/user?user_id=905874659358453760 10_gop
2528776985 https://twitter.com/intent/user?user_id=2528776985 1488reasons
2535564756 https://twitter.com/intent/user?user_id=2535564756 1D_Nicole_
79793901 https://twitter.com/intent/user?user_id=79793901 1DRussianFNDM
1860330774 https://twitter.com/intent/user?user_id=1860330774 1Erik_Lee
838742761515991041 https://twitter.com/intent/user?user_id=838742761515991041 1lorenafava1
2537164155 https://twitter.com/intent/user?user_id=2537164155 2lauragibson
823484279787294720 https://twitter.com/intent/user?user_id=823484279787294720 2ndHalfOnion
80712878 https://twitter.com/intent/user?user_id=80712878 2oliverbaker
@rigred
rigred / OhGodWhy.bas
Created October 30, 2017 09:23
Bad BASIC - Stranger Things
10 DIM FourDigitPassword INTEGER
20 FOR i = 0 TO 9
30 FOR j = 0 TO 9
40 FOR k = 0 TO 9
50 FOR l = 0 TO 9
60 FourDigitPassword = getFourDigits(i,j,k,l)
70 IF checkPasswordMatch(FourDigitPassword) = TRUE THEN
80 GOTO 140
90 END
100 NEXT i
@rigred
rigred / mesa-git_fail_4
Created September 9, 2017 21:32
mesa-git OpenGL context creation failure
Sep 09 22:19:41 jupiter sddm-greeter[1762]: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Sep 09 22:19:41 jupiter sddm-greeter[1762]: Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBuff
Sep 09 22:19:41 jupiter systemd[1]: Created slice system-systemd\x2dcoredump.slice.
Sep 09 22:19:41 jupiter systemd[1]: Started Process Core Dump (PID 1767/UID 0).
Sep 09 22:19:42 jupiter sddm-helper[1760]: [PAM] Closing session
Sep 09 22:19:42 jupiter sddm-helper[1760]: pam_unix(sddm-greeter:session): session closed for user sddm
Sep 09 22:19:42 jupiter sddm-helper[1760]: [PAM] Ended.
Sep 09 22:19:42 jupiter systemd-coredump[1769]: Process 1762 (sddm-greeter) of user 617 dumped core.
Stack trace of thread 1762:
@rigred
rigred / vkinfo_dump.log
Last active September 2, 2017 14:04
Dump of vulkaninfo tool. Uses arch extra/opencl-mesa, extra/vulkan-radeon + aur/opencl-amd
===========
VULKAN INFO
===========
Vulkan API Version: 1.0.54
INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_screenshot.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_core_validation.json, version "1.1.0"
INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_monitor.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_standard_validation.json, version "1.1.1"