Skip to content

Instantly share code, notes, and snippets.

View simmessa's full-sized avatar
🎯
Focusing on NULL

Simone Messaggi simmessa

🎯
Focusing on NULL
View GitHub Profile
@simmessa
simmessa / llama_update.ps1
Created March 18, 2026 08:09
llama updater in powershell
# llama_update.ps1
# Automatically check for and update llama.cpp releases
$ErrorActionPreference = "Stop"
# Configuration
$releasesUrl = "https://github.com/ggml-org/llama.cpp/releases"
$downloadPath = "C:\ai"
$batFilePath = "C:\ai\llama_start.bat"
@simmessa
simmessa / spo-se.json
Last active November 19, 2025 15:18
spo-se
{
"59": [
"123",
"105",
"79",
"70",
"110",
"59",
"52",
"125",
@simmessa
simmessa / formatsso-favs.js
Last active June 28, 2023 11:01 — forked from martinlindenberg/format-aws-sso.js
reformats AWS sso page with added favourites. (greasemonkey script)
// ==UserScript==
// @name format-sso
// @namespace signin.aws.amazon.com
// @description reformats that page, with favourites that persist in browser memory
// @include https://signin.aws.amazon.com/saml
// @version 1
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==
var storedObject = JSON.parse(GM_getValue("favourite", "{}"));
FROM oraclelinux:7.6
ENV container docker
RUN yum -y update; yum clean all
RUN yum -y swap -- remove systemd-container systemd-container-libs -- install systemd systemd-libs dbus fsck.ext4
RUN systemctl mask dev-mqueue.mount dev-hugepages.mount \
systemd-remount-fs.service sys-kernel-config.mount \
sys-kernel-debug.mount sys-fs-fuse-connections.mount \
0f8d2d53c08ffc7ad27fb9a295741155a9625c04