←back to thread

634 points david927 | 1 comments | | HN request time: 0.205s | source

What are you working on? Any new ideas that you're thinking about?
Show context
kukkeliskuu ◴[] No.41345779[source]
Few recent side projects:

- a fact management tool based on a timeline. I have a complex legal situation, so I created a tool to store information about events. I can prioritize and tag the events, attach files to them, and have small workflow on them, and then filter the timeline based on the tags/priorities/workflow states. It is very helpful, because the amount of events and data was too much to handle mentally. I am using Django/HTMX/AlpineJS.

- a dance event calendar for dance events in Finland, where both artists and venues can add events. The data is stuctured, which allows me to make views for each performer, venue etc. Mostly Django, but some HTMX/AlpineJS as well for complex screens

- for the dance event calendar, I have created a support site that uses ChatGPT to handle two first steps for incoming support emails/questions. First it categorizes the question, and then tries to answer it based on FAQ. If it fails, it summarizes the issue (and possibly asks few basic questions related to it) and forwards it to me.

replies(1): >>41354441 #
1. equilibrium ◴[] No.41354441[source]
Could you speak more about the fact management tool. How do you input the events, is this done manually?