my wife and I have a new side project: we're opening a bookshop! the last local store is closing due to retirement and we figure the community demand is still there. we're negotiating the lease, sorting out how to order a lot of bookshelves, and source the initial inventory. i'm currently figuring out how to connect our point of sale system to our accounting software. good times. :)
Ask HN: What are you working on (September 2024)?
411–420 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#412When I was younger, I admired those who could build 12 startups in 12 months. Now, I have more respect for the ones who stick with the same project for years (or even decades) :)
Re: Ask HN: What are you working on (September 2024)?
#413my wife and I have a new side project: we're opening a bookshop! the last local store is closing due to retirement and we figure the community demand is still there. we're negotiating the lease, sorting out how to order a lot of bookshelves, and source the initial inventory. i'm currently figuring out how to connect our point of sale system to our accounting software. good times. :)
Re: Ask HN: What are you working on (September 2024)?
#414https://git.sr.ht/~kylep/pipes
Just a toy, but I like playing with novel semantics and paradigms which break out of the procedural/functional/oop styles.
Re: Ask HN: What are you working on (September 2024)?
#415Here is the Github repo of this project: https://github.com/dh1011/subscription-manager
This is a self-hosted open-source project, licensed under the MIT license.
Re: Ask HN: What are you working on (September 2024)?
#416my wife and I have a new side project: we're opening a bookshop! the last local store is closing due to retirement and we figure the community demand is still there. we're negotiating the lease, sorting out how to order a lot of bookshelves, and source the initial inventory. i'm currently figuring out how to connect our point of sale system to our accounting software. good times. :)
I hope you succeed. This would be a dream of mine, have a cozy bookshop, with maybe a cafe, or something like that. The world deserves more bookstores, they are beautiful and each one is unique. Honestly, I wish you the best and, as someone who would love to live it through but possibly won't, I'd love if you start a weekly newsletter telling what you are doing/learning in the process!
Re: Ask HN: What are you working on (September 2024)?
#417my wife and I have a new side project: we're opening a bookshop! the last local store is closing due to retirement and we figure the community demand is still there. we're negotiating the lease, sorting out how to order a lot of bookshelves, and source the initial inventory. i'm currently figuring out how to connect our point of sale system to our accounting software. good times. :)
I've heard that IKEA "Billy" bookshelves are very popular, including among people who heavily customize them into creations that look nothing like the original.
Re: Ask HN: What are you working on (September 2024)?
#418https://bauble.studio/ is a programmatic 3D art playground that I've been working on for a while now, and I'm pretty excited about it! It's based around signed distance functions, which are a way to represent 3D shapes as, well, functions, and you can do a lot of like weird mathematical distortions and operations that give you cool new shapes. Like average two shapes together, or take the modulo of space to infinitel…
Re: Ask HN: What are you working on (September 2024)?
#419Re: Ask HN: What are you working on (September 2024)?
#420I'm working on https://nuenki.app/ , a language learning tool. It teaches you a language while you procrastinate by inserting translations of appropriate-difficulty sentences into webpages as you browse HN etc. Currently trying to reduce costs by switching from using DeepL (high quality, low latency, high cost) everywhere to a hybrid that also uses Claude (high quality, high latency, low cost) for text that is far fr…