Sunday, 23 June 2024

Show HN: Free open-source Chrome extension for users with disabilities https://bit.ly/3xC07LW

Show HN: Free open-source Chrome extension for users with disabilities Hello HN! Beginner dev here; read several articles about the challenges faced by users with disabilities (and the impact on businesses). Thought to build a chrome extension to enhance web experience for users with disabilities, after realizing that current solutions focus on auditing web for accessibility. Current features published on Chrome store: Text Magnification | High contrast | Alt text | TTS. Working on (but not published yet) tooltip to explain each feature, additional language support. Will appreciate feedback, collaborations and suggestions of things to improve. GitHub Repo: https://bit.ly/4bdxWkh https://bit.ly/3RB1uS3 June 23, 2024 at 09:12AM

Saturday, 22 June 2024

Show HN: Online OPML editor to manage subscription lists https://bit.ly/4cft8fC

Show HN: Online OPML editor to manage subscription lists I made a small online editor to manage OPML[1] files easily. There are a lot of smart online editors for formats like JSON, but while OPML is supported by most subscriptions services, the experience of editing/managing it is poor outside of what each platform support. The pain of managing the file independently increases as the size of the OPML file grow larger. It's rather simple at the moment but the goal is to provide shortcuts for common desired tasks to make the experience of editing OPML much smoother and streamlined. The editor is a static website that runs locally in your browser, it doesn't require an account, nor do any tracking. Let me know your feedback or if you've any pain points around OPML GitHub repo: https://bit.ly/4cft93a Website: https://bit.ly/3XCDFgA [1] - https://bit.ly/3XCDGkE https://bit.ly/4cft93a June 21, 2024 at 02:13PM

Show HN: I built a Calendly integration that prevents no-shows https://bit.ly/3RIN5Dh

Show HN: I built a Calendly integration that prevents no-shows https://bit.ly/4ewTlb7 June 22, 2024 at 12:50PM

Show HN: I made tool that let's you see everything about any website https://bit.ly/3zaf5JM

Show HN: I made tool that let's you see everything about any website Yes, it's open source: https://bit.ly/4c8T4tt :) Why I'm building this? There are a lot of tools out there for discovering meta and security data relating to a website, IP or server. But currently, there isn't anything that does everything, all in one place and without a paywall/ user sign up. It's still a WIP, and I'm working on a new version, with some more comprehensive checks, so any feedback would be much appreciated :) https://bit.ly/4cdKvNP June 22, 2024 at 11:43AM

Friday, 21 June 2024

Show HN: I made a demo for my project management tool https://bit.ly/4cAnwwl

Show HN: I made a demo for my project management tool Hey Hackers, Last time I posted alot of the comments were asking about the posibility for a demo and maybe more reasoning on why someone should use the service. I have tried to implement some more things into the basic tier so that out of the box, the service is more unique with its use of AI. Anyway, there is now some new AI features as well and I've improved the existing features to ensure they have the right level of accuracy and creativity. Enjoy, Dan https://bit.ly/3z9MCDU June 21, 2024 at 11:07PM

Thursday, 20 June 2024

Show HN: Good Tripper Guide – Discover Nearby History Powered by AI https://bit.ly/4eAARGS

Show HN: Good Tripper Guide – Discover Nearby History Powered by AI Good Tripper Guide, powered by AI, offers on-the-go insights into the history and intriguing tales of nearby landmarks. Kickstart your historical adventures on your next vacation! https://bit.ly/4bjfVRv June 20, 2024 at 08:35PM

Show HN: Local Voice Assistant Using Ollama, Transformers and Coqui TTS Toolkit https://bit.ly/3VQt00b

Show HN: Local Voice Assistant Using Ollama, Transformers and Coqui TTS Toolkit https://bit.ly/3XwTTrg June 20, 2024 at 11:48PM

Show HN: Directory of resources for learning German https://bit.ly/4cwaxf6

Show HN: Directory of resources for learning German https://bit.ly/3z5toPy June 20, 2024 at 11:30PM

Show HN: I Built a Non-AI Platform for Verified Deployment Scripts https://bit.ly/4c8o5O2

