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

91–100 of 472 posts

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

#91
https://persumi.com/

I spent 3-4 months working on it whilst having a day job. It's a writing/reading/listening platform, kinda like a mix of Medium/Substack/Wordpress/Twitter/Reddit...

I wrote about the tech stack and how I built it here: https://persumi.com/c/persumi/u/fredwu/p/how-i-built-a-mostl...

Still got a long way to go, especially to tweak the user onboarding side of things to explain much better on the concepts.

Would love some feedback!

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

#94
I only thought about this yesterday, so I have not written any line of code yet, but I want to create a DSL for making animations. The animations I have in mind are things like 3b1b, codeaesthetic style videos but generated entirely automatically via the DSL code. Looking for inspiration currently on the language syntax and features etc.

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

#95
https://qwerki.com/ (ChatGPT powered personal assistant)

Working in a startup of two people means I'm always context switching & lose track of my day. I convinced my brother to build an app that helps us manage our notes & reminders using ChatGPT. We found it to be really helpful for our day to day work & we recently had someone do an awesome review of our app https://www.youtube.com/shorts/x27OhTQ9bA0

Happy to share testflight link for anyone else interested in helping us

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

#96
https://app.secalerts.co

Our newest vulnerability alert service. We aggregate vulnerability data from over 50 sources into one consistent data schema and allow users to write detailed queries and setup alerting. We've even introduced a pretty good local scanner to keep your SBOM up-to-date.

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

#97
post #93

https://mapofthebest.com I love food and I love travel. Naturally I decided to compile a list of all the best restaurants in the world. Still very much a work-in-progress but would love to get feedback.

This is amazing. So much easier than the official Michelin app. I’ve had the same idea to aggregate real reviews… because google reviews are pretty useless if you’re looking for special places.

Bookmarked and will use!

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

#98
post #93

https://mapofthebest.com I love food and I love travel. Naturally I decided to compile a list of all the best restaurants in the world. Still very much a work-in-progress but would love to get feedback.

Opened the site to see if I can provide some feedback. Ended up bookmarking 6 places to go check out in the city.

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

#99

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

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

#100
post #82

https://apiforllm.com/ I've been working on this on and off for a few weeks now. The idea is to let LLMs interact with the outside world using function calling. Eg- I built a simple version of chatgpt web browsing using function calling. There's a django site which is responsible for the auth, managing chats etc and then there's a flask site that's responsible for running functions in a gvisor sandbox. Users will be…

Hey, so I got pretty far into implementing open api specs for LLMs. To the point where you can point to an open api spec, ingest it, and then it’s available for GPT to select to satisfy user requests.

I do this by minify the specs and building an index to feed it that it selects from using logit bias.

Im at pause point on it while I figure out how to actually have GPT build the calls, but I think something like you have might solve that.

https://github.com/ShelbyJenkins/LLM-OpenAPI-minifier

Post reply on HN