Skip to content

Instantly share code, notes, and snippets.

@evilJazz
evilJazz / MI50_32GB_VBIOS.md
Last active April 3, 2026 18:20
MI50 32GB VBIOS
@mildsunrise
mildsunrise / signalis.py
Created September 16, 2023 19:49
SIGNALIS save data decoder/encoder
#!/usr/bin/python
"""
signalis.py decode <input.png> <output.json>
signalis.py encode <input.json> <output.png>
the decoder does NOT validate the input image! to do that, encode data again and check image pixels match
"""
import os, sys
import numpy as np

Weekly Review

Get clear

  • Weekly wipedown
  • Collect loose items and get into physical inbox
  • Inbox Zero
    • Physical inbox
    • Personal Gmail
    • Work email - Outlook
@kylehughes
kylehughes / TornRectangle.swift
Last active April 3, 2026 18:18
A rectangle shape for SwiftUI that can render any edge like a torn piece of paper.
// Copyright 2021 Kyle Hughes
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
// documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
// Software.
//
@chrisvfritz
chrisvfritz / index.html
Created November 18, 2014 19:22
Simplest possible HTML template
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>

Project Guidelines

Project Overview

This is a Ruby on Rails application that helps users with benefits applications. The application uses:

  • Ruby on Rails 8
  • PostgreSQL database
  • Bootstrap 5.3 for UI styling
  • Hotwire (Turbo and Stimulus) for frontend interactivity
  • RSpec for testing

Valkey Sentinel as a Unified Infrastructure Backbone

HomeFlare Cluster -- 3-node Proxmox homelab running BGP anycast, Ceph, Nomad, and 85+ API endpoints.

A single Valkey Sentinel cluster, running on a 40 Gbps Thunderbolt 4 mesh with sub-millisecond latency, serves as the shared data plane for 8 distinct infrastructure concerns -- eliminating the need for 8 separate systems.

Note: Summarized with Claude


@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active April 3, 2026 18:16
Conventional Commits Cheatsheet
@thass0
thass0 / fedora-openh264.md
Created May 1, 2025 14:18
Fedora Linux openh264 fix

On all Fedora systems that I have recently installed on my Framework Laptop (Intel 11th gen), I had trouble with video playback (in Chromium).

Because I have repeatedly struggled to resolve the issue, I will write down here the steps I just took to finally resolve.

The key insight of using ffmpeg-libs is from this Reddit post.

To summarize: