I’ve been running https://kvdb.io as a side project for a while. This weekend, I woke up to a bunch of alerts that the server had run out of open file descriptors (rookie mistake, I never expected to receive more than a thousand simultaneous requests). It turns out someone wrote a tutorial on how to automate COVID-19 appointment slot bookings and used KVdb to store SMS OTP codes. Never expected it, but a great surpri…
Ask HN: What is your current side-project?
21–30 of 137 posts
Re: Ask HN: What is your current side-project?
#22Re: Ask HN: What is your current side-project?
#23I'm writing a book about career advice for programmers titled "Junior to Senior" that will be published later this year by Holloway[0]. It's been years in the making and there's still some work left, but it's been encouraging to hear the positive feedback since I announced it publicly.
Re: Ask HN: What is your current side-project?
#24Thinking about calling it Gramcracker (ya know, for n-gram).
The idea is to store lots of data with little memory usage and have predictable performance, by having an on disk index similar to sqlite.
The goal being to get rid of the existing in memory search engine that fastcomments uses, since it's rarely queried but data size keeps growing.
Re: Ask HN: What is your current side-project?
#25Re: Ask HN: What is your current side-project?
#26Re: Ask HN: What is your current side-project?
#27Re: Ask HN: What is your current side-project?
#28It's a sister product to my existing creative writing Add-In but with a different focus and feature set.
Only a sign-up form exists at this time, but the creative writing Add-In gives a good indication of how it will work.
Re: Ask HN: What is your current side-project?
#29Re: Ask HN: What is your current side-project?
#30Slowly plugging away at a resurrection of a very old MMO. writing the server software from scratch as the original was lost to time and life. Got client source and some server files so just reconstructing the server in Go.