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 swee @ 󰌢 candycorn
2  >m< $ glmark2
3 =======================================================
4 glmark2 2023.01
5 =======================================================
6 OpenGL Information
7 GL_VENDOR: Intel
8 GL_RENDERER: Mesa Intel(R) UHD Graphics 620 (KBL GT2)
9 GL_VERSION: 4.6 (Compatibility Profile) Mesa 25.2.5
10 Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0
swee's Avatar

swee / helium.desktop

0 likes
0 forks
1 files
Last active 2 months ago
1 [Desktop Entry]
2 Version=1.0
3 Name=Helium
4 GenericName=Web Browser
5 Comment=Access the Internet
6 Exec=/opt/helium/chrome %U
7 StartupNotify=true
8 Terminal=false
9 Icon=helium
10 Type=Application
swee's Avatar

swee / gist:0753c15f23d84148ae7fc17c1c3e670e

0 likes
0 forks
1 files
Last active 2 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 2 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 2 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 2 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 2 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 2 months ago
1 from tkinter import *
2 import tkinter as tk
3 import tkinter.messagebox
4 import random
5 class Window(Frame):
6
7 def __init__(self, master=None):
8 Frame.__init__(self, master)
9 self.master = master
10 self.e = ""
swee's Avatar

swee / gist:0805fe31540046648d462c69237acb3f

0 likes
0 forks
1 files
Last active 2 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 2 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 }
Newer Older

Powered by Opengist ⋅ Load: 259ms⋅

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