Daily NEWS ,Latest News, Breaking News, National News, World News, India News update . Daily NEWS UPDATE fata fat daily breaking news

Featured Video

Wednesday, March 25, 2026

рдЪिंрддाрдЬрдирдХ: рд╣ृрджрдп рд░ोрдЧ рдХे 10 рдоें рд╕ाрдд рдорд░ीрдЬ рдмिрдиा рдмीрдоा, рдЗрд▓ाрдЬ рдЦрд░्рдЪ рд▓ाрдЦ рдкाрд░; рдХрд░्рдЬ рдоें рдбूрдмे рдкрд░िрд╡ाрд░, рдмрдв़ा рдЖрд░्рдеिрдХ рд╕ंрдХрдЯ

рдЪिंрддाрдЬрдирдХ: рд╣ृрджрдп рд░ोрдЧ рдХे 10 рдоें рд╕ाрдд рдорд░ीрдЬ рдмिрдиा рдмीрдоा, рдЗрд▓ाрдЬ рдЦрд░्рдЪ рд▓ाрдЦ рдкाрд░; рдХрд░्рдЬ рдоें рдбूрдмे рдкрд░िрд╡ाрд░, рдмрдв़ा рдЖрд░्рдеिрдХ рд╕ंрдХрдЯ

from Latest And Breaking Hindi News Headlines, News In Hindi | рдЕрдорд░ рдЙрдЬाрд▓ा рд╣िंрджी рди्рдпूреЫ | - Amar Ujala https://ift.tt/EhWry2C
via IFTTT
Share:

New top story on Hacker News: Show HN: Optio – Orchestrate AI coding agents in K8s to go from ticket to PR

Show HN: Optio – Orchestrate AI coding agents in K8s to go from ticket to PR
8 by jawiggins | 5 comments on Hacker News.
I think like many of you, I've been jumping between many claude code/codex sessions at a time, managing multiple lines of work and worktrees in multiple repos. I wanted a way to easily manage multiple lines of work and reduce the amount of input I need to give, allowing the agents to remove me as a bottleneck from as much of the process as I can. So I built an orchestration tool for AI coding agents: Optio is an open-source orchestration system that turns tickets into merged pull requests using AI coding agents. You point it at your repos, and it handles the full lifecycle: - Intake — pull tasks from GitHub Issues, Linear, or create them manually - Execution — spin up isolated K8s pods per repo, run Claude Code or Codex in git worktrees - PR monitoring — watch CI checks, review status, and merge readiness every 30s - Self-healing — auto-resume the agent on CI failures, merge conflicts, or reviewer change requests - Completion — squash-merge the PR and close the linked issue The key idea is the feedback loop. Optio doesn't just run an agent and walk away — when CI breaks, it feeds the failure back to the agent. When a reviewer requests changes, the comments become the agent's next prompt. It keeps going until the PR merges or you tell it to stop. Built with Fastify, Next.js, BullMQ, and Drizzle on Postgres. Ships with a Helm chart for production deployment.

Share:

Tuesday, March 24, 2026

New top story on Hacker News: A Compiler Writing Journey

A Compiler Writing Journey
12 by ibobev | 0 comments on Hacker News.


Share:

рдЪिंрддाрдЬрдирдХ: рдкृрде्рд╡ी рдХी 91% рдЕрддिрд░िрдХ्рдд рдЧрд░्рдоी рд╕ोрдЦ рд░рд╣े рдорд╣ाрд╕ाрдЧрд░, рдоौрд╕рдо рдкрд░ рдк्рд░рднाрд╡; рдЧ्рд░ीрдирд╣ाрдЙрд╕ рдЧैрд╕ों рдХा рдЕрднूрддрдкूрд░्рд╡ рдЕрд╕рд░

