29,028 results for its · 2.756s

News for “its”
16 results • 2749 ms server time
Moozonian News
bing.com• Aug 4, 2026• 1 min read
UK's Hiscox lifts annual retail growth forecastBritish insurer Hiscox ​raised its ‌annual retail business growth ​forecast ​to 9% on ⁠Wednesday after ​reporting a ​10.1% jump in first-half insurance ​contract ​written premiums as its ‌expanded ...
Advertisement
Moozonian News
mcp.mint.gg• Aug 4, 2026• 1 min read
Show HN: Mint MCP – Generate 3D assets from coding agentsHi HN,I and my co founder built Mint MCP, a remote server that lets Codex, Claude Code, and Cursor create 3D models, worlds, materials, images, and audio.The server handles long-running jobs, preview revisions, partial failures, and file delivery. When generation finishes, Mint gives the agent stable links to the files and tells it what each file is for, so it can add them to the project.You can try it at mcp.mint.gg. It requires a Mint subscription but msg me and i can set you up with some free credits!I’d like feedback from anyone using coding agents for 3D or asset-heavy projects. We have a massive repo of open source templates for you to use/play around with on play.mint.gg
Moozonian News
collab.word-in-web.com• Aug 4, 2026• 1 min read
Show HN: Collab Word in Web - A collaborative DOCX Editor with MS Word ParityTLDR: Collab WIW is a DOCX editor with MS Word parity that supports real-time collaborative editing. The collab layer is end to end encrypted and uses ephemeral rooms with stable share URLs. Ever collab room lives in only memory. Collaborator saved copies can bring the room back online at the same URL and reconcile offline edits.The MS Word parity DOCX editor: I made a previous HN post about the editor itself. It is a pure JS DOCX editor that renders and edits the original document directly in the DOM instead of converting it into some other format.I benchmarked it pretty heavily against thousands of pages to push for pixel and feature parity, including equations, tables, 3D objects, headers, footnotes, etc... I am not going to get too deep into that because I already posted a ShowHN earlier. The parity report has all of the fixtures I tested and the actual results.Edit: Link to previous HN https://news.ycombinator.com/item?id=48995304The server: The collab BE was actually inspired by
Moozonian News
news.ycombinator.com• Aug 4, 2026• 1 min read
Am I spreading a mind virus when I help others use Claude?I’ve been thinking about this for a while inspired partly by the point of Sapiens how wheat domesticated humans, and also that show Pluribus, but the other day I helped my elderly father in law learn to use it and got me wondering… am I now just doing its bidding? It started to feel like I was when I / it started ingesting international datasets for a compliance tracking app I’m building but then something about teaching someone to is it just go me thinking…
Moozonian News
bing.com• Aug 4, 2026• 1 min read
GM Renews China Joint Venture With SAIC in 20-Year AgreementGeneral Motors Co. is renewing its longtime joint venture with China’s SAIC Motor Corp. for 20 years, proof the US automaker sees enough progress to stay in the world’s largest auto market after years ...
Moozonian News
bing.com• Aug 4, 2026• 1 min read
Lee Vining, CaliforniaAdvertising disclosure: When you use the features on our site to connect with a real estate professional, U.S. News or its third party partners may earn a fee, but that in no way affects our editorial ...
Advertisement
Moozonian News
bing.com• Aug 4, 2026• 1 min read
Jemison, AlabamaAdvertising disclosure: When you use the features on our site to connect with a real estate professional, U.S. News or its third party partners may earn a fee, but that in no way affects our editorial ...
Moozonian News
github.com• Aug 4, 2026• 1 min read
Show HN: Clai – AI for the command line (stdin → LLM → stdout)Since ChatGPT launched I've been trying to integrate LLMs into my workflows; emails, commits PRSs, or even long chat threads. My instinct was to code a small automation platform, but I found myself limited once again by its own constraints. Went back to zero, twice, and went back to the tools I've been using for years: UNIX pipelines. I started using llm and later mods (now deprecated) and they're great tools, but I wanted something leaner and that would compose better with other tools.Clai does one thing: takes stdin, sends it to a model of your choice and prints the result. No REPL, no state. When it's done it just exits. git diff | clai commit cat article.txt | clai summarize | glow pbpaste | clai tldr curl -s example.com/article.html | clai -e "Extract the three main concepts" It ships with a set of named prompts but you can override, add or extend as needed, they're just files with frontmatter. There's also strategies (chain-of-draft, chain-of-thought, tree-of-thought, and self-re
Moozonian News
github.com• Aug 4, 2026• 1 min read
Show HN: Capshelf – Share agent skills across repos with per-project lockfilesI was constantly working on multiple projects in parallel, which made me keep the same Claude Code skills in several repos, and they slowly drifted apart. A security-review skill I kept improving in one project did not change everywhere else, and after a while I couldn't tell which copy was current.I tried symlinking into a shared directory, and it fixed the duplication but created a worse problem: editing a skill for one repo silently changed the agent's behavior in another repo.So I built capshelf - a CLI that keeps your skills, settings, and MCP servers in one shared git repo, with each project pinned to its own copy. It currently supports Claude Code, Codex and Pi and allows you to pin skills, Pi extensions, settings values, and MCP server entries.The main idea was to vendor skills into a project in a controlled way by pinning them using a content hash. Capshelf has a manifest that lists installed items and a lockfile that saves hashes and source commits of all installed items.To s
Moozonian News
github.com• Aug 4, 2026• 1 min read
Show HN: Hypeman – OSS multi-hypervisor VM runtime for OCI images@rgarcia and @sjmiller609 have been working on a multi-hypervisor VM runtime to support our work as serverless cloud browser infra. It now runs in our prod services managing >1 million instances per month.We wrote about our motivations to build it and its architecture here https://www.kernel.sh/blog/hypemanWe'd love any feedback, GH issues, or PRs if you think this work is interesting.