SShortSingh.
0
TechnologyTechCrunch ·

VLC Media Player Hits 7 Billion Downloads Worldwide

VLC, the free and open-source media player, has surpassed 7 billion downloads globally. The milestone highlights the software's enduring popularity despite the rise of paid streaming services. Unlike subscription-based platforms, VLC operates entirely offline and at no cost to users. The achievement underscores continued demand for free, locally-run media playback solutions.

0
ProgrammingDEV Community ·

IRC-A Protocol Aims to Bring Zero-Trust Security and Dynamic Discovery to Enterprise AI Agents

A software architect with experience at Citibank and Bloomberg has developed IRC-A, a protocol and gateway architecture designed to address critical security and scalability gaps in enterprise multi-agent AI systems. The system tackles four core production challenges: dynamic agent discovery without hardcoded URLs, channel-level data sovereignty enforcement, concurrent LLM call management, and distributed audit trails. IRC-A was demonstrated through a reference implementation called the Dr. Cureta Healthcare Fleet, deployed on Google Cloud Run, which enforces strict department-level channel isolation to prevent unauthorized data access across medical records. The fortified version of the system upgrades agent identity verification to Ed25519 challenge-response tokens, adds semantic confidence thresholds for routing, and introduces a dual-LLM fallback mechanism between OpenAI and Google Gemini. The architecture is positioned as an alternative to centralized orchestration frameworks like LangGraph and CrewAI, which the author argues create brittle, monolithic dependencies in distributed agent deployments.

0
ProgrammingDEV Community ·

AI Should Assist OS Schedulers, Not Replace Them, Argues Developer

A developer essay argues that embedding individual AI models in every application for resource management adds computational overhead without improving system-wide efficiency. The operating system already has a holistic view of memory, CPU scheduling, and process contention that no single application-level model can replicate. However, the author notes that the OS has a blind spot: it can observe resource demand but cannot fully infer user intent or priority. The essay proposes a limited role for AI — handling ambiguous, multi-signal situations where deterministic rules fall short — while keeping the OS as the final authority over resource decisions. It also recommends that any AI-influenced optimization must have a pre-defined deterministic rollback condition, so recovery never depends on the same model that made the original call.

0
IndiaNDTV ·

Apple's Tim Cook to Step Down, Hardware Chief John Ternus Set to Take Over

Apple CEO Tim Cook is set to step down after leading the company for 15 years. John Ternus, currently head of Apple's hardware engineering, has been named as his successor. The transition marks a shift from an operations-focused leadership to an engineering-driven one. Ternus is expected to steer Apple through an increasingly competitive artificial intelligence landscape. Cook is widely credited with building Apple's global supply chain into one of the most efficient in the world.

0
ProgrammingDEV Community ·

spfx-estate-doctor Lets Developers Audit SPFx Project Estates Offline Without Tenant Access

A developer has released spfx-estate-doctor, an open-source command-line tool that scans multiple SharePoint Framework (SPFx) projects locally without making network calls, reading credentials, or accessing a Microsoft 365 tenant. The tool inventories explicitly supplied project directories, reporting on SPFx versions, component and solution IDs, owner information, and Node.js compatibility across an entire estate. It flags duplicate component or solution IDs across projects and treats missing files as unverified rather than healthy, preserving reporting accuracy. Output is deterministic and path-agnostic, allowing reports to be diffed over time to track changes. The tool is intentionally scoped to local file inspection and does not assess deployment status, App Catalog state, or code security, which the author notes are separate concerns.

0
TechnologyTechCrunch ·

AI video search startup Clipto hits $250M valuation after $15M funding round

Clipto, a three-year-old AI startup specializing in searching large volumes of video content, has been valued at $250 million following its latest funding round. The company raised $15 million in its most recent round of financing. Notably, Clipto had already reached $15 million in annual recurring revenue and achieved profitability before closing the new investment. The milestone highlights the growing demand for AI-powered tools capable of indexing and searching terabytes of video data.

0
IndiaTimes of India ·

Ice-rock avalanche at 167 kmph triggers deadly floods in Nepal's Himalayas

A high-speed ice-rock avalanche descended the Himalayas at 167 kmph, causing catastrophic flooding across parts of Nepal. The event unfolded rapidly, covering vast distances within seconds. Scientists confirmed the disaster was not caused by a glacial lake outburst flood, pointing instead to complex geological processes. The floods severely damaged Nepal's hydropower infrastructure, raising concerns about the region's vulnerability. Authorities and researchers have called for further investigations to better understand the forces behind the calamity.

