Live data from Hacker News

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

news.ycombinator.com

101–110 of 1001 posts

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

#103
API tool to automate all the stuff Postman makes painful: https://callosum.dev

Spec generation from request logs, automatic schema generation and validation, test generation (eventually), totally offline, no accounts or cloud sync necessary!

Been taking longer than I hoped but should be released soon (next week or two)

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

#104
post #3

I am trying to get better at trading so I thought it would be nice chance to work on my coding skills. I wondered if financial indicators actually makes money for a given period. https://indicatorinsights.co Made it with React, Vite, firebase via Typescript. It’s a really different world for sure.

Your MACD seems to be inverse. It suggests a buy when it should be selling and vice versa.

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

#106
The recent relicensing of Redis to a non-open-source license bothered many in the community. But the groundwork for the relicensing was laid much earlier. I've been working on relicensing monitor to track various projects attributes that can affect the ease of relicensing a project.

https://alexsci.com/relicensing-monitor/

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

#108

I'm working on Devlog — https://dev.log.xyz — software that I hope will help teams work better by making it more obvious who is doing what. It should help answer questions like "what did Sarah do last week?" or "who worked on frontend performance in the last year?" It's very much in alpha-stage, more a tech demo than a product, and I'm not sure if it will actually succeed. My cofounder just bailed on me but I'm going…

Does it only work on PRs, or does it look at git history as well? Do you have plans to expand the knowledge it has access to?

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

#110
I'm building a keyboard-driven editor for designing UI. You could think of it as a weird bastard child of Vim and Webflow. I've been tinkering with it for a while in private, but I'd like to shift gears and start working on it publicly.

The editor itself isn't available yet, but I've got a Github readme that explains the concept a bit more: https://github.com/matry/editor

Eventually I'll do a ShowHN, once I get a stable version that I feel comfortable demoing.

Post reply on HN