SShortSingh.
0
IndiaNDTV ·

Gujarat: 5-Year-Old Dies After Eating Restaurant Takeout, Eatery Sealed

A five-year-old girl from Surat, Gujarat, has died following what her family believes was food poisoning. The family suspects the cause was a kaju-paneer curry ordered from a local restaurant as takeout. Gujarat Health Minister Praful Pansheriya responded to the incident by ordering authorities to seal the restaurant responsible for the delivery. The case has raised concerns about food safety standards at eateries in the region.

0
ProgrammingDEV Community ·

A misplaced UUID caused four weeks of silent data pipeline failures on Mondays

A data pipeline built on Cloudflare Workflows silently failed every Monday for four weeks, reporting zero errors while leaving gaps in a public time series. The root cause was a UUID generated outside a persisted workflow step, causing it to regenerate on replay after a sleep, so finalize operations targeted a database row that never existed. Because updating a non-existent row returns a success response in D1 with zero affected rows, no error was raised and downstream readers simply saw missing data. The bug only surfaced on Mondays because the weekly code branch was the only one containing the sleep call that triggered replays. The fix involved moving identity-bearing values like UUIDs inside persisted steps and adding explicit checks on database row-change counts to catch silent no-op writes.

0
SpaceNASA ·

NASA's Boeing 777 Gets Fresh Paint Ahead of 2027 Science Mission Launch

NASA's Boeing 777 research aircraft received a new coat of paint, as seen in a photo dated August 11, 2026. The aircraft was acquired to replace the NASA DC-8, a research plane that was retired in 2024. The B777 is intended to extend the scientific capabilities previously provided by its predecessor. The aircraft is set to begin operations in 2027, flying out of NASA's Langley Research Center in Hampton, Virginia.

0
Crypto & Web3CoinDesk ·

WLFI distances itself from WorldClaw amid questions over financial ties

World Liberty Financial (WLFI), the Trump-linked crypto project, has stated that AI platform WorldClaw operates independently. WLFI confirmed that WorldClaw uses its USD1 stablecoin as a payment rail for transactions. However, the organization declined to clarify whether it holds any equity, financing, revenue-sharing, or other economic interests in WorldClaw. The statement came in response to questions raised about the nature of the relationship between the two entities.

0
ProgrammingDEV Community ·

Beginner Dev Solves Layout Bug by Uncovering a Hidden HTML Element

A developer working on their first Frontend Mentor project — a simple QR code card — noticed the card shifted off-center when the browser window was resized. Using a CSS outline debugging technique, they discovered the culprit was a <main> element added early for semantic structure but otherwise unstyled and forgotten. Although invisible, the element was still occupying layout space and disrupting the card's alignment. The issue was resolved with a single CSS rule, display: contents, which removes an element from the visual layout while preserving its semantic value for screen readers and search engines. The experience highlighted a key lesson: invisible HTML elements still affect layout, and alignment bugs often originate in the markup rather than the stylesheet.

0
ProgrammingDEV Community ·

Developer builds go-zerocsv to cut Go CSV parsing memory from 540MB to 5KB

A Go developer discovered that the standard library's encoding/csv package generates over 10 million heap allocations when parsing a 5-million-row CSV file, consuming roughly 540 MB of RAM. The root cause is the Read() method's design, which allocates a new string slice and individual heap strings for every row and field parsed. To address this, the developer built go-zerocsv, an open-source parser that uses a reusable 4 KB buffer and in-place typed scanning, reducing allocations to near zero on the hot path. Benchmarks on an AMD Ryzen 5 8400F running Go 1.26 show go-zerocsv parsing the same 5-million-row file in 302 ms with only 5 KB of memory, compared to 492 ms and 540 MB for the standard library. The library also improves CSV writing by accepting typed values directly, eliminating the temporary string conversions previously required by the stdlib writer.

0
ProgrammingDEV Community ·

Developer Builds Three-Agent AI Pipeline Using Hermes Bot Mode Plugin

A developer has demonstrated a multi-agent workflow using Hermes Bot Mode, a newly released desktop plugin that adds an orchestration layer on top of existing Hermes AI profiles. The experiment involved three specialized AI agents — a Stock Market Researcher, a Risk Analyst, and a Thesis Editor — assigned to analyze and compare NVIDIA and AMD. Rather than manually passing outputs between agents, the bots autonomously handed off work to one another in a Research–Challenge–Synthesis pipeline. Hermes Bot Mode differs from the platform's existing profiles feature by providing a visual team interface and enabling agent-to-agent task routing. The developer reported the autonomous handoff system largely worked, highlighting it as a meaningful shift in how multi-agent AI workflows can be structured.

0
IndiaTimes of India ·

24 Students Hospitalised After Detergent Mixed Into Mid-Day Meal at Bihar School

