SShortSingh.
0
ProgrammingDEV Community ·

Semrush Study: ChatGPT and Google AI Mode Show Different Brand Visibility Patterns

A new mini study by Semrush reveals that brand visibility in ChatGPT and Google AI Mode can differ significantly, meaning strong presence on one platform does not guarantee the same on the other. The research compared brand mentions, cited sources, and competitive landscapes across 22 industries, finding that ChatGPT tends to surface a broader range of brands while Google AI Mode may concentrate on a different mix of domains. Semrush's findings are drawn from an analysis of around 126 million real US AI search prompts spanning ChatGPT, Google AI Mode, Google AI Overviews, and Gemini. As AI-generated answers increasingly shape how consumers discover brands and products, the study warns that relying solely on conventional search rankings may overlook a growing discovery channel. Semrush recommends businesses assess each AI platform separately and map how relevant customer questions are answered across different AI environments.

0
IndiaNDTV ·

Judicial Commission Completes Probe Into Indore's Bhagirathpura Contaminated Water Deaths

A one-member judicial commission has concluded its investigation into the contaminated water tragedy in Indore's Bhagirathpura area. The probe was led by retired Madhya Pradesh High Court judge Justice Sushil Kumar Gupta. The commission's findings have been compiled into a comprehensive 600-page report. The report is expected to identify those responsible for the deaths caused by the consumption of contaminated water in the locality.

0
IndiaTimes of India ·

Rohit Sharma to Make TV Debut with 'Family Full House' on September 19

Indian cricket star Rohit Sharma is set to make his television debut with a new show titled 'Family Full House', scheduled to air on September 19, 2026. The announcement has generated excitement among fans who are eager to see the cricketer in a non-sporting role. Rohit continues to remain active in One Day International cricket, though he has stepped away from other formats of the game. The channel broadcasting his show will also feature popular programs such as 'Kaun Banega Crorepati' and the 'Indian Game Show'.

0
IndiaTimes of India ·

Rapper Badshah and Isha Rikhi separate after five months of marriage

Indian rapper Badshah and actress Isha Rikhi have announced the end of their marriage after months of speculation. The couple confirmed the separation through matching statements posted on their respective Instagram Stories. This was Badshah's second marriage; he has a daughter from his first. The pair have asked the public and media to respect their privacy during this time and refrain from further speculation about their personal lives.

0
ProgrammingDEV Community ·

How React Lazy Loading Improves Web Performance Without Slowing Initial Load

Lazy loading is a technique that defers the loading of images until they are needed, rather than loading all assets when a page first opens. In React applications, this can be implemented natively using the HTML loading attribute, which requires no additional JavaScript libraries. Developers are advised to apply lazy loading selectively — only to below-the-fold images — while ensuring hero images and other critical above-the-fold content load immediately. Image optimization through compression, proper dimensions, and modern formats like WebP or AVIF should complement lazy loading, as the technique does not reduce file size on its own. For more advanced use cases, third-party libraries such as React Smart Image offer additional features including blur placeholders, retry handling, and aspect-ratio support.

0
TechnologyArs Technica ·

Trump Pressures FCC to Penalize NBC Journalist Over Primary Endorsement Coverage

President Donald Trump has called on the Federal Communications Commission to take action against NBC News journalist Kristen Welker. The dispute stems from Welker's on-air characterization of Trump's primary endorsement record as yielding mixed results. Trump took issue with this description, viewing it as inaccurate or unfair coverage of his electoral influence. The move raises concerns about potential political pressure being applied to a federal regulatory body to target a member of the press. Critics see the demand as an attempt to use government authority to punish unfavorable media coverage.

0
IndiaNDTV ·

Tamil Nadu Police Hands 6 Crypto Fraud Cases to Economic Offences Wing

Tamil Nadu Police has transferred six cryptocurrency fraud cases to its Economic Offences Wing for further investigation. Preliminary findings suggest that investors were allegedly directed to make payments via cash, G-Pay, or UPI transfers. A portion of the collected funds was reportedly converted into Tether (USDT) and deposited into FQL and VG digital wallets. The move signals a more specialised approach to tackling the growing complexity of crypto-related financial crimes in the state.

