You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the main pain points changed in Windows 11 back to the way they were in Windows 10.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ChatGPT broke link previews as of writing this (2023-08-02) so this userscript removes them as they're added.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Automatically generate summaries of YouTube videos with transcriptions, using OpenAI's language model and create Markdown files with the output.
YouTube Video Summarizer (yt_summarize.py)
This gist contains a Python script that generates a transcript or summary of a YouTube video. It fetches video information, transcribes the audio using the Whisper ASR model, and generates a summary using the OpenAI language model.
Features
Fetch YouTube video information (title, description, channel title, etc.)
⓽ 10ZIPPER.ps1 -> the final iteration of the (7+n)ZIPPER.ps1 saga, this will be used for data duplicate detection and archival onto an external drive for system recovery.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦠 a python script to fucking populate a markdown template with metadata from a yaml document or embedded header and output a pdf. HOW CAN THAT BE SO HARD
♛ markpdf.py ♕
easily convert markdown to pdf -- including variables provided in the header of the file or within a separate provided metadata.yaml file
Installation
Administrator Privileged Dependency
🔴 wkhtmltopdf is REQUIRED
Installation process varies based on OS.
Linux (debian based)
sudo apt-get install wkhtmltopdf -y
🌐 get location data from IP with geolocation IPify API (REQUIRES API_KEY)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a simple guide to setting up multiple cloudflared services (via systemctl). Useful if you have to run tunnels authenticated by different accounts and want to let each account handle their tunneling configurations via the Dashboard/UI.
(optional, so its easy to clone the service definition file) Setup your first tunnel using the standard sudo cloudflared service install <token> command
cd into the folder containing the cloudflared.service definition (usually /etc/systemd/system or /usr/lib/systemd/system
Duplicate the existing cloudflared.service into another file with a unique name e.g. sudo cp cloudflared.service cloudflared-b.service
Open up your new service cloudflared-b.service in your favorite text editor
Change the token within the ExecStart= line to match your second tunnel
Change the service Description= to match your service filename
Have in hands both shared secret and identity secret
Having Steam Guard enabled for your Steam Account ensures that there will be no holds on transactions such as trades. Having the shared and identity secrets are necessary for complete autonomy of your Steam Bot, meaning it won't require any human interaction from you.
There is a tremendous lack of information about all of this as Steam does not provide official support for implementing Steam Bots. The information available in this guide was gathered through lots of blood and sweat hard research, reverse eng