Running a Bakery on Emacs and PostgreSQL (2019)
1–10 of 52 posts
Re: Running a Bakery on Emacs and PostgreSQL (2019)
#2Re: Running a Bakery on Emacs and PostgreSQL (2019)
#3Just two examples that showed me: Use whatever helps you to get the job done, automate and streamline processes, select tools that might give you a competitive advantage.
Edit: I love Emacs, for everything text and code and some more, but there are way better tools for the task the author describes.
Re: Running a Bakery on Emacs and PostgreSQL (2019)
#4Re: Running a Bakery on Emacs and PostgreSQL (2019)
#5Re: Running a Bakery on Emacs and PostgreSQL (2019)
#6I‘ve been using MS Access some twenty years ago to do all sorts of magic for small businesses. That was from the 90s to the early 2000s. - Later I‘d use Python to do magic for companies who didn‘t know anything better than MS Excel to handle large sets of data, and when they were lost in chaos, I‘d start to streamline, process, tidy their data and help them make sense. Just two examples that showed me: Use whatever h…
It's one reason why I won't give Emacs up, again despite half of Hackernews being convinced the VSCode will solve world hunger.
Re: Running a Bakery on Emacs and PostgreSQL (2019)
#7I‘ve been using MS Access some twenty years ago to do all sorts of magic for small businesses. That was from the 90s to the early 2000s. - Later I‘d use Python to do magic for companies who didn‘t know anything better than MS Excel to handle large sets of data, and when they were lost in chaos, I‘d start to streamline, process, tidy their data and help them make sense. Just two examples that showed me: Use whatever h…
Any suggestions?
Re: Running a Bakery on Emacs and PostgreSQL (2019)
#8I‘ve been using MS Access some twenty years ago to do all sorts of magic for small businesses. That was from the 90s to the early 2000s. - Later I‘d use Python to do magic for companies who didn‘t know anything better than MS Excel to handle large sets of data, and when they were lost in chaos, I‘d start to streamline, process, tidy their data and help them make sense. Just two examples that showed me: Use whatever h…
Emacs (esp. with org-mode) sits close to the barycenter of the space of problems like this, where the vector sum of "effort to use the solution to solve the problem" and "engineering effort needed to build the solution" is quite low. Building a React web app, or a Visual Basic bespoke app, might yield a nicer to use program, but would require more effort than throwing something together with Emacs Lisp, SQLite, and o…
Having said that: Yes, you can run your business with Emacs alone. But I am not convinced it is the right tool for the job.
Re: Running a Bakery on Emacs and PostgreSQL (2019)
#9I‘ve been using MS Access some twenty years ago to do all sorts of magic for small businesses. That was from the 90s to the early 2000s. - Later I‘d use Python to do magic for companies who didn‘t know anything better than MS Excel to handle large sets of data, and when they were lost in chaos, I‘d start to streamline, process, tidy their data and help them make sense. Just two examples that showed me: Use whatever h…
Only vaguely related: what would be the Access equivalent of today? Somethings with low learning curve and forms. Any suggestions?
Re: Running a Bakery on Emacs and PostgreSQL (2019)
#10This is super cool, but I’d worry a lot about passing on the domain knowledge to somebody else without a dead-simple TUI/GUI. Eventually somebody else will need to run things.
The author says he doesn't like spreadsheets because of all the copy and pasting, but I think that's a feature.
You go over every calculation to make sure it's right, and once you have a template sheets to copy and paste for a monthly report or something, you're able to do a lot less of that.
It can be hard to view a raw database to track issues down depending on how it's structured. Usually you need more than viewing tables as spread sheets at least.