7,296 results for Tool · 2.570s

News for “Tool”
15 results • 2563 ms server time
Moozonian News
apps.shopify.com• Jun 3, 2026• 1 min read
Show HN: I built a Lovable-style editor for Shopify themesHi HN,I built Droppable after seeing how difficult Shopify theme changes still are for many merchants.Instead of digging through theme settings, editing Liquid files, or risking changes on a live store, merchants can:- Create a session from a Shopify theme- Open a private preview environment- Click an element- Describe the change in plain English- Review the result- Publish when readyOne thing I felt strongly about was not letting AI make changes directly to a live storefront. Every edit happens in an isolated workspace first, with support for version history and rollbacks.Would love feedback from anyone building AI tools, visual editors, or working with Shopify.
Moozonian News
bing.com• Jun 3, 2026• 1 min read
Microsoft Unveils AI-Powered Windows Features for DevelopersMicrosoft’s Build 2026 Windows updates add developer setup tools, local AI models, Linux workflows, and agent security controls. Windows is getting a major developer-focused upgrade as Microsoft ...
Moozonian News
scholar-sidekick.com• Jun 2, 2026• 1 min read
Show HN: Scholar Sidekick – citation verifier for the "real DOI, wrong paper"One of the harder AI citation failures is quite simple: the identifier is real, but the citation is still fake. The DOI resolves, but to a different paper - not the paper the citation claims it is.Topaz et al. reported their findings on citation hallucination in May in The Lancet. They scanned 2.5 million PubMed Central articles and estimated that 1 in 277 contained a fabricated citation. Some of their examples were this exact pattern: real identifier, fabricated title.I originally built Scholar Sidekick as a formatter for my own use as a clinician-educator preparing talks, articles, etc. After reading the Topaz paper, I added a verifier to catch the most common pattern they found: a real identifier attached to the wrong paper.My tool resolves the identifier, and then compares the title in your reference with the returned metadata (i.e. does this DOI, PMID, or arXiv ID actually point to the right paper?). It does not attempt to judge whether the cited paper actually supports the claim
Moozonian News
news.ycombinator.com• Jun 2, 2026• 1 min read
Show HN: Odeva Booking – A unified PMS for holiday parks and campgroundsHey HN,I'm a solo developer based in Zeeland, The Netherlands. I've been building Odeva, a property management system for holiday parks, vacation rentals, and campgrounds. It's a headless-first tool that's built specifically for the small-to-mid independent operators that legacy PMS vendors ignore. Still deciding on open-sourcing the project.The problem: Most park management software was built 10+ years ago, designed for enterprise procurement, not for the receptionist or park manager who might not need all the bells and whistles. A 50-unit holiday park ends up paying €15K-70K/year across their PMS, channel manager, payment processing, owner portal, guest app, accounting integrations, and the manual labor of making it all work together. Small parks just eat the cost or cobble together spreadsheets. The result is that no PMS wants to help the little guys, and you end up with a package that is too expensive for them.What I've built so far (alpha since May 2026, in production with early u
Advertisement
Moozonian News
github.com• Jun 2, 2026• 1 min read
Show HN: Terse, TypeScript First Workflow BuilderHi!After months of building, we are now opening up Terse for beta/early access and made our repo public.Terse is an Open Source (SU License) typescript first Zapier/n8n alternative built to work with Claude Code from the ground up.We found that UI Workflow builders aren’t great for complex tasks and that developers (and now Sales Engineers!) much prefer staying in IDE’s + Claude Code + terminal. In addition, AI struggles at building complex GUI based workflows since it isn’t native code.After integrating your tools, Terse will trigger a codegen and give you a strongly types SDK of you workspace. Every Slack Channel, Github Repo etc.. will have a corresponding type. Invalid jobs simply won’t compile.In our beta, you can:- Integrate tools and created a typed SDK of your Org. - Create jobs directly in your Cli/IDE with our Typescript SDK. - Trigger jobs with our in-house integration: Slack, Github, Linear etc… or our typed Webhook trigger - Deploy jobs serverlessly (we use Modal to host a
Moozonian News
primerpickr.com• Jun 2, 2026• 1 min read
Show HN: I aggregated every rt-PCR primer published into a single databaseJust had our tool published in nature comms: https://www.nature.com/articles/s41467-026-73648-2If anyone else has dealt with the pain of trying to make tons of PCR primers and have half of them fail, maybe you'll appreciate this!We were inspired when one of my grad students bought a GAPDH primer that failed and I was like "Why the heck are we constantly remaking primers for such common genes"
Moozonian News
brepjs.dev• Jun 2, 2026• 1 min read
Show HN: brepjs is an open source programmatic CAD library thats runs on webCheck out the playground: https://www.brepjs.dev/playground Github: https://github.com/andymai/brepjsThis project evolved out of another open source project of mine (https://gridfinitylayouttool.com/designer) where I wanted to offer a great (and free) tool to generate models for 3D printing.Its strengths are in parametric parts and architecture. Think OpenSCAD, but in familiar Typescript rather than a custom DSL. It's also based on b-rep topology so shapes are exact mathematical boundaries, measurements are precise, and STEP export is fully supported.
Moozonian News
clipto.com• Jun 2, 2026• 1 min read
Show HN: Clipto-fully local, natural language search over terabytes of mediaHey HN,We recently built Clipto. It’s a tool that lets you search over terabytes of video, audio, and images on your computer, without relying on the cloud.Motivation: we probably all had this similar experience, we know a moment exists in a video or audio, but finding it takes hours scrubbing the timeline. You can send all the media to process in the cloud, but it’s slow, expensive and raises privacy concerns. So we decided to build our own on-device media search engine.How it works (high level):1. We ingest video, audio, image; normalize formats via ffmpeg; run content analysis to downsample the frames for deeper understanding.2. A local ASR pipeline (optimized Whisper) transcribes speech into text and speakers are identified; faces are detected and if known, person id created; a vision model (optimized Qwen3.5) runs on the downsampled frames to detect scenes, actions, objects, OCR and visual descriptions.3. A graph data structure ties everything together into a searchable memory.4.
Moozonian News
github.com• Jun 2, 2026• 1 min read
Show HN: Circus Chief – Claude Code, Codex, and Gemini from Your PhoneHi HN,Circus Chief is a tool for managing coding agent sessions from a browser. It's specifically optimized for small screens. It supports Claude Code, OpenAI Codex, and Google Gemini CLI agents.FeaturesAgents can operate Circus Chief itself. Agents can spawn sessions, schedule sessions, interact with the Kanban board — anything you can do in the UI, an agent can also do.Schedule work ahead of time.Automatically reschedule when you hit usage limits.Configurable, chainable prompt templates.User-defined commands - agents can run them and see the results, and so can you in the UI. Handy for local CI or routine workflow steps.Worktree-per-session isolation, or elect to work on a specific branch.Shared canvas - this is a place for shared artifacts that don't belong in the code. Useful for iterating on planning documents.Bring your own provider. Use subscription auth for Anthropic, OpenAI, or Google, or point sessions at third-party providers with Anthropic- or OpenAI-compatible endpoints.If
Advertisement
Moozonian News
parley.cloudflavor.io• Jun 2, 2026• 1 min read
Show HN: Parley – code review TUI for AI codeWrote my own tool that helps me review AI Slop. Akin to Github/GitLab reviews but local and in a TUI instead. You get full review history, branch, worktree, commit switching and supports AI agents in codex, claude, opencode and pi. You can also customize the prompts that get sent to these agent harnesses when calling the agent from the TUI.It has an MCP as well, so you can just tell your AI agent to address the comments in review "new-review" for example, instead of running the AI agent inside of the TUI.I've been daily driving this for a while now, while i still need to fix a couple of things, but otherwise it's my favorite tool.
Moozonian News
news.ycombinator.com• Jun 1, 2026• 1 min read
Ask HN: Why my post get [flagged]?Why my post is flagged?I will consider it as sabotaging since someone definitely competitive enough to block my ShowHN post. That's why moderators are needed and tooling for moderators.https://news.ycombinator.com/item?id=48357884
Moozonian News
dashvox.ai• Jun 1, 2026• 1 min read
Show HN: Voice control coding agents on your machine via smartwatch / CarPlayTLDR: got tired of my desk, so now I touch grass while coding from my watch.Ever since the 2021 GH Copilot beta saved me from dual carpal tunnel, I figured AI's main benefit in coding would be cutting typing while keeping productivity. That's turned out true; no one writes their own code lately. Why wouldn’t you have AI do the first draft? Why not your updates too? I expected phone coding to rise next, but tiny keyboards wreck your hands even faster. To put this into practice, I started leaving my Windows desktop on 24/7 and SSHing in from my phone, yet the problem just transformed: now I had finger pain typing long prompts to Claude Code.I also commute 2 hours a day between SF and PayPal HQ, where I work as an AI Specialist / Sr SWE overseeing our AI coding-agent tooling. During that commute I couldn't touch my machine's work at all. So the app was initially just voice-activated coding for CarPlay, so I could dispatch and talk to agents entirely by voice while driving, like TTS textin