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 / gist:0753c15f23d84148ae7fc17c1c3e670e

0 likes
0 forks
1 files
Last active 3 months ago
1 FATAL EXCEPTION: DefaultDispatcher-worker-2
2 Process: org.mozilla.fennec_fdroid, PID: 29882
3 java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.gms.tasks.Task.addOnCompleteListener(org.mozilla.fenix.components.PlayStoreReviewPromptController$$ExternalSyntheticLambda0)' on a null object reference
4 at org.mozilla.fenix.components.PlayStoreReviewPromptController.tryPromptReview(PlayStoreReviewPromptController.kt:81)
5 at org.mozilla.fenix.components.ReviewPromptController$2.invokeSuspend(ReviewPromptController.kt:33)
6 at org.mozilla.fenix.components.ReviewPromptController$2.invoke(ReviewPromptController.kt:13)
7 at org.mozilla.fenix.components.ReviewPromptController.promptReview(ReviewPromptController.kt:156)
8 at org.mozilla.fenix.home.HomeFragment$onStart$2.invokeSuspend(HomeFragment.kt:45)
9 at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
10 at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:115)
swee's Avatar

swee / gist:a1ad0e5ac8af4047b45979316906c8e2

0 likes
0 forks
1 files
Last active 3 months ago
1 swee @ candycorn
2 ~/Git/fastfile-cb UwU $ spectacle -bfno e.png
3 IFFChunk::innerFromDevice: unkwnown chunk "\x89PNG"
4 libva info: VA-API version 1.22.0
5 libva info: Trying to open /usr/lib/dri/iHD_drv_video.so
6 libva info: va_openDriver() returns -1
7 libva info: Trying to open /usr/lib/dri/i965_drv_video.so
8 libva info: Found init function __vaDriverInit_1_22
9 libva info: va_openDriver() returns 0
10 kpipewire_vaapi_logging: VAAPI: Intel i965 driver for Intel(R) Kaby Lake - 2.4.1 in use for device "/dev/dri/renderD129"
swee's Avatar

swee / irc.rs

0 likes
0 forks
1 files
Last active 4 months ago
1 mod avatar;
2 mod queue;
3 use tokio::net::TcpStream;
4 use tokio;
5
6 pub async func session(name, host, username, password, nosystem) -> Result<(), Box<dyn std::error::Error>> {
7 if let Ok(stream) = TcpStream::connect(host).await {
8 println!("[IRC, {}] CONNECT", name);
9 stream.write_all(format!("PASS {}:{}\r\n", username, password).as_bytes()).await?;
10 }
swee's Avatar

swee / inittab

0 likes
0 forks
1 files
Last active 4 months ago
1 # /etc/inittab
2
3 ::sysinit:/sbin/openrc sysinit
4 ::sysinit:/sbin/openrc boot
5 ::wait:/sbin/openrc default
6
7 # Set up a couple of getty's
8 tty1::respawn:/sbin/agetty tty1 linux
9 tty2::respawn:/sbin/agetty --autologin opengist tty2 linux
10 tty3::respawn:/sbin/getty 38400 tty3
swee's Avatar

swee / domain.xml

0 likes
0 forks
1 files
Last active 4 months ago
1 <domain type="lxc">
2 <name>discourse</name>
3 <uuid>c4efd644-bd64-4862-9bd9-ba4e19fa6a7a</uuid>
4 <memory unit="KiB">4194304</memory>
5 <currentMemory unit="KiB">4194304</currentMemory>
6 <vcpu placement="static">4</vcpu>
7 <resource>
8 <partition>/machine</partition>
9 </resource>
10 <os>
swee's Avatar

swee / Both TKNumGuess versions

0 likes
0 forks
2 files
Last active 4 months ago
1 """
2 TKNumGuess
3 Use with python
4 Dont Forget to install TK into your python installation using:
5 pip install tk
6 """
7 import tkinter as tk, tkinter.messagebox, random
8 global awns
9 awns,nume,window, = random.randint(0,100),-1,tk.Tk()
swee's Avatar

swee / gist:0805fe31540046648d462c69237acb3f

0 likes
0 forks
1 files
Last active 4 months ago
1 [ 61.927]
2 X.Org X Server 1.21.1.18
3 X Protocol Version 11, Revision 0
4 [ 61.927] Current Operating System: Linux honeyberry 6.15.8-0-stable #1-Alpine SMP PREEMPT_DYNAMIC 2025-07-24 12:04:10 x86_64
5 [ 61.928] Kernel command line: BOOT_IMAGE=vmlinuz-stable root=UUID=ce8483c8-fe2a-44b0-82fb-696ab4feeb4a modules=sd-mod,usb-storage,ext4 i915.modeset=1 rootfstype=ext4 initrd=initramfs-stable
6 [ 61.928]
7 [ 61.928] Current version of pixman: 0.46.4
8 [ 61.929] Before reporting problems, check http://wiki.x.org
9 to make sure that you have the latest version.
10 [ 61.929] Markers: (--) probed, (**) from config file, (==) default setting,
swee's Avatar

swee / synapse.conf

0 likes
0 forks
1 files
Last active 4 months ago
1 server {
2 listen 443 ssl;
3 listen [::]:443 ssl;
4
5 server_name matrix.swee.codes;
6 # Element instance hosted on Sugarcane
7 location / {
8 proxy_pass http://sugarcane.node.swee.codes;
9 proxy_set_header Host $host;
10 }
swee's Avatar

swee / gist:1afce673b5fc4a8493635e16d443c419

0 likes
0 forks
1 files
Last active 4 months ago
1 $ nmap swee.codes
2 Starting Nmap 7.97 ( https://nmap.org ) at 2025-07-25 15:28 -0700
3 Nmap scan report for swee.codes (66.94.120.223)
4 Host is up (0.021s latency).
5 Other addresses for swee.codes (not scanned): 74.208.78.84 154.12.228.248 2605:a140:2239:8756::1 2605:a141:2223:6392::1 2607:f1c0:f075:3d00::1
6 rDNS record for 66.94.120.223: peppermint.node.swee.codes
7 Not shown: 981 filtered tcp ports (no-response)
8 PORT STATE SERVICE
9 22/tcp open ssh
10 80/tcp open http
swee's Avatar

swee / gist:b6b8e27275f04187bae5907ee174aa20

0 likes
0 forks
1 files
Last active 4 months ago
1 swee @ 10.0.0.167 -> licorice.node.swee.codes
2 ~ UwU $ cryptsetup benchmark
3 # Tests are approximate using memory only (no storage IO).
4 PBKDF2-sha1 1879168 iterations per second for 256-bit key
5 PBKDF2-sha256 2413293 iterations per second for 256-bit key
6 PBKDF2-sha512 1885928 iterations per second for 256-bit key
7 PBKDF2-ripemd160 991092 iterations per second for 256-bit key
8 PBKDF2-whirlpool 752206 iterations per second for 256-bit key
9 argon2i 7 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
10 argon2id 7 iterations, 1048576 memory, 4 parallel threads (CPUs) for 256-bit key (requested 2000 ms time)
Newer Older

Powered by Opengist ⋅ Load: 117ms⋅

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