Thursday, 5 October 2023

Show HN: Most secure AI tools for work https://bit.ly/3tobKnu

Show HN: Most secure AI tools for work Hello Hacker News! We have an exciting product for privacy-conscious individuals and organizations. Now you can use AI tools at work, even if your organization has banned ChatGPT! WorkAI Tools is a self-hosted alternative to popular AI tools like ChatGPT. The Individual Edition of WorkAI Tools is a self-contained desktop app that runs everything locally, so all your data remains private and secure. We also offer an Enterprise Edition where organizations can deploy AI tools on their infrastructure (on-premise, private cloud, or even air-gapped facilities) and boost the productivity of their employees. Please try the Individual Edition today and send us your feedback. Cheers, Jay https://bit.ly/3RR8lrl October 6, 2023 at 06:54AM

Show HN: DeepEval – Unit Testing for LLMs (Open Science) https://bit.ly/3RORpBY

Show HN: DeepEval – Unit Testing for LLMs (Open Science) https://bit.ly/3rtbBhP October 6, 2023 at 06:21AM

Show HN: Decorate Java stack traces with source code snippets https://bit.ly/3LOFQXy

Show HN: Decorate Java stack traces with source code snippets https://bit.ly/46nRCAn October 6, 2023 at 03:36AM

Show HN: A tool to Convert JSON schemas into TypeScript Deno classes https://bit.ly/46FdM0E

Show HN: A tool to Convert JSON schemas into TypeScript Deno classes Hello all To preface this is just something I've been making as a learning exercise, so all feedback is appreciated. This is a tool that converts JSON schemas into TypeScript utility classes for use in Deno. Automatic Type Generation: Typescript interfaces for the compressed and uncompressed versions of your data. Compression & Decompression: Compress and decompress your data. Validation: Built-in data validation using Ajv ensures your data adheres to the schema. Reusability: Once generated, the utility classes can be used in other Deno projects. It currently only supports a subset of JSON schema features. I'll eventually hope to expand it to support more features. Reasons behind the project: I have been working with OpenAI LLMs recently and I like to get my data output in structured JSON. I realised it's rather good at taking a schema where properties are compressed within an instruction, and then in return it return data based on the compressed schema. These utility classes provide help with the validation, decompression etc. https://bit.ly/45in4i7 October 6, 2023 at 01:13AM

Show HN: An image generator that embeds headline text for X / Twitter Cards https://bit.ly/3ZLhvYd

Show HN: An image generator that embeds headline text for X / Twitter Cards - add headline text of article - drag and drop image - make adjustments by dragging, resizing, zooming with mouse wheel - download twitter card it's not perfect but i hope it helps. any constructive criticism is appreciated. happy to make adjustments or new features. thanks for your valuable time. https://bit.ly/3F619A8 October 6, 2023 at 01:13AM

Show HN: Using File System as Database https://bit.ly/3PG1Tkp

Show HN: Using File System as Database https://bit.ly/3PCaNz6 October 5, 2023 at 08:42PM

Show HN: GORILLA.BAS for Android https://bit.ly/48y30uW

Show HN: GORILLA.BAS for Android https://bit.ly/48CxpZ3 October 5, 2023 at 10:21AM

Show HN: Use your familiar Markdown editor to create and publish web pages https://bit.ly/45lYih7

Show HN: Use your familiar Markdown editor to create and publish web pages I'm excited to introduce my own developed Markdown editor to everyone. It's built on the Monaco editor and designed specifically for developers. This editor integrates various features such as document management, resource management, and MDX extensions. You can embed images, audio, video, and even use plugins like drawing tools, calendars, and cards to showcase your creativity. What's even more thrilling is that it allows users to customize PostgreSQL table structures, insert and display data in Markdown documents, and even collect form submissions. My original intention in design was to use MDX to describe pages (with limited differentiation), and utilize low-code building tools to present and collect data. This way, users can use simple text to describe individual web pages and aggregate multiple web pages into their site. Now, it has completed a portion of the work; for instance, the blog on my official website is self-generated using this method. However, most users should use it as a markdown editor with extension components. I'm not sure how to better describe my vision. I really hope that you are interested in trying it out and providing suggestions. https://bit.ly/45fyzqx October 5, 2023 at 11:41AM

Wednesday, 4 October 2023

Show HN: Open-Sourced Launchpad(NextJs+ReactJS) https://bit.ly/3F4pHcE

