Live data from Hacker News

Viewing profile — vejeta

vejeta

HN member
Joined
Sun, Nov 10, 2013, 12:06 PM UTC
HN karma
16
Public activity
14 items

About vejeta

No profile information was provided.

Recent public activity

  1. comment
    Comment #45874829

    Author here: Not ChatGPT, but Claude helped me. I am ashamed to say that I used it to organize my ideas because all the original text and research is bigger and I used it to summar…

  2. comment
    Comment #45874806

    Cool. Thanks for sharing it! I am going to play. Regarding instructions, I will find my way, but other less computer savvy users might need a README there. See you in USENET!

  3. comment
    Comment #45870343

    Not exactly what you ask, but for example, for unix textual games, Debian (the GNU/Linux distribution I know best) provides the package called bsdgames: https://packages.debian.org…

  4. comment
    Comment #45870271

    The opposite, from what I read in that page, they provide instructions to connect from the shell. Conquer-web looks for avoiding the "problem" to connect to a server with putty/tel…

  5. comment
    Comment #45870235

    Hey Anthk, if you ported it to a Zmachine, does it mean is it like an interactive fiction game (aventura conversacional in spanish). Is it in the CAAD archive?

  6. comment
    Comment #45870211

    Hey John, I tried your build, just out of curiosity, something worth preserving too. I noticed it when compiling that the code also needed to be modernized, the same thing I had to…

  7. comment
    Comment #45870128

    Ah,that makes more sense. I see you inherited that engineering chops from your father, and that story with the dentist made me chuckle, it sounds like the first freelance attempts …

  8. comment
    Comment #45868283

    LOL, part of the charm of those games is what you mention, the plots behind the movements with the messages between the nations, the double games to make the other thing you were a…

  9. comment
    Comment #45867657

    Author of the article here, I encourage you to do so, and share the results! I started this journey in 2006, doing the same as you, crawling old usenet archives in the newsgroups i…

  10. comment
    Comment #45867621

    It is a different game, conquer is a multiplayer strategy game, loosely based on middle-earth atmosphere, nations could be: elves, humans, dwarves, orcs, there were npc nations too…

  11. comment
    Comment #45867595

    I am the author of the article. I have put a quick prototype to see how a game like this could be played from the web. And it is certainly possible. I used "ttyd" as a bridge from …

  12. comment
    Comment #45867542

    Hello, I am the author of the article. I did not know of those games you mention at the time. We used to play conquer at the AIX (Unix) that our computer labs provided for all the …

  13. comment
    Comment #45867520

    Author of the article here. Richard's contributions remain in the codebase but under original terms. We documented his legacy as a person, and that is explained in the README of th…

  14. story
    Show HN: Using GitHub Pages as zero-cost APT repository with global CDN

    I discovered an interesting approach to software distribution while solving a packaging problem: using GitHub Pages infrastructure to host a production APT repository. *The setup:*…