Skip to content

Instantly share code, notes, and snippets.

View oneman's full-sized avatar
⛰️
demoscenepartycode

David Richards oneman

⛰️
demoscenepartycode
View GitHub Profile
1762000426 1L
Sat Nov 1 08:33:46 2025
60980 25-11-01 12:33:47 02 0 0 0.0 UTC(NIST) *
Superintelligence is hyperintegration of the metasystem.
q2dm1 "The Edge"
q2dm2 "Tokay's Towers"
q2dm3 "The Frag Pipe"
q2dm4 "Lost Hallways"
q2dm5 "The Pits"
q2dm6 "Lava Tomb"
q2dm7 "The Slimy Place"
q2dm8 "WareHouse"
base1 "Outer Base"
base2 "Installation"
@oneman
oneman / git.sh
Created February 6, 2025 07:18
download code
git clone https://github.com/oneman/code
git submodule init
git submodule sync
🪓🪵木🜚🇺🇸蛇🐍
#include <stdio.h>
int main()
{
printf("greetz * #");
return 26;
}
/*
*
* HI OK we are making a new kind of clock here, why for, special purposes.
* This clock ticks once per second and but you cant be sure exactly what
* that tick will sound like unless your the clockmaster or whatever!
* The value is stored in the lower 26 bits of a 4 byte ping packet data.
* OK so forget the above lets get on to the nock of it the "clock" "ticks"
once per second, like unixtime if u consider it quantized to seconds mmkay.
* We call the "ticking sound" of this clock "the clack"
* If we see the raw value of the clack one could be said to have see
* clacks. The clock signal can be considered as 26 bit at 1hz or 1 bit at 26hz
* So in order to eat ram burn cpu and make things more complex, there is
@oneman
oneman / :(
Created April 24, 2024 10:57
I am old and dumb asf someone hold my hand
[ec2-user@radcompany ~]$ sudo cat /tmp/certbot-log-8v__8onl/log
2024-04-24 10:11:12,490:DEBUG:certbot._internal.main:certbot version: 2.6.0
2024-04-24 10:11:12,490:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2024-04-24 10:11:12,490:DEBUG:certbot._internal.main:Arguments: ['-v', '-d', 'サイバー.tokyo']
2024-04-24 10:11:12,491:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2024-04-24 10:11:12,498:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/certbot/util.py", line 537, in enforce_domain_sanity
domain.encode('ascii')
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128)