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
| TITLE Meaning of Life, Universe, and Some More | |
| ;Only AI code used was from MIT-AI. | |
| A==1 | |
| B==2 | |
| P==17 | |
| TYOC==1 | |
| PDLLEN==10 |
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
| CONVENTIONS: | |
| ^ (YOU SHOULD SEE THIS AS UPARROW) THE FOLLOWING CHARACTER IS | |
| TYPED WITH THE CONTROL KEY HELD DOWN | |
| <CR> CARRIAGE RETURN | |
| LIST OF HOSTS IN ORDER OF HOST NUMBER MODULO 64. WITH SUFFICIENT | |
| INFORMATION, WHERE KNOWN, TO GET YOU STARTED. IF THERE ARE ANY | |
| SUGGESTIONS AND/OR ERRORS, PLEASE LET ME KNOW, AND I WILL FIX | |
| THEM. SEND ME A NOTE BY ":MAIL JOHNNY <INFO> ^C". INFO CAN BE |
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 is just pseudo code that happens to look a bit like C. */ | |
| /* The block of shared memory on the host looks like this. */ | |
| typedef struct { | |
| /* Only written by PDP-10.*/ | |
| pid_t pdp10_pid; | |
| word_t pdp10_data; | |
| int pdp10_address; | |
| /* Only written by remote side. */ |
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
| Hipsters Hackers | |
| Beards Beards | |
| Microbreweries Microcode | |
| You probably never heard of it You probably never heard of ITS | |
| Horn rimmed glasses Horn has glasses | |
| Retro electronics Retro electronics | |
| Macchiato Macsyma | |
| Strange new music Strange old music | |
| Speaking with a lisp Programming with a Lisp |
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
| In /etc/systemd/scripts I have "sim-network-env": | |
| ``` | |
| #!/bin/sh | |
| # VDE network environment preparation script | |
| case "$1" in | |
| start) | |
| echo -n "Starting VDE networks: " | |
| # If you want the tun kernel module to be loaded by the script |
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
| [ | |
| { | |
| "backcolor": "#363636", | |
| "name": "Knight keyboard" | |
| }, | |
| [ | |
| { | |
| "x": 0.5, | |
| "c": "#0073a2", | |
| "t": "#CCCCB7", |