Show HN: GitHub-assistant – Natural language questions from your GitHub data Simon(sfarshid) and I spend a lot of time on GitHub. As data nerds we put together a quick tool to explore your repository’s data. How it works: - Data Loading: We use dlt to pull data (issues, PRs, commits, stars) from GitHub - Semantic Layer: Relta wraps the underlying dataset into a semantic layer so the LLM doesn’t hallucinate. - Text-to-SQL: A text-to-SQL agent transforms your plain-English question into a query using the semantic layer - Generative Charts: assis…
Show HN: Demo of my web game about social persuasion I just released a free demo (no login!) for "Talk to Me Human", a game about social persuasion. You speak out loud to play a variety of conversational challenges, and the NPCs talk back. I hope you enjoy, and would love to get your feedback! https://ift.tt/63Jya0K December 21, 2024 at 09:22PM
Show HN: Rivet Actors – Durable Objects build with Rust, FoundationDB, Isolates Hello! We posted a Show HN for Rivet last year for our container orchestration project ( https://ift.tt/2umSFCT ). In that time, a lot has changed that I think HN will find interesting. Rivet is open-source actor infrastructure similar to Cloudflare's Durable Objects. Rivet itself already serves millions of MAU in production using our current container runtime – primarily for multiplayer games – and Rivet Actors are a new extension to support actor-like workloa…
काश्तकारों को सब्जी उत्पाद के लिए किया जा रहा है प्रेरित
Show HN: City Summit – buildings data visualization project https://ift.tt/dmzv5Ps December 21, 2024 at 10:49AM
Show HN:Free Online Tool to Experience Microsoft's MarkItdown https://markitdown.pro December 21, 2024 at 08:13AM
श्रीनगर नगर निगम क्षेत्र में अव्यवस्थाओं पर भड़के कांग्रेसी
Show HN: Animated Wallpaper – Reacts to Mouse https://ift.tt/wA9UXap December 20, 2024 at 01:34AM
Show HN: CxReports – Low-Code Tool for User-Facing PDF Reports Marko here from Codaxy. For over two years, we have been working on CxReports, a low-code tool for creating user-facing PDF documents and reports. We first saw the problem in wealth management, where reports are crucial for the user experience. Software vendors have customers who ask for customized reports with unique content, branding, and visuals. The solution was to build a tool that allows customization for each customer, which even customers themselves can use. Over time, this…
Show HN: Habit Rewards – A Gamified Habit Tracking with Clean Design I built Habit Rewards, a habit tracker app designed to make building habits more enjoyable through gamification and a clean, minimalist design. The app allows you to: - Track daily/weekly/monthly habits. - Earn virtual coins for completing habits. - Set personalized rewards for achieving goals. - View progress through beautiful tile-based grids - Mark habits as failed intentionally, so the tracking remains realistic. The goal was to create something simple but engaging to hel…
Show HN: Yakari – Interactive TUIs for CLI Tools Hi HN! I wanted to share Yakari, a tool I built to make command-line interfaces more approachable through interactive TUIs. If you've ever forgotten CLI flags or needed to look up command syntax, this might help. Yakari turns complex commands into interactive menus. Users can navigate through options with simple key presses instead of memorizing complex command structures. If you've used Emacs and Magit (or any other Transient) before, the interface will feel familiar. Features: - Transf…
Show HN: API for complex Python builds (any platform, venvs, kernels, and more) Install python, tools, dependencies, virtual environments, cloned and synced repos, from a single API call: ?python=3.12&pixi=nodejs,pnpm,make,hatch&clone=marimo-team/marimo&myenv=duckdb,marimo ^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ py version build and conda deps clone and build additional venvs https://ift.tt/yXB2RwE December 18, 2024 at 10:30PM
Show HN: An Open Source Equilizer Plugin a5eq.lv2 is a versatile LV2 plugin featuring a high-performance 5-band equalizer, equipped with a Low Shelf, three Peaking Filters, and a High Shelf. The goal of a5eq.lv2 is to deliver optimized performance on both AMD64 and ARM64 architectures. By leveraging SIMD instructions, the plugin ensures efficient and reliable operation. As the author of a5eq.lv2, I welcome feature requests and ideas for improvement. https://ift.tt/O3Ckhp6 December 18, 2024 at 04:35AM
Show HN: Play the prototype of our RPG Game, where you can ASCEND to the ASTRAL https://ift.tt/YFmjnBT December 17, 2024 at 11:22PM
Show HN: A simple air quality app I made this app for myself, but it's probably worth sharing. When I tried to find a nice app that I could use to check air quality multiple times a day, I was shocked. All of them looked boring with traffic-light coding and overcrowded with unnecessary data. On top of that, they either contained ads or required payment. I didn't want to use any of those apps every day, so I thought, "Well, how hard could it be?" and accepted the challenge. I expected to finish development in a month, but sinc…
Show HN: Hacker News Clone for Crypto I missed smth very similar to hackernews, but more focused on crypto, so I built one :) https://satoshi.family/ December 18, 2024 at 01:12AM
Show HN: Convert PDF invoices to e-invoice XML using AI in seconds I got approached by the finance department of a large company. There is a new regulation in Europe that mandates a defined XML-format for e-invoices for some transactions and - I kid you not - their SAP implementation wasn't able to address this. They also said that all solutions on the market were either cumbersome (think: manually typing in all fields) or required deep system integration. I thought it cannot be that hard to use AI for this and built a little invoice conve…
Show HN: Terraform functions that should have been built-in Terraform/OpenTofu provider which provides functionality as Data Sources (for older Terraform), Provider Functions (for OpenTofu and newer Terraform), and as a Go library (for an identical implementation to use for integration testing frameworks like Terratest). https://ift.tt/Dx8fdag December 17, 2024 at 12:03AM
Show HN: Graph-Based Editor for LLM Workflows Hey HN, We’re excited to share PySpur, an open-source tool that provides a graph-based interface for building, debugging, and evaluating LLM workflows. Why we built this: Before this, we built several LLM-powered applications that collectively served thousands of users. The biggest challenge we faced was ensuring reliability: making sure the workflows were robust enough to handle edge cases and deliver consistent results. In practice, achieving this reliability meant repeatedly: 1. Breaking down co…
Show HN: Aldren Quest – Browser RPG Hello everyone! I've finally finished my latest side project - a RPG game made in Blazor. It started as a small project to learn some Blazor (I'm .NET dev but kept mainly to backend and ASP.NET). I had such a good time coding it that at some point I decided to make a full featured game out of it. I might've have bitten off more that I could chew as RPGs have so many systems and elements but overall I think it worked out well, especially for a single person project. I want to hop on the next proje…
Show HN: Only Fans I decided to put together a website with just AI generated images of fans, since the rest of the sites with similar domains didn't really fit my needs. https://onlyfanz.top/ December 16, 2024 at 03:00PM
Show HN: GitHub Stars Semantic Search - Find Your Starred Projects https://ift.tt/uYlrXyn December 16, 2024 at 06:36AM
Show HN: Dbine – Auxiliary tools related to databases https://ift.tt/xJPKh6m December 15, 2024 at 08:32PM
Show HN: 31Memorize–Free vocab builder with FSRS-5 spaced repetition Mangoosh alternative, but cheaper and designed to maximize GRE prep efficiency through targeted learning. Free during beta. Your feedback is much appreciated to help polish the product. https://ift.tt/mdT6uS5 December 15, 2024 at 05:17AM
Show HN: AI Powered Daily Budgeting https://ift.tt/03FIcpY December 15, 2024 at 04:04AM
Show HN: Library to replace box shadows on a webpage with ray traced shadows https://ift.tt/0ZlnjgN December 15, 2024 at 12:24AM
Show HN: A simple web game to help learn chords and basic progressions Hi Hacker News, I've created Chord Nebula, a simple web-based game designed to help users learn and practice piano chords, basic progressions, and harmony fundamentals. The game integrates with MIDI keyboards, allowing you to play chords in real-time and receive immediate feedback based on the key you choose. GitHub Repository: https://ift.tt/W0LqZvh Live Demo: https://ift.tt/FID96Qa Requirements: To use Chord Nebula, you'll need a MIDI keyboard connected to your co…
Show HN: Wool Ball – Decentralizing AI with Distributed Browsers Hi HN, I recently launched Wool Ball ( https://woolball.xyz ), a project designed to test the concept of paying people to enable their devices to process AI tasks through their browsers. The idea revolves around “browser as a service” or “browser as a server,” leveraging idle browser resources to create a decentralized, scalable, and cost-effective way to run AI workloads. We’re still in the early stages, and I’d love to hear your feedback on the concept and the product we’re bui…
Show HN: Performant intracontinental public transport routing in Rust I made a public transport route planning program that's capable of planning journeys across Europe or North America! There's only one other FOSS project I know of (MOTIS/Transitous) that can do transit routing at this scale, and in the testing I've performed mine is about 50x faster. I've spent a few weeks on this project now and it's getting to the point where I can show it off, but the API responses need a lot of work before they're usable for any d…
Show HN: Marginalia Site Explorer Rabbit Hole Generator Some of this has previously been available in a somewhat inaccessible format. I've recently been working on a redesign of the marginalia search website. https://ift.tt/kn37BbT December 14, 2024 at 12:02AM
अग्निवीर भर्ती परीक्षा में चमोली जिले के युवाओं ने दौड़ में दम दिखाया। भर्ती परीक्षा में चमोली जिले के 1672 में से 1417 युवाओं ने प्रतिभाग किया।
Show HN: I designed an espresso machine and coffee grinder from scratch It was a lot of work as a solo project but I hope you guys think it’s cool. When I say “we” in the website it’s only in the most royal sense possible. I also did all the photo/videography. I started out designing a single machine for personal use, but like many things it sort of spiraled out of control from there. I felt like espresso machines were getting very large, plasticky, and app-integrated without actually improving the underlying technologies that make them work. …
Show HN: AI-powered, open source LeetCode alternative https://ift.tt/u6lD57o December 13, 2024 at 01:53AM
Show HN: A mobile app that generates mobile apps in 30 secs Hi HN! Daniel from YC S21 here, launching a project called aSim ( https://asim.sh/ ), which lets people generate/simulate usable native apps (called Sims). Describe an app you want and aSim will generate it. Then, edit and refine it to better suit your needs. Sims are also shareable via links, and basic app functionality is also available through web (though mobile is much more feature complete). A couple of my favorite Sims so far: - Doom demo: https://ift.tt/YgKG3nq - Star wars idle…
भाबर क्षेत्र के अंतर्गत प्राइवेट बीएड कॉलेज मालिनी वैली कॉलेज ऑफ एजूकेशन पदमपुर मोटाढांक में गीता जयंती धूमधाम से मनाई गई। इस मौके पर संस्थान के छात्र-छात्राओं ने सांस्कृतिक कार्यक्रमों की प्रस्तुतियां दी। via Chebli Mohamed
किशोरी को ब्लैकमेल व दुष्कर्म के दो आरोपी पकड़े, एक गिरफ्तार, दूसरा संरक्षण में लिया via Chebli Mohamed
Show HN: Lfi – a lazy functional sync, async, and concurrent iteration library Hey HN! Roughly 4 years ago I started building a lazy functional iteration library for JS/TS. I had a few goals for the library: - Supporting sync, sequential async, and concurrent async iteration - Limiting it to a small number of orthogonal concepts that compose beautifully to solve problems - Making it fully tree-shakeable I built it for myself and have (mostly) been its only user as I refined it. I've used it in lots of personal projects and really enjoyed i…
Show HN: DIY 80€ 3D Printer Basement Ventilation https://ift.tt/KJOCz37 December 7, 2024 at 04:10PM
Show HN: Power-assert for hierarchical data structures https://ift.tt/uh5D9qV December 11, 2024 at 12:31AM
Show HN: Gentrace – connect to your LLM app code and run/eval it from a UI Hey HN - Doug from Gentrace here. We originally launched Gentrace via Show HN in August of 2023. Since then, a million products have emerged in the LLM ops category. And what we've noticed is that almost none of them solve the core workflow: testing prompts, parameters, and other changes in your actual app, from a frontend where people can collaborate on the dataset, evals, or experiments to be run. So, we built that and are relaunching the company around that idea.…
Show HN: Downloadable AI Musical Instruments Generate soundfonts from text descriptions using latent flow matching. You can then download the complete SFZ soundfont package to use the instrument locally. https://ift.tt/FvmQ8xs December 10, 2024 at 03:50AM
Show HN: Travo – A Travel Guide That Reveals Stories Behind Every Place https://travo.me/ December 9, 2024 at 11:29PM
Show HN: FormML – A DSL for building complex web forms Hi everyone! I wrote a DSL (named Form Modeling Language) for modeling & building complex forms and am glad to share it with you now. Over the years, I’ve encountered many challenges while building complex forms from scratch—challenges that I believe are common, difficult, and yet often overlooked. These include managing interdependent fields, handling intricate validation rules, and maintain good collaboration between technical and non-technical people. FormML is my attempt to address…
Show HN: ActionHub – Task Management for Cyberpunk Enthusiasts https://ift.tt/IPs9iya December 10, 2024 at 01:07AM
Show HN: Like-local debugging for AWS Lambdas using Terraform Hi HN! I built Teleform to make debugging AWS Lambda functions deployed via Terraform faster and easier. Teleform lets you proxy Lambda invocations to your local machine, enabling real-time debugging, live-reloading, and the ability to attach a debugger while running the code in a real AWS environment. No more slow redeployments or mocking services! Feedback and suggestions are welcome! https://ift.tt/VfW2oaQ December 9, 2024 at 01:57AM
Show HN: A Security-First Web Server in C with XSS, SQL Injection Protection I built a high-performance web server in C that prioritizes security from the ground up. Key features: - XSS protection and SQL injection prevention built into the core - Rate limiting with IP tracking and automatic blocking - Comprehensive security headers (CSP, HSTS, CORS) - Multi-threaded architecture with connection pooling - Zero-copy file serving for performance - 100% test coverage with integration tests - Pure C99, no external dependencies beyond POSIX The goa…
Show HN: Deepshot – AI lip-sync platform https://deepshot.ai/ December 9, 2024 at 12:12AM
Show HN: Run10K Trainer – Personalized Training Running Plans for Your 10K Race Hi HN! I’m a professional runner and programmer, and I built *Run10K Trainer*, the app I wish I had when I started training. It’s a web and mobile app that generates personalized plans for 10K races, tailored to your schedule, experience level, and race date. After months of development, I’d love your feedback to help make it even better for runners everywhere. Does this sound like something you’d use? https://ift.tt/Qfj9qrN December 8, 2024 at 11:35AM
Show HN: I built an HTML5 RTL-SDR application There are lots of RTL-SDR applications, but you have to install them. I used the HTML5 USB API that exists in Chrome (did you know about it?) to build one that you can run straight from your browser, on your computer or your Android phone. https://ift.tt/AQwqJOz December 8, 2024 at 01:36AM
Show HN: AirFry.Pro – The best popular and healthy recipes for your air fryer https://airfry.pro December 8, 2024 at 02:07AM
Show HN: My Bluesky Facts I've just launched a new feature for my tool, that creates screenshots for Bluesky. Initially, I created this tool only for posts, but now, I've also added the ability to create profiles like Nutrition Facts. Add your @bskyhandle and the tool creates your Facts, graded from A to E. https://ift.tt/dhL5SEc December 7, 2024 at 09:24PM
Show HN: GitBook Documentation Downloader for LLMs I built a tool that converts GitBook docs into LLM-friendly markdown files. Perfect for feeding technical documentation into ChatGPT, Claude, or custom LLaMA models. GitHub: https://ift.tt/oOJ9aDR Key features: Downloads complete GitBook documentation sites Converts to clean markdown format Web interface for easy URL input Works with ChatGPT, Claude, and other LLMs Preserves document structure and internal links [Still some bugs here, need to fix it] Will publish a hosted version if there is e…
Show HN: I made a website for people to bet on my blood glucose I made a fun (imaginary money, a.k.a. candies) betting site where you can place a bet on my blood sugar levels. https://ift.tt/A0pZsCx December 6, 2024 at 11:36PM
Show HN: Random Caplocks Prank I was building a program that needed to allow a user to set a hotkey but the program lives in the taskbar so there's no UI. I decided what I would do is enable the caplock key when they click "Set Hotkey" and then they can disable the caplock key (or set it to its initial state, rather) to indicate they have finished. That project is still going but I got sidetracked by the idea that I could just build a program to randomly enable the caplock key every once in a while. This isn't a program desig…
अंकिता भंडारी हत्याकांड की एडीजे कोर्ट में सुनवाई, बाहर हत्यारों को फांसी देने की मांग via Chebli Mohamed
Show HN: dotnet CMS to build drag-and-drop sites with setup infrastructure We launched PureBlazor CMS today to help .NET devs deploy simple drag-and-drop sites with a fully provisioned infrastructure (AI SEO editor, hosting, security, auth, etc.). Once you’ve built a site, you can hand it over to your non-technical users to run independently. They can drag and drop blocks visually, edit text, and update the site’s SEO with our native AI editor. Please, check out our free trial at https://ift.tt/DifW0sL - we can’t wait to hear what you think. D…
Show HN: Data Connector – Chat with Your Database and APIs Hey HN! Wanted to share a project I have been working. Data Connector is an open source tool for interacting with Databases (Postgres, MySQL, SQLite) using natural language. Prompts are handled using a ReAct[1] agent which has access to the schema and a tool for executing queries. It also has experimental[2] support for calling APIs (OpenAPI, GraphQL) which allows for queries that can span multiple systems (Find this user's details in Clerk, etc). We have mostly been using it for m…
Show HN: Checkmate, a server and infrastructure monitoring application We just released Checkmate 2.0 (formerly BlueWave Uptime). Originally designed as a simple uptime manager, Checkmate has evolved into an infrastructure monitoring tool. With the addition of our lightweight Go-based server agent (Capture) it's possible to monitor key metrics like CPU, RAM, and disk usage across remote servers. We’re now exploring new features, including enhanced notifications, advanced configuration options, DNS monitoring, and status pages (which are al…
Show HN: Roast my Spotify Wrapped 2024 I built a small tool that allows users to share their spotify wrapped share link and get roasted by different LLMs. Some fun roasts: "This list makes it sound like you're having a midlife crisis in a thrift store" "You're really pushing the envelope listening to Drake and The Weeknd" "Next year, aim for music that doesn't sound like background noise in an elevator" https://ift.tt/d4NuQ1h December 5, 2024 at 07:21AM
Show HN: Minimalboard – A intuitive and fast way to organize work Hi HN! Organizing my work has always been frustrating because no tool seemed to fit my workflow. Every app I tried came with endless menus, complicated settings, and more clicking than actually working. If you've ever wrestled with Jira, you know the drill — its great for tracking an army of developers, but a tad overkill for my personal tasks. That's why I built Minimalboard. It combines the simplicity of a good old notepad with the visual organization of a Kanban board…
Show HN: The Canada census data in a SQLite file; advice appreciated This is niche, I'll admit. I needed to look through the latest census data, but it was exported as multiple multi-gigabyte bespoke latin1-encoded CSV files. Pandas, Polars, and SQLite's CSV import tool weren't much help, so I shelved the project until recently, when I started taking a SQLite course online. I picked it up again, normalized the data, and now there's a database that can be queried through a SQL view that matches the headings in the original CSVs.…
Show HN: LimeJourney – open-source Customer Engagement Platform Hello HN - I’m Tobi and I am building LimeJourney. LimeJourney is an open source customer engagement platform, a Customer.io /braze etc alternative. - For the past few weeks I have been hacking on LimeJourney during my free time and I’m inviting you to check it out and give your feedback. You can try out the demo with email and password demo@limejourney.com/demo@limejourney.com - My Grand thesis for building LimeJourney is that the channels through which we currently receive notif…
Show HN: Belief.garden – a social network for civil discussion Hi! Initially, belief.garden was a questionnaire on various civil discussion and philosophical topics, where one could create a profile. I made this site a few months ago, and today I added public discussions, notifications, a global activity feed, and a moderation system, which actually makes it a social network. Please take a look and tell me what you think https://belief.garden December 4, 2024 at 06:16AM
Show HN: High School Student's First App – NWS Weather Report https://ift.tt/V3Zhbzo December 3, 2024 at 07:13AM
Show HN: Book and change flights with one email Hi there, TLDR; I built an inbox simulator so you can try BonBook in 15s, without sharing your email. Earlier this year I was flying 2-3 times per month and found booking and changing flights a hassle. So I decided to fix it. BonBook lets you find, book and change flights with one email. It can also auto-find flights for events you’re attending. Over the last few days, I built a simulator that lets you interact with BonBook without sharing your email. It responds with real flights and each respon…
Show HN: Copper – Open-Source Robotics in Rust with Deterministic Log Replay https://ift.tt/K0FSB6k December 3, 2024 at 03:58AM
Show HN: Open-sourced (road) traffic counting application I was developing/selling this application under Roadometry, but sales are getting slow and I'd prefer to make it available for free. This is a desktop Windows application which can be used for counting road traffic. https://roadometry.com https://www.youtube.com/@roadometry2011 The application uses Multiple Hypothesis Tracking (MHT) combined with Darknet Yolo. I trained the network myself. I have a tool-chain for building a video-based training set including associations, but it'…
Show HN: Flow – A dynamic task engine for building AI agents I think graph is a wrong abstraction for building AI agents. Just look at how incredibly hard it is to make routing using LangGraph - conditional edges are a mess. I built Laminar Flow to solve a common frustration with traditional workflow engines - the rigid need to predefine all node connections. Instead of static DAGs, Flow uses a dynamic task queue system that lets workflows evolve at runtime. Flow is built on 3 core principles: * Concurrent Execution - Tasks run in parallel aut…
Show HN: Steel.dev – An open-source browser API for AI agents and apps https://ift.tt/xVAEW3k November 26, 2024 at 04:34PM
Show HN: Bring Pokémon nostalgia to your code editor I created this VS Code extension to scratch a nostalgic itch of mine and thought I’d share it. vscode-pokemon brings Pokémon into your code editor, adding a touch of joy and nostalgia to your coding experience https://ift.tt/MzZvTjY December 1, 2024 at 11:49PM
Social Plugin