рдЪिंрддाрдЬрдирдХ: рдкृрде्рд╡ी рдХी 91% рдЕрддिрд░िрдХ्рдд рдЧрд░्рдоी рд╕ोрдЦ рд░рд╣े рдорд╣ाрд╕ाрдЧрд░, рдоौрд╕рдо рдкрд░ рдк्рд░рднाрд╡; рдЧ्рд░ीрдирд╣ाрдЙрд╕ рдЧैрд╕ों рдХा рдЕрднूрддрдкूрд░्рд╡ рдЕрд╕рд░ Worrying Oceans absorb 91 percent of Earth s excess heat impacting weather unprecedented greenhouse gases

from Latest And Breaking Hindi News Headlines, News In Hindi | рдЕрдорд░ рдЙрдЬाрд▓ा рд╣िंрджी рди्рдпूреЫ | - Amar Ujala https://ift.tt/XgzYS36
via IFTTT
Share:

New top story on Hacker News: We’re saying goodbye to Sora

We’re saying goodbye to Sora
211 by mikeocool | 159 comments on Hacker News.
https://ift.tt/jYF1pxm... https://ift.tt/3fOSRpm... , https://ift.tt/QopUfKF

Share:

Monday, March 23, 2026

New top story on Hacker News: Show HN: Cq – Stack Overflow for AI coding agents

