Monday, 8 April 2024

Show HN: Finboard – An Affordable Financial Database https://bit.ly/4cLddX4

Show HN: Finboard – An Affordable Financial Database I've developed a web app that organizes financial statements from SEC. There are similar products on the Internet, but all of them I found just "abstracts" raw information into something. For example, typical website has "Revenue" as a top-line metrics. In reality, that can be "Total Revenue", "Net Sales", "Operating Revenue", and so on. Those website can't cover exceptional values in same reason. I believe serious investors need raw financial statements aggregated because each number reflect the companies' financial performance. Major platforms like Bloomberg does that but too expensive for individuals. That's why I've built "Finboard". You can see the aggregated financial statements like this: https://bit.ly/3TRefrJ The idea also came from "Notion". Notion is a great tool with infinite use cases. I thought it would be great if we can have financial data in a text editor. So I've decided to build Editor & Database platform. Currently the“Card view”is the most powerful feature. You can screen a company lists (such as all US listed companies), and the result can show financial performance and/or stock price chart like this: https://bit.ly/4cP5qHS... You may also find it useful that Japanese companies’ financial information is also available in English on Finboard. The tech stack is: Next.js with TypeScript on Vercel and MongoDB Atlas. Open to any questions or feedback. Hope you might find it interesting! https://bit.ly/4aFMh9a April 8, 2024 at 08:53AM

Show HN: Perfect art and photography in Ragdoll Studio (FOSS AI software) https://bit.ly/3Ja8lNy

Show HN: Perfect art and photography in Ragdoll Studio (FOSS AI software) https://bit.ly/49r0fLm April 8, 2024 at 06:52AM

Sunday, 7 April 2024

Show HN: Beyond text splitting – improved file parsing for LLM's https://bit.ly/3PVdJrD

Show HN: Beyond text splitting – improved file parsing for LLM's https://bit.ly/3TSfdUC April 8, 2024 at 06:41AM

Show HN: AutoMQ - A Cost-Effective Kafka Distro That Can Autoscale in Seconds https://bit.ly/3VKFA1B

Show HN: AutoMQ - A Cost-Effective Kafka Distro That Can Autoscale in Seconds https://bit.ly/3VL8qyV April 8, 2024 at 05:05AM

Show HN: Transformers Crash Course https://bit.ly/3U3pf6N

Show HN: Transformers Crash Course Comprehensive tutorials for using hugging-face transformers for Gen AI. https://bit.ly/3vEnsvH April 6, 2024 at 10:20PM

Show HN: (Web App) Simple Melody Loop Maker https://bit.ly/4cPi6yy

Show HN: (Web App) Simple Melody Loop Maker https://bit.ly/3U8GPW3 April 6, 2024 at 07:34PM

Saturday, 6 April 2024

Show HN: Wingman – Open-source Chatbot that's light, functional and not ugly https://bit.ly/3U7KjJl

Show HN: Wingman – Open-source Chatbot that's light, functional and not ugly Hey HN, I’m really excited to show off a project I’ve been tweaking and tuning for more than seven months. One thing that drove me nuts about running LLMs locally was having to use terminals, install Python, and write code for the most basic things. I write software, but I don’t want to have to write it just to use a chatbot. So, I made Wingman with a friendly interface that lets you get started with zero coding or terminals required. It runs on MacOS and Windows, and even evaluates AI models up front to determine if they will run on your machine. There’s other stuff it does, too, like let you save prompts, set system prompts per conversation, and change AI models mid-conversation. I added a way to sort models by popular or trending. It’s been pretty helpful to me for staying on top of all of the new models dropping. But it still has a little way to go to be ready for really special things like planning and reasoning. So, I need to get some more feedback from people on different configurations. I’d love it if you checked it out, saw if it was useful, and maybe broke it so I could find fixes. Thank! https://bit.ly/3VPYGU6 April 6, 2024 at 05:03PM

Show HN: Add Code Interpreter to Claude 3 Opus https://bit.ly/4aIqFJA

Show HN: Add Code Interpreter to Claude 3 Opus https://bit.ly/3xp7cPz April 7, 2024 at 04:38AM

Show HN: I built a Raspberry Pi temperature monitor https://bit.ly/49GYutH

Show HN: I built a Raspberry Pi temperature monitor https://bit.ly/43KW6k9 April 6, 2024 at 07:53AM

Friday, 5 April 2024

Show HN: Built a premium directory dedicated to high-quality tools https://bit.ly/3xqsjB5

Show HN: Built a premium directory dedicated to high-quality tools This is a previous project I decided to relaunch. There's tons of directories that accept all submissions, but I feel like that just waters down the platform. It also isn't fair for the amazingly built tools and services. I pivoted to a premium-only directory and feel like charging a small fee, while it might take longer to build the portfolio of listed tools, they'll be of much higher quality than other platforms. https://bit.ly/43NXS3W April 6, 2024 at 06:58AM

Show HN: My Free SEO Scoring Tool https://bit.ly/3PNHQkM

Show HN: My Free SEO Scoring Tool I hope that this tool proves to be of immense help to you. However, I understand that it may have its limitations and there may be room for improvement. To make this tool more effective and user-friendly, I welcome your feedback and suggestions. Your insights will be instrumental in improving the tool and making it more beneficial for all users. Lastly, your support and guidance mean the world to me. Together, we can make the SEO journey smoother for everyone. So, dive in, explore the Free SEO Scoring Tool, and let's take your website's performance to new heights! https://bit.ly/3U6NcKr April 6, 2024 at 03:50AM

