Skip to content

Instantly share code, notes, and snippets.

View pzskc383's full-sized avatar

Alexander D. pzskc383

View GitHub Profile

Hip-Hop Track Literary Analysis (Copy)

Model: qwen3.5-27b-uncensored-hauhaucs-aggressive Created: 3/6/2026, 2:44:46 PM Exported from: LM Studio 0.4.6+1

System

User

Зроби літееранурний аналіз текста цього хіп-хоп треку, підмичаючи гру слів, метафори і все таке інше. Дай власну оцінку тексту.

GEM
remote: https://rubygems.org/
specs:
bigdecimal (4.0.1)
observer (0.1.2)
pg (1.6.3)
pg (1.6.3-aarch64-linux)
pg (1.6.3-aarch64-linux-musl)
pg (1.6.3-arm64-darwin)
pg (1.6.3-x86_64-darwin)
@pzskc383
pzskc383 / 0_mosquitto_meshtastic.md
Last active February 19, 2026 00:28
mosquitto meshtastic

mosquito routing config

mosquito configuration for meshtastic:

  • default connection works for sending only (port 1883)
  • local connection also able to hear local nodes over mqtt (port 1884)
  • public connection includes feed from global mqtt server (port 1885)
  • internal bridging connection on 127.0.0.1:41883

make install

URxvt*.foreground: #191a1b
URxvt*.background: #cacdca
URxvt*.color0: #191a1b
URxvt*.color8: #827f86
URxvt*.color7: #dfdfdf
URxvt*.color15: #f6f5f2
URxvt*.color1: #801124
URxvt*.color9: #ea2d16
URxvt*.color2: #007732
URxvt*.color10: #03922f
@pzskc383
pzskc383 / apm_partition_table.ksy
Created November 28, 2019 04:14
apm_partition_table.ksy
meta:
id: apm_partition_table (bit better wrong)
title: APM (Apple Partition Map) partition table
license: CC0-1.0
endian: be
encoding: ascii
doc-ref: Specification taken from https://en.wikipedia.org/wiki/Apple_Partition_Map
doc-ref: https://opensource.apple.com/source/pdisk/pdisk-9/dpme.h.auto.html
doc-ref: https://opensource.apple.com/source/IOStorageFamily/IOStorageFamily-92.9/IOApplePartitionScheme.h.auto.html
types:
@pzskc383
pzskc383 / defaults_unicorn_app
Created February 1, 2018 20:39 — forked from AlexeyDemidov/defaults_unicorn_app
Unicorn service file for systemd with rvm support
# save this file in /etc/default/unicorn_app
USER=app_user
APP_ROOT=/srv/app
RVM_STRING=2.2.4@app_gemset
RACK_ENV=production
UNICORN_OPTS="-D -c /srv/app/shared/config/unicorn.rb -E production"
DAEMON=unicorn
#!env ruby
# offlineimap --info >| ~/tmp/offlineimap.info.output 2>&1
output = File.join(ENV['HOME'], 'tmp/offlineimap.info.output')
config = File.join(ENV['HOME'], '.offlineimaprc')
def parse_ini(file)
data = {}
f = File.open(file, 'r')
section = "no-section"
f.each_line do |l|
@pzskc383
pzskc383 / keybase.md
Created October 27, 2014 13:52
keybase.md

Keybase proof

I hereby claim:

  • I am pzskc383 on github.
  • I am pzskc383 (https://keybase.io/pzskc383) on keybase.
  • I have a public key whose fingerprint is 8B59 99E0 491E 7883 8CA2 AFA1 28BE 5747 C442 7E7E

To claim this, I am signing this object:

TralbumData.trackinfo.map(function(t, i) { return 'wget "' + t.file['mp3-128'] + '" -O "'+(i+1)+'. '+t.title+'.mp3"'; }).join("\n");
@pzskc383
pzskc383 / deploy.rb
Created September 2, 2013 14:23
capistrano thingy to restart workers in tmux
set :tmux_session, "mailer"
desc 'Restart workers'
task :workers do
tmux_window = 'workers'
num_workers = 4
worker_cmd = "'php #{current_release}/bin/worker.php'"
exists = true
run "tmux start"