Show HN: Open-Sourced Launchpad(NextJs+ReactJS) Hey friends, Product Hunt seems to turn into a place where best marketing wins, not the best product. Also nobody knows how do they count the votes. We've built open source clone of Product Hunt just for dev tools. You can use the code to launch any kind of launchpad yourself too. Let me know if you need help setting it up Hit my up on twitter @johnrushx https://bit.ly/3rFhyIB October 4, 2023 at 09:54PM

Show HN: A Domain Name Generator that's useful https://bit.ly/3F2RgD9

Show HN: A Domain Name Generator that's useful https://bit.ly/3F5lOEA October 5, 2023 at 01:26AM

Show HN: The first tax software built for DeFi/NFTs https://bit.ly/48DfvFH

Show HN: The first tax software built for DeFi/NFTs The first tax software built for NFT and DeFi users. Automatic support for 10,000+ protocol functions. (We support exchanges like Coinbase, Gemini, and Kraken too.) https://bit.ly/3F2PbHl October 5, 2023 at 01:19AM

Show HN: Privacy-focused, semi-automatic and open source CAPTCHA solution https://bit.ly/3LOWYfF

Show HN: Privacy-focused, semi-automatic and open source CAPTCHA solution https://bit.ly/46hVfHZ October 4, 2023 at 11:34PM

Tuesday, 3 October 2023

Show HN:Artsey.io 1 handed keyboard with 8 keys, your fingers dance [YouTube] https://bit.ly/3EYSfEB

Show HN:Artsey.io 1 handed keyboard with 8 keys, your fingers dance [YouTube] https://www.youtube.com/watch?v=dicYf7OiS3Q October 4, 2023 at 04:29AM

Show HN: Excessibility, test Elixir/Phoenix applications for WCAG compliance https://bit.ly/3LNXvyC

Show HN: Excessibility, test Elixir/Phoenix applications for WCAG compliance Hey Hacker News community! I'm thrilled to introduce Excessibility, a library that I've developed to address a crucial aspect of web development - accessibility testing. With Excessibility, you can effortlessly test your Elixir/Phoenix applications for a11y issues and ensure compliance with WCAG (Web Content Accessibility Guidelines). Accessibility is a fundamental principle that should be at the core of every web application. It ensures that people with disabilities can access and use your website or application without any barriers. However, testing for accessibility issues can be a daunting task, often requiring manual effort and extensive knowledge of accessibility guidelines. This is where Excessibility comes in. It simplifies the process of accessibility testing your Elixir/Phoenix applications and can be used with ExUnit, Wallaby, and LiveView tests. Whether you're a seasoned developer or just starting out, Excessibility empowers you to identify and fix accessibility issues easily. I believe that Excessibility can significantly contribute to the accessibility of Elixir/Phoenix applications and promote inclusive web development practices. By incorporating accessibility testing into your development process, you can ensure that your applications are accessible to all users, regardless of their abilities. I invite you to check out Excessibility and give it a try. Your feedback, contributions, and suggestions are highly appreciated as we strive to make web accessibility a priority in the development community. (P.S. I am currently looking for a new position. I have extensive experience in Elixir/OTP, JavaScript/TypeScript, and a11y. My e-mail is in my bio.) https://bit.ly/3rFbxvB October 4, 2023 at 12:12AM

Show HN: Elara- A free open-source coding game built with Rust and WebAssembly https://bit.ly/46gpgb9

Show HN: Elara- A free open-source coding game built with Rust and WebAssembly I'm excited to share a project that I've been working on mostly solo for the past year! It's called Elara, and it's a free open source game that teaches you how to code. You can play directly in your browser without downloading anything or creating an account. It's targeted toward complete beginners, but if you already have some coding experience, there are optional bonus challenges to really test your knowledge and problem-solving skills. If you like code golf, some of the challenges will be right up your alley ;) Under the hood, the backend/core game logic is built with Rust and compiled to WebAssembly, and the frontend/UI is in TypeScript and React. In-game, you write code in Rhai, a scripting language tightly integrated with Rust. I chose this architecture for a few reasons: it offers good performance for compiling and running user code, has important sandboxing/safety guarantees like preventing infinite loops, and means the entire game can run in-browser without the need for any servers (aside from just serving static files). Keeping costs low was really important since the game is 100% free and I would like to keep it that way. Check it out and let me know what you think! I'll be checking back here periodically to answer any questions. The full source code is available on GitHub: https://bit.ly/46fzsRm . https://bit.ly/46lRW2M October 4, 2023 at 01:01AM