Show HN: I Built a Non-AI Platform for Verified Deployment Scripts I'm a solopreneur who has bootstrapped five tech startups over the last 10 years (all of them have failed). I've hated the time I've spent uploading the apps... Jesus Christ! A couple of months back, I spent 21.4 hours trying to configure a minimum-permission automated deployment script with Docker, Go, and Cloud Run. It was my first time with Google Cloud Run (I have past experience with AWS - EC2, SQS, DynamoDB, etc.). I remember fighting long days to set up AWS… But it happened again with GCP: 1. Fragmented documentation 2. Lack of examples 3. Strange, obtuse errors 4. Setting up service accounts was a nightmare. No wonder people go for admin rights and call it a day. 5. ChatGPT and Gemini were dancing around like headless chickens. No wonder wrapper services like Vercel are successful. But, I don't want wrapper services: - They don't have what I need - They can become very expensive - They don't give me control of the services I need (Escape Hatches) Seeing this gap, I'm sharing a platform that does things differently: - You manage your infrastructure (connect directly to the cloud provider) - Infrastructure code with tools like Pulumi is created for you. 100% verified. No AI hallucinations or sorcery. - Service accounts are created for you with minimum permissions - Pulumi is set up for you, connected with the deployment keys - The infrastructure will have all the dependent services chained together in the right order - It's idempotent. Run the script as many times as you want with no duplicates or side effects - Deletes are a single command - You can use these scripts as learning tools or examples I hope this can be useful to you as it is for me! Jose P.S. I'd love any feedback to make this product better! https://bit.ly/3KRXlFn June 20, 2024 at 12:06PM

Show HN: Umme.ai understands your codebase without LLM https://bit.ly/3zat8yP

Show HN: Umme.ai understands your codebase without LLM Hello HN! We are excited to introduce Umme.ai. Umme.ai is an innovative AI model designed to help developers understand, optimize, and transpile their codebases across various programming languages with ease. Umme represents a paradigm shift in AI understanding by redefining the AI experience. As innovation consultants, we faced the challenge of automatically rewriting complex legacy applications written in multiple programming languages. Current AI assistants like GPT or Claude aren't well-suited for most logical or automated tasks, and we couldn't rely on time-consuming prompt designs. Therefore, we built Umme for everyone. From a technological perspective: - Umme has an internal world model - Umme directly interprets multiple languages without relying on programming language syntax. Many products use custom build systems and macros, making it challenging to understand a codebase exclusively based on official programming language grammar. - No LLM, no neural net: While the industry is saturated with neural-first AI models, our vision sets us apart by adopting a logic-first approach ideal for automated tasks and workflows. - Focus on reasoning, not creativity: Our model prioritizes logical reasoning over creativity, which is why it's not based on LLMs or neural nets for understanding your codebase. - U programming language[2]: At its core, Umme leverages our proprietary programming language, U. More details on U will be shared soon. - Extensive benchmarks: We use extensive codebases such as Node.js, Chrome, LLVM, Java, and C# as benchmarks. Our goal is for Umme to be able to accurately rewrite these codebases. Umme is designed to understand our world, starting with your codebase. We’re still in the early stages and would love to hear your feedback and understand your use cases. Don't miss out, get your early access now! Or contact us: contact at umme.ai [1]: https://bit.ly/4cb3etA [2]: https://bit.ly/4caPVcs https://bit.ly/4cb3etA June 20, 2024 at 08:00AM

Wednesday, 19 June 2024

Show HN: MIT-Licensed High-Quality Video Game Built from Scratch with JavaScript https://bit.ly/3zk8Oej

Show HN: MIT-Licensed High-Quality Video Game Built from Scratch with JavaScript https://bit.ly/4b71FeB June 20, 2024 at 02:21AM

Tuesday, 18 June 2024

Show HN: Automate 80% of repeat writing and thinking tasks with Spiral https://bit.ly/3Vxq72X

Show HN: Automate 80% of repeat writing and thinking tasks with Spiral https://bit.ly/3xzSo0S June 19, 2024 at 04:52AM

Show HN: I made a simple hue/gradient game https://bit.ly/45x23lB

