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
# /// script | |
# requires-python = ">=3.13" | |
# dependencies = [ | |
# "confluent-kafka", | |
# ] | |
# /// | |
import pickle | |
from confluent_kafka import Consumer, TopicPartition, OFFSET_BEGINNING |
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
@define-color darkroom_bg_color #FFFFFF; |
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
alias strmc='docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)' | |
alias l^='sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y' |