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.

Show HN: a web app to track when your food will go bad

8 pointsby thecombjellyabout 11 years ago
http:&#x2F;&#x2F;wasteless.io<p>A web app to keep track of when your food expires. Grew out of a CLI program I made for myself.<p>It was also an experiment with writing a webapp purely in Common Lisp. It comes with the full source code [0] as well as source code from some CL libraries that I spun off on the way.<p>libs:<p>cl-config: library for managing configuration settings loosely based on the BSD model. [1]<p>cl-init: library for integrating your common lisp program into an OS&#x27;s init system. Manages starting and stopping the services as well as setting up a swank&#x2F;slime interface. [2]<p>pg-sessions: a library that sits on top of hunchentoot and the postgres library postmodern to store and manage sessions in a postgres database. [3]<p>[0] https:&#x2F;&#x2F;bitbucket.org&#x2F;thomashintz&#x2F;wasteless&#x2F;src<p>[1] https:&#x2F;&#x2F;bitbucket.org&#x2F;thomashintz&#x2F;cl-config&#x2F;src<p>[2] https:&#x2F;&#x2F;bitbucket.org&#x2F;thomashintz&#x2F;cl-init&#x2F;src<p>[3] https:&#x2F;&#x2F;bitbucket.org&#x2F;thomashintz&#x2F;pg-sessions&#x2F;src

2 comments

User8712about 11 years ago
The examples for the app are milk, bagels and cheese. All of these have expiration dates on the package or carton. Why do I need to waste time inputting this information online, and then look it up or check emails? Wouldn&#x27;t it make more sense to just check the package when I have the fridge open?<p>Things without expiration dates, like fruit and veggies don&#x27;t follow a particular timeline. They might be bad in 2 days, or 2 weeks. That means they can&#x27;t be used with this application either, since they go bad when they look bad.<p>But, what about frozen dinners or something that I prepare, and freeze for the future? Well, I&#x27;ll just write the date on them, when I stick them in the freezer.<p>Congrats on the experiment, but I&#x27;m going to be a little harsh on the concept and say it should be renamed to wastetime.io. This looks like a huge time sink by inputting everything I buy, and then removing everything I use. Apps are suppose to achieve the opposite, they should save me time.
评论 #7398685 未加载
spngejenabout 11 years ago
Very cool! I also love the name... if we waste less using Wasteless, we become wasteless.