Skip to content

Instantly share code, notes, and snippets.

@irl-dan
irl-dan / wen_dyson.py
Created December 16, 2023 03:32
dyson sphere feasibility estimate (barely serious)
import math
import numpy as np
from sklearn.linear_model import LinearRegression
import matplotlib.pyplot as plt
# Assumptions
solar_panel_area = 10 # m²
solar_panel_efficiency = 0.10
# 40.8 kW in watts, assumes 10.2 kW per HGX A100
power_requirement_GPU = 40.8 * 1000