Ask HN: What are you working on? (October 2024)
501–510 of 1001 posts
Re: Ask HN: What are you working on? (October 2024)
#502Re: Ask HN: What are you working on? (October 2024)
#503My goal is to enhance the visualization and increase performance to reduce animation generation time. Additionally, I want to improve the overall aesthetics by applying colors and designing the paths to resemble a serpentine shape rather than a pipe.
Re: Ask HN: What are you working on? (October 2024)
#504Re: Ask HN: What are you working on? (October 2024)
#505Re: Ask HN: What are you working on? (October 2024)
#506We created Milieu Club https://joinmilieu.com as a way to connect with other busy professionals in your city over lunch as nice restaurants. You can join clubs in your city or create your own, and then you get randomly watched with 3 - 5 other people and invited to lunch. It's sort of inspired by Soho house, meetup.com, and Opentable.
Re: Ask HN: What are you working on? (October 2024)
#507Im developing it with the use in mind of flying through your code to show others relationships, or edit with a visuospatial look at your code instead of basic 2D tabs and a mind map of which one had the thing you're working on. It's kinda fun to work on the project In the project!
It's built on Swift and Metal but can ready any utf8 text file, minus a few subsections of the Unicode spec (for now).
Re: Ask HN: What are you working on? (October 2024)
#508A big part of this is me learning how to get code into production including infra setup etc. Any pointers would be greatly appreciated.
Stack is python, dash/flask, and gunicorn+nginx
Re: Ask HN: What are you working on? (October 2024)
#509I built a Slack bot that converts your Slack conversations to detailed Jira tickets in seconds.
Our team needs to routinely convert Slack convos into tickets manually, and it gets tedious and repetitive. Automating scribbled requirements to a ticket has been a big time saver. It's like I have a Jira assistant now.
Re: Ask HN: What are you working on? (October 2024)
#510Strange thing is, the most time consuming part of getting this ready for a user facing launch is not the code generating, but all the scaffolding/queues/storage to run it.