infryq: Kitchen scene at dawn, post-processed to appear as if painted (Default)
[personal profile] infryq
Yeah I do a lot of stuff.

  • I started bellydance classes again, two weeks ago. I'm taking the beginner series with Bernie Vargo in squirrel hill. The only other regular student in the class has about the same amount of experience as me (~18months), but more recent. I completely adore taking beginner classes from a new-to-me instructor, you get all the gooey foundational technique details that are unique to that person's style of dance. Already having some semblance of coordination helps too, since you're not using all your cycles on "OH GOD WHAT IS MY BODY DOING" and can actually think critically about the smaller stuff.
  • Stayman apples make gorgeous sauce and butter.
  • I remembered how to make casserole.
  • Moths are running rampant in our pantry. :( About once a month I find some container of otherwise dry goods that's disgustingly full of maggots. Aforementioned casserole was going to be based on brown rice; I switched to pasta at the last minute when I saw their little bodies floating to the surface of the boiling water. Ew.
  • I've not been spending a lot of time reading. I've been spending less time playing iPod games. I've been spending more time standing a bus stops and looking and listening. It's nice. Sometimes I write; that's nice too.
  • Alton Brown's banana bread recipe doesn't hold any candles at all to mom's. I'm never doing that again.
  • I got some new 3/4 length boatneck shirts from LLBean, which are nice but a little too blousy. Probably going to take them in. They're pretty fetching with a wide belt, but that's not what I bought them for.
  • It's starting to get cold enough nights that I'm starting to want the feather duvet. Which means I should really sew on the damn buttons. Oh man, and I just thought of this -- what if I sewed every other button to the featherbed itself? And replaced the corresponding buttons on the cover with button holes? Then half the buttons would be holding the cover closed, and the other half would be holding the featherbed inside. That could be mad clever.
  • Birthday $ possibly going towards pantry containers, a new spice grinder, or a wicked awesome infrared thermometer and thermocouple.
  • ...and the nest is finally probably clean enough that I could actually paint it. Like I meant to, last year. What color of smoky lavender goes best with a sunset? All the windows face west.
  • I'm playing more IF these days, and learning Inform 7 as a foil to swearing at authors of bad games. It is a seriously weird language to program in, and there are no reference manuals, only tutorial manuals, which is a shame. The language is flexible enough that it's kindof like Perl in that TMTOWTDI, except sadistic in that most of the ways suck, or only allow you to get 80% of the way there before dead-ending in a slightly damp cave with no visible exits. There is a slowly growing textfile on my home computer entitled "WTF Inform" which might someday become the reference I would've liked to have. We'll see. In my usual way I keep looking for the edges of what's expressible, but finding that I haven't played enough recent games to know that people have been there already. There are so many small-, medium-, and large- sized holes that have been filled already; how do people like zarf keep finding enormous gaping ones? I am mystified.
  • Someone in my hallway is playing an audio recording of the seashore?

Date: 2010-11-08 07:15 pm (UTC)
From: [identity profile] http://users.livejournal.com/_tove/
I noticed your intfiction forum post. :P

I've lately been picking the best-sounding ideas from my IFideas.txt and trying to just code up the central mechanic in I7, for practice. I have these vague sky-pie ideas about doing an IF project on the webcomic model, with regular, semi-frequent content updates, with short experimental minigames. But I need to get better at writing the code before I get too ambitious.

Date: 2010-11-08 07:35 pm (UTC)
ext_174465: (Default)
From: [identity profile] perspicuity.livejournal.com
has someone written a compiler for a reasonable IF language, that compiles to the nasty that is I7?

damn the moths. well. Winter soon. everything in the pantry can go live outside on a porch for a week in hardfreeze while the pantry is scrubbed down to remove eggs? been there... feh :)

#

Date: 2010-11-08 09:59 pm (UTC)
From: [personal profile] chrisamaphone
i7 already compiles to i6, so i feel you'd be better off targeting that in the first place.

Date: 2010-11-08 10:01 pm (UTC)
From: [personal profile] chrisamaphone
i'd also love this as a reference tool.

Date: 2010-11-08 10:04 pm (UTC)
From: [personal profile] chrisamaphone
i have a directory of tidbits i am collecting toward my IF language project.

i have a feeling your "WTF inform" might feel at home there :)

Date: 2010-11-08 10:43 pm (UTC)
From: [identity profile] http://users.livejournal.com/_tove/
You probably want something like this for your stove (although note that the stove is probably actually easier than an upturned crate, because most people do say "stove" when they mean the top part, and "oven" when they mean the bottom part):
----------------------
The kitchen is a room. The crate is a thing in the kitchen. "There is a crate here. It's on its side, and is thus suitable as either a table or storage, because you love multipurpose furniture.[if something is on the cratetop] [A list of things on the cratetop] is on the crate.[end if]".
[Note that if there were more things we could put on the crate, you'd want to do something with "is" in that sentence.]

The cratebody is a privately-named container. The cratebody is part of the crate. The printed name of the cratebody is "crate". Understand "crate" and "box" as the cratebody.

The cratetop is a privately-named supporter. The cratetop is part of the crate. The printed name of the cratetop is "crate". Understand "crate" and "box" and "top" as the cratetop..

[And here's the magic bit:]
Does the player mean putting something edible on the cratetop: it is very likely.
Does the player mean inserting something edible into the cratebody: it is very likely.
Does the player mean searching the cratebody: it is very likely.

Rule for clarifying the parser's choice of something: do nothing.
[Otherwise you get that awful "(the crate)" whenever you do something to it.]

The player carries a pie. The pie is edible.
-------------
But what I think is at the root of your problem here is that "supporter" and "container" should be properties, darnit, not kinds.

Date: 2010-11-08 11:03 pm (UTC)
From: [identity profile] http://users.livejournal.com/_tove/
A lot of the people on intfiction are incredibly helpful. I'm always amazed at the turnaround time, too.

When I say "central mechanic," I am referring more charitably to what some may call "gimmick," because that's how I roll. I have a lot more fun writing these things if something is not being handled in quite the normal way for an IF game. So, erm, both of my existing games have a pretty strong reliance on gimmick. Rot-13'd in case you have any intention of playing it, the thing that I wrote first for Byzantine Perspective was gur jnl gung gur ebbz qrfpevcgvba jnf nyjnlf, va snpg, gur qrfpevcgvba bs gur ebbz jungrire-qverpgvba sebz lbh. So it makes more sense for the "crossword"-oriented games than the "narrative" ones.

The target distribution format would be that I release the source along with the game, since in most of these works, the game would be short enough to not really be more than the trick.

Date: 2010-11-08 11:05 pm (UTC)
From: [identity profile] http://users.livejournal.com/_tove/
By the way, do you know about Ron Newcomb's Inform 7 for Programmers? You may find it helpful.

Date: 2010-11-09 02:24 am (UTC)
From: [identity profile] http://users.livejournal.com/_tove/
Oh good. :P Though as I ended up re-writing the "About" to say in the post-comp release, BP is really less about projection systems and more about "the relative emphasis on visual cues in the literary perception of architectural space, and [...] Beaux Arts values in architectural planning."

As to the particulars of its code, I did automate a lot of that stuff. I can send you the source if you'd like, though it's a bit of a shambles of poorly-named variables and such. It's all fairly simple, though, as you say, I spent a lot of time going down likely-seeming but ultimately incorrect paths.

Profile

infryq: Kitchen scene at dawn, post-processed to appear as if painted (Default)
infryq

August 2022

S M T W T F S
 1 23456
78910111213
14151617181920
21222324252627
28293031   

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 15th, 2026 11:21 am
Powered by Dreamwidth Studios