Sunday, January 12, 2025

Show HN: Beautiful Cyber Registry for Docker https://ift.tt/AM4gXHB

Show HN: Beautiful Cyber Registry for Docker https://ift.tt/QjiUXya January 12, 2025 at 11:54AM

Show HN: Willpayforthis.com – Gathering posts about what people will pay for https://ift.tt/F4AGQtH

Show HN: Willpayforthis.com – Gathering posts about what people will pay for When people have a pain point they'd like solved, I find that many of them resort to posting a Tweet about it. I made these posts easy to find. https://ift.tt/NiEblkD January 12, 2025 at 11:26AM

Show HN: Weekly to-do list with automatic task rollover https://ift.tt/FS6L9wt

Show HN: Weekly to-do list with automatic task rollover https://ift.tt/fTSYuws January 12, 2025 at 10:39AM

Show HN: Dribbble for code https://ift.tt/qnhT0B6

Show HN: Dribbble for code https://ift.tt/deiQT2H January 12, 2025 at 08:22AM

Saturday, January 11, 2025

Show HN: Next gen AI workout planner and logger https://ift.tt/jw5sylP

Show HN: Next gen AI workout planner and logger Hey HN! Excited to share my new App. I built hitt.ai to solve the common gym challenges we all face: planning effective workouts, tracking progress, and knowing when to adjust our routines. What makes hitt.ai different? It's built with AI-first capabilities at its core. Think of it as having a personal trainer in your pocket who creates workout plans, reviews your performance, and discusses anything fitness-related – just like a human trainer would. The best part? It's 50x cheaper than a human personal trainer and available 24/7 (because let's face it, AIs don't need protein shakes or rest days ). Key features: - AI-powered workout planning that adapts to your goals and progress - Smart logging system that remembers your exercises and patterns - Personalized recommendations based on your performance - Detailed progress tracking and analytics - Chat with your AI trainer about any fitness topic, anytime The app is now live Download from App Store - https://ift.tt/okinU8v... For Android Join this google group - https://ift.tt/MwSImWZ And then download the app by joining app testers - https://ift.tt/3gd1elG I'd love to hear your thoughts and feedback! I'm actively developing new features and your input would help shape the app's future. https://hitt.ai January 10, 2025 at 09:18PM

Show HN: Freeact – A Lightweight Library for Code-Action Based Agents https://ift.tt/xUW2Nmb

Show HN: Freeact – A Lightweight Library for Code-Action Based Agents Hello! We just released freeact ( https://ift.tt/fugJeOD ), a lightweight agent library that empowers language models to act as autonomous agents through executable code actions. By enabling agents to express their actions directly in code rather than through constrained formats like JSON, freeact provides a flexible and powerful approach to solving complex, open-ended problems that require dynamic solution paths. * Supports dynamic installation and utilization of Python packages at runtime * Agents learn from feedback and store successful code actions as reusable skills in long-term memory * Skills can be interactively developed and refined in collaboration with freeact agents * Agents compose skills and any other Python modules to build increasingly sophisticated capabilities * Code actions are executed in ipybox ( https://ift.tt/dl3hoK7 ), a secure Docker + IPython sandbox that runs locally or remotely GitHub repo: https://ift.tt/fugJeOD Evaluation: https://ift.tt/RV7lJGS See it in action: https://ift.tt/AGYRSb3... We'd love to hear your feedback! https://ift.tt/fugJeOD January 10, 2025 at 10:14PM

Friday, January 10, 2025

Show HN: Bin - AI business intelligence analyst that turns data into dashboards https://ift.tt/FldrVW8

Show HN: Bin - AI business intelligence analyst that turns data into dashboards Bin is an AI business intelligence analyst that turns data into dashboards. Our goal is to make creating dashboards simpler to do than no-code alternatives like PowerBI and Tableau while preserving the powerful customization abilities of raw SQL and Python. Here’s a quick demo: https://www.youtube.com/watch?v=Fsh8M3hIjDA . Customers from our previous product wanted custom dashboards but didn’t want to spend on technical staff to build them. They wanted customizability of the dashboard yet simplicity of the building experience. So, we studied the approaches of Devin, Claude Artifacts, and v0 and wanted a version that was purpose built for making dashboards and admin pages to solve this problem. This way anyone could spin up highly custom dashboards fast without knowing PowerBI, Tableau, Python, or SQL. The interface is similar to Cursor, where you attach database context and then prompt Bin on a side chat to make visual components (charts, cards, graphs). You can then click to add these components onto your panel. On the backend, Bin spins up the components in React code and data queries in Python + SQL code in one go. We’ve wired up Bin with tool calls so that it can make the query given the schema and table context of your selected database, execute the query, and then make the component with the query key passed into our useQuery function. We make all of this code for the component and query viewable and editable on the platform. Once components are added, you can then drag and drop, resize, and reorganize them on the panel layout. The dashboard will self-update over time as more data enters your database (the queries are re-executed with every refresh). After finalizing, you can deploy the dashboard or embed it onto your other internal tools. You can try Bin today on a test database for free at https://bi.new . Please do let us know what you think – we’re open to feedback and suggestions as we continue to improve Bin. https://bi.new January 6, 2025 at 10:20PM

Show HN: I trained a chess engine to play like humans https://ift.tt/i5eF9rL

Show HN: I trained a chess engine to play like humans I built 1e4.ai - a chess web app where you play against neural networks trained to mim...