Live data from Hacker News

Ordering burritos from my SPARC (1992)

mit.edu

1–10 of 99 posts

Re: Ordering burritos from my SPARC (1992)

#8
post #2

Maybe the source for burrito.c still exists?

I found this article from the aforementioned Steve: http://plinth.org/techtalk/?p=81

Maybe he still has screenshots! I really want to see what MacBurrito looks like.

EDIT: Some fun snippets from his (public) resume:

* Wrote XBurrito, a Motif-based GUI for ordering food from a taqueria via fax

* Wrote MacBurrito, an innovative approach to CABO (Computer-Aided Burrito Ordering). It features a virtual tortilla and a drag-and-drop interface for specifying your order

Re: Ordering burritos from my SPARC (1992)

#9
so if this was still being done by fax machine, you could replicate the same functionality today with some commerical ($1.50/month plus 0.009 per minute) email to fax services.

the requirements are that you must designate a specific email 'from' address that can send faxes, you put the destination fax number in the subject line, and the email must contain a .PDF attachment which is the contents of what you want to fax.

you could have a shell script that would collect the burrito ingredients requested, generate a pdf, send it to an smtpd on localhost, with an appropriate smtp relay path outbound from your LAN to get to voip.ms

see section 7 here. you don't need a DID dedicated to incoming faxes to use the outgoing service. https://wiki.voip.ms/article/Virtual_Fax

Post reply on HN