things – Telegram
things
37 subscribers
31 photos
13 videos
10 files
8 links
random 4 u
Download Telegram
systemd have its own UUID generator:

systemd-id128 new --uuid -p


also kernel itself provides a UUID gen:
/proc/sys/kernel/random/uuid
🤮1
simple linux prog that will take .zip file and print it as 16-bit unsigned integers (U16).
VT kmssink \ gstreamer experiments:

run that command run under VT:

 sudo gst-launch-1.0 videotestsrc ! kmssink


kmssink is a simple video sink that renders video frames directly in a plane of a DRM device.
check if you post-quantum ready

ssh -vv -o KexAlgorithms=mlkem768x25519-sha256 user@host



that key exchange default from openssh v10
multi
338.1 KB
try
file --keep-going --raw
on this file:
about some fonts (monospace):

For people from the future: The ones that looked similar to FixedSys were:

Mx437_DOS-V_TWN16, Mx437_DOS-V_TWN19, Px437_DOS-V_TWN16 and Px437_DOS-V_TWN19










Fast way to test new font without changing anything in settings (using xfce4-term):
xfce4-terminal --disable-server --font="Fixedsys Excelsior 24" --hold --command fastfetch
transformer music, free, without sms, and wet pussies:
play -n synth 50 sine 50
play -n synth 50 sine 50 sine 52 vol 0.7


electrical transformer beat
its even funny with telegram rec:
things
Voice message
play -n synth 50 triangle 220 triangle 222 triangle 262 triangle 264 triangle 330 triangle 332 tremolo 0.1 0.4 vol 0.6


&


play -n synth 50 sine 50 sine 52 vol 0.7





&
amplify using default OS volume meter
this can call OOM on average desktop system in 2025:


printf '%s' {1..66666666}




(zsh not leaking use bash)
cool fallout backgrounds:
wget https://w.wallhaven.cc/full/{g8/wallhaven-g8kdke.png,lm/wallhaven-lmodop.png,ym/wallhaven-yml9ll.png,j5/wallhaven-j5jdjp.png}
archlinux yay hook using "--editor":

~ $ cat ~/.local/bin/yay-pkgbuild-editor.sh
#!/bin/bash
# AMD moment
PKGBUILD_PATH="$1"
PKGBUILD_DIR=$(dirname "$PKGBUILD_PATH")

sed -i \
-e 's/: "${_per_gov:=no}"/: "${_per_gov:=yes}"/' \
-e 's/: "${_tcp_bbr3:=no}"/: "${_tcp_bbr3:=yes}"/' \
-e 's/: "${_processor_opt:=}"/: "${_processor_opt:=native}"/' \
-e 's|"\${_patchsource}/all/0001-cachyos-base-all.patch")|"\${_patchsource}/all/0001-cachyos-base-all.patch"\n "0001-XXX-Restore-old-vblankoff-behavior-for-dgpu.patch")|' \
"$PKGBUILD_PATH"

cp ~/Downloads/0001-XXX-Restore-old-vblankoff-behavior-for-dgpu.patch "$PKGBUILD_DIR/"
cd "$PKGBUILD_DIR" && updpkgsums

exec subl "$PKGBUILD_PATH"
~ $ yay --editor ~/.local/bin/yay-pkgbuild-editor.sh --editmenu --answeredit A --answerclean A --answerdiff N --mflags --skipinteg linux-cachyos






UPD1:

Separate PKGBUILD noscript with all that extra crap I dont even need:
#!/bin/bash
set -e
# always build in yay dir
mkdir -p ~/.cache/yay/ && cd ~/.cache/yay/

# 1. Download the PKGBUILD (without calculating deps yet)
echo ":: [1/4] Downloading linux-cachyos..."
# cleaning

yay -Sccc --noconfirm
yay -G linux-cachyos # Download only
cd linux-cachyos

# 2. Apply Patches
echo ":: [2/4] Patching PKGBUILD (Removing Rust)..."

