Ask HN: What was an interesting project you started and finished over a weekend?
211–220 of 242 posts
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#212Last year, my wife and I were planning a 12 day trip and I was struggling with Google Docs moving days around while we planned our final route. Told her to give me 2 days and ended up making a small app to help us plan our trip; the first version was built over New Years weekend: https://turas.app Kept working on it and it was good enough to share to Reddit 6 days later [0]. Got a good number of users and still keep…
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#213Re: Ask HN: What was an interesting project you started and finished over a weekend?
#214[0]: https://en.m.wikipedia.org/wiki/Catalan_language [1]: https://ca.m.wikipedia.org/wiki/Mallorqu%C3%AD (no English entry, use translator)
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#215That was a Friday and the same evening I had the idea to make it into one of the many derivatives and finished the same night around 3am.
Things went a bit popular from there and it wasn't long before I was contacted by companies that wanted their own branded version. That meant I had a potential product on my hand and started selling subscriptions to managed branded puzzle sites.
Fast-forward a year and I sold the weekend project for a nice sum. :)
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#216a notification system that notifies backpackers whenever a highly coveted permits becomes available. made it for myself in a few hours then spent another half day setting it up so other people can subscribe. i got two subscriptions from one reddit comment, made $20 while i was out fishing!
Do you mind sharing a link? Wrote a python script to do the same thing for myself
the notification system is a github action that runs constantly, scraping the api that makes the reservation.gov permits, and then checking if any of the subscription notifications have changed.
the sign up is a google form that triggers a zapier and adds the new notification subscription to a google sheet. the spreadsheet is used in the github action. the zapier also sends an email with a payment link to the user.
you sign up here: https://forms.gle/eftvBZwapnQb8RmT8
and that sends you a link to pay: https://smcalilly.gumroad.com/l/qxvph
and then it's setup.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#217a notification system that notifies backpackers whenever a highly coveted permits becomes available. made it for myself in a few hours then spent another half day setting it up so other people can subscribe. i got two subscriptions from one reddit comment, made $20 while i was out fishing!
Cool, care to share?!
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#218this one, took me little time to figure out how to use wireshark, get data, input command with my phone...eventually the voltage regulator died a day after for overcurrent or dead chip. But it was fun. I don't have the motivation to undead the device unfortunatly.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#219I've been diving into the world of Large Language Models (LLMs), particularly the Retrieval Augmented Generation (RAG) approach. As a learning project, I built InkChatGPT, an AI agent that can assist with learning from multiple documents through a chat interface, inspired by projects like ChatPDF.
Under the hood, I used LangChain as the LLM framework to simplify the backend, Streamlit for the front-end UI and deployment, and OpenAI's `gpt-3.5-turbo` model. For generating embeddings for document chunking, I leveraged HuggingFace's `all-MiniLM-L6-v2` model.
Coming from a mobile development background, delving into ML, LLMs, prompt tuning, and various techniques has been an eye-opening experience. While the wealth of information can be overwhelming, building projects like InkChatGPT has been an incredible learning journey.
I'd love to hear your thoughts and experiences with LLMs and RAG systems. Feel free to check out the InkChatGPT repo [1] and share your feedback.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#220A 15-minute-city analyser using OSM data. You gave it a list of everything you wanted to be close to (ie a school, restaurant, doctors office, food store etc.) and it would show you which parts of a given city had all those things with an N minute walk.
Fascist! How dare you suggest I shouldn't ever go further than 15 minutes to access necessary resources to live my life! It's my god given right to spend at least an hour in traffic to get to the doctors... /s there is actually a whole movement of people in the UK that beleive the very idea of a 15 minute city is a conspiracy to limit their freedoms...
The problem is simply one of putting the cart before the horse. Most people simply can’t afford to live within a 15 minute walk of a doctor’s office and there is no real plan in place to fix that.