0
IndiaTimes of India ·

Scotland village fights 1,600 objections against massive data centre plan

Residents of Auchtertool, a small village of around 200 homes in Fife, Scotland, are opposing plans to build what would be the world's second-largest data centre nearby. The proposed facility would span an area exceeding 100 football pitches, dwarfing the existing community. Over 1,600 formal objections have been submitted against the development. Locals are concerned the project would fundamentally alter the rural character of their area, citing potential issues around noise, heat, flooding, and harm to local wildlife.

0
IndiaTimes of India ·

New Jersey's Denville Township spends $13.4m to preserve 50 acres from housing

Denville Township in New Jersey has acquired 17 acres as part of a $13.4 million land preservation effort to protect roughly 50 acres from dense residential development. The initiative aims to shield the land from urban encroachment while maintaining the town's natural heritage and ecology. Plans are in place to add another 33 acres to the preserved area by October 2026. The project will ultimately create a public park and protected natural space for residents and future generations.

0
IndiaNDTV ·

US Move to End H-4 Work Permits Would Disproportionately Affect Indian Women

The United States government is considering revoking work authorization for spouses of H-1B visa holders, a policy change that would heavily impact Indian nationals. H-4 Employment Authorization Document (EAD) data from 2014 to 2017 reveals that 93 percent of approved work permits went to Indian nationals. Of those approved Indian recipients, 94 percent were women, making them the most vulnerable group under the proposed change. The H-4 EAD program currently allows spouses of H-1B skilled workers to seek employment in the US while awaiting permanent residency.

0
IndiaNDTV ·

Mumbai: Distracted Driver Kills 7-Year-Old Boy in Bandra Hit-and-Run

A young boy named Ansh Ravindra Gupta was fatally struck by a vehicle while crossing John Baptist Road near Jijamata Garden in Bandra, Mumbai. The car involved was a Toyota Innova Crysta, allegedly driven at excessive speed by a 45-year-old woman. An eyewitness reported that the driver appeared to be engrossed in her phone at the time of the incident. The child was crossing the road when he was hit, suggesting a lack of driver attention as a key factor in the tragedy.

0
ProgrammingDEV Community ·

How to Scale Real-Time Delivery Tracking for 10,000 Reconnecting Users

Engineers building real-time delivery tracking maps face a core challenge: maintaining accurate state when users lose and regain connectivity across different networks. The proposed architecture separates three distinct contracts — durable delivery state, transient room presence, and the connection layer — ensuring that truth lives in the event log, not the connection. Each delivery stream uses a monotonically increasing sequence number, allowing clients to store their last applied position and request only missed events upon reconnection, falling back to a full snapshot when gaps cannot be replayed. Versioned event envelopes enable rolling releases by letting old and new consumers coexist safely, while incompatible schema changes require explicit new event types rather than silent field reuse. The result is a system where dropped connections delay updates but cannot corrupt state, and duplicate events waste bandwidth but cannot reverse progress.

0
ProgrammingDEV Community ·

The start of a new journey

Have you ever wondered why we keep learning advanced things that probably might not be applied properly where we came from? As someone who came from a developing country where resources are not being served on a gold plate. In fact, even if you have all the necessary knowledge to make a change but one thing comes up with no answer, how can we implement our knowledge gained abroad with no funding and no equipment to help us contribute to the blooming of our beloved country? I guess our parents worked hard to actually send us abroad, not to return to our country but instead to find a way to make

0
ProgrammingDEV Community ·

OpenAI Usage API Now Supports API Key Grouping for Token and Cost Reconciliation

OpenAI's August 4, 2026 API changelog introduced API-key filtering and grouping across its usage and cost endpoints, enabling developers to attribute token activity and spending to specific keys. Because the two endpoints return different datasets, a simple inner join risks hiding unmatched or unattributed rows, making a full-outer join on date and API-key ID the safer approach. Both endpoints support daily bucketing and pagination, and consistent grouping dimensions across both sources are required to ensure row-level compatibility. A .NET implementation demonstrates the pattern using synthetic data, flagging each row as matched, usage-only, or cost-only to keep gaps visible rather than concealed. Notably, the approach deliberately avoids estimating costs from token counts, since cost buckets may include line items beyond completion tokens.

← NewerPage 677 of 4094Older →