More than two dozen students at a government school in Nalanda district, Bihar, fell ill after consuming their mid-day meal. Authorities suspect detergent was accidentally used in place of salt during food preparation. The affected children were rushed to Biharsharif Sadar Hospital for medical attention. Officials have launched an inquiry into the alleged negligence in the school kitchen. All students are reported to be out of danger following treatment.

0
ProgrammingDEV Community ·

OpenAI Cuts GPT-5.6 Sol Pricing by 50%, Boosting Access for Developers

OpenAI has reduced the pricing of its GPT-5.6 Sol model by 50%, marking a significant drop in costs for developers and businesses using the platform. The price cut is expected to lower financial barriers that previously prevented smaller teams, startups, and freelancers from adopting advanced AI models. Developers who had to rely on less capable models due to budget constraints may now find it more feasible to integrate GPT-5.6 Sol into their applications. The model is reported to offer improved natural language understanding and better handling of nuanced, context-dependent conversations compared to earlier versions. Alongside the opportunity for wider adoption, the reduced cost also raises ethical considerations around potential misuse of more accessible, powerful AI tools.

0
ProgrammingDEV Community ·

Snowflake Cortex Analyst vs Databricks Genie: Both Depend on Manual Curation

Snowflake Cortex Analyst and Databricks Genie both allow business users to query data warehouses using natural language, but each requires manually curated context before delivering reliable results. Cortex Analyst relies on a hand-authored semantic model file, while Genie depends on a curated Space with example queries, meaning accuracy in both tools tracks directly to the quality of that human-maintained context. When a user's question falls outside the curated scope, both tools can return confident but potentially inaccurate answers without signalling that a boundary was crossed. Neither product crosses platform boundaries or verifies join paths before executing queries — limitations the article describes as architectural rather than fixable feature gaps. The core finding is that organisations evaluating these tools are effectively assessing their own capacity to author and sustain context files, a task that often lacks a clear owner or visible reward.

0
TechnologyArs Technica ·

Narwhal Tusks Found to Have Two Opposing Spirals, Study Reveals

A new scientific study has uncovered a surprising structural detail about narwhal tusks. Researchers used X-ray imaging to examine the iconic spiral tusks in greater detail than before. The analysis revealed that the tusks do not feature a single spiral, as previously understood, but actually contain two spirals. Remarkably, these two spirals twist in opposite directions to each other. The finding adds a new layer of complexity to our understanding of one of nature's most distinctive natural structures.

0
SportsESPNcricinfo ·

Keith Barker retires from cricket after 17 seasons due to knee injury

English allrounder Keith Barker has announced his retirement from professional cricket after a career spanning 17 seasons. The 39-year-old had returned to Warwickshire this summer, but a persistent knee complaint ultimately forced him to step away from the game. Barker was known for his contributions as an allrounder throughout his lengthy domestic career. His retirement marks the end of a notable stint in English county cricket.

0
ProgrammingHacker News ·

Decades-Old Finger Protocol Exploited to Deliver Malware in 2026

The Finger protocol, originally developed in 1977 for sharing user information across networks, is being actively exploited by attackers to deliver malware nearly five decades after its creation. Security researchers at Artemis Security documented a real-world attack in which the protocol was used to distribute a Python-based remote access trojan (RAT). Despite being largely obsolete and rarely used in modern environments, Finger remains enabled on some systems, making it an unexpected attack vector. The incident highlights how legacy protocols, often overlooked by security teams, can pose significant risks if left unmonitored or unblocked.

0
IndiaNDTV ·

Court Awards Rs 8 Lakh to Widow, Rules Missing Ticket Not Bar to Compensation

A court has awarded Rs 8 lakh in compensation to a widow, ruling that the absence of a travel ticket cannot automatically disqualify a compensation claim. The judgment clarified that while the initial burden of proving bona fide travel lies with the claimant, a missing ticket alone is not sufficient grounds for denial. The ruling is significant as it sets a precedent for accident or travel-related compensation cases where documentary evidence may be unavailable. The court's decision underscores that claims must be evaluated on the totality of evidence rather than on a single missing document.

0
IndiaNDTV ·

Bombay HC Suspends Life Term of Dabholkar Murder Convict Citing Weak Evidence

The Bombay High Court has suspended the life sentence of a convict in the 2013 murder case of anti-superstition activist Narendra Dabholkar. A bench of Justices Sarang Kotwal and Ranjitsinha Bhonsale raised concerns over the reliability of the evidence presented in the case. The court noted that eyewitnesses had identified the convict, Andure, only after a gap of eight years, casting doubt on their testimony. The bench also pointed to unresolved questions surrounding the recovery of the weapon used in the crime. These weaknesses in the prosecution's case led the court to suspend his life imprisonment term.

← NewerPage 106 of 2853Older →