I don't use social media much these days and prefer newsletters or RSS. I got tired of not going to art galleries or museums during the pandemic and thought others might like their inboxes being a bit brighter each morning.
Ask HN: What is your current side-project?
41–50 of 137 posts
Re: Ask HN: What is your current side-project?
#42Has been my primary side project for the past 5 years. Looking for collaborators btw.
Re: Ask HN: What is your current side-project?
#43I am writing a basic database from scratch in C++, trying not to use any third party dependencies. I followed bits of the cmu videos to get started. It's not something I knew about before starting but it's a lot of fun and I got to learn a lot so far.
Re: Ask HN: What is your current side-project?
#44Re: Ask HN: What is your current side-project?
#45I am writing a basic database from scratch in C++, trying not to use any third party dependencies. I followed bits of the cmu videos to get started. It's not something I knew about before starting but it's a lot of fun and I got to learn a lot so far.
This sounds really interesting. Do you have any recommended reading lists for this project?
Also some parts of this book https://www.amazon.com/Database-Internals-Deep-Distributed-S... were very useful when working on the file structure.
I also just recently saw this project https://cstack.github.io/db_tutorial/ which builds a database in C. I have not gone through it but it seems like quite a good resource.
For the overall design the CMU playlist is the most helpful.
Re: Ask HN: What is your current side-project?
#46Re: Ask HN: What is your current side-project?
#47I believe E-commerce do need metasearch engine. I launched it in couple of subreddits and got good feedback. Currently, I am working on following features
1. Compare multiple products
2. show shipping cost
3. show product detail
Re: Ask HN: What is your current side-project?
#48Re: Ask HN: What is your current side-project?
#49Earlier quoted context omitted.
This sounds really interesting. Do you have any recommended reading lists for this project?
Sure, I mostly went through this playlist https://www.youtube.com/playlist?list=PLSE8ODhjZXjbohkNBWQs_... (I haven't seen all the videos yet). Also some parts of this book https://www.amazon.com/Database-Internals-Deep-Distributed-S... were very useful when working on the file structure. I also just recently saw this project https://cstack.github.io/db_tutorial/ which builds a database in C. I have not gone through i…
Re: Ask HN: What is your current side-project?
#50Critic, feedback, improvements to the idea are most welcome.
Looking for co-developers to work on the project.