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
's Avatar

swee

Joined 1742860940

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

swee / fiddleSave.html

0 likes
0 forks
1 files
Last active 1748914117
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <style>
7 iframe {
8 width: 95vw;
9 max-height: 512px;
10 border: none;
swee's Avatar

swee / config.php

0 likes
0 forks
1 files
Last active 1748726685
1 <?php
2 $CONFIG = array (
3 'objectstore' =>
4 array (
5 'class' => '\\OC\\Files\\ObjectStore\\S3',
6 'arguments' =>
7 array (
8 'bucket' => 'nextcloud',
9 'hostname' => '<redacted>.r2.cloudflarestorage.com',
10 'key' => '<redacted>',
swee's Avatar

swee / gist:d58b5bd2d3014b9293937bc0288c3419

0 likes
0 forks
1 files
Last active 1748400500
1 $ vkmark
2 =======================================================
3 vkmark 2025.01
4 =======================================================
5 Vendor ID: 0x10DE
6 Device ID: 0x134D
7 Device Name: NVIDIA GeForce 940MX (NVK GM108)
8 Driver Version: 104861697
9 Device UUID: 4716af26434230325d66d8018c806787
10 =======================================================
swee's Avatar

swee / gist:bf2072f8960a462cb651ae74dbef9650

0 likes
0 forks
1 files
Last active 1748397084
1 $ vulkaninfo
2 ==========
3 VULKANINFO
4 ==========
5
6 Vulkan Instance Version: 1.4.313
7
8
9 Instance Extensions: count = 24
10 ===============================
swee's Avatar

swee / gist:64074f1d10174abd9f013a28fb792ac4

0 likes
0 forks
1 files
Last active 1748228024
1 19:51:55 <+swee> eews, make a rap song about yourself
2 19:51:58 <eews> lol wat
3 19:52:21 <+swee> eews, yeah, sing about how much you hate furries and programming
4 19:52:47 <eews> 🎤 Yo, what's good fam? It's your boy EewS here, and I got a message for ya. Can't nobody touch me when it comes to hating furries. They're just so... *shudder* I can't even. And don't get me started on programming. That stuff is wack af. Can't nobody make me care about coding and all that tech junk. So yeah, that's my rap. Haters gonna hate, but I'm the king of this chat. 😎
swee's Avatar

swee / gist:11d6a0dbdf1e4b1b91b04a5f334157ea

0 likes
0 forks
1 files
Last active 1748155121
1 $ ffmpeg -i 20250523_122749-120fps.mkv
2 ffmpeg version 6.1.2 Copyright (c) 2000-2024 the FFmpeg developers
3 built with gcc 14.2.0 (Alpine 14.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-libmp3lame --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librist --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-postproc --enable-pthreads --enable-shared --enable-vaapi --enable-vdpau --enable-version3 --enable-vulkan --optflags=-O3 --enable-libjxl --enable-libsvtav1 --enable-libvpl
5 libavutil 58. 29.100 / 58. 29.100
6 libavcodec 60. 31.102 / 60. 31.102
7 libavformat 60. 16.100 / 60. 16.100
8 libavdevice 60. 3.100 / 60. 3.100
9 libavfilter 9. 12.100 / 9. 12.100
10 libswscale 7. 5.100 / 7. 5.100
swee's Avatar

swee / config.yaml

0 likes
0 forks
1 files
Last active 1748113057
1 swee@licorice:~$ cat /etc/cloudflared/config.yml
2 tunnel: ***
3 credentials-file: /root/.cloudflared/***.json
4 originRequest:
5 noTLSVerify: true
6 ingress:
7 - hostname: licorice-webmin.swee.codes
8 service: https://localhost:10000
9 - hostname: ollama.swee.codes
10 service: http://localhost:2010
swee's Avatar

swee / gist:7a1dca14b381425487adb1fd902d6538

0 likes
0 forks
1 files
Last active 1749075954
1 :3 - happi
2 :3c - interested
3 x3 - excited
4 :,3c - doubts your kindness
5 :< - needs a hug!!!
6 :,3 - a little stressed
7 :,,3 - moderately stressed
8 qwq - *sigh* difficult feelings, ain't that right?
swee's Avatar

swee / gist:d3ffa8406ef34bbbb7ff913c3fb699de

0 likes
0 forks
1 files
Last active 1747525451
/etc/thelounge tree and explanation
1 ├── config.js (The Lounge core config)
2 ├── logs
3 │   ├── *username*
4 │   │   └── *network_name*-*uuid*
5 │   │   └── *channel_or_query_name*.log (Raw log)
6 │   └── *username*.sqlite3 (Message logs in an SQL DB)
7 ├── packages
8 │   ├── node_modules
9 │   │   └── *module_name*
10 │   │      └── *module's files*
swee's Avatar

swee / gist:c8093f64755a42f0aa68666afa8a5a8b

0 likes
0 forks
1 files
Last active 1747443598
1 $ VK_LOADER_DEBUG=all flatpak run org.turbowarp.TurboWarp
2 [2:0516/175907.846180:ERROR:bus.cc(408)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
3 [2:0516/175910.185489:ERROR:bus.cc(408)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
4 [2:0516/175910.185872:ERROR:bus.cc(408)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
5 INFO: Vulkan Loader Version 1.4.307
6 WARNING: Vulkan Loader: unsafe searching is enabled
7 INFO: No valid vk_loader_settings.json file found, no loader settings will be active
8 LAYER: Searching for implicit layer manifest files
9 LAYER: In following locations:
10 LAYER: /home/swee/.var/app/org.turbowarp.TurboWarp/config/vulkan/implicit_layer.d
Newer Older

Powered by Opengist ⋅ Load: 217ms⋅

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