Skip to content

Instantly share code, notes, and snippets.

View wassname2's full-sized avatar
🤖

Michael.Clark2 wassname2

🤖
View GitHub Profile
@wassname
wassname / docustore_aten_asteroid_property_rights.md
Last active January 18, 2026 05:28
docustore_aten_asteroid_property_rights.md

Asteroid Claim

I, wassname, also known as Michael J Clark of Perth hereby establish a formal claim to the following celestial bodies. This claim is established with explicit intent toward future resource utilization. This declaration constitutes the formal establishment of property interest.

This claim encompasses the entirety of the bodies, including all constituent materials, spatial volume within 50 km of its center of mass, and any natural satellites that may be discovered in the future. The claim extends to all mineral, volatile, and material resources contained within this boundary.

Legal Framework Anticipation

While acknowledging current limitations in international space law regarding private property claims on celestial bodies, this declaration is established in anticipation of evolving legal frameworks that will eventually recognize early, persistent, and well-documented claims as humanity expands into the solar system.

@wassname
wassname / STOP_DOING_MATH.md
Last active September 6, 2026 22:37
It turns out LLM's can generate the STOP DOING MATH meme https://knowyourmeme.com/memes/stop-doing-math

STOP DOING MATH

  • NUMBERS WERE NOT SUPPOSED TO BE GIVEN NAMES
  • YEARS OF COUNTING yet NO REAL-WORLD USE FOUND for going higher than your FINGERS
  • Wanted to go higher anyway for a laugh? We had a tool for that: It was called "GUESSING"
  • "Yes please give me ZERO of something. Please give me INFINITE of it" - Statements dreamed up by the utterly Deranged

LOOK at what Mathematicians have been demanding your Respect for all this time, with all the calculators & abacus we built for them

@wassname
wassname / lightning_start.py
Last active April 9, 2025 02:40
This is my cheatsheet, for my current best practices for using pytorch lightning `lightning_start.py`. This is verbose so that I can delete what is not needed. I mainly log to csv to keep things simple.
"""
This is a template for starting with pytorch lightning, it includes many extra things because it's easier to delete than reinvent.
It is written for these versions:
- lightning==2.0.2
- pytorch-optimizer==2.8.0
"""
import torch
import torch.nn as nn