I'm working on an app called ScreenHint. It lets you take a screenshot of a bit of your screen, which then floats there above your other windows until you dismiss it. It's essentially a clone of the sadly-abandoned Snappy, if you're familiar with it. There are a lot of things I wish it could do still, but I'm worried that I'm missing some ease-of-use and polish items still. The app is free and is currently on the mac…
Ask HN: Tell us about your project that's not done yet but you want feedback on
431–440 of 472 posts
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#432I’m working on ModelFusion, a TypeScript library for working with AI models (llm, image, etc.) https://github.com/lgrammel/modelfusion It is only getting limited traction so I’m wondering if I’m missing something fundamental with the approach that I’m taking.
I had it starred! It looks like a nice set of tools for building a multi-modal AI app - I'll give it a try when I flesh out a discord AI gaming app I was working on. Is the multi-modal aspect (image, audio, language) the main focus? Maybe putting that a bit higher in the readme would help it stick - the intro section was a bit too dense and I ended up skimming it. As for traction, I wonder if there just isn't much in…
I expect most models to become multi modal in the future and am building towards. A lot of the core logic of agents will nevertheless be text based imo, so that’s a central piece, but I already added text to image and speech to text, and plan to add text to speech next.
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#433I’m working on ModelFusion, a TypeScript library for working with AI models (llm, image, etc.) https://github.com/lgrammel/modelfusion It is only getting limited traction so I’m wondering if I’m missing something fundamental with the approach that I’m taking.
This looks awesome! Keep sharing. I think many newbies are looking exactly for something like that including me to get startet with AI :)
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#434My proposed solution is to use Service Workers to cache a web app in the browser and employ clever tricks to prevent the server from pushing updates to either the Service Worker or the caches. This way the user can then control any updates and verify new versions using means that are already familiar from other ecosystems: comparing hashes, trusting only signed code, etc.
The goal isn't to develop a new e2ee messaging app. Instead I'm prototyping something that resembles an auto-update framework like Squirrel [1], only for web apps. Ideally it will be largely "plug and play", i.e. you could take the existing WhatsApp web app, serve it using the updater framework, and your users would now have a trustworthy version of WhatsApp.
So far I have a small amount of PoC-level code validating several small parts of the larger concept. For instance, I'm fairly confident that I will be able to reliably prevent forceful server-controlled updates, which is a core requirement. Right now I'm in the process of formalizing a threat model, hoping to spot any gaps before I move forward with the implementation.
Feedback on the idea in general would be highly appreciated, but I'd also love to hear any more specific concerns regarding technical solutions, UX, etc.
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#435Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#436Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#437Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#438Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#439Currently working on Spheria - a Personal AI that learns from your data to be able to speak for you.
For a long time, I've been thinking of alternate ways to make my knowledge searchable by anyone at any time and forever (docs, posts, links, books, libraries...). Thought that putting a chat interface that acts as a safe guardrail would make the experience nicer.
Re: Ask HN: Tell us about your project that's not done yet but you want feedback on
#440Earlier quoted context omitted.
1. Agreed, I'll likely hide them by default. The results from Gayot/Eater are incredibly noisy, and I doubt most people are interested in seeing restaurants from Gayot's "Top 10 dog-friendly date brunch spots this holiday." 2/3. I was experimenting with numeric pins but have now switched back to pins which vary by size depending on the restaurant awards. I also increased the pin count to 50 by default. Can you try it…
Awesome! The pin count increase has improved the situation, but it's still noticeable. I'm using Vancouver/CA as the test if that helps.