33,066 results for act · 2.443s

News for “act”
17 results • 2435 ms server time
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
news.ycombinator.com• Aug 4, 2026• 1 min read
Tell HN: Seedance 2.5 API PricingJust got confirmation with my account manager as well as info on byteplus that the price of seedance 2.5 is 50% more than seedance 2.For a 30 second video it'll be around $7.50 for a 30 second 720p 16:9 video. (lower than I heard)And 2.5 is actually available now through their Lumina business package(it's like $300/month) right now, or it'll be released via api in 1-2 weeks
Moozonian News
news.ycombinator.com• Aug 4, 2026• 1 min read
Show HN: Alcatraz – Pure-Go PII detection, 100x faster than MS PresidioHi HN, I'm Andrios, founder of hoop.dev (YC W21), we build runtime controls for agents. We just released Alcatraz.We built it because our product is written in Go and we do real time Data Masking, but we were using MS Presidio (Python) for PII detection and it made connections slow.There was a good discussion here a few months ago when OpenAI released their Privacy Filter: (https://news.ycombinator.com/item?id=47870901). A lot of questions were built into our design. Structured identifiers (credit cards, SSNs, etc) are deterministic and you can verify them with checksum. Free text PII like names and addresses is where you actually need a model.Alcatraz started as our internal solution, but we wanted to make it available for everyone: in-process PII detection in Go. Currently 45 entity types across 12 countries (US and Brazil included). Benchmarks vs MS Presidio (lib to lib) about 13x faster on dense documents, 100x on smaller ones.Still in development, lots to improve. Feedback wanted:
Advertisement
Moozonian News
bing.com• Aug 4, 2026• 1 min read
Patrick Mahomes' Knee Injury Ordeal Raises Serious QuestionsPatrick Mahomes offered an honest assessment of his surgically repaired left knee, revealing how practice and rest affect his recovery. Athlon Sports Patrick Mahomes Not Planning To Change The Way He ...
Moozonian News
redirectiq.com• Aug 4, 2026• 1 min read
Show HN: Free SEO checker that finds redirect chains and www issuesHello, I wanted to share this free tool to check your page's SEO.I wanted to build something that did a few things I thought were important:1. Be fast, and give a solid technical SEO analysis without dragging it out. 2. Create a way to share links directly to a site's results, with the share OG image previewing the actual score. 3. Offer everything through an API. You can inspect the calls made on the page to see it. I haven't documented it yet, but it's available to use.The deepest checks we do right now are making sure your www and non-www setup redirects correctly, and looking across your site for any redirect chains that should be flattened. Alongside that, it covers the other basic technical SEO checks that matter for ranking — title tags, meta descriptions, headings, canonical tags, viewport, HTTPS, Open Graph tags, image alt text, structured data, and response time.Looking for feedback on what checks would be helpful to add, but want to keep it fast and lite.
Moozonian News
github.com• Aug 4, 2026• 1 min read
Show HN: Ratelog, Self-hosted movie/TV rater with TMDB integrationI've been reading HN for a while without an account, but I finally decided to jump in and share something I built.I originally made this app for myself and my family to track our movie and TV show ratings. It grew more than I expected, so I figured I'd open source it and see if anyone else finds it useful.Ratelog is a completely self-hosted, open-source web app that lets you search movies/shows via TMDB, rate them across different categories, and generate ranked top lists. Multi-user, dark theme, and installable from the browser as a standalone app.What sets it apart from Letterboxd and similar apps (besides being open source and self-hosted) is the rating system itself. I found that a simple numeric score just felt too reductive — a movie or series can't really be boiled down to a single decimal. There are too many factors at play. So instead of one overall score, you rate each title across different categories independently. You also get separate top lists for movies and TV shows, wh
Moozonian News
github.com• Aug 4, 2026• 1 min read
Show HN: Neal – Codex writes the code, Claude reviews itneal is a CLI I wrote while trying to use an LLM coding agent (in this case, Codex GPT-5.4) to work autonomously on a migration of our large frontend codebase. A few things came up during that project that guided the development of neal:1. Telling an agent to "keep working unless blocked" doesn't actually work over long stretches of time.2. Large projects should be broken up into smaller chunks of work.3. The coding agent should start each chunk of work with a fresh context to prevent context rot.4. The coding agent benefits from having a different agent doing adversarial reviews along the way.What I ended up with is an orchestrator that- lets you configure planner, coder, and reviewer roles. I started with Codex and Claude using their SDKs but later added OpenRouter as well as a compatibility mode for verifying that a model can handle the orchestration. Currently there are 44 compatible OpenRouter models.- runs a plan that you provide through a planner / reviewer loop which splits the
Advertisement
Moozonian News
bing.com• Aug 4, 2026• 1 min read
HawgSports Live: An Arkansas Razorbacks PodcastThe Arkansas Razorbacks have completed over two weeks of practices, and the season-opener against North Alabama is only two weeks away. Join HawgSports.com publisher Trey Biddy as he breaks down what ...
Moozonian News
bing.com• Aug 4, 2026• 1 min read
Report: Raptors sign Trey Jemison to two-way dealNBA insider Chris Haynes reports that the Raptors have signed Trey Jemison to a two-way contract. Jemison has played for five different NBA teams in his three seasons, most recently spending the ...