SShortSingh.
0
IndiaNDTV ·

Families Camp Outside AIIMS Delhi, Hoping for Affordable Last-Resort Care

For countless families across India, AIIMS Delhi represents a final hope for medical treatment due to its heavily subsidised costs. Many travel from distant states, unable to afford private hospital fees, and end up waiting for days in queues, underpasses, and makeshift shelters near the hospital. The sheer volume of patients and their families creates a parallel world of waiting outside the prestigious institution. Limited resources and high demand mean that securing treatment often requires prolonged stays in difficult conditions. The situation highlights the stark gap in accessible healthcare across India, with AIIMS bearing the burden of being a last resort for the poor.

0
ProgrammingHacker News ·

Async Rust Takes on Traditional C RTOS in Embedded Systems Showdown

A technical comparison between embedded Rust using async programming and traditional C-based real-time operating systems (RTOS) has been published by Tweede Golf. The article examines the trade-offs developers face when choosing between the two approaches for embedded systems development. Rust's async model is evaluated against established C RTOS frameworks in terms of performance, safety, and usability. The post appears on the Tweede Golf engineering blog and has drawn attention on Hacker News, though discussion is still limited.

0
ScienceWIRED ·

ICE to Spend $5M Building Federal Voter Database Amid Fraud Probe Push

U.S. Immigration and Customs Enforcement (ICE) has announced plans to spend up to $5 million to develop a national voter database. The initiative is part of a broader Department of Homeland Security effort to investigate alleged voter fraud across the country. The database would effectively consolidate voter information at the federal level. The move signals an escalation in the federal government's scrutiny of U.S. electoral rolls and voting records.

0
ProgrammingHacker News ·

Firefox AI Feature Disabled, But Telemetry Data Collection Continues

A recent investigation into Firefox 155 found that while the browser's AI-related features can be switched off by users, telemetry data collection remains active regardless. The findings suggest that disabling the AI toggle does not fully stop Firefox from sending usage or diagnostic data back to Mozilla. This raises privacy concerns among users who believe turning off AI features would also halt associated data transmission. The issue was documented and shared on a personal blog, drawing attention from the Hacker News community. Mozilla has not yet issued an official response addressing the discrepancy between the AI kill switch and ongoing telemetry behavior.

0
IndiaNDTV ·

KTR Condemns Revanth Reddy Over Crude Animal Analogy Targeting KCR

Telangana Congress Chief Minister Revanth Reddy drew sharp criticism after using a 'bull-pig' analogy to question former Chief Minister KCR's withdrawal from active politics. BRS leader K.T. Rama Rao (KTR) hit back strongly, accusing Revanth Reddy of displaying an absolute lack of culture. The remark has sparked a fresh war of words between the ruling Congress and the opposition BRS in Telangana. The exchange reflects the ongoing political rivalry between the two parties since the Congress came to power in the state.

0
IndiaNDTV ·

Madras High Court Rules on MK Stalin's Kolathur Election Petition

The Madras High Court delivered its verdict on a petition filed by former Tamil Nadu Chief Minister MK Stalin challenging his defeat in the Kolathur constituency. Stalin had lost the seat to VS Babu of the TVK party during the state assembly elections held earlier this year. The petition sought a 100 per cent counting of VVPAT slips from the constituency, disputing the election outcome. VVPAT verification has been a recurring legal and electoral debate in Indian elections, with petitioners arguing it ensures greater transparency in vote counting.

0
ProgrammingDEV Community ·

Harness Engineering Applies to Human Operators, Not Just AI Agents

A concept gaining traction in agentic software development argues that the standard equation 'Agent = Model + Harness' omits a critical counterpart: the human operator who directs what agents build across sessions. Just as an AI agent relies on a harness — loops, tools, context, and constraints — to turn reasoning into useful output, the human directing those agents needs equivalent supporting machinery. This parallel framework, termed the 'human harness,' is defined as a system enabling safe and effective execution by both transmitting a worker's capability into productive work and securing that work against failure states. The concept draws on analogies from physical harnesses, such as those used in horse-drawn carts and rock climbing, to distinguish between transmission and securing functions. Proponents argue that before automating execution through agents, human operators must first orient their work within a structured harness of their own.

0
ProgrammingDEV Community ·

JavaScript Function Types and How Hoisting Rules Differ for Each

JavaScript offers four main ways to define functions: function declarations, function expressions, arrow functions, and IIFEs, each behaving differently during hoisting. Function declarations are fully hoisted, meaning they can be called before they appear in the code. Function expressions and arrow functions stored in variables are not hoisted as callable functions; those using const or let fall into the Temporal Dead Zone, causing a ReferenceError, while var-based ones return undefined and trigger a TypeError. Hoisting refers to JavaScript processing declarations before code execution, but it does not physically move code — only the declaration is made early, not the assigned value. IIFEs are function expressions that execute immediately upon creation and follow the same hoisting limitations as other function expressions.

0
IndiaNDTV ·

Tripura Live-In Couple Found Dead After Foul Smell Alerts Neighbours

A live-in couple was found dead in Tripura, with the grim discovery reportedly triggered by a foul smell emanating from their residence. The couple had been living together for approximately three years in the same building. A relative, Ripesh Debnath, who resides in the upper floor of the same building, confirmed the details to reporters. Authorities are investigating the circumstances surrounding the deaths.

0
IndiaNDTV ·

