Skip to content

Instantly share code, notes, and snippets.

@rxaviers
rxaviers / gist:7360908
Last active March 9, 2026 21:28
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@esteedqueen
esteedqueen / fix_rbenv.md
Last active March 9, 2026 21:27
How to fix rbenv: version `x.x.x` is not installed

So, you just cloned an existing project's repo and you run bundle install but you got the error: rbenv: version x.x.x is not installed....

What the issue means? The project uses a specific ruby version that you do not have on your system.

Here's how to fix it:

  • Install the Ruby build for the specified version using:
rbenv install x.x.x
@PARC6502
PARC6502 / OpenSourceBaas.md
Last active March 9, 2026 21:26
List of open source, self hosted BaaS - Backend as a service

Backend as a Service

Note on sizes: a lot of those might be inaccurate as there might be many microservices required aside from the core release/docker image. I haven't tested these recently so I'm not sure

Supabase - ~94.9K stars

  • Designed explicitly as an open source Firebase alternative
  • Typescript based
  • Docker support
  • Full Postgres database with Realtime subscriptions

PocketBase - ~54.5K stars

@adhishthite
adhishthite / autoexp-generic.md
Created March 7, 2026 21:28
autoexp β€” Autonomous Experimentation Loop. Generalized from Karpathy's autoresearch for any quantifiable metric project.

autoexp β€” Autonomous Experimentation Loop

Generalized from Karpathy's autoresearch. Same loop, any domain.


The Idea

An AI agent runs an infinite hill-climbing loop: modify β†’ run β†’ measure β†’ keep or revert β†’ repeat. No human in the loop. Wake up to a TSV of completed experiments.

@markusand
markusand / Brewfile
Last active March 9, 2026 21:15
macOS auto setup
tap "homebrew/bundle"
# BASIC SOFTWARE -->
brew "mas"
# mas "Slack", id: 803453959
mas "The Unarchiver", id: 425424353
mas "Spark", id: 1176895641
mas "Dropover", id: 1355679052
mas "Bitwarden", id: 1352778147
cask "rectangle"
The logic is actually quite simple, when /v1/messages api is called through claude code, backend server returns something like
```
anthropic-ratelimit-unified-5h-reset: 1765944000
anthropic-ratelimit-unified-5h-status: allowed
anthropic-ratelimit-unified-5h-utilization: 0.042598363636363636
anthropic-ratelimit-unified-7d-reset: 1766030400
anthropic-ratelimit-unified-7d-status: allowed
anthropic-ratelimit-unified-7d-utilization: 0.3068459187383675
anthropic-ratelimit-unified-fallback-percentage: 0.5
```
@cassiancc
cassiancc / modpack-resources.md
Last active March 9, 2026 21:15
Modpack Resources

A list of resources that may help with modpack development. Also see LambdAurora's OptiFine alternatives, or Modrinth's list of modpack tools (I'll also shoutout PW-GUI, which is a tool that I use daily to develop an upcoming modpack).

Note

This list focuses on what mods can do, but you should also be familiar with the existing vanilla tools for your version. The Minecraft Wiki has tutorials on how to structure datapacks (loot tables, recipes, world generation, advancements, etc.) and resource packs (textures, language files, sounds, etc.). Also see Misode's data pack generators!

Adding blocks/items

These tools allow for adding basic blocks and items without needing to write a mod

Historical Property & Area Research Plan

A methodology for creating a rich, compelling historical report on a home and its surrounding area using publicly available geographic data, satellite imagery, historical maps, and archival records.

Overview

Given a GeoJSON file containing a home location (point) and area of interest (bounding box polygon), this plan outlines how to research and compile a comprehensive historical report with linked imagery and maps.

Data Sources

@ianmustafa
ianmustafa / instal-php-di-ubuntu.md
Last active March 9, 2026 21:10
Instal PHP di Ubuntu dan keluarganya? Tak perlu bingung lagi!

Instal PHP di Ubuntu dan Keluarganya? Tak perlu bingung lagi!

Thanks to OndΕ™ej SurΓ½, semua jadi lebih mudah. Instal berbagai versi PHP secara bersamaan pun bisa.