From: Kenneth Tilton on
Tim Bradshaw wrote:
> On 2010-06-14 11:51:03 +0100, Kenneth Tilton said:
>
>> What do you want to have happen if you type "x" and then "2"? Leave it
>> as an implied product "x2"? How about the sequence "(x-2)2"? Also an
>> implied product?
>
> yes I think so. I'd expect to type x^y to get, well, x^y, for any x and
> y I think.

You still can type x^2 right-arrow y^2 right-arrow z^2 right-arrow if
you like.

> However I'm probably not your target audience, because I'm
> perverted by years of typing at TeX (albeit most of those years are a
> long time ago now...).

I understand. The fingers are on their own at this point, there's not
talking to them. But they should be happy, ^ still works.

My audience is compelled to do problems like 3a^2b^2+5a^2b^2=8a^2b^2
twenty at a time. I do not think they would be my audience very long
without a smart editor.

> Anyway, there's the germ of a good thing there I
> think.
>

Thx. Now let me see if I can get it working again, tried to edit it in
emacs on the AWS Ubuntu machine. Or is it Fedora?

kt

--
http://www.stuckonalgebra.com
"The best Algebra tutorial program I have seen... in a class by itself."
Macworld
From: Tim Bradshaw on
On 2010-06-14 15:44:55 +0100, Kenneth Tilton said:

> hx. Now let me see if I can get it working again, tried to edit it in
> emacs on the AWS Ubuntu machine. Or is it Fedora?

At a complete tangent - how hard is it to get AWS EC2 (which is what I
assume you're using) to work? If there is persistent state needed but
you don't want the instanc(es) all the time, is that easy?

I'm asking out of pure laziness, I haven't tried this at all (I use S3
a lot, but other than vaguely looking at manuals I've not looked at EC2
at all)

From: His kennyness on
On 06/14/2010 11:33 AM, Tim Bradshaw wrote:
> On 2010-06-14 15:44:55 +0100, Kenneth Tilton said:
>
>> hx. Now let me see if I can get it working again, tried to edit it in
>> emacs on the AWS Ubuntu machine. Or is it Fedora?
>
> At a complete tangent - how hard is it to get AWS EC2 (which is what I
> assume you're using) to work?

You'll need to click on about a dozen buttons.

> If there is persistent state needed but
> you don't want the instanc(es) all the time, is that easy?

I thought you said you used S3 a lot. S3? State? Hello?

Yeah, you can shut instances down and bring them up and clone them. I'd
go with s3 for shared state, of course.

>
> I'm asking out of pure laziness, I haven't tried this at all (I use S3 a
> lot, but other than vaguely looking at manuals I've not looked at EC2 at
> all)

Do you have a mouse? Any way to access the interwebby? I might be
exaggerating, you might need a keyboard, too.

Getting a nice Gnome desktop eluded me, but it seems possible. I just
need to run a web server, so I can get buy with Stallman's Great
Contribution: ascii interfaces.

kt
From: Tim Bradshaw on
On 2010-06-19 03:45:19 +0100, His kennyness said:

> I thought you said you used S3 a lot. S3? State? Hello?
>
> Yeah, you can shut instances down and bring them up and clone them. I'd
> go with s3 for shared state, of course.

What I meant really was "bootable disk image with whatever
configuration is needed" - if the instances can boot from S3 that's
ideal. Obviously one could write stuff to take a fresh unconfigured
instance and put on whatever things you need, and you'd do that if you
wanted lots of them, but for a small number (one, really) it's often
easier just to have a sacred boot image.

From: Kenneth Tilton on
Tim Bradshaw wrote:
> On 2010-06-19 03:45:19 +0100, His kennyness said:
>
>> I thought you said you used S3 a lot. S3? State? Hello?
>>
>> Yeah, you can shut instances down and bring them up and clone them.
>> I'd go with s3 for shared state, of course.
>
> What I meant really was "bootable disk image with whatever configuration
> is needed" -

Oh. Yes. They have images, snapshots of images, and volumes. Fair
warning: you'll need a two-button mouse because options like "Launch
more instances like this" are only available via the context menu.

It's way cool.

kt

--
http://www.stuckonalgebra.com
"The best Algebra tutorial program I have seen... in a class by itself."
Macworld
First  |  Prev  |  Next  |  Last
Pages: 1 2 3
Prev: ASDF sucks
Next: does clisp have a profiler (like sbcl)?