Thursday, 4 April 2024

Show HN: Innovatize – AI Startup Idea Generator https://bit.ly/49rQSeh

Show HN: Innovatize – AI Startup Idea Generator Ever wanted to create a startup but couldn't think of an idea? I'm doing a test launch for part of my MVP and would really appreciate any feedback, or if you could join my discord server: https://bit.ly/49qI7RR I'm a 16 year old entrepreneur with the goal of making startups easier to make for others. https://bit.ly/49v3gdj April 5, 2024 at 03:11AM

Show HN: Gemcompat, an open source db of undocumented rails incompatibilities https://bit.ly/3VOV7gK

Show HN: Gemcompat, an open source db of undocumented rails incompatibilities TLDR: We created an open database of every gem version that’s silently incompatible with Rails. https://bit.ly/3TJ1TlD April 4, 2024 at 06:06PM

Show HN: PredicateKit – A type-safe replacement for NSPredicate for CoreData https://bit.ly/3U57XpU

Show HN: PredicateKit – A type-safe replacement for NSPredicate for CoreData Hi, I really like CoreData. I think it's a great piece of software (I know this is a controversial opinion in some circles ;)). My only pet peeve with it has been the string-based querying API based on NSPredicate. It is a major source of bugs/crashes and doesn't really fit nicely in the modern strongly-typed world of Swift. I built PredicateKit as a lightweight replacement for NSPredicateKit (specifically for CoreData) that makes writing predicates as safe and pleasant as writing native Swift code. https://bit.ly/3U6of1C April 5, 2024 at 12:33AM

Show HN: CloudTabs Web Browser – a streaming web browser on every website https://bit.ly/3vACcM5

Show HN: CloudTabs Web Browser – a streaming web browser on every website https://bit.ly/441Bnc5 April 4, 2024 at 10:16AM

Show HN: A universal Helm Chart for deploying applications into K8s/OpenShift https://bit.ly/3Jaeo4A

Show HN: A universal Helm Chart for deploying applications into K8s/OpenShift Hey HN! We wanted to share with you nxs-universal-chart - our open-sourced universal Helm chart. You can use it to deploy any of your applications into Kubernetes/OpenShift and other orchestrators compatible with native Kubernetes API. Our team regularly faced the need to create almost identical charts, so when we had 14 identical microservices in one project, we came up with a chart format that essentially became a prototype of nxs-universal-chart. It turned out to be more relevant than we even thought! When we needed to prepare CI/CD for 60 almost identical projects for a customer, we reduced the preparation time for release from 6 hours to 1. Basically, that’s how the idea of nxs-universal-chart became a real thing that everyone can use now! The main advantages of such chart that we would like to highlight: -Reducing time to prepare deployment -You’re able to generate any manifests you may need -It compatible with multiple versions of k8s -Ability to use go-templates as your values In the latest release we’ve added a few features like cert-manager custom resources support! Any other information and details you can find on GitHub: https://bit.ly/3Jaep8E We’re really looking forward to improving our universal-chart so we’d love to see any feedback, contributions or report any issues you encounter! Please join our chat in telegram if you want to discuss something about this repo or ask any questions: https://bit.ly/3Jaeppa https://bit.ly/3Jaep8E April 4, 2024 at 10:10AM

Show HN: A website for generating vertical/column style math questions https://bit.ly/3xlklsV

Show HN: A website for generating vertical/column style math questions Hi all, I created a website for generating vertical/column style math questions to practice for my son . If you're looking for a similar service, feel free to use it. It can hide or show the answers and is suitable for printing. https://bit.ly/43GUVCl April 4, 2024 at 08:54AM

Wednesday, 3 April 2024

Show HN: Logfmtxx – Header only C++23 structured logging library using logfmt https://bit.ly/3PNIK0M

Show HN: Logfmtxx – Header only C++23 structured logging library using logfmt https://bit.ly/4aAVuzy April 4, 2024 at 02:52AM

Show HN: Cargo Task.rs https://bit.ly/3TLJe8Q

Show HN: Cargo Task.rs https://bit.ly/3PNOt6R April 2, 2024 at 10:00PM

Tuesday, 2 April 2024

Show HN: I just open sourced my document/website extractor for Vision-LLMs https://bit.ly/4cJGv8G

Show HN: I just open sourced my document/website extractor for Vision-LLMs Hi HackerNews, Lately, I have seen an explosion in posts offering paid APIs/services to get unstructured data into LLMs (i.e. langchain extract, ragflow, unstructured, unstract, just to name a few) and I have been largely disappointed by them, either because they fail to implement multimodal support, fail to give good context for "really tricky" PDFs / Word docs / Powerpoints, or are just plain difficult to use. In light of all these posts I figured I'd share my solution that has been working smoothly for me and my clients. I put it up on GitHub for free so you can check it out and hopefully offer some feedback / criticism or contribute to the code yourself. and BTW, I'm not trying to throw shade at any of the services mentioned, I'm just giving my honest experience in case there are others out there who feel the same way and want something that works Cheers! https://bit.ly/3PLXMnK April 2, 2024 at 07:40PM