Live data from Hacker News

Ask HN: Tell us about your project that's not done yet but you want feedback on

news.ycombinator.com

321–330 of 472 posts

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#321

Earlier quoted context omitted.

I think you should definitely get some feedback on the details and specifics of the language before going further if you want it to make it to real production use. Will you have a GitHub equivalent? Git is dominant I think because it's the standard all the tools are built for, no matter how good a competing system is, I'd probably choose on ecosystem. What's the use case list for binary file tracking? That seems pret…

Yeah, I need feedback on the language. But to do so, people kinda want to be able to try it. I'm still getting it into a demo-ready state. Since my VCS will be all-in-one, yes, it will have a GitHub equivalent. In fact, it will be more of a Gitea equivalent because anyone could spin one up. But I'm not worried about beating git (yet) because the use case for binary tracking is assets for movies and games, and movies…

Do you have a random bullet points lost or example code for what the language should look like?

Taking on perforce seems more reasonable than git at first for sure.

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#322
Hi everyone :) I'm a student at UWaterloo in Canada. My friend and I made a site that can automatically dub videos to different languages: https://www.dubbah.co . We use Whisper with Speaker Diarization, GPT and some voice cloning models. Would love to answer questions :)

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#323
I am building a marketplace focused 100% on Magic: The Gathering, which I have played for 30 years.

Biggest issues are inventory and buyer-side bugs now. I wished I would have shipped a few months ago, got caught up on a feature I didn't need to engage users.

https://manapool.com

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#324
post #24

https://pastmaps.com Been working on this as a new way to find, explore, and view old historical maps and aerials of my area. Still heavily in development but have been surprised by some early traffic stats (1-2K organic uniques / mo and growing 200%+ m/m right now) Hoping to add in more advanced map tooling within the next week or 2, including new basemap options, 3d terrain view, and then a proper search box which…

I love it! A suggestion for much further down the line: a timeline on the map which composites many maps from a similar time period so you can see them all stitched together (somewhat like how https://skyvector.com/ stitches together multiple sectional charts into a continuous map, though I know it can't be as seamless). Or you could attempt to run some extra processing steps to warp the map to match the background map's projection. Those are both big undertakings, though.

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#325
Easily generate function metadata (json) automatically for GPT function calling: https://github.com/Jakob-98/openai-functools

My colleague and I have been working on this tool and using it in some internal projects. It works quite well as an intent->functions machine, and makes the process of invoking functions with GPT a lot more bearable. We hope to make it a library which does one thing so great that it will be the industry standard in its niche, so looking for some feedback on the documentation and use.

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#327
I'm working on https://commitspark.com , a headless CMS where all data is stored in a GitHub repository with branching/merging workflow support for content.

Reading/writing content from/to GitHub happens through an Open Source API library I released. For the content data schema, I simply require a plaintext GraphQL type file inside the repository. The schema then automatically determines the API structure as well as the editor-friendly UI that I can generate on the Commitspark website when you log in via GitHub.

Even though Commitspark is already publicly available, it is still 100% a side-project that doesn't earn me any money (yet).

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#328

I built mirrored fables, an AI powered visual novel generator. Give it a try! https://www.mirroredfables.com/?proxyKey=hellohackernews source: https://github.com/mirroredfables/mirroredfables

I love the idea, but I keep on getting hung up (after 10+ minutes) on ``` [worker] Searching for music... ``` If it helps, my prompt was: > I would like a story set 2000 years in the future, where humanity has achieved interstellar travel. Humans prioritize exploration of extra-solar planets and the search for intelligent life

Oops, it seems that I had hit a youtube API rate limit last night. Should be okay now.

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#329

I built mirrored fables, an AI powered visual novel generator. Give it a try! https://www.mirroredfables.com/?proxyKey=hellohackernews source: https://github.com/mirroredfables/mirroredfables

Love to try but I've been stuck on [worker] Searching for music...

Oops, it seems that I had hit a youtube API rate limit last night. Should be okay now. :)

Re: Ask HN: Tell us about your project that's not done yet but you want feedback on

#330
Hi! Someday, I feared Pocket [1] would disapear and I would suddenly lose all links I saved there. So I made pouch [2]. It let's you save links and, if possible, automatically saves the text, for a reading mode.

I never showed it publicaly, so I'm the only user. Fell free to use it and I'm open to any feedback.

Mind you I'm a backend dev, so in terms of design and overall frontend quality it is definitely lacking.

[1] https://getpocket.com/pt/

[2] https://pouch.lucashmsilva.com/

Post reply on HN