Show HN: An app to create asynchronous micro podcasts https://bit.ly/48HnDVx

Show HN: An app to create asynchronous micro podcasts Share thoughts and stories with friends worldwide, on your time. https://bit.ly/48RsYtN October 3, 2023 at 10:52PM

Show HN: Slashdot to Telegram using bash / rsstail https://bit.ly/3LKBCjG

Show HN: Slashdot to Telegram using bash / rsstail https://bit.ly/3Q0v8zv October 3, 2023 at 01:03PM

Monday, 2 October 2023

Show HN: Hardcover – Letterboxd for Books https://bit.ly/45cW180

Show HN: Hardcover – Letterboxd for Books Hi HN! A little over two years ago, Goodreads announced they were shutting off access to their API. I was using it to show what I was reading on my blog at the time, and started looking for alternatives. I found a few that showed potential. I'd been using Letterboxd for a few years at that point and felt it had something that was missing from GR and the others I found, but I couldn't put my finger on it. I decided to build it instead (I'm sure many creators can relate ). I made a post on the /r/cofounders subreddit about the idea, and found Ste. With me as a full-stack product dev and him on product design, we talked to hundreds of readers about what they want in a book tracking and social platform. We've listened to their feedback, tested and iterated constantly. We believe we've created a book space that feels as warm as a familiar library but as exciting as a midnight book launch party. This past weekend we launched Hardcover on Product Hunt (and hit #3!). We describe Hardcover as a book tracking social network for readers to find new books, track what they read and make lasting connections with other readers. So, Letterboxd for books! Here are a few of my favorite things you can do on Hardcover: Find books - Search for books you know of, check out trending books, explore lists and prompts to find hidden gems, review your recommendations, stumble on friends reads in your feed, or browse all book by genre, mood or tag. Decide what to read - Besides all the book facts you'd expect to see, we show you a personalized Match Score from 0% to 100% for each book based on your reading history. You'll also see ratings & reviews from readers you follow and readers most similar to you. Track your reading - One place for every book you want to read, have read and more. You can set your privacy level to public, private (for a book?) or friends only. Use Airlists (our version of Airtable for Books) to further organize your library. Log your reads - Rate and review books on a 5-star scale with half-star increments. Showcase your favorite books on your profile at hardcover.app/@username Read even more - Set reading goals and explore your reading stats through charts and data visualizations to help keep you consistent and understand your own reading habits and tastes. AI librarian, Bookle game, referral program, Goodreads/StoryGraph importer, GraphQL API, light/dark modes, an active Discord and so much more! I'm excited to share and get feedback from the Hacker News community we've all been a part of for so long (even if I've mostly lurked here since 2009 ). In terms of launch numbers (which I always love to see), here's our dashboard that shows how it went. We had about 250 new members join in the last 3 days, and a few new subscribers. We're still a ways away from being profitable. It costs us about $1,000/month to run Hardcover – even before salaries. We're about 30% of the way there. https://bit.ly/3ZD7b4u... I'm most excited about the momentum from launch - seeing people share Hardcover with friends of theirs who read and growing the community. If you're a reader I'd love to invite you to join us! Any feedback, questions or comments are always welcome. I'm an open book, so feel free to ask me anything. Adam https://bit.ly/45eGm87 https://bit.ly/3ZCtAz6 October 2, 2023 at 10:46PM

Show HN: A new stdlib for Golang focusing on platform native support https://bit.ly/46vPZjR

Show HN: A new stdlib for Golang focusing on platform native support No gc, No goroutines, Produces small binaries while using the unmodified official go toolchain, and comes with complete Web SDK (generated from w3c/webref). We are building `pcz` to provide a reimagination of Go the language, in an effort to make it suitable for all kinds of programming tasks, and currently you can use it to build efficient web applications in Go using the generated Web SDK (as shown with the live web demo[1]). The journey is just starting, any suggestions? or any critics? [1]: https://bit.ly/46wmzBX https://bit.ly/46vvGmw October 2, 2023 at 10:20PM

Show HN: SourceChart – ExcaliDraw but for Charts https://bit.ly/46vAjgq

Show HN: SourceChart – ExcaliDraw but for Charts https://bit.ly/3tbPYTD October 2, 2023 at 03:03PM