0
ProgrammingDEV Community ·

How to Build Loop Logic in JavaScript by Analyzing Patterns First

A structured approach to solving JavaScript loop problems focuses on understanding the pattern before writing any code. Developers are advised to first identify the number of rows, then examine how elements like spaces and stars change across each row. Using a right-aligned triangle as an example, the relationship between row number and element count can be expressed through loop variables such as i and n-i. Dry-running the logic manually for a few iterations helps verify correctness before execution. The broader goal is to develop a habit of breaking repetitive problems into smaller parts rather than memorizing specific solutions.

0
IndiaNDTV ·

Bangladesh Moves Closer to Buying Chinese J-10CE Jets and Attack Helicopters

Bangladesh and China have finalized preliminary plans that bring Dhaka closer to formal negotiations on defense and infrastructure deals. The discussions include a potential purchase of J-10CE fighter jets and attack helicopters from China. The two countries also advanced plans related to the Teesta River, a significant water-sharing and development project. These developments signal a deepening of strategic and economic ties between Bangladesh and China.

0
IndiaNDTV ·

Fadnavis Questions Congress on Women's Representation, Targets Rahul Gandhi

Maharashtra Chief Minister Devendra Fadnavis has attacked Rahul Gandhi over the issue of women's political representation within the Congress party. He questioned why Priyanka Gandhi, despite being an AICC General Secretary and MP from Wayanad, Kerala, has not been given a more prominent leadership role. Fadnavis raised these remarks in the context of the Women's Reservation Bill debate. The BJP leader used the opportunity to highlight what he called a contradiction between Congress's stated support for women's empowerment and its internal party practices.

0
ProgrammingDEV Community ·

MCP Server 'wonderwhy-er' Gives Claude Terminal and File Editing Access

A developer tool called wonderwhy-er is an MCP server that provides the Claude AI assistant with structured access to terminal execution, filesystem search, and diff-based file editing on a local machine. Rather than having an assistant simply describe commands or suggest code changes in chat, the server exposes explicit tools that can inspect repositories, run commands, and apply reviewable diffs. This approach reduces manual copy-pasting and makes multi-step debugging more practical for developers. The project has seen a recent uptick in interest, reflecting broader demand for agentic coding tools that go beyond conversational responses. However, its terminal and filesystem access carries operational risk, and developers are advised to use isolated workspaces and avoid storing sensitive credentials in the working environment.

0
TechnologyTechCrunch ·

Blue Voice Raises $6M Seed Round to Offer Real-Time Legal Guidance to Police

Blue Voice, a startup founded by a Harvard Law dropout, has raised $6 million in a seed funding round. The app is designed to provide police officers with real-time legal and policy guidance, drawing comparisons to Harvey, the AI legal tool built for lawyers. The funding round was led by venture capital firms SignalFire and Las Olas VC. The platform aims to support law enforcement decision-making by giving officers on-demand access to legal information in the field.

0
IndiaTimes of India ·

Tim Cook steps down as Apple CEO, John Ternus takes charge from September 1

Tim Cook sent a farewell memo to Apple employees on his final day as CEO, clarifying that he is not leaving the company but transitioning out of a role he described as one he deeply loved. John Ternus, a hardware-focused executive, officially takes over as Apple's CEO on September 1. Cook will continue his association with the company in the capacity of executive chairman. In his memo, Cook expressed praise for Ternus and conveyed confidence in Apple's future direction. The leadership change is seen as marking a new hardware-first chapter for the company.

0
ProgrammingDEV Community ·

langPeanut Uses AST Parsing and Gemini AI to Automate App Localization at Low Cost