# Aggressive RUST dependency removal (Handles quotes, spaces, tabs)
sed -i -E '/^[[:space:]]*["'\'']?rust(-bindgen|-src)?([>=<].*)?["'\'']?([[:space:]]*#.*)?$/d' PKGBUILD

# Apply Kernel Options & Configs & rust purge
# breaking kexec
# and some obscure stuff
sed -i \
-e 's/: "${_per_gov:=no}"/: "${_per_gov:=yes}"/' \
-e 's/: "${_tcp_bbr3:=no}"/: "${_tcp_bbr3:=yes}"/' \
-e 's/: "${_processor_opt:=}"/: "${_processor_opt:=native}"/' \
-e 's/: "${_makenconfig:=yes}"/: "${_makenconfig:=no}"/' \
-e 's|"\${_patchsource}/all/0001-cachyos-base-all.patch")|"\${_patchsource}/all/0001-cachyos-base-all.patch"\n "0001-XXX-Restore-old-vblankoff-behavior-for-dgpu.patch")|' \
-e '/^prepare() {/a\ export RUSTC=no\n export BINDGEN=no\n export HOSTRUSTC=no' \
-e '/### Rewrite configuration/i\ # Force disable Rust and dependencies\n noscripts/config -d RUST -d SAMPLES_RUST -d DRM_PANIC_SCREEN_QR_CODE' \
-e '/### Rewrite configuration/i\ # Disable kexec\n noscripts/config -d KEXEC -d KEXEC_FILE -d KEXEC_SIG -d KEXEC_CORE -d CRASH_DUMP -d KEXEC_HANDOVER' \
-e '/### Rewrite configuration/i\ # Server / Enterprise\n noscripts/config -d LIVEPATCH -d INFINIBAND -d ISCSI_TCP' \
-e '/### Rewrite configuration/i\ # Unused network protocols\n noscripts/config -d AF_RXRPC -d TIPC -d ATM -d DECNET -d NFC -d HAMRADIO -d X25 -d LAPB' \
-e '/### Rewrite configuration/i\ # Unused filesystems\n noscripts/config -d OCFS2_FS -d GFS2_FS -d CEPH_FS -d AFS_FS -d CODA_FS -d 9P_FS -d JFS_FS -d REISERFS_FS -d NILFS2_FS -d MINIX_FS' \
-e '/### Rewrite configuration/i\ # Debugging\n noscripts/config -d SCHED_DEBUG' \
-e '/### Rewrite configuration/i\ # Unused hardware\n noscripts/config -d PCCARD -d FIREWIRE -d GNSS -d COMEDI -d GREYBUS' \
-e '/# Install .rmeta files/,/fi/d' \
-e '/# Install .so files/,/fi/d' \
-e 's/^pkgbase="linux-\$_pkgsuffix"/_pkgsuffix=cirnos\npkgbase="linux-\$_pkgsuffix"/' \
-e 's/^pkgdesc=.*/pkgdesc="Custom Kernel Build (Rust Free)"/' \
-e 's/^export KBUILD_BUILD_HOST=cachyos/export KBUILD_BUILD_HOST=build-pc/' \
-e 's/^# Maintainer: Peter Jung.*/# Maintainer: Name <me@example.com>/' \
PKGBUILD

# 3. Add custom patch
echo ":: [3/4] Adding custom patch..."
cp ~/Downloads/0001-XXX-Restore-old-vblankoff-behavior-for-dgpu.patch .

# 4. Build and Install
# This runs makepkg on the LOCALLY modified file.
# Since we patched it BEFORE this step, it will NOT ask for Rust.
echo ":: [4/4] Building and Installing..."
updpkgsums
makepkg -si
listing system wide standards configuration variables:

getconf -a
This media is not supported in your browser
VIEW IN TELEGRAM
ffmpeg, vibrant glitch with audio shift:

ffmpeg -stream_loop -1 -i "1.mp4" -stream_loop -1 -i "2.ogg" -filter_complex "[0:v]trim=duration=12,setpts=PTS-STARTPTS, \
hue=H='2*PI*t*3':s=3:enable='gte(t,5)', \
negate=enable='gte(t,5)'[v]; \
[1:a]atrim=start=9:duration=12,asetpts=PTS-STARTPTS,volume=2.8,bass=g=12:f=100[a]" -map "[v]" -map "[a]" -c:v libx264 -c:a aac -t 12 "vibrant_glitch.mp4"
1