TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Order pizza from Vim

61 pointsby tbodtover 7 years ago

12 comments

seltzered_over 7 years ago
I hope that after a long day of coding one considers detaching from the screen to try cooking a healthy meal or enjoying food with friends, but FWIW there&#x27;s a domino&#x27;s api: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;dominos" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;dominos</a>
dijitover 7 years ago
I looked at the code and all it&#x27;s doing is opening a browser.<p>I was expecting a little more, like, actually following through an order.<p>I am currently adding a feature in my bot to do this. Handling payment and different addresses is awkward though. It&#x27;ll almost never be as good as actually opening the site either.. but a good default pizza to a default address is fine for 99% of cases. :&gt;
ramzyoover 7 years ago
From the source looks like it just opens the browser to pizzahut.com. Would be nice if it could order too - maybe in a future release!
ben174over 7 years ago
25 sloc which simply launches your web browser and navigates to dominos.com. This is incredibly unworthy of fp hackernews.
elvinyungover 7 years ago
This reminds me that at one point, Everquest 2 had a &#x2F;pizza command: <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20050219035023&#x2F;http:&#x2F;&#x2F;everquest2.station.sony.com&#x2F;pizza&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20050219035023&#x2F;http:&#x2F;&#x2F;everquest2...</a>
salgernonover 7 years ago
Well back in our day we had to FAX our orders in!<p><a href="http:&#x2F;&#x2F;www.donhopkins.com&#x2F;home&#x2F;catalog&#x2F;images&#x2F;pizzatool.gif" rel="nofollow">http:&#x2F;&#x2F;www.donhopkins.com&#x2F;home&#x2F;catalog&#x2F;images&#x2F;pizzatool.gif</a>
tomahuntover 7 years ago
Can you order pizza from emacs?
评论 #15835217 未加载
评论 #15835635 未加载
评论 #15835209 未加载
letlambdaover 7 years ago
Full featured command line tool: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=J691aLfkWP0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=J691aLfkWP0</a>
grover_hartmannover 7 years ago
This is just opening a website in a browser from vim, meh.<p>Let me know when vim can do this without a browser and when it pays with Bitcoin.
rodorgasover 7 years ago
Well, title is misleading because you can’t order pizza from vim. It just opens a website.
cmaover 7 years ago
9@:<p>opps
z3t4over 7 years ago
Here&#x27;s my key bindings: Ctrl+Z = undo :Z = Changes mode to enable the following F = Make food D = Make dishes C = Clean S = Shower T = Brush teeth W = Wash clothes T, followed by 1 or 2 = Go to the toilet M, followed by W=mute wife B=mute boss<p>Makes life easy as a clicker game. Dot files are on Github.