This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1762000426 1L | |
| Sat Nov 1 08:33:46 2025 | |
| 60980 25-11-01 12:33:47 02 0 0 0.0 UTC(NIST) * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Superintelligence is hyperintegration of the metasystem. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/oneman/code | |
| git submodule init | |
| git submodule sync |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🪓🪵木🜚🇺🇸蛇🐍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 💌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| int main() | |
| { | |
| printf("greetz * #"); | |
| return 26; | |
| } | |
| /* | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 💾2^15*3^2*5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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) |