This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Friday, May 30, 2025
Show HN: Asdf Overlay – High performance in-game overlay library for Windows https://ift.tt/CenxKLu
Show HN: Asdf Overlay – High performance in-game overlay library for Windows I am making a open source overlay library. Game overlay is for rendering contents on top of game screen. Representative examples are Discord and Steam in-game overlay. They are complicated because it has to hook rendering part of a game. Asdf overlay provides easy to use interfaces for rendering on top of game screen. I recognize game performance degradation due to overlay rendering, so GPU shared texture was used to avoid CPU framebuffer copy. Asdf Overlay is capable of rendering full screen overlay without noticeable performance loss. https://ift.tt/S4KFaxN May 30, 2025 at 11:57PM
Thursday, May 29, 2025
Show HN: Clean Simple DNS Lookups https://ift.tt/j9R4Tws
Show HN: Clean Simple DNS Lookups Hey HN, Last weekend I vibe-coded a cool website that lets you do easy DNS record lookups. I know you can just use dig or nslookup, but oftentimes I'm too lazy to remember the syntax, and there are less technical users who need to manage DNS entries but aren't comfortable with the command line. We debug customer DNS issues often at ImprovMX, and we typically link to tools like mxtoolbox.com to point out DNS record issues. But those tools seem quite bloated and from the 2000s. I wanted something super clean & simple, and there were a few features I thought were ergonomically needed but lacking: - no confusing dropdowns or syntax for DNS lookup, just put in your domain or subdomain - click-to-copy for all values - header-links so we can provide URLs that will direct another user to an exact domain and which record we want to reference This was SUPER FUN to vibe code! The frontend was pretty much one-shotted with lovable. It's amazing how good AI is when working on a clean slate with all the latest popular frameworks (react, tailwind, shadcn, etc.). And I spent the next few hours making small tweaks with cursor. The backend is a dead simple python flask server. Both are hosted on render.com <3 I love how simple and value-oriented render.com is. It's always the provider that gives me the least headache when I want to just launch and forget something. Give it a try and let me know what you think! https://inspector.improvmx.com May 30, 2025 at 12:21AM
Show HN: Website Does Not Exist https://ift.tt/QDqTbcM
Show HN: Website Does Not Exist https://ift.tt/3ADGTjB May 29, 2025 at 11:22PM
Show HN: JsonPP, a Functional JSON Superset https://ift.tt/gPsjSrk
Show HN: JsonPP, a Functional JSON Superset Json plus plus or Json pre-processor, whichever you prefer. A turing complete, unit tested joke of a language with just the slightest glint of usefulness. https://ift.tt/dIzKrPO May 29, 2025 at 11:40PM
Wednesday, May 28, 2025
Show HN: FizzBuzzAI – The Most Inefficient FizzBuzz Solution Ever Made https://ift.tt/GkecoZx
Show HN: FizzBuzzAI – The Most Inefficient FizzBuzz Solution Ever Made https://ift.tt/d5NcjUg May 29, 2025 at 04:49AM
Show HN: I built an AI tool that generates click-worthy YouTube thumbnails https://ift.tt/vMCtzDH
Show HN: I built an AI tool that generates click-worthy YouTube thumbnails Hey HN! Software engineer here. As an amateur youtuber, I've been struggling with thumbnails, especially since I don't have any design or editing skills. Decided to give it a try and make my own automatic thumbnail generator. Me being an ADHD person, made sure that there's no parameter tuning and shape choosing and fuss like that, just simply give prompt and generate thumbnail. Increased my CTR from 1.2% to 2.3% (faceless fantasy books niche on youtube) Thumbnail X (completely free for now) - https://thumbnailx.com/ Just wanna add that this is by no means a perfect thumbnail maker for huge YouTube moguls with millions of subscribers but I'm sure it's gonna be extremely helpful for beginner youtubers and medium size channels struggling with thumbnails. Tools used: 1. Cursor for development (shoutout to claude oppus 4.0) 2. Few image generators (primarily ideogram, but leonardo ai, deep ai and gpt 4o as fallbacks) 3. Few llms (chatgpt, claude, gemini for validating images and prompt enhancement) 4. AWS and Redis for storage & caching 5. Digital ocean for hosting and db 6. Python https://thumbnailx.com/ May 29, 2025 at 02:51AM
Show HN: European Accessibility Act – Simple CLI Checker https://ift.tt/dfwTWRE
Show HN: European Accessibility Act – Simple CLI Checker https://ift.tt/xLu2AhG May 29, 2025 at 12:35AM
Show HN: Octogen: e-commerce capabilities for agents https://ift.tt/LRw48a5
Show HN: Octogen: e-commerce capabilities for agents Hi HN, We just released a public beta of e-commerce capabilities for AI agents — aimed at developers building shopping agents or personal assistants. It’s early and buggy, but we’d love your feedback. Try a live demo here: https://ift.tt/A65DnU8 --- ## Why we built this We believe the biggest *technical* bottleneck in building consumer e-commerce agents is fragmented product data and inconsistent schemas across online stores. So we created a high-fidelity yet unified interface for *e-commerce catalog + checkout*, regardless of the underlying platform. --- ## What it does We currently offer two core capabilities: ### 1. Unified product catalog (for LLM-style search) - Octogen automatically wrangles any ecommerce site into a common schema — a superset of `schema.org/Product`. - It works across platforms and is available today for hundreds of sites. - You can request new stores — ~95% are processed fully autonomously. - Useful for agents doing RAG-based product search with rich attribute awareness. ### 2. Agentic checkout (closed beta) - Works on *any ecommerce site* using virtual cards (Visa only for now). - Enables agents to complete checkout flows much faster than browser-based "computer agents." - We're working on support for additional vaults/wallets/payment APIs. --- If you’re working on agentic commerce, autonomous checkout, or personal AI shoppers — we’d love your feedback and ideas. More at: https://octogen.ai https://octogen.ai May 29, 2025 at 12:25AM
Tuesday, May 27, 2025
Show HN: Free mammogram analysis tool combining deep learning and vision LLM https://ift.tt/ZQMDXmW
Show HN: Free mammogram analysis tool combining deep learning and vision LLM I've built Neuralrad Mammo AI, a free research tool that combines deep learning object detection with vision language models to analyze mammograms. The goal is to provide researchers and medical professionals with a secondary analysis tool for investigation purposes. Important Disclaimers: - NOT FDA 510(k) cleared - this is purely for research investigation - Not for clinical diagnosis - results should only be used as a secondary opinion - Completely free - no registration, no payment, no data retention What it does: 1. Upload a mammogram image (JPEG/PNG) 2. AI identifies potential masses and calcifications 3. Vision LLM provides radiologist-style analysis 4. Interactive viewer with zoom/pan capabilities You can try it with any mass / calcification mammo images, e.g. by searching Google: mammogram images mass Key Features: - Detects and classifies masses (benign/malignant) - Identifies calcifications (benign/malignant) - Provides confidence scores and size assessments - Generates detailed analysis using vision LLM - No data storage - images processed and discarded Use Cases: - Medical research and education - Second opinion for researchers - Algorithm comparison studies - Teaching tool for radiology training - Academic research validation The system is designed specifically for research investigation purposes and to complement (never replace) professional medical judgment. I'm hoping this can be useful for the medical AI research community and welcome feedback on the approach. Address: https://ift.tt/XPsud8m https://ift.tt/XPsud8m May 27, 2025 at 08:43PM
Monday, May 26, 2025
Show HN: JSON Commenter, add comments with valid JSON syntax https://ift.tt/Gx9fZ78
Show HN: JSON Commenter, add comments with valid JSON syntax JSON Commenter is a vscode extension that lets you create inline comments in a JSON file while keeping valid syntax. You create a block with a command that places the comment anywhere legal in the JSON. The text is edited inline and supports word wrap, padding, margins, etc. The comment is in a somewhat good-looking box with minimal extra characters. Zero-width unicode chars give keys that only show two quotes. This is a sample comment block... " ":"----------------------", " ":" This is a comment. ", " ":"----------------------", https://ift.tt/plmXN4R May 27, 2025 at 04:03AM
Show HN: Remove AI Job Spam from Indeed and LinkedIn https://ift.tt/Jrzcgot
Show HN: Remove AI Job Spam from Indeed and LinkedIn https://ift.tt/hMAp42O May 27, 2025 at 02:09AM
Show HN: CodeNow – CoderPad over WebRTC and WASM https://ift.tt/xJVTioq
Show HN: CodeNow – CoderPad over WebRTC and WASM I was doing a lot of Leetcode this winter, and got the idea of building something like it that used wasm in the browser rather than having to manage the complexity of executing remote code securely on a server. Once I figured that out, I thought it would be neat to make it collaborative, like Coderpad — that part was a bit tougher, but it mostly works now, using WebRTC. I'm not sure whether other people will think this is cool, but I had fun building it and learning more about wasm + WebRTC. https://ift.tt/wGRrpzv May 27, 2025 at 02:08AM
Show HN: XOff an open source Chrome extension to change X links to Xcancel https://ift.tt/VzT8ifX
Show HN: XOff an open source Chrome extension to change X links to Xcancel Basic, but works afaics. https://ift.tt/QzyDlVo May 27, 2025 at 12:12AM
Sunday, May 25, 2025
Show HN : A noise free Hackers News newsletters + catch up page https://ift.tt/xiH5bnt
Show HN : A noise free Hackers News newsletters + catch up page Hey HN, I built HN500 because I wanted a no-fuss way to stay updated on major HN stories — especially after taking time off. It’s a newsletter and a catch-up tool with a few handy features: Set your own point threshold (250/500/750/1000) to get only the most upvoted posts. - Choose daily or weekly email updates. - Each email includes 3 random stories to help surface underrated gems. - The catch-up page lets you filter by points, time range, sort order, and more — great if you’ve been away for a while. It’s free, lightweight, and designed to stay out of your way. Feedback is welcome! https://ift.tt/xX9iI5U May 26, 2025 at 01:47AM
Show HN: Tincture – A Color-Matching Puzzle Game I Vibe-Coded with AI in 4 Hours https://ift.tt/xKL73Cs
Show HN: Tincture – A Color-Matching Puzzle Game I Vibe-Coded with AI in 4 Hours Hi, Eight years ago, I had an idea for a color-matching puzzle game. I taught myself Swift and Xcode, spent months building an MVP… and then abandoned it. Last week, I decided to revisit the concept to see how far AI coding tools have come. So I played around with an assistant, and vibe-coded a playable version in about 4 hours. It’s called Tincture. It’s a calm, minimalist puzzle game. There are no timers, or ads, just a grid of colors and some simple rules that prioritize efficiency and pattern retention. What began as a random thought, turned into something that’s actually pretty satisfying to play. Turns out you can use math (modular arithmetic) to optimize the solution of the basic mechanics, so I added some complexity in later levels. I followed what felt fun and used a free AI-powered IDE to reach an MVP that would've taken me MUCH longer to dust off my Swift version or start from scratch learning JavaScript. I’d love your thoughts: • Is the core mechanic intuitive? • Did it hit a “this is kinda fun” moment? • Is it worth polishing further, or should it stay a weird little side project? Thanks for taking a look! https://ift.tt/ghvTR7U May 26, 2025 at 02:26AM
Show HN: ToDoRoulette https://ift.tt/wWObf78
Show HN: ToDoRoulette This is a super simple tool to help stop procrastinating by randomly choosing a task to work on. This was built with almost no effort using vibe coding. https://ift.tt/omB3zIF May 26, 2025 at 01:52AM
Show HN: Generate SVGs with AI https://ift.tt/dZYmzwc
Show HN: Generate SVGs with AI https://vectorart.ai May 26, 2025 at 12:47AM
Saturday, May 24, 2025
Show HN: I built a chill place online to work on your ideas https://ift.tt/qbYIoNH
Show HN: I built a chill place online to work on your ideas I used to watch hundreds of hours of lofi beats on youtube while I was coding, but I got really sick of all the ads. I decided to build a better alternative - It's a configurable space for you to hang out online while you work, with a ton of relaxing music and backgrounds. Its got useful tools built in like a timer to keep track of how long you've been locked in, and a notepad for todos or scribbling down ideas while you work. Honestly this is the first tool I've built that I personally use every day, so I'm hoping some of you out there can get some use out of it too! https://lofizone.com May 25, 2025 at 04:08AM
Show HN: 1min Workouts for People Who Sit All Day https://ift.tt/G9lSxeZ
Show HN: 1min Workouts for People Who Sit All Day I am a software developer and in the last few months after recently becoming a father I was barely finding time for a proper workout. Recently I was reading about new research on Snack Exercises and how beneficial mini workouts of less than 2mins every so often, during the day are to our body. So, I decided to build an iOS App for me and others to help with this. The app generates a list of exercises that I need to tick to complete daily or loose my streak. The algorithm takes into account muscle groups and balancing the exercises to hit most main muscles. I also stayed going through all exercises and adding a couple of alternative exercises in case I don't feel like the recommended exercise. Since I'm not a trainer I commissioned professional exercise posture video guides and animations by an exercise expert which I attached to each exercise. I uploaded the app on the app store for free and no ads. If this is something that interests you, I want to hear how you balance a long day on your desk vs exercise. https://shortreps.com May 25, 2025 at 02:11AM
Show HN: Can AI Help Designers Ideate Better? We Spent 5 Wks Finding Out https://ift.tt/HG3mfSJ
Show HN: Can AI Help Designers Ideate Better? We Spent 5 Wks Finding Out We set out to answer a simple but deep question: Can AI actually practically help product designers improve during the discovery and ideation phase of the design process? So we spent 5 weeks running an experiment. We mapped every tool we use for discovery: Mobbin, Dribbble, Pinterest, Twitter, Behance We broke down typical design thinking and brainstorming workflows We reviewed every prototyping or idea-capturing tool we’ve used Then we tried building lightweight AI workflows with various LLM tools and frameworks Result: Yes. Used well, AI can significantly improve design thinking — especially for junior/mid-level designers — by offering faster idea generation, design critiques, and creative merges. Out of that research, we built Moonchild: A discovery-stage design ideation tool that: Generates thoughtful UI concepts from minimal prompts Allows asking design questions and getting structured critique Merges styles, flows, and interaction patterns from multiple directions Outputs great Figma-ready screens and UX flows, fast Try it (private beta): https://moonchild.ai Use code 'hackernews' for early access. Would love feedback — especially from product designers, PMs, and UX folks doing early-stage work. May 25, 2025 at 12:36AM
Subscribe to:
Posts (Atom)
Show HN: Micromort Risk Visualizer https://ift.tt/vcJmMNA
Show HN: Micromort Risk Visualizer https://boxed.github.io/micromort/ May 14, 2026 at 12:09AM
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...