SShortSingh.
0
IndiaTimes of India ·

India Rejects Arbitration Court Ruling on Indus Waters Treaty as Unlawful

India has formally dismissed a ruling by the Permanent Court of Arbitration concerning the Indus Waters Treaty, declaring the court has no jurisdiction over sovereign matters. The move mirrors India's earlier position on a comparable arbitration decision. The Permanent Court of Arbitration called on India to honor its obligations under the treaty. However, India has stood firm, maintaining that its suspension of the treaty's enforcement remains in effect.

0
ProgrammingDEV Community ·

Team Builds Secure Multi-Agent Healthcare Platform on Google Cloud for Hackathon

A four-person development team built EIR, a multi-agent healthcare platform on Google Cloud, as an entry for the All Things Agentic Hackathon. The system coordinates workflows for patients, clinicians, and hospital operations teams through specialized AI agents rather than a single chatbot model. EIR uses Google Agent Runtime, Gemini, and FHIR R4 via the Google Cloud Healthcare API, with security layers including Model Armor, least-privilege agent identity, and role-based access control. The platform supports long-running recovery workflows lasting days or weeks, while deliberately avoiding autonomous diagnosis and requiring human approval for critical actions such as procurement orders. The team noted that building EIR highlighted the importance of persistent memory, identity management, observability, and human oversight in deploying agents as reliable software systems.

0
ProgrammingDEV Community ·

AI Search Answers Demand New Brand Visibility Metrics Beyond Traditional Rankings

AI-generated search answers are creating a measurement gap for businesses that have long relied on conventional ranking data to gauge online visibility. A page can rank highly in traditional results yet go unmentioned in an AI-generated response, while a brand may appear in an AI answer without holding a strong organic position. Analysts propose four dedicated metrics — mention rate, position, sentiment, and citation — to track how brands appear within AI-generated answers. Unlike standard rank tracking, these signals reveal whether a brand is named, where it appears in a response, how it is described, and whether a source link is included. The shift reframes the core business question from where a page ranks to how accurately and prominently a brand is represented when AI systems answer relevant customer queries.

0
ProgrammingDEV Community ·

Developer builds offline SQL engine inside a single HTML file without WebAssembly

A developer has added a functional SQL console to dataloupe, a tool that converts CSV files into self-contained, single HTML files viewable without an internet connection. Rather than embedding a heavyweight WebAssembly database like SQLite or DuckDB, the implementation uses a lightweight hand-written tokenizer and recursive-descent parser that converts SQL text into a query-spec object. The parser supports a practical subset of SQL including SELECT, WHERE, GROUP BY, ORDER BY, and common aggregates, adding only kilobytes to the output file. No eval or Function() calls are used anywhere, allowing the feature to comply with strict Content Security Policies while keeping all data processing entirely client-side. The approach demonstrates that apps with an existing structured query layer can offer SQL input to users by writing a small parser, without adopting a full database engine or making any network requests.

0
ProgrammingDEV Community ·

Developer Builds WebGL Shader That Simulates Real Capillary Physics for UI Press Effects

A developer has created a WebGL fragment shader that models capillary action — the physics of liquid spreading through porous material — to power a realistic ink-spread UI press effect. Unlike common web animations that rely on radial gradients and opacity transitions, this approach uses the Lucas-Washburn equation, where a wetting front advances proportionally to the square root of time. The implementation includes a regularization fix to prevent the infinite initial speed predicted by pure Washburn theory, and an anisotropy adjustment so the spreading front forms a realistic elongated ellipse rather than a perfect circle. The shader was built as the interaction engine for Tantu, a React design system, and handles browser constraints such as Safari's limit on simultaneous live WebGL contexts. The project's live demo and full source code, including the shader and test suite, are publicly available on Netlify and GitHub.

0
IndiaNDTV ·

US Plans $4M Funding Push for Right-Wing Media Outlets Across Europe

