SShortSingh.
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.

0
ProgrammingDEV Community ·

Why Developers Should Never Trust User Input, Frontend or Backend

A software developer argues that applications frequently fail due to flawed assumptions about how users will interact with them, regardless of the developer's experience level. The author illustrates this with a real incident where students submitted local file paths instead of URLs in a college software form, highlighting how even harmless misuse can expose gaps in input validation. The article emphasizes that frontend validation alone — using HTML attributes or JavaScript checks — is insufficient, as users can bypass it using browser developer tools. Backend validation is therefore essential, not just to reduce server load but also to strengthen application security. The developer recommends treating all user input as untrusted and validating it thoroughly on the server side as a fundamental software engineering practice.

0
ProgrammingDEV Community ·

GKE Makes CrashLoopBackOff Restart Delays Tunable, Boosting AI/ML Workload Recovery

Google Kubernetes Engine (GKE) has announced the General Availability of tunable CrashLoopBackOff, allowing platform teams to configure container restart delays as low as 1 second instead of the default 5-minute maximum. The feature addresses a longstanding pain point where Kubernetes' exponential backoff mechanism — designed to protect node stability — caused costly delays for AI/ML training pipelines, sidecar-dependent microservices, and fast development cycles. Previously, teams resorted to risky workarounds such as privileged DaemonSets with host filesystem access to override kubelet configurations, creating security vulnerabilities and interfering with GKE's auto-repair and auto-upgrade processes. The new capability is exposed via the GKE NodeSystemConfig API and Custom Compute Classes, enabling secure, supported tuning without privileged host-level hacks. The change is particularly significant for distributed AI/ML jobs running on GPU or TPU nodes, where a single stalled pod could idle expensive accelerators for minutes at a time.

0
ProgrammingHacker News ·

Developer builds walkable ASCII cyberpunk city in a single HTML file

A developer named Miguel Carino has created an interactive, walkable cyberpunk city rendered entirely in ASCII art, packaged as a single HTML file. The project, called CyberCity, is accessible via a web browser and its source code is publicly available on GitHub. Recent updates to the project have added features such as traffic, interior spaces, elevation changes, and skyscrapers. Demonstration videos shared on YouTube showcase the evolving detail and scope of the browser-based environment. The project has drawn attention on Hacker News as a creative example of what can be achieved with minimal web technology.

0
IndiaNDTV ·

Floods Displaced 30 Million People Globally in One Year, Nepal Among Worst Hit

Floods across the world have displaced approximately 30 million people over the past year, highlighting a growing global crisis. Nepal is among the severely affected regions, where floodwaters have caused widespread destruction. Critical infrastructure such as roads and hydropower facilities has been damaged, severely hampering rescue and relief operations. The destruction of transport links has left many communities isolated and difficult for emergency responders to reach.

0
ProgrammingHacker News ·

Weave, a YC W25 startup, opens roles in ML, AI, product, and design

Weave, a startup from Y Combinator's Winter 2025 batch, is actively hiring across multiple technical and creative disciplines. The open positions span machine learning, artificial intelligence, product engineering, and design. The job listings are hosted on Ashby, a recruiting platform, suggesting a structured hiring process. No further details about the company's product or mission were provided in the announcement.

0
WorldBBC World ·

Kalshi bans ex-congressman George Santos from prediction market for life

Prediction market platform Kalshi has issued a lifetime ban against former U.S. congressman George Santos. The company accused Santos of conducting prohibited trades on its platform. Kalshi also alleged that Santos made misleading comments that artificially influenced market prices. The ban reflects the platform's response to what it described as manipulative behavior by the disgraced ex-lawmaker.

← NewerPage 689 of 4112Older →