Show HN: I made a simple hue/gradient game Time-to-time, I create a simple small game I can play when I have a few minutes (wink-wink). Made with Angular (no particular reason other than it's the fastest way for me). Source: https://bit.ly/4ewroA4 https://bit.ly/4b3SlIw June 18, 2024 at 09:39PM

Show HN: I made an open source and local translation app https://bit.ly/3VKz2PY

Show HN: I made an open source and local translation app A few years ago, right after high school, I decided to try to make a simultaneous translation app for Android as a side project, it took longer than expected (about 2 years) and I had to make a lot of compromises (I had to use Google's API and therefore make users use a developer key because at the time there were no free solutions for speech recognition and translation that had good quality). At the end of university, I decided to pick it up again and finally, using OpenAi's Whisper for speech recognition and Meta's NLLB for translation (with both running locally on the phone), I managed to make it free and totally open-source (as it was meant to be from the beginning). The app is still in beta, so I would love your feedback. https://bit.ly/3VMGTMT June 18, 2024 at 10:26PM

Show HN: AI Site Generator with React and Tailwind CSS Components https://bit.ly/3VL6qWL

Show HN: AI Site Generator with React and Tailwind CSS Components https://bit.ly/3VWsRIZ June 17, 2024 at 11:28PM

Monday, 17 June 2024

Show HN: Assistants Hub – A Portal for Building AI Assistants https://bit.ly/4etgAms

Show HN: Assistants Hub – A Portal for Building AI Assistants Hello HN Folks, I started working on Assistants Hub to solve a personal need, creating math assistants for my 3rd and 7th graders. I wanted to see what they were asking the AI at the same time, also make it super easy to get to it (with a link I can bookmark on their Chromebooks) without signing up or remembering things. They liked it, and used it to learn concepts well I expanded on the idea and felt like GPTs and AI assistants are underutilized in many fields due to the technical barriers involved in creating and distributing them. Assistants Hub is an effort to democratize this process, enabling even non-tech savvy users to build and deploy AI assistants tailored to diverse needs and domains. Best of all it is Open Source - https://bit.ly/3z7kTDK Docs - https://bit.ly/3z6b9cV Web - https://bit.ly/3XqYbjW Here are some sample personal assistants you can try with a link Personal Motivator - https://bit.ly/3XLal7J... 7th Grade Math Tutor - https://bit.ly/3z9mw3N... Story Sprout - Kids Story Teller - https://bit.ly/4coiQcS... British Slang Converter - https://bit.ly/3z9mx7R... 2nd Grade Math Tutor - https://bit.ly/4coTqM3... Einstein Assistant - Tells you all about Dr.Einstein - https://bit.ly/4etgATu... Primary goal is to add transparency and controls to the buyer (person paying for the AI) at the same time, make it super easy for the consumer of the AI (students, customers, employees etc.,). Right now this has analytics, conversation history, visual customizations, integration options. Document support (RAG) is available with OpenAI assistants, Planning to introduce support for functions and more eventually. At some point I hope to build a wysiwyg editor to drag and drop functions, capabilities to customize AI Assistants Right now this support 4 major providers - OpenAI, Groq, Anthropic, and Google Gemini. Users can Bring Your Own API Keys (BYOK) from these platforms or use Assistants Hub's default key. Technical Stack: • Frontend: Next.js with Tailwind CSS and Flowbite for a clean, responsive design. • Backend: Prisma ORM on top of PostgreSQL ensures robust data handling. • Storage: AWS S3 for reliable blob storage. Do you like the idea / or skeptical of it? What could be improved or changed? I’m looking for honest, constructive feedback that can help refine and enhance the platform. Are there specific tasks or industries you think could benefit by Assistants Hub? I’m keen to explore new domains where this can make a significant impact. LOOKING for Contributors to this project, both technical and non-technical, feel free to reach out to me santthosh -at- gmail -dot- com https://bit.ly/4evrJDl June 18, 2024 at 04:12AM

Show HN: DBee – TUI Based Database Manager https://bit.ly/3xaE9Qd

Show HN: DBee – TUI Based Database Manager https://bit.ly/3Vp9mal June 17, 2024 at 09:29AM

Show HN: Make notion like illustrations with consistency and editability https://bit.ly/45sxYna

Show HN: Make notion like illustrations with consistency and editability Hi! Presenting MakeIllustrations, which helps you generate vector illustrations in consistent styles like Notion avatars, Corporate Memphis art, and Flat art. These are fully colorable and editable too :) While working on projects, we realized that there were very limited options for fully customizable illustrations that told the story of our brand. We tried some AI image generators online but faced issues with consistency and editability. These illustrations were also not available in vector format. So we decided to solve this problem. It offers: 1.) Consistent and Customisable illustrations in vector or raster form. 2.) Fully colorable and editable, so you can color them according to your brand style and delete paths as you wish. 3.) Export in PNG or SVG format with options to remove or preserve background. Feel free to check us out and give feedback, you can join our community at https://bit.ly/4c3KxHV. We are offering 3 free credits to anyone who signs up to play around with our product! https://bit.ly/4c3KA6z June 17, 2024 at 05:02AM

Sunday, 16 June 2024

Show HN: Graphmark – Enhanced bookmarking service as Chrome extension https://bit.ly/4co4KYG

Show HN: Graphmark – Enhanced bookmarking service as Chrome extension https://bit.ly/4crGMw1 June 17, 2024 at 03:39AM

Show HN: Made this tool to promote my projects online https://bit.ly/3VKMiUX

Show HN: Made this tool to promote my projects online https://bit.ly/4b7i2ry June 17, 2024 at 12:33AM