The Trump administration is reportedly planning to allocate $4 million to support right-wing media organizations in Europe. An additional $1 million is earmarked to establish a consortium of independent journalists on the continent. The funded journalists would focus on topics such as national sovereignty, natural rights, and religious freedom. The plan signals a deliberate effort by the US government to shape media narratives and influence public discourse in Europe.

0
IndiaTimes of India ·

Contractors transform elderly couple's home free after learning wife has cancer

A contracting team known as the Rudan Brothers initially volunteered to repair a damaged roof for an elderly couple at no cost. The project expanded significantly after the workers discovered that the wife was fighting two types of cancer and was preparing to undergo chemotherapy. Moved by her situation, the team decided to overhaul the entire property rather than just fix the roof. The renovations included new siding, gutters, a deck, a porch, railings, and a brand-new shed, all provided free of charge.

0
TechnologyThe Verge ·

Google TV Streamer price jumps $50 to $149 amid broader device cost increases

Google has raised the price of its 4K Google TV Streamer from $99 to $149, a $50 increase now reflected at the Google Store and Best Buy. Amazon appears to still be listing the device at the original price. The price hike follows a similar $100 increase on Google's newly launched Pixel 11 smartphone lineup. The Google TV Streamer, which launched in 2024 and functions as both a streaming box and smart home hub, is among several devices seeing price increases. Component shortages have been broadly pushing up costs across consumer electronics, including laptops and gaming consoles.

0
ProgrammingHacker News ·

Tutorial Guide Shows How to Build Cross-Platform CLI and GUI Tools Using Tcl/Tk

A new tutorial published on cgicoffee.com walks developers through building cross-platform command-line and graphical user interface tools using Tcl/Tk. The guide targets developers looking to create applications that run consistently across different operating systems. Tcl/Tk is a long-standing scripting language and GUI toolkit known for its portability and simplicity. The article was shared on Hacker News in April 2026, drawing minimal engagement at the time of reporting.

0
ProgrammingDEV Community ·

Single ChatGPT Mentions Don't Reflect True Brand Visibility, Research Finds

A Search Engine Land analysis published in February 2026 found that running the same prompts on ChatGPT dozens or hundreds of times produces different brand recommendations each time. This non-deterministic behavior means a single AI-generated answer cannot reliably indicate how consistently a brand appears to users. The research extends this concern to other AI platforms including Google AI Overviews, Perplexity, and Gemini, each treated as a separate measurement environment. Marketers are advised to replace one-off screenshots with repeated prompt testing and track mention frequency across a defined set of runs. The findings call for reporting AI brand visibility with confidence intervals rather than treating any single result as a definitive measure of standing.

0
IndiaTimes of India ·

BJP and Congress clash over FIR filed against Rahul Gandhi in Haldwani rally row

An FIR was registered against Congress leader Rahul Gandhi under multiple sections, including the SC/ST Act, following remarks he made at a rally in Haldwani. The complainant alleged that Gandhi gave an unwarranted caste angle to routine cleaning work at the event. Congress condemned the FIR as casteist, defending Gandhi's comments as legitimate. The BJP hit back, claiming Gandhi raised the issue only after pressure from party chief Mallikarjun Kharge, rather than on his own initiative. Uttarakhand's Chief Minister further weighed in, remarking that state residents were unaware of Kharge's caste background.

0
ProgrammingDEV Community ·

Why Shortcuts Are Killing Technology Architect Careers, According to a Mentor

A technology architect and mentor shares observations from years of guiding engineers toward senior roles, noting a recurring pattern of shortcut-seeking behaviour. Common pitfalls included candidates chasing titles without self-directed effort, expecting to become solutions architects within months, and seeking exam dumps or even paid proxies to sit certification tests. The author also warns against over-reliance on AI tools, citing an example of a 73-page Copilot-generated document that lacked substantive detail, arguing that blindly delegating thinking to AI erodes personal capability. In contrast, the mentees who succeeded — including two who landed roles at AWS — invested years of genuine experience, mapped their skill gaps honestly, and prepared detailed narratives aligned to structured leadership principles. The core message is that there is no compression algorithm for experience, and disciplined, applied effort remains the only reliable path to architectural roles.

