Skip to content

Instantly share code, notes, and snippets.

View Quantisan's full-sized avatar

Paul Lam Quantisan

View GitHub Profile
@staltz
staltz / introrx.md
Last active January 29, 2026 19:58
The introduction to Reactive Programming you've been missing
@mgarratt
mgarratt / conjure.md
Last active August 8, 2025 13:13
Conjure Clojure Cheatsheet

nREPL

Binding Action
<localleader>cd Disconnect from the current nREPL server.
<localleader>cf Connect to a server using the port found in any of the files specified by clojure.nrepl/connection.port-files.
<localleader>sc Clone the current nREPL session.
<localleader>sf Create a fresh session from scratch.
<localleader>sq Close the current session.
<localleader>sQ Close all sessions.
\sl List all sessions.
@Artefact2
Artefact2 / README.md
Last active January 29, 2026 15:46
GGUF quantizations overview
@marlosirapuan
marlosirapuan / .macos
Last active January 22, 2026 13:01
dotfiles mac os sequoia
#!/usr/bin/env bash
# References:
# https://mac.install.guide/mac-setup/
# https://medium.com/@laclementine/dotfile-for-mac-efe082ad0d6a
# https://github.com/mathiasbynens/dotfiles/blob/main/.macos
# Close any open System Preferences panes, to prevent them from overriding
# settings we’re about to change
osascript -e 'tell application "System Preferences" to quit'