Skip to content

Instantly share code, notes, and snippets.

View slarrain's full-sized avatar

Santiago Larrain slarrain

View GitHub Profile
@ryan4yin
ryan4yin / Qwen3.8-Flash-Next.md
Last active August 29, 2026 06:13
Best llama.cpp config for Qwen3.8-Flash-Next (RTX 4090 24GB)

Qwen3.8-Flash-Next — llama.cpp on RTX 4090 24GB

Platform:

  • CPU: Intel Core Ultra 7 270K Plus (24C/24T)
  • RAM: 96GB DDR5-5600 (2x48GB dual channel, ≈89.6 GB/s theoretical bandwidth)
  • GPU: RTX 4090 24GB

Model: unsloth/Qwen3.8-Flash-Next-GGUF, UD-IQ3_XXS (≈82GB, 76.3 GiB) + mmproj-F16 (≈900MB, vision enabled). llama.cpp mainline (ghcr.io/ggml-org/llama.cpp:full-cuda13). Final config as of 2026-08-29.

@pdelteil
pdelteil / gob-cl-chile.txt
Last active May 13, 2026 05:36
domains government sites Chile
_5a34971da639c5b9eb49bedf7f462269.eboleta.sii.cl
_dmarc.pjud.cl
10.inapi.cl
11.alo.mop.cl
11.inapi.cl
12.alo.mop.cl
12.inapi.cl
13.inapi.cl
14.alo.mop.cl
14.inapi.cl
@keclements
keclements / awesome-cli.md
Last active April 3, 2026 23:01
[CLI, Shell, Etc] #awesome-list #shell #cli

awesome cli apps




@nikukyugamer
nikukyugamer / my_own_superset_installation_procedure.sh
Created December 25, 2016 11:31
to install superset by myself
#!/bin/bash
docker run -it --name superset_create --hostname supersetcreate -p 12345:80 -v /docker/superset/.superset:/root/.superset -v /sqlite3:/sqlite3 ubuntu /bin/bash
# 1st prepare
apt-get update
apt-get dist-upgrade -y
apt-get install -y build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev curl git nano wget libbz2-dev libreadline-dev libsqlite3-dev
# you can install micro on behalf of nano
@cirrusUK
cirrusUK / config
Last active August 5, 2023 03:59
newsboat config
# ░░░░░░ ░░░░░░ ░░ ░░ ░░░░░░ ░░░░░░ ░░ ░░░░░░░░ ░░░░░░ ░░ ░░ ░░░░░ ░░░░░░
# ███╗ ██╗███████╗██╗ ██╗███████╗██████╗ ███████╗██╗ ██╗████████╗███████╗██████╗
# ████╗ ██║██╔════╝██║ ██║██╔════╝██╔══██╗██╔════╝██║ ██║╚══██╔══╝██╔════╝██╔══██╗
# ██╔██╗ ██║█████╗ ██║ █╗ ██║███████╗██████╔╝█████╗ ██║ ██║ ██║ █████╗ ██████╔╝
# ██║╚██╗██║██╔══╝ ██║███╗██║╚════██║██╔══██╗██╔══╝ ██║ ██║ ██║ ██╔══╝ ██╔══██╗
# ██║ ╚████║███████╗╚███╔███╔╝███████║██████╔╝███████╗╚██████╔╝ ██║ ███████╗██║ ██║
# ╚═╝ ╚═══╝╚══════╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
# ░░░░░░ ░░░░░░ ░░ ░░ ░░░░░░ ░░░░░░ ░░ ░░░░░░░░ ░░░░░░ ░░ ░░ ░░░░░ ░░░░░░
# ▓▓▓▓▓▓▓▓▓▓
# ░▓ author ▓ cirrus <cirrus@archlinux.info>