0
ProgrammingDEV Community ·

Developer Builds AI Onboarding Agent to Automate New Hire Integration Tasks

A software developer built an AI-powered onboarding agent after spending roughly a week per new hire manually navigating company knowledge and connecting people during their transitions. The tool was created for Google's Taskmaster hackathon track and runs on Google ADK with Gemini Flash on Cloud Run. Rather than following a fixed workflow, the system uses a collaborative coordinator agent overseeing four specialists that dynamically determine task assignments, meeting bookings, and introductions based on real-time evidence. The agent draws on 38 read tools generated from live OpenAPI specs and enforces budget caps, idempotency, and decision traceability through built-in plugins. When the system cannot confidently determine an answer, it routes the question to a named human instead of guessing.

0
ProgrammingDEV Community ·

AI Should Map Legacy Systems Before Any Rewrite, Not Just Accelerate Migration

A perspective piece on DEV Community argues that developers rushing to rewrite legacy systems with AI assistance are skipping a critical first step: deeply understanding what those systems actually do. Older applications often contain undocumented business rules, hard-won edge-case handling, and integration dependencies that can be lost if code is deleted without analysis. The author contends that AI tools are better deployed to trace dependencies, explain unfamiliar code, and map existing system behavior before any modernization begins. Simply converting a legacy codebase into a newer language or framework can reproduce outdated architecture rather than fix it, a problem the author calls 'a modern implementation of an outdated design.' Incremental approaches such as the Strangler Fig Pattern, supported by AI-generated characterization tests, are recommended over high-risk big-bang rewrites.

0
ProgrammingDEV Community ·

DockAMP Tool Automates Docker Web Server Setup and Nginx Proxy Configuration

A developer has released DockAMP, an open-source tool designed to simplify the deployment and management of multiple Docker-based web environments. The tool automates the creation of Docker Compose files and handles Nginx Proxy Manager configuration, eliminating the need for manual setup of each proxy host. DockAMP supports both Apache and Nginx web servers and is operated through a simple user interface. The project is publicly available on Docker Hub and can be launched using either a standard Docker run command or a Docker Compose file. The developer is actively seeking community feedback and feature suggestions for future improvements.

0
ProgrammingDEV Community ·

More Context Doesn't Mean Better AI Answers — Here's Why It Backfires

Large language models advertise million-token context windows, but their effective working memory is far smaller, and performance degrades well before that limit is reached. This happens because attention mechanisms force every token to compete for a fixed share of the model's focus, so adding more documents dilutes rather than improves comprehension. Research by Liu et al. found that information placed in the middle of a long prompt is processed least accurately, making prompt position a critical but overlooked factor. Real-world data compounds the problem, as multiple similar or conflicting document versions make it harder for the model to identify the correct source. Practical mitigations include sending only the top three to five most relevant chunks, placing key instructions at the start and repeating the core question at the end of the prompt.

0
ProgrammingDEV Community ·

A single sed line silently corrupted blog posts by deleting all markdown fence closers

A developer's automated blog pipeline was quietly producing corrupted posts where all content after the first code block appeared as gray monospace text. The culprit was a sed expression intended to strip AI-generated markdown wrapper fences, but it inadvertently deleted every bare triple-backtick line in the document, removing all code block closing markers. Because an unclosed markdown fence is valid CommonMark syntax, no build errors were raised — Astro, Zod, and the markdown linter all passed without complaint. The bug had gone unnoticed partly because the previous local model backend rarely emitted the wrapper that triggered the cleanup rule, only surfacing after the pipeline was migrated to a cloud-based model. The fix required replacing the broad pattern-match with logic that targets only the specific outer wrapper fences rather than all bare backtick lines.

← NewerPage 719 of 4150Older →