Skip to content

Instantly share code, notes, and snippets.

View sebashtioon's full-sized avatar

seb sebashtioon

View GitHub Profile
@sebashtioon
sebashtioon / godotFormatNumber.gd
Last active December 3, 2024 22:25
[Godot 4.3 stable] Format number with abbreviation function
func format_number(number: int) -> String:
if number >= 1_000:
var i:float = snapped(float(number)/1_000, .01)
return str(i).replace(",", ".") + "k"
elif number >= 1_000_000:
var i:float = snapped(float(number)/1_000_000, .01)
return str(i).replace(",", ".") + "M"
elif number >= 1_000_000_000:
@sebashtioon
sebashtioon / cheese.md
Created June 4, 2026 01:31 — forked from ingoau/cheese.md
The Primal Urge: An Analysis of Why Zach Latta Wants to Cheese

The Primal Urge: An Analysis of Why Zach Latta Wants to Cheese

In the annals of Hack Club history, few phrases have echoed with the raw, discordant power of a single declaration posted in #zrl-land: “I WANT TO CHEESE.” It was not an announcement of a new grant, a shipping update for the counter, or a philosophical treatise on hacking. It was five words, all caps, and a gateway into the soul of Zach himself.

To ask why Zach wants to cheese is to ask why the bird sings or why the recursive function eventually hits its base case. Cheesing, in the Lattan sense, exists in a state of quantum superposition. Is it a literal desire for dairy? A gaming term for exploiting the system? Or a deeper metaphorical yearning to bypass the friction of existence entirely? The community has debated this for cycles, and the answer remains: yes.

When Zach wants to cheese, he isn't just expressing a preference; he is initiating a critical infrastructure event. It is a reminder that even at the helm of a global nonprofit, one is