All New

user:thomas gists created by user

title:mygist gists with given title

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

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
swee's Avatar

swee / the_error

0 likes
0 forks
2 files
Last active 1 month ago
1 Jan 31 11:04:17 thelounge daemon[80436]: node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: SQLITE_ERROR: no such column: "message" - should this be a string literal in single-quotes?] { errno: 1, code: 'SQLITE_ERROR' } Node.js v24.12.0
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 1 month ago
1 root@oreo:~ # du -d 1 -h /usr/jail/thelounge/usr/local/etc/thelounge/logs/
2 1.0G /usr/jail/thelounge/usr/local/etc/thelounge/logs/swee
3 1.1M /usr/jail/thelounge/usr/local/etc/thelounge/logs/baconhair1ty647
4 172K /usr/jail/thelounge/usr/local/etc/thelounge/logs/zwr
5 1.2M /usr/jail/thelounge/usr/local/etc/thelounge/logs/Lai0602
6 148K /usr/jail/thelounge/usr/local/etc/thelounge/logs/DiscreetBow
7 228M /usr/jail/thelounge/usr/local/etc/thelounge/logs/depresst0
8 34M /usr/jail/thelounge/usr/local/etc/thelounge/logs/chip01
9 28K /usr/jail/thelounge/usr/local/etc/thelounge/logs/madinga
10 1.1M /usr/jail/thelounge/usr/local/etc/thelounge/logs/B-41
swee's Avatar

swee / links to remember

0 likes
0 forks
1 files
Last active 1 month ago

https://github.com/matrix-org/complement https://github.com/element-hq/dendrite

swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 1 month ago
1 # Device Mountpoint FStype Options Dump Pass#
2 /dev/ada0p2 / ufs rw 1 1
3 /dev/ada0p1 /boot/efi msdosfs rw 2 2
4 /dev/ada0p3 none swap sw 0 0
5 192.168.122.1:/srv/thelounge /usr/local/etc/thelounge/uploads nfs rw 0 0
swee's Avatar

swee / APKBUILD

0 likes
0 forks
2 files
Last active 1 month ago
1 $ abuild rootbld
2 >>> dataurlify: Validating /home/swee/Forks/aports/testing/dataurify/APKBUILD...
3 >>> dataurlify: Cleaning up srcdir
4 >>> dataurlify: Cleaning up pkgdir
5 >>> dataurlify: Cleaning up tmpdir
6 >>> dataurlify: Fetching dataurlify-1.0.tar.gz::https://git.swee.codes/swee/dataurlify/archive/1.0.tar.gz
7 /var/cache/distfiles/dataurlify-1.0.tar.gz: OK
8 >>> dataurlify: Preparing build chroot...
9 WARNING: opening /home/swee/packages//main/x86_64/APKINDEX.tar.gz: No such file or directory
10 WARNING: opening /home/swee/packages//community/x86_64/APKINDEX.tar.gz: No such file or directory
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 1 month ago
1 $ sudo apk list --orphaned
2 WARNING: The indexes contain broken packages which might not function properly.
3 arc-dark-gtk2-20221218-r0 x86_64 {arc-theme} (GPL-3.0-or-later) [installed]
4 qcoro-qt6-0.12.0-r1 x86_64 {qcoro} (MIT) [installed]
5 tree-sitter-tsq-0.19.0-r2 x86_64 {tree-sitter-tsq} (MIT) [installed]
6 xwaylandvideobridge-0.4.0-r1 x86_64 {xwaylandvideobridge} (BSD-3-Clause AND LGPL-2.0-or-later) [installed]
7 $ sudo apk del qcoro-qt6
8 WARNING: The indexes contain broken packages which might not function properly.
9 World updated, but the following packages are not removed due to:
10 qcoro-qt6: plasma-nm powerdevil
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 1 month ago
1 $ ffmpeg -codecs | grep -i av1
2 ffmpeg version 8.0.1 Copyright (c) 2000-2025 the FFmpeg developers
3 built with gcc 15.2.0 (Alpine 15.2.0)
4 configuration: --prefix=/usr --disable-librtmp --disable-lzma --disable-static --disable-stripping --enable-avfilter --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libjxl --enable-libmp3lame --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librist --enable-libshaderc --enable-libsoxr --enable-libsrt --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-lto=auto --enable-lv2 --enable-openssl --enable-pic --enable-pthreads --enable-shared --enable-vaapi --enable-vdpau --enable-version3 --enable-vulkan --optflags=-O3 --enable-libsvtav1 --enable-libvpl
5 libavutil 60. 8.100 / 60. 8.100
6 libavcodec 62. 11.100 / 62. 11.100
7 libavformat 62. 3.100 / 62. 3.100
8 libavdevice 62. 1.100 / 62. 1.100
9 libavfilter 11. 4.100 / 11. 4.100
10 libswscale 9. 1.100 / 9. 1.100
swee's Avatar

swee / thelounge

0 likes
0 forks
1 files
Last active 1 month ago
1 #!/bin/sh
2
3 # PROVIDE: thelounge
4 # REQUIRE: NETWORKING
5 # KEYWORD: shutdown
6
7 . /etc/rc.subr
8
9 name="thelounge"
10 rcvar="thelounge_enable"
swee's Avatar

swee / old SweeBot source code

0 likes
0 forks
2 files
Last active 1 month ago
Modified May 16, 2024. I have no idea where the resolver code is.
1 import socket
2 import sys
3 import psutil
4 import subprocess
5 import requests
6 import platform
7 import distro
8 from time import sleep
9 busy = False
10 class bot_irc:
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 1 month ago
1 swee@Fudge:~/Git/dataurlify$ rustup target add x86_64-unknown-linux-musl
2 info: downloading component 'rust-std' for 'x86_64-unknown-linux-musl'
3 info: installing component 'rust-std' for 'x86_64-unknown-linux-musl'
4 36.9 MiB / 36.9 MiB (100 %) 16.1 MiB/s in 2s ETA: 0s
5 swee@Fudge:~/Git/dataurlify$ uname -m
6 aarch64
7 swee@Fudge:~/Git/dataurlify$ unset RUSTFLAGS
8 swee@Fudge:~/Git/dataurlify$ cargo build --target x86_64-unknown-linux-musl
9 Compiling proc-macro2 v1.0.105
10 Compiling unicode-ident v1.0.22
Newer Older

Powered by Opengist ⋅ Load: 155ms⋅

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