Skip to content

Instantly share code, notes, and snippets.

View Ale32bit's full-sized avatar
💤
Postponing projects, as usual

Alessandro Proto Ale32bit

💤
Postponing projects, as usual
View GitHub Profile
@umnikos
umnikos / geocaching.md
Last active March 27, 2024 23:58
Geocaching for the SC3 minecraft server

Rules:

  1. You will be given the coordinates of the cache (aka. chest), but they will intentionally be slightly (or not so slightly) wrong. The coordinates listings will be paired with a measure of how accurate they are. (measured using chebyshev distance)

Example:
Listed coords: 100 69 420 (10 blocks accuracy)
Actual coords: 97 79 412

  1. While searching you are not allowed to use a block scanner, chorus fruit, ender pearls, or break blocks, unless the cache specifies you may do so.
@Ale32bit
Ale32bit / begone-gg-sans.css
Last active June 1, 2024 11:32
Removes gg sans from discord
:root {
--font-primary: Whitney, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-display: Whitney, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}