Skip to content

Instantly share code, notes, and snippets.

View Sarverott's full-sized avatar
πŸ’­
I may be slow to respond.

Sett Sarverott Sarverott

πŸ’­
I may be slow to respond.
View GitHub Profile
"darkpointWebsiteInprint"
function inprint(){
return {
label:window.document.title,
url:window.location.href,
metadata:getMetaFromHead(),
checksum:based64sha1ofWebsite(),
refers:linkedUrlsMap()
@Sarverott
Sarverott / quickrun.sh
Created August 21, 2025 17:04
color samples to composing on website - dumb helper snippet
#!/bin/bash
python3 -m http.server 9980 .
from gtts import gTTS
import os
import sys
import subprocess
from threading import Thread
import random
import json
def pathTo(*item):
item=list(item)
@Sarverott
Sarverott / #yt-download_and_ffmpeg.md
Last active August 21, 2025 08:19
yt-download and ffmpeg

some stuff with spontanious murdered precesses that like to hang

@Sarverott
Sarverott / #__clear-app-dir-test.py
Last active August 21, 2025 08:01
old updater script, currenty deprecated and archived - MIT licensed, you use it on your own risk!
import ftplib
import os
from dotenv import load_dotenv
load_dotenv()
MODE = os.getenv('FTP_MODE')
HOST = os.getenv('FTP_HOST')
USER = os.getenv('FTP_USER')
PASS = os.getenv('FTP_PASS')
@Sarverott
Sarverott / dbus-test.py
Created August 21, 2025 07:38
tests in KDE kubuntu environment
import dbus
bus = dbus.SessionBus()
print(bus)
proxy = bus.get_object("org.kde.KWin", "/KWin")
print(proxy)
print(proxy.currentDesktop(dbus_interface="org.kde.KWin"))
import ComicsDownloader from './PoW_comics-downloader.cjs'
ComicsDownloader.downloadWebcomic(
"https://w5.read-one-punchman.com/manga/one-punch-man-chapter-1/",
"one-punch-man_webcomic",
__dirname
)

This conversation was generated with Duck.ai (https://duck.ai) using OpenAI's GPT-4o mini Model. AI chats may display inaccurate or offensive information (see https://duckduckgo.com/duckai/privacy-terms for more info).

====================

User prompt 1 of 9: Name: VBoxGuestAdditions During certificate downloading: Unknown reason

Assist: This error typically occurs when trying to download the VirtualBox Guest Additions ISO, indicating a problem with the download process. You may need to manually download the ISO from the VirtualBox website and insert it as a virtual optical disk to resolve the issue.

@Sarverott
Sarverott / README.md
Last active May 24, 2025 04:00
old archival version of initially materialised idea of darkpoint mnemonic long-term-mem database. created with Ace as exercise to quide him of padavan road at beggining being technomancer.
    2024 @ Sett Sarverott <[email protected]> (https://sarverott.com)

      β–ˆβ–€β–„β€ƒβ–„β–€β–ˆβ€ƒβ–ˆβ–€β–ˆβ€ƒβ–ˆβ–„β–€β€ƒβ–ˆβ–€β–ˆβ€ƒβ–ˆβ–€β–ˆβ€ƒβ–ˆβ€ƒβ–ˆβ–„β–‘β–ˆβ€ƒβ–€β–ˆβ–€   framework of technomantic memory system
      β–ˆβ–„β–€β€ƒβ–ˆβ–€β–ˆβ€ƒβ–ˆβ–€β–„β€ƒβ–ˆβ–‘β–ˆβ€ƒβ–ˆβ–€β–€β€ƒβ–ˆβ–„β–ˆβ€ƒβ–ˆβ€ƒβ–ˆβ–‘β–€β–ˆβ€ƒβ–‘β–ˆβ–‘   for mnemonic forrest placed in darkness

    published under terms of GNU_GPLv3 license                                  

DarkPoint - implementation in Python