Skip to content

Instantly share code, notes, and snippets.

Below I collected relevant links and papers more or less pertaining to the subject of tetrahedral meshes.
It's an ever-growing list.
------------------------------
Relevant links:
http://en.wikipedia.org/wiki/Types_of_mesh
http://en.wikipedia.org/wiki/Tetrahedron
http://en.wikipedia.org/wiki/Simplicial_complex
@sts10
sts10 / rust-command-line-utilities.markdown
Last active January 16, 2026 01:40
A curated list of command-line utilities written in Rust

A curated list of command-line utilities written in Rust

Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.

Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.

The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.

  • atuin: "Magical shell history"
  • bandwhich: Terminal bandwidth utilization tool
@cassaram
cassaram / EvertzDreamcatcherSuperoutANCDataFormat.md
Created January 13, 2026 19:51
Evertz Dreamcatcher Superout ANC Data Format

Evertz Dreamcatcher Superout ANC Data Format

Basics

While many replay machines (such as EVS) embed diagnostic data about their currently played content in a dedicated video output, Evertz's Dreamcatcher machines instead can output the data as Ancilliary data (ANC) in the main output video signal. This is done by configuring the Dreamcatcher output to have the embedded data be the "superout" signal, rather than blanking or passing through the ANC data from the recorded clip.

Dreamcatcher Superout data uses a DID of 0x53 and SID of 0x40, which are vendor specific and officially allowcated or defined by SMPTE. The data is sent in the Luma substream on line 12, horizontal offset 0, and has a User Defined Word (UDW) length of 92 bytes.

All data is formatted as MSB unless otherwise specified.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Home Voice Control</title>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<center>
<a href="https://medium.com/@maccismyname">
@oca159
oca159 / keymap.json
Last active January 16, 2026 01:31
zed keymap.json with same lazyvim keymaps
[
// Terminal
{
"context": "Workspace",
"bindings": {
"ctrl-/": "workspace::ToggleBottomDock"
}
},
// Window's navigation
{
@ndeadly
ndeadly / homebrew_sysmodules.txt
Last active January 16, 2026 01:31
Title IDs for Nintendo Switch sysmodules and system applets
/* Homebrew sysmodules */
0000000000534C56 SaltyNX
00FF0000000002AA BootSoundNX
00FF0000636C6BF2 nx-reader
00FF0000636C6BFF sys-clk
00FF00006D7470FF mtp-server-nx
00FF0000A53BB665 SysDVR
00FF0000B378D640 NX-FanControl
00FF747765616BFF switch-sys-tweak
0100000000000052 switch-nfp-mitm
@fauxpark
fauxpark / applefn.patch
Last active January 16, 2026 01:29
QMK Apple Fn
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk
index 18f8b0bbfc..4ef3e230e4 100644
--- a/builddefs/common_features.mk
+++ b/builddefs/common_features.mk
@@ -878,6 +878,10 @@ ifeq ($(strip $(JOYSTICK_ENABLE)), yes)
endif
endif
+ifeq ($(strip $(APPLE_FN_ENABLE)), yes)
+ OPT_DEFS += -DAPPLE_FN_ENABLE
@nakamuraos
nakamuraos / reset-trial-navicat.sh
Last active January 16, 2026 01:29
Reset trial Navicat 15, Navicat 16, Navicat 17 on Linux
#!/bin/bash
set -euo pipefail
# Author: NakamuraOS <https://github.com/nakamuraos>
# Latest update: 03/19/2025
# Tested with Navicat 15.x, 16.x, and 17.x on Debian and Ubuntu.
BGRED="\e[1;97;41m"
ENDCOLOR="\e[0m"
@barrysteyn
barrysteyn / Base64.md
Last active January 16, 2026 01:26
OpenSSL Base64 En/Decode: Portable and binary safe.

OpenSSL Base64 Encoding: Binary Safe and Portable

Herewith is an example of encoding to and from base64 using OpenSSL's C library. Code presented here is both binary safe, and portable (i.e. it should work on any Posix compliant system e.g. FreeBSD and Linux).

License

The MIT License (MIT)

Copyright (c) 2013 Barry Steyn

@stylefish
stylefish / virshautomem.sh
Last active January 16, 2026 01:23
automatic memory for kvm balooning guests using virsh
#!/bin/bash
# can be intsalled as a systemd service via
# sudo systemctl edit --full --force virshautomem
#
# [Unit]
# Description=virsh auto memory allocation for ballooning vms
#
# [Service]
# ExecStart=/usr/local/bin/virshautomem.sh -d