Postingan

Show HN: News-briefing-generator – Local LLM-powered news digest https://ift.tt/Gdwl5Dk

Show HN: News-briefing-generator – Local LLM-powered news digest Hey HN, I created a tool to generate personalized news briefings from RSS/Atom feeds using local LLMs through Ollama. It currently works in two modes: fully automatic or with an interactive review where you can select which "main topics of the day" to include in your briefing. The result is a HTML document with summaries for each topic. https://ift.tt/oBmFGK2 March 1, 2025 at 12:15AM

Show HN: Globstar – Open-source static analysis toolkit https://ift.tt/lkGhH60

Show HN: Globstar – Open-source static analysis toolkit Hey HN! We’re Jai and Sanket, co-founders of DeepSource (YC W20). We're open-sourcing Globstar ( https://ift.tt/vSItJRT ), a static analysis toolkit that lets you easily write and run custom code quality and security checkers in YAML [1] or Go [2]. After 5+ years of building AST-based static analyzers that process millions of lines of code daily at DeepSource, we kept hearing a common request from customers: "How do we write custom checks specific to our codebase?" AppSec and DevOps teams have a lot of learned anti-patterns and security rules they want to enforce across their orgs, and being able to do that without being a static analysis expert, came up as an important want. We initially built an internal framework using tree-sitter [3] for our proprietary infrastructure-as-code analyzers, which enabled us to rapidly create new checkers. We realized that making the framework open-source could solve this problem for ...

Show HN: SenseFeedback – AI-powered social media sentiment analysis https://ift.tt/iQc3tz9

Show HN: SenseFeedback – AI-powered social media sentiment analysis https://ift.tt/Oe4XDdL February 28, 2025 at 08:55PM

Show HN: Ranked Search for Semi-Structured Data https://ift.tt/16e52Ns

Show HN: Ranked Search for Semi-Structured Data We’ve been working on a search problem that requires querying both text and numbers simultaneously. For example, in a dataset of clothing items with descriptions and prices, a search for “slim pants for $20” should prioritize skinny jeans for $25 over slim pants for $50 because they are semantically similar and the price is closer. I’ve found that standard embedding models struggle with numerical ordering, while text-to-SQL methods rely on exact matches and often filter out too many results. To solve this, we built a system designed specifically for structured datasets like CSVs or tables. Here’s a demo link where you can upload a small CSV to try out (no login required): https://ift.tt/tupvMdf . Unlike most RAG approaches, we process each column independently, handling text with embeddings and numbers with custom scoring. When a user submits a query, we parse it into relevant fields—for instance, extracting “slim pants” as the descriptio...

Show HN: Bild AI (YC W25) – Understands Construction Blueprints Using AI https://ift.tt/5Dg73Zb

Show HN: Bild AI (YC W25) – Understands Construction Blueprints Using AI Hi HN! We're Roop and Puneet, the founders of Bild AI ( https://www.bild.ai ). Bild AI uses machine learning to read construction blueprints and extract detailed material quantity and cost estimates. Here's our demo: https://youtu.be/vBDl7Mh7iEc The problem we're tackling is the sheer manual effort that goes into generating material quantities and cost estimates from blueprints today. Contractors and suppliers spend countless hours doing takeoffs by drawing on blueprints by hand - it's tedious, error-prone, and costs the global industry $30B a year. A single mistake can lead to thousands in losses on a project. My co-founder Puneet experienced this firsthand as he was building hundreds of houses in Canada. Meanwhile, my background is in applied ML - I started at Google at 19, then Waymo where I built perception models for self-driving cars. Puneet and I met at Hack for Social Impact where we built ...

Show HN: Superglue – open source API connector that writes its own code https://ift.tt/xrRgk70

Show HN: Superglue – open source API connector that writes its own code Hi HN, we’re Stefan and Adina, and we’re building superglue ( https://superglue.cloud ). superglue allows you to connect to any API/data source and get the data you want in the format you need. It’s an open-source proxy server which sits between you and your target APIs. Thus, you can easily deploy it into your own infra. If you’re spending a lot of time writing code connecting to weird APIs, fumbling with custom fields in foreign language ERPs, mapping JSONs, extracting data from compressed CSVs sitting on FTP servers, and making sure your integrations don’t break when something unexpected comes through, superglue might be for you. Here's how it works: You define your desired data schema and provide basic instructions about an API endpoint (like "get all issues from Jira"). superglue then does the following: - Automatically generates the API configuration by analyzing API docs. - Handles pagination, ...

Show HN: Instantly Translate Manga – TranslateManga https://ift.tt/xQ8OLC7

Show HN: Instantly Translate Manga – TranslateManga Since I was young, I've loved anime, and over the years, manga has brought me joy, given me courage, and sparked excitement in my heart. However, as I read more, I realized that many of these manga weren't translated at all. I also came across some AI-based translation tools, but the results often fell short. So, I decided to create a tool that allows manga fans to read and enjoy their favorite manga, no matter the language or whether a translation team is available. This product has just been launched, and there are certainly areas that can be improved. However, with time, I'm confident it will only get better. You're welcome to try it out and share your valuable feedback! https://ift.tt/hIcHpxq February 24, 2025 at 09:39PM