Live data from Hacker News

Ask HN: What are you working on? (October 2024)

news.ycombinator.com

501–510 of 1001 posts

Re: Ask HN: What are you working on? (October 2024)

#503
I am developing a 3D activities visualization tool for Strava (https://paintmove.com/).

My 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)

#504
I'm currently working on Mockoon, an API mocking tool. It's an open-source project that I've been relentlessly improving over the past 7 years. I decided to build a SaaS/cloud offering to help finance my work on the project. I'm solo bootstrapping, and revenues are slowly growing. It's not the easiest path, but definitely worth it!

https://mockoon.com

Re: Ask HN: What are you working on? (October 2024)

#506
Being in my early 30s and moving to a new city, I have been thinking more about ways to connect with people in real life. A friend of mine remarked that no one seems to get lunch anyone, so we kind of thought it would be a great idea to try and bring back the modern power lunch.

We 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)

#507
I'm working on a 3D infinite canvas of text, focusing on code. Runs on iPhone, iPad, macOS so they can all act as separate viewports into a space. You can point the app at a repository, download a copy locally, instantly render the entire repository into space in less than a second in most cases, and then fly around and search for text. I just got an optimization working for larger files and it's kinda fun how much even an iPhone can do with instanced rendering.

Im 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).

https://github.com/tikimcfee/LookAtThat

Re: Ask HN: What are you working on? (October 2024)

#508
I am working on making stats on financial securities accessible to more people so they can make better trading decisions. This is very much a work in progress.

https://www.statsviz.com/

A 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)

#509
Building http://tryskipper.ai/

I 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)

#510
I'm working on a tool to generate and host full stack web apps from prompts (just like everyone else). I'm loving it. Using llms to do as much of my coding as possible, so in a way eating my own dog food, although it's a more developer-driven effort than what the end product will be.

Strange 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.

Post reply on HN