Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Saturday, July 19, 2025
Show HN: RateMyPrompt – share and rate prompts with auto AI evals https://ift.tt/XYcqDj4
Show HN: RateMyPrompt – share and rate prompts with auto AI evals Couldn't find a reliable, free place to share & rate AI prompts so I thought I'd take a stab at it Already has 500+ prompts generated by AI using the latest model prompting guidelines 5 different supported prompt types: full prompt, enhancement, template, system, chain 20+ categories: coding, writing, marketing, business, creative, etc. Every prompt gets evaluated automatically by multiple AI models (Claude 3 + GPT-4 Mini, more to come) Then humans can rate and there is an overall score that takes both AI & humans into account AI eval prompt here: https://ift.tt/eiOZrpB I'm still quite the noob when it comes to AI stuff so I'd love feedback about RateMyPrompt and ways that it could be improved https://ift.tt/qU0Dc2o July 19, 2025 at 01:05AM
Show HN: I built library management app for those who outgrew spreadsheets https://ift.tt/AcmYRza
Show HN: I built library management app for those who outgrew spreadsheets I've been working on librari.io for the past several months and just launched the beta version. The Problem: I have 500+ books across multiple rooms in my house and was desperately looking for an app to manage them properly. Most library management apps are either too basic or designed for institutional libraries with rigid workflows that don't fit personal use. What I Built: - Multiple libraries: manage collections in different locations - Location tracking - remember exactly which shelf each book is on - Loan management - track books you've lent to friends - Custom fields & tags - store any additional book info the way YOU think about them - Reading progress tracking - dates, duration, personal ratings - Modern UI/UX - clean & actually enjoyable to use Current Status: - Beta version live - Working on improving the responsiveness of the app and addressing initial user feedback Would love feedback! Especially curious about: - What features would make YOU actually use a library management app? - UI/UX feedback always welcome - Any book collectors here who'd be interested in beta testing? Looking forward to your thoughts! Thank you in advance. https://www.librari.io/ July 19, 2025 at 12:58AM
Show HN: Tips for getting great Text2Cypher outputs from LLMs for Graph RAG https://ift.tt/lLyJvWi
Show HN: Tips for getting great Text2Cypher outputs from LLMs for Graph RAG For folks working on Graph RAG and trying to get LLMs to generate Cypher queries, I ran some experiments on the LDBC dataset and wrote a blog post about it (code is available in the link shown at the end of the post). I've been trying to answer a burning question of mine that I've had for a while now: when doing Text2Cypher, are LLMs better at interpreting graph schemas in JSON, XML or YAML? (Spoiler alert, the format barely matters, it's all to do with context engineering and retaining only the relevant parts of the graph schema in the prompt). Results on the latest LLMs are really good! The post also contains some other tips on graph schema design: I think we're in an age now where we need to design graph schema for both LLMs and humans. If you're working on Text2Cypher in any way, hope some of these ideas and experiments are useful! https://ift.tt/jJkObVm July 18, 2025 at 07:22PM
Friday, July 18, 2025
Show HN: Claude‑CMD – A CLI for managing Claude Code commands and workflows https://ift.tt/j98uFwp
Show HN: Claude‑CMD – A CLI for managing Claude Code commands and workflows I built Claude‑CMD, an open-source command-line interface for working with Claude Code commands, configurations, and AI-driven workflows. It’s designed to help developers and PMs streamline how they interact with Claude Code in coding tasks, automation, and prompt management. Website: claudecmd.com Happy to answer questions or hear suggestions. You can also contribute your own commands to help improve the project. Contributions welcome! https://ift.tt/euyzRhV July 17, 2025 at 11:25PM
Show HN: I built a 2B-page search engine, independent of Google/Bing https://ift.tt/vY5gZGM
Show HN: I built a 2B-page search engine, independent of Google/Bing Hi HN, For the last 18 months, I've been working solo on building a completely independent search engine from scratch. Today, I'm opening it up for beta testing and would love to get your feedback. The project powers two public sites from the same 2-billion-page index: Searcha.Page: A session-aware search engine that uses a persistent browser key (not a cookie) for better context. Seek.Ninja: A 100% stateless, privacy-first version with no identifiers at all. The entire stack is self-hosted on a single ~$4k bare-metal EPYC server in my laundry room (no cloud, no VC funding). The search pipeline is a hybrid model, using a traditional lexical index for the heavy lifting and lightweight LLMs for specific tasks like query expansion and re-ranking. It's an experiment in capital efficiency and digital sovereignty—proving you don't need Big Tech APIs to compete. I’m looking for feedback on search result relevance, speed, and the clarity of the privacy models. Please try it out and let me know what you think. Links: https://searcha.page https://seek.ninja Thanks, Ryan July 17, 2025 at 10:15PM
Show HN: Detailed explanation and guide to understanding gene editing treatments https://ift.tt/v7RKDC2
Show HN: Detailed explanation and guide to understanding gene editing treatments Teaching myself about gene editing and translating the science into the clinic. Hopefully useful to others. Please let me know what you think https://ift.tt/rvHu3KE July 17, 2025 at 10:47PM
Thursday, July 17, 2025
Show HN: Visualize Wikipedia link graph, opensourced https://ift.tt/xUsiXC3
Show HN: Visualize Wikipedia link graph, opensourced = WikiLoop Galaxy = An interactive network visualization tool that maps Wikipedia articles and their interconnections using the Wikipedia API. Built with D3.js for dynamic graph rendering and real-time exploration. ''' Web App''': https://ift.tt/QHdNJfX
''' Source Code''': https://ift.tt/8dYcgyu
''' Wikipedia Page''': [[WP:WikiLoop Galaxy]] == Demo == [[File:WikiLoop Galaxy Demo-v0.0.2.gif|thumb]] [Full WikiLoop Galaxy Demo on Loom]( https://ift.tt/xVcA9Gy?... ) == Release notes == See [[Wikipedia:WikiLoop_Galaxy/Release/v0.0.2]] == Features == === Core Functionality === * '''Bidirectional Link Traversal''': Explores both outbound links (FROM articles) and inbound links (TO articles) * '''Real-time Graph Building''': Starts with a root article and progressively builds the network * '''Interactive Expansion''': Click any node to expand it with 10 more connected articles * '''Link Validation''': Checks page existence to handle broken Wikipedia links === Visual Design === * '''Obsidian-style Dark Theme''': Clean, modern interface optimized for graph exploration * '''Color-coded Nodes''': * '''Green''': Root article (starting point) * '''Blue/Teal''': Valid Wikipedia articles (1st/2nd degree) * '''Red''': Missing/non-existent pages (red links) * '''Yellow Border''': Expandable nodes with pulsing animation * '''Force-directed Layout''': Natural node positioning with physics simulation * '''Zoom & Pan''': Navigate large graphs with mouse controls === Interaction === * '''Click''': Expand node to reveal 10 more inbound + 10 outbound links * '''Ctrl/Cmd + Click''': Open Wikipedia article in new tab * '''Drag''': Move nodes around the canvas * '''Scroll''': Zoom in/out of the graph ... https://ift.tt/yizU6GA July 17, 2025 at 06:10AM
''' Source Code''': https://ift.tt/8dYcgyu
''' Wikipedia Page''': [[WP:WikiLoop Galaxy]] == Demo == [[File:WikiLoop Galaxy Demo-v0.0.2.gif|thumb]] [Full WikiLoop Galaxy Demo on Loom]( https://ift.tt/xVcA9Gy?... ) == Release notes == See [[Wikipedia:WikiLoop_Galaxy/Release/v0.0.2]] == Features == === Core Functionality === * '''Bidirectional Link Traversal''': Explores both outbound links (FROM articles) and inbound links (TO articles) * '''Real-time Graph Building''': Starts with a root article and progressively builds the network * '''Interactive Expansion''': Click any node to expand it with 10 more connected articles * '''Link Validation''': Checks page existence to handle broken Wikipedia links === Visual Design === * '''Obsidian-style Dark Theme''': Clean, modern interface optimized for graph exploration * '''Color-coded Nodes''': * '''Green''': Root article (starting point) * '''Blue/Teal''': Valid Wikipedia articles (1st/2nd degree) * '''Red''': Missing/non-existent pages (red links) * '''Yellow Border''': Expandable nodes with pulsing animation * '''Force-directed Layout''': Natural node positioning with physics simulation * '''Zoom & Pan''': Navigate large graphs with mouse controls === Interaction === * '''Click''': Expand node to reveal 10 more inbound + 10 outbound links * '''Ctrl/Cmd + Click''': Open Wikipedia article in new tab * '''Drag''': Move nodes around the canvas * '''Scroll''': Zoom in/out of the graph ... https://ift.tt/yizU6GA July 17, 2025 at 06:10AM
Subscribe to:
Posts (Atom)
Show HN: Happy Coder – End-to-End Encrypted Mobile Client for Claude Code https://ift.tt/vt1BkI0
Show HN: Happy Coder – End-to-End Encrypted Mobile Client for Claude Code Hey all! Few weeks ago we realized AI models are now so good you d...
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Breaking #FoxNews Alert : Number of dead rises after devastating tornadoes, Kentucky governor announces — R Karthickeyan (@RKarthickeyan1)...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...