Show HN: Movie of Voyager's Neptune flyby from raw images
youtube.com5 pointsby bburns_km1 comments
import { fireproof } from '@fireproof/core'
const db = fireproof(dbname)
db.put(doc)
async read(id) {
if (id) return await db.get(id)
return await db.allDocs()
}
Then I wanted to sync the data to the cloud - just the simplest thing possible, but I got lost in all the connector options and descriptions. I tried setting up PartyKit, but got bogged down in it all and eventually went on to something else. (location livingroom
(property
description "This appears to be the livingroom. There is a hallway to
the north and a closet to the west."
short-description "You are in the livingroom."
north hallway
west closet
south front-door-1))
https://github.com/dbetz/advsys/blob/master/osample.adv <DEFINE EAST-HOUSE ()
<COND (<VERB? "LOOK">
<TELL
"You are behind the white house. In one corner of the house there
is a small window which is " ,LONG-TELL1 <COND (<TRNN
<SFIND-OBJ "WINDO"> ,OPENBIT>
"open.")
("slightly ajar.")>>)>>
https://github.com/historicalsource/zork-mdl/blob/master/act...
I read through the readme and the site/docs, but didn't see any examples of what the CLI creates.
But here's an example -
https://github.com/vratix-dev/api-library/blob/main/registry...
It might be good to show some code like that on the main page and readme.
Thanks for making this - will try it out!