Live data from Hacker News

Viewing profile — gHx8

gHx8

HN member
Joined
Sat, Apr 10, 2021, 4:22 PM UTC
HN karma
20
Public activity
5 items

About gHx8

No profile information was provided.

Recent public activity

  1. comment
    Comment #26771151

    Ink isn't a programming language, it's a markup for scripts that branch a lot or have text substitution rules. The FFI means that if a project hits ink's limits, you can go beyond …

  2. comment
    Comment #26764886

    That sounds amazing! Where would be a good place to start digging into chatbot tech? Specifically, I'm wondering how to dynamically rewrite scripted dialogue and it is a deceptivel…

  3. comment
    Comment #26764570

    Apologies that I forgot this line for the example above: > Bremen is rivals with Lonelywood, Targos, and Termalaine. When you write it, you effectively get 3 pieces of metadata for…

  4. comment
    Comment #26764468

    In inform7, you can do this: > A race is a kind of person. Dwarf, elf, and half-elf are kinds of race. > A town has numbers called friendliness, services, comfort, and population. …

  5. comment
    Comment #26762822

    Because ink is a type of markup language, using it to write narrative is very easy. You're writing the script for your game and ink will handle how parts of it connect to eachother…