Video: C Programming on System 6 - VCF Midwest 17, Wikipedia Reader, and Subterm
I attended the Vintage Computer Festival Midwest 17 and wrote two new programs.
Video notes:
- Vintage Computer Festival Midwest 17
- Siliconinsider memory
- Kludge BBS
- Amend
- Wallops
- MacFlim
- VCF Midwest: Vintage Tech YouTubers Discussion Panel
- AmendHub: Wikipedia Reader
-
nginx config:
server { listen *:80; server_name wikipedia.jcs.org; location /robots.txt { return 200 "User-agent: *\nDisallow: /\n"; } location / { proxy_pass https://en.wikipedia.org/; } }
- Gemini
- Plaintext HTTP in a Modern World
- AmendHub
Please contact me with any feedback or questions, view past videos in this series, and subscribe to my RSS feed to be notified about future videos and other posts.
Join me and others on
Libera Chat
in the
#cyberpals
channel if you are interested in following along with this series and have
questions or would like to help others.