296 results for Search Page · 2.586s

News for “Search Page”
14 results • 2579 ms server time
Moozonian News
news.ycombinator.com• 6d ago• 1 min read
Show HN: Hands-Rust MCP/CLI that sees the Windows desktop and clicks real ChromeI built Hands because I wanted a coding agent to use this Windows PC and a real Chrome profile the way I do: look at the screen, move the real mouse, type, click , without turning Chrome into an automation browser.It is a Rust MCP/CLI. A harness (Grok, Codex, Claude Code, OpenCode, etc.) calls tools like observe, click, type, scroll. Observe is a screenshot path plus a small element list (UIA + optional Chrome DOM ids). Click is OS SendInput on a Bézier path, not a Chrome DevTools click.There is no Playwright, no Puppeteer, no remote debugging port. Daily Chrome is launched with no extra flags, or attached if it’s already open. Sites that key on CDP/automation flags mostly don’t see that. They can still see injected input (LLMHF_INJECTED).A tiny unpacked Chrome extension can fuse page structure (chr: ids, listing cards) so the model isn’t guessing from pixels. Sideload is manual. Fusion dies if the service worker goes inactive; reload the card.What it is good for: personal research on
Moozonian News
apps.apple.com• Aug 21, 2026• 1 min read
Show HN: Gramola, a CoverFlow-style music dock for macOSI'm a 23yo solo dev from Spain with a passion for UI/UX and I built Gramola, a music dock for macOS that is there when you need it. No more opening a music app to change what you're listening to; just move your mouse to the edge of the screen, and all your music is there in a gorgeous CoverFlow style, or ready to be instantly searched.Fully usable with a mouse, but also fully usable with keyboard, accessibility built in, and both Spotify and Apple Music support as well as local tracks via the Music app.Free to try for 7 days! I would love to know what you think :)Please feel free to ask any questions, technical or not! I would love to explain.Demo videos and other images on the App Store page and my website (https://gramola.fulltimefeline.com)
Advertisement
Advertisement
Moozonian News
docstash.ai• Aug 18, 2026• 1 min read
Show HN: I gave every AI agent a way to create and publish artifactsDocStash. The home for what your AI makes. Built this entirely solo.You can stash HTML, Markdown, PDF, Word, XLSX and Static apps built on React, Vue etc directly from your agent. You get a single stable URL, and all your artifacts live as webpages.Unlike Netlify and other drag and drop hosts, your artifacts are private by default, and you can publish them with one click. (And search indexing is off by default too)Basically like Google Drive and Vercel made sweet love to each other and had a baby.It's completely agent agnostic, which means you can easily iterate on any document, no matter what agent originally generated it. Simply copy paste the URL of the document, paste it into any agent, ask it to make changes, and they land at the same url.If you're wondering how this is any different than Claude/OpenAI Artifacts, here you go! https://docstash.ai/#compareCheck it out and lmk what you guys think!Get Stashing y'all!
Moozonian News
europeroboticsmap.com• Aug 18, 2026• 1 min read
Show HN: Europe Robotics Map – An open source map of robotics companiesHey HN! I'm exploring a move into robotics and spent some time researching all the robotics companies/startups around Europe. So far I've managed to find 114 companies. I'm still adding more as I discover them.Understandably, there are fewer remote-friendly robotics companies, so placing all the offices on a map felt appropriate. You can also filter by country, industry, and team size for easier navigation.The repo is fully open source. All the companies live in a single JSON file, you can also include additional metadata about a company (capital raised, founding year, career page, etc.)If you know a robotics company with offices around Europe that's not on the map, would really appreciate your contribution!Github: https://github.com/Geek-1001/europe-robotics-map
Moozonian News
citehustle.com• Aug 17, 2026• 1 min read
Show HN: Cite Hustle – SEO agent that does your content marketingI built Cite Hustle because I wanted to automate some of the repetitive parts of running SEO for my own sites.It connects to a CMS and can research topics, draft posts, add internal links, schedule them, and refresh older pages. I am using it for my other apps currently.Would love to get feedback on how to improve this further.