A developer built langPeanut, a multi-agent localization and SEO platform written in Go, as a submission for the Google Cloud Agentic Hackathon. Unlike traditional LLM-based approaches that rewrite entire source files and introduce syntax errors, langPeanut restricts AI involvement to linguistic judgment only, using Tree-Sitter AST parsing to identify exact byte-level string positions at zero token cost. Google's Gemini 3.7 Flash model is then called solely to handle context disambiguation and ICU-safe translation, while a deterministic patch engine handles all code modifications. The architecture is split across three coordinated systems covering localization, an AI chat copilot with 19 tools, and an SEO optimization pipeline targeting translated locale files. On an adversarial 10-case benchmark spanning React, Dart, and SwiftUI codebases, the platform achieved a 100% AST compilation pass rate with no formatting drift.

0
ProgrammingDEV Community ·

Developer Builds Free AI YouTube Summarizer Using Spring Boot 3.4 and Virtual Threads

A developer created EchoEngine, a Spring Boot 3.4 application that generates AI-powered summaries of YouTube videos without requiring YouTube Data API keys. The tool scrapes publicly available video metadata using YouTube's oEmbed endpoint and HTML regex parsing, eliminating API key rotation and rate-limiting costs. Google's Gemini 2.5 Flash model is integrated via Spring AI to produce concise three-bullet-point technical summaries from the extracted metadata. Java 21 Virtual Threads (Project Loom) are used to handle high concurrency, allowing blocked network calls to release underlying threads rather than causing exhaustion. The developer also documented real-world pitfalls encountered with Google Cloud Platform API quota restrictions tied to corporate-managed GCP project domains.

0
ProgrammingDEV Community ·

How to Create and Secure an Azure Storage Account: A Beginner's Guide

Microsoft Azure offers a cloud storage service supporting blobs, file shares, queues, and NoSQL tables, making it essential for modern application development. Setting up Azure storage begins with creating a Resource Group, a logical container that organizes related cloud resources such as virtual machines and databases. Once the Resource Group is in place, users can create a Storage Account, which serves as the globally accessible entry point for all storage services under a unique namespace. Key configuration steps include selecting a region close to end users, choosing Standard performance, and setting replication to Locally-redundant storage (LRS) for cost efficiency. These foundational steps prepare developers for more advanced tasks like managing blob uploads, configuring access policies, and automating data lifecycle rules.

0
IndiaNDTV ·

Bihar and Jharkhand Sign MoU to Resolve 25-Year Sone River Water Dispute

Bihar and Jharkhand have signed a memorandum of understanding to settle a long-standing dispute over the sharing of Sone river water. The agreement puts an end to a conflict that had remained unresolved for approximately 25 years. Union Home Minister Amit Shah was present to witness the signing of the MoU. Shah described the development as a model of cooperative federalism between the two states.

0
IndiaTimes of India ·

D4vd's Private Lawyers Quit Murder Case; Public Defender Appointed

Singer D4vd, whose legal name is Burke, has had his private attorneys withdraw from his murder case involving 14-year-old Celeste Rivas Hernandez. At an August 31, 2026 hearing, the Los Angeles County Public Defender's Office was appointed to take over his legal representation. Burke has pleaded not guilty to multiple charges and remains held in jail without bail. A preliminary hearing in July determined there was sufficient evidence to proceed to trial. His next court appearance is scheduled for October 2026.

0
ProgrammingDEV Community ·

Developer finds critical agent bugs by letting hackathon judges write the tests

A developer building an autonomous cannabis compliance agent for the All Things Agentic Hackathon discovered a structural flaw common to agent demos: the builder also writes the tests, making success nearly inevitable. To counter this bias, the project stored Kentucky cannabis regulations as structured data and used deterministic code to check compliance, keeping the AI model out of the core safety logic. A fixture service was built allowing judges to generate custom test scenarios the developer had never anticipated, and the first external scenario immediately exposed three bugs in the system. One critical flaw allowed a package with a failing required test to remain movable after escalation, because the agent's escalation logic performed no protective hold. The fix now distinguishes between ambiguous situations and hard compliance failures, ensuring a package is frozen pending human review whenever a required test is missing or failed.

← NewerPage 690 of 4114Older →