Germany Opens Terrorism Probe After Explosives Damage Power Grid in Brandenburg

German authorities have launched a terrorism investigation following a sabotage attack on the country's power grid. The incident occurred early Tuesday in the eastern state of Brandenburg. Improvised explosives were fired at an energy site, resulting in damage to power cables. The attack is being treated as the latest in a series of sabotage incidents targeting critical infrastructure in Germany.

0
IndiaTimes of India ·

Houston's 1947 Art Deco Theater Saved from Demolition After $2.8M Fundraise

Houston's historic Garden Oaks Theater, built in 1947, was threatened with demolition following its sale in 2025. A local preservation campaign rallied community support and successfully raised $2.8 million to acquire the property. Nonprofit organization Arthouse Houston will take over the building and repurpose it as an arts and film center. The project aims to blend historic preservation with contemporary cultural programming. The revamped venue is expected to open its doors to the public in 2028.

0
ProgrammingHacker News ·

Why JSON Became the Default Format for Tool Configuration Files

A discussion on Hacker News explores the widespread adoption of JSON as the preferred format for configuration files across software tools. JSON's simplicity, human-readability, and universal support across programming languages are cited as key reasons for its dominance. Unlike formats such as YAML or TOML, JSON benefits from being a well-established standard with native parsing support in most environments. The post, shared on Hacker News, has attracted early attention though no comments have been posted yet. The topic reflects an ongoing conversation in the developer community about the trade-offs between various configuration file formats.

0
ProgrammingDEV Community ·

AI 'Harness' Layer Raises Transparency Concerns Over Vendor Influence on Model Outputs

A developer has raised concerns about the opacity of AI middleware, known as the 'harness', which sits between users and language models and can inject vendor instructions alongside user prompts without clear attribution. The author discovered their AI session surfaced unsolicited suggestions to connect Microsoft 365 and Zapier, services they had never authorised or requested. Upon investigation, no actual connections existed — the options were merely storefront-style prompts, yet the model's behaviour appeared influenced by injected system-level reminders. The core concern is that vendor instructions and user instructions reach the model through the same channel, making it impossible to distinguish who shaped the response. The author argues that as AI becomes embedded in business workflows, controlling for this hidden layer of influence is now a critical engineering and trust challenge.

0
ProgrammingDEV Community ·

Why Defensive API Design Means Treating Every External Interface as Unreliable

Software engineer Sergey Shinder argues that the most serious system failures he has encountered originated not from internal code but at the boundaries where his system communicated with external APIs. He outlines a pragmatic defensive approach: every outbound call must have a timeout, every response must be validated before use, and every dependency failure must have a deliberate handling plan such as retries, fallbacks, or clean error propagation. A key principle he highlights is the Circuit Breaker pattern, which stops a system from repeatedly calling a failing external service, giving it time to recover while protecting internal stability. Shinder emphasizes that the goal is not to prevent all errors — since external systems are outside one's control — but to ensure that another system's failure does not automatically become your own. He concludes that the integration boundary between two systems is the most vulnerable point in any architecture and deserves the most careful engineering attention.

0
ScienceWIRED ·

Russian Startup Mostik Develops Wordless Communication Method for AI Models

A Russian startup called Mostik has developed a novel technique that enables AI models to communicate with each other without using words. The approach was created by mathematicians and represents a new method for combining the capabilities of multiple AI systems. Rather than relying on natural language as an intermediary, the models exchange information through an alternative mathematical framework. The innovation could have significant implications for how AI models are integrated and made to collaborate in the future.

0
ProgrammingDEV Community ·

Four Common Reasons Your LLM Stream Returns Empty and How to Fix Them

Developers using OpenAI-compatible APIs with streaming enabled sometimes receive a stream that completes successfully but displays no output in the UI, with no errors raised. This silent failure typically stems from one of four causes: models routing output to a reasoning channel instead of the content field, missing finish_reason due to proxy truncation, malformed SSE framing that breaks parsers, or incomplete tool call deltas that leave agents waiting indefinitely. Each failure mode shares a common trait — the protocol reports success while the actual payload is broken or missing. The recommended approach is to log raw stream frames before parsing, treat absent finish_reason signals as errors, and validate assembled tool calls with timeouts. A developer has released an open-source Python tool called agent-stream-doctor to help diagnose these issues automatically from live or captured stream files.

0
SportsESPNcricinfo ·

Worcestershire gain promotion edge after Kent collapse to 238 at Canterbury

Kent were bowled out for 238 on day one of their County Championship match against Worcestershire at Canterbury. The home side struggled to convert promising starts into substantial scores, with batters repeatedly failing to push on after getting set. Kent's lower order then collapsed, compounding the damage done by the wasted starts higher up. The result leaves Worcestershire in a stronger position in the promotion race heading into the remaining days of the match.

0
IndiaNDTV ·

Over 5 Lakh Claims and Objections Filed Before Delhi Voter Roll Draft Release

Delhi's Special Intensive Revision (SIR) process began with a base of approximately 1.45 crore registered electors. Enumeration forms were successfully collected for around 97.5 lakh voters, while forms for nearly 47.6 lakh voters could not be collected. Ahead of the release of the draft electoral roll, more than five lakh claims and objections have been filed by residents. The exercise is part of an effort to update and verify the accuracy of Delhi's voter list before the draft roll is officially published.

← NewerPage 754 of 4292Older →