Show HN: Cq – Stack Overflow for AI coding agents
21 by peteski22 | 5 comments on Hacker News.
Hi all, I'm Peter at Staff Engineer and Mozilla.ai and I want to share our idea for a standard for shared agent learning, conceptually it seemed to fit easily in my mental model as a Stack Overflow for agents. The project is trying to see if we can get agents (any agent, any model) to propose 'knowledge units' (KUs) as a standard schema based on gotchas it runs into during use, and proactively query for existing KUs in order to get insights which it can verify and confirm if they prove useful. It's currently very much a PoC with a more lofty proposal in the repo, we're trying to iterate from local use, up to team level, and ideally eventually have some kind of public commons. At the team level (see our Docker compose example) and your coding agent configured to point to the API address for the team to send KUs there instead - where they can be reviewed by a human in the loop (HITL) via a UI in the browser, before they're allowed to appear in queries by other agents in your team. We're learning a lot even from using it locally on various repos internally, not just in the kind of KUs it generates, but also from a UX perspective on trying to make it easy to get using it and approving KUs in the browser dashboard. There are bigger, complex problems to solve in the future around data privacy, governance etc. but for now we're super focussed on getting something that people can see some value from really quickly in their day-to-day. Tech stack: * Skills - markdown * Local Python MCP server (FastMCP) - managing a local SQLite knowledge store * Optional team API (FastAPI, Docker) for sharing knowledge across an org * Installs as a Claude Code plugin or OpenCode MCP server * Local-first by default; your knowledge stays on your machine unless you opt into team sync by setting the address in config * OSS (Apache 2.0 licensed) Here's an example of something which seemed straight forward, when asking Claude Code to write a GitHub action it often used actions that were multiple major versions out of date because of its training data. In this case I told the agent what I saw when I reviewed the GitHub action YAML file it created and it proposed the knowledge unit to be persisted. Next time in a completely different repo using OpenCode and an OpenAI model, the cq skill was used up front before it started the task and it got the information about the gotcha on major versions in training data and checked GitHub proactively, using the correct, latest major versions. It then confirmed the KU, increasing the confidence score. I guess some folks might say: well there's a CLAUDE.md in your repo, or in ~/.claude/ but we're looking further than that, we want this to be available to all agents, to all models, and maybe more importantly we don't want to stuff AGENTS.md or CLAUDE.md with loads of rules that lead to unpredictable behaviour, this is targetted information on a particular task and seems a lot more useful. Right now it can be installed locally as a plugin for Claude Code and OpenCode: claude plugin marketplace add mozilla-ai/cq claude plugin install cq This allows you to capture data in your local ~/.cq/local.db (the data doesn't get sent anywhere else). We'd love feedback on this, the repo is open and public - so GitHub issues are welcome. We've posted on some of our social media platforms with a link to the blog post (below) so feel free to reply to us if you found it useful, or ran into friction, we want to make this something that's accessible to everyone. Blog post with the full story: https://ift.tt/Ptg0V2S GitHub repo: https://ift.tt/Ogd1csF Thanks again for your time.

Share:

Sunday, March 22, 2026

West Bengal Assembly Election 2026:рдмंрдЧाрд▓ рдоें рдордорддा рдХे рд▓िрдП рдмрдб़ी рдЪुрдиौрддी рдмрдиी рдУрд╡ैрд╕ी-рд╣ुрдоाрдпूं рдХрдмीрд░ рдХी рдЬोрдб़ी!

West Bengal Assembly Election 2026:рдмंрдЧाрд▓ рдоें рдордорддा рдХे рд▓िрдП рдмрдб़ी рдЪुрдиौрддी рдмрдиी рдУрд╡ैрд╕ी-рд╣ुрдоाрдпूं рдХрдмीрд░ рдХी рдЬोрдб़ी!

from Latest And Breaking Hindi News Headlines, News In Hindi | рдЕрдорд░ рдЙрдЬाрд▓ा рд╣िंрджी рди्рдпूреЫ | - Amar Ujala https://ift.tt/LaEdhF4
via IFTTT
Share:

Saturday, March 21, 2026

Friday, March 20, 2026

Ganga Iftar Party Controversy: рдЧंрдЧा рдЗрдл्рддाрд░ рдкाрд░्рдЯी рд╡िрд╡ाрдж рдкрд░ рд╣ुрдИ рдХाрд░्рд░рд╡ाрдИ рддो рднрдб़рдХे рдУрд╡ैрд╕ी, рджाрдЧे рддीрдЦे рд╕рд╡ाрд▓!

Ganga Iftar Party Controversy: рдЧंрдЧा рдЗрдл्рддाрд░ рдкाрд░्рдЯी рд╡िрд╡ाрдж рдкрд░ рд╣ुрдИ рдХाрд░्рд░рд╡ाрдИ рддो рднрдб़рдХे рдУрд╡ैрд╕ी, рджाрдЧे рддीрдЦे рд╕рд╡ाрд▓!

from Latest And Breaking Hindi News Headlines, News In Hindi | рдЕрдорд░ рдЙрдЬाрд▓ा рд╣िंрджी рди्рдпूреЫ | - Amar Ujala https://ift.tt/FX9loR7
via IFTTT
Share:

New top story on Hacker News: Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers

Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers
8 by redgridtactical | 3 comments on Hacker News.
I go on a lot of backcountry trips where I barely get cell service. If my group splits, nobody knows knows where anyone is until you regroup at camp or at your destination. You can buy Garmin radios or try to set up an ATAK, but ATAK is Android-only and assumes you have a TAK Server running somewhere to make use of all of the functionality. Cool tools themselves, but expensive to set up correctly. I just wanted two iPhones to share their location directly over Bluetooth when cell coverage was lacking. Red Grid Link does that. Start a session, and anyone nearby running the app shows up on your offline map. When they walk out of range their marker stays as a "ghost" that slowly fades. The hard part was making sync reliable over BLE. The connections drop all the time. Someone turns a corner, walks behind a vehicle, whatever. I built a CRDT sync layer (LWW Register + G-Counter) so there's never merge conflicts. Each update is just under 200 bytes (from what I have tested so far). When a user/teammate disappears the app does exponential backoff from 2 to 30 seconds before giving up and marking them as a ghost. Everything is encrypted (AES-256-GCM, ECDH P-256 key exchange per peer pair). Sessions can require a PIN or QR code to join. It also offers offline topo maps with MGRS grid coordinates, same system as in my other app, Red Grid MGRS. The app is free, and I'm looking for some honest feedback from other real-world users. Let me know if you have any questions!

Share:

Sports

Blog Archive

Recent Posts

Unordered List

Definition List