←back to thread

634 points david927 | 2 comments | | HN request time: 0.476s | source

What are you working on? Any new ideas that you're thinking about?
Show context
ralphc ◴[] No.41344292[source]
I'm one of the people working on Prodigy Reloaded (https://prodigyreloaded.com), recreating the Prodigy server to work with the client software in DOS and Mac. The new server software is written in Elixir.

My part has been to generate news headlines and weather maps using current news and weather information. The most interesting part for me has been deciphering the 1980's era graphics format, NAPLPS, which Prodigy uses and making a library to write files in the format. I treat the file format as a data transformation, taking the NAPLPS file generated so far and appending more commands to the end of it. The commands naturally pipe into each other in an idiomatic way in Elixir.

replies(1): >>41344304 #
1. chrisstanchak ◴[] No.41344304[source]
Web interface as well? Prodigy was great.
replies(1): >>41349431 #
2. ralphc ◴[] No.41349431[source]
The Prodigy PC client runs in Dosbox, it's how we do most of our testing. If we, or someone, can get dosbox working in a browser then it's possible. But when it's displayed at vintage computer festivals period-appropriate hardware is used.