All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Register

Login

All New Register Login
's Avatar

swee

Joined 1 year ago

Recently created
Least recently created
Recently updated
Least recently updated
All gists 124
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 [2026-04-19T01:57:51.125Z] <ChaoticV> !puzzle hard doesn't just pull from wiktionary, i think it sometimes pulls from the free dictionary
2 [2026-04-19T01:57:52.279Z] <+tinsoldier> ⏱﹖﹥ XWord: Complete the following 'hard' word: _ _ _ m_ _ t (Meaning: lamentation grief)
3 [2026-04-19T01:57:56.100Z] <ChaoticV> lament
4 [2026-04-19T01:58:01.134Z] <user333_> yay! i can finally view it at not 133% scale!
5 [2026-04-19T01:58:02.228Z] <+tinsoldier> ⏱﹖﹥ Puzzle hint: The word begins with 'w'
6 [2026-04-19T01:58:03.481Z] <swee> lamenent
7 [2026-04-19T01:58:06.941Z] <ChaoticV> wlament
8 [2026-04-19T01:58:10.120Z] <ChaoticV> waament
9 [2026-04-19T01:58:12.351Z] <swee> walmart
10 [2026-04-19T01:58:17.438Z] <+tinsoldier> ⏱﹖﹥ Time's up. The answer was 'wayment'.
swee's Avatar

swee / Immich on FreeBSD?!

0 likes
0 forks
1 files
Last active 2 months ago

Yes, this is not clickbait! I set up Immich on FreeBSD yesterday without going insane, so I am documenting how I did this magic.

I am not using ML in this setup.

Note: I did steal some documentation and read the install script from https://github.com/arter97/immich-native

Requirements

  • A FreeBSD server (duh, tested in FreeBSD 15)
  • A Linux machine (for bootstrapping and building)
swee's Avatar

swee / Swee's Custom CSS for Kanboard

0 likes
0 forks
5 files
Last active 2 months ago
Makes cards a bit easier on the eye in Dark Mode
1 .task-tags > ul > li
2 {
3 color: #000 !important;
4 }
5 .task-board-header a,
6 .task-board-header > .dropdown > .dropdown-menu > strong,
7 .task-board-header > .dropdown > .dropdown-menu-link-icon i,
8 .task-board-header > .js-modal-large > i,
9 .task-board-icons-row,
10 .task-board-title a {
swee's Avatar

swee / eatfish.png.swee.codes nginx config

0 likes
0 forks
1 files
Last active 2 months ago
the whole ascii thing is just an nginx map
1 map $http_user_agent $myindex {
2 default index.html;
3 ~curl ascii.txt;
4 }
5
6 server {
7 listen 443 quic;
8 listen [::]:443 quic;
9 listen 443 ssl;
10 listen [::]:443 ssl;
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 i915/kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/i915/kbl_dmc_ver1_04.bin either
2 i915_kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/i915_kbl_dmc_ver1_04.bin either
3 drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
4 drmn0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
5 [drm] Initialized i915 1.6.0 20201103 for drmn0 on minor 0
6 name=drmn0 id=i915drmfb flags=0x0 stride=7680
7 i915/kbl_dmc_ver1_04.bin: could not load firmware image, error 2
8 Trying to load binary firmware from /boot/firmware/i915/kbl_dmc_ver1_04.bin
9 i915/kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/i915/kbl_dmc_ver1_04.bin either
10 i915_kbl_dmc_ver1_04.bin: could not load firmware image, error 2
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 [drm] Got Intel graphics stolen memory base 0xbd800000, size 0x2000000
2 drmn0: <drmn> on vgapci0
3 vgapci0: child drmn0 requested pci_enable_io
4 vgapci0: child drmn0 requested pci_enable_io
5 drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
6 drmn0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
7 lkpi_iic0: <LinuxKPI I2C> on drmn0
8 lkpi_iic1: <LinuxKPI I2C> on drmn0
9 lkpi_iic2: <LinuxKPI I2C> on drmn0
10 lkpi_iic3: <LinuxKPI I2C> on drmn0
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 licorice:~$ xxd --version
2 xxd: unrecognized option: version
3 BusyBox v1.37.0 (2026-01-10 15:38:28 UTC) multi-call binary.
4
5 Usage: xxd [-pri] [-g N] [-c N] [-l LEN] [-s OFS] [-o OFS] [FILE]
6
7 Hex dump FILE (or stdin)
8
9 -g N Bytes per group
10 -c N Bytes per line
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 licorice:~/Builds$ sudo apk update
2 v20260127-5826-g09240c78790 [http://dl-cdn.alpinelinux.org/alpine/edge/main]
3 v20260127-3845-g1f32258fdad [http://dl-cdn.alpinelinux.org/alpine/edge/community]
4 OK: 28725 distinct packages available
5 licorice:~/Builds$ sudo apk add meson
6 doas (swee@licorice) password:
7 ERROR: unable to select packages:
8 python3-3.14.3-r0:
9 breaks: ibus-1.5.33-r1[python3~3.12] obex-capabilities-0.2.1-r8[python3~3.12] py3-cupshelpers-1.5.18-r8[python3~3.12] py3-pycups-2.0.4-r0[python3~3.12]
10 satisfies: meson-1.10.2-r1[python3~3.14] meson-pyc-1.10.2-r1[python3~3.14] py3-cairo-1.28.0-r1[python3~3.14] py3-cairo-pyc-1.28.0-r1[python3~3.14] py3-certifi-2026.2.25-r1[python3~3.14] py3-certifi-pyc-2026.2.25-r1[python3~3.14]
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 MESA-LOADER: failed to retrieve device information
2 MESA-LOADER: failed to retrieve device information
3 MESA-LOADER: failed to retrieve device information
4 i915: driver missing
5 glx: failed to create dri3 screen
6 failed to load driver: i915
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 hint.hdaa.0.nid20.config="as=1 seq=0 device=Speaker"
2 hint.hdaa.0.nid33.config="as=1 seq=15 device=Headphones"
Newer Older

Powered by Opengist ⋅ Load: 181ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文