I'm working on a Chrome extension that adds realtime presence (cursors, chat, gifs, sticky notes) to any website or page. Each website/page (depending on your preferences) becomes an ephemeral channel where you can see and interact with others users browsing the internet. It's still in a WIP shape but very functional. Website: https://webcursors.click/ Extension: https://chrome.google.com/webstore/detail/web-cursors/…
This is a pretty cool idea to add a social element to everything. I don't think I'm necessarily in the target demo but still this looks really cool
Ask HN: Tell us about your project that's not done yet but you want feedback on
351–360 of 472 posts
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#352It allows me to install various things in various environments without getting too deep in to bash scripting.
For example:
$ is cli version tmux gt 3.2 && echo || echo
$ is there go && is there nvim && nvim +:GoUpdateBinaries +qa
$ is known cli version bash 5.2.15
I've also been working on a service to track TLS cert expirations, domain name expirations, server pings and successful HTTP HEAD requests. https://www.prettygoodping.com/
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#353I 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 this, but looks like it's less VN and more of just a novel. I think the problem is it generates content, but not very high quality content. It's not gripping enough from the beginning, just sort of drags out. It could be that the engine works right, just that the input is garbage, as often happens with AI. But maybe something about it could be engineered a little better. From the code it looks like it's just g…
You have got a nice generator there! I am very curious what's powering it, as it seems to be instant. I dropped you an email, let's chat!
Re: structure and cohesion- this is where GPT4 vastly outperforms GPT3. For example, it is much better at using a hero's journey and managing plot twists. You can go into the AI settings window and set the model to use GPT4 instead [I'll leave how to get there as an exercise ;)], and give it a try.
Currently the generator works in a very similar way to how you described it: 1. It takes your input and generate a world setting and the characters in it, including relationships 2. Based on the information from above, it generates a overall plot outline, broken down into chapters 3. Based on the information from above, it then fills out the chapters with dialog
Currently the biggest limitation is context length and cost, and I haven't focused on optimizing that yet.
You are absolutely right that a human editor would vastly improve the quality. You can see a lightly guided early pre-generated example here [https://www.mirroredfables.com/?gameUuid=302fe7bf-4ff0-4a77-...]
An AI story editor is a very interesting idea that I haven't thought of before, and it makes a lot of sense. I am going to play around with it!
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#354It then tries to date the recording by matching it to historical data.
The signal processing part is getting decent. I'm still trying to collect more reference signals in RU, UK, China and Japan.
Tom Scott made a video about the idea: https://www.youtube.com/watch?v=e0elNU0iOMY
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#355https://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…
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#356I've been working on TurboScribe ( https://turboscribe.ai/ ) for a few weeks and preparing to "officially" launch soon. I think high-quality AI transcription should be a lot cheaper. It's pretty simple: Unlimited transcription (powered by Whisper) for $10/month. Upload your audio/video files, get your transcripts (and export to many common formats). There's a free tier of 4 transcripts (i.e. up to 2 hours) per day if…
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#357Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#358Am working on a 360 degree video player/image viewer mostly pointed at businesses who’d like to integrate the technology without branding or hosting from other providers. https://staging.sightsurround.com/
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#359- https://mousetrack.co.uk - a Disney World price tracker that tracks how the hotel/ticket prices are changing over time and which also gives some great tips on how to save money on holidays
- https://chirper.picheta.me - A Chrome browser extension which puts the Mastodon timeline into twitter.com
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#360Currently working on building a simpler version first that lets you expose multiple ports (like for your frontend and backend), generates a public URL, and connects the ports by rewriting requests in the browser to the public URLs.
Basically ngrok + more powerful deploy previews. Curious what y’all think!