SShortSingh.
0
IndiaNDTV ·

Odisha Tutor Arrested for Allegedly Raping, Impregnating Class 9 Student

A private tutor in Odisha's Mayurbhanj district was arrested on Friday on allegations of raping a Class 9 student from a residential school. The crime allegedly took place during the student's summer vacation while she was staying at home. The girl's pregnancy was discovered during a routine health check-up at her school. Police confirmed the arrest following the medical findings that prompted an investigation.

0
IndiaTimes of India ·

BCCI's stance on National Sports Bill leaves state cricket bodies confused

State cricket associations are uncertain about how to proceed as the BCCI takes an ambiguous position on the National Sports Governance Act. The board insists that its elections must be conducted in accordance with its own constitution, putting it at odds with a government notice that permits postponing elections until December 2026. The disagreement centers on contentious issues such as cooling-off periods for officials and conflict of interest rules. This lack of clarity has created governance confusion across multiple state-level cricket bodies.

0
ProgrammingDEV Community ·

QueensGamers Launches Free Browser Puzzle Site with 1,800 Boards and Open-Source Engine

Developer Aladdin has launched QueensGamers.com, a free browser-based platform offering 1,800 colored-region Queens puzzles across six grid sizes ranging from 7×7 to 12×12. The logic puzzle requires players to place one queen per row, column, and colored region, with no two queens touching even diagonally. A Daily mode serves three shared puzzles every 24 hours, while an archive preserves past challenges for players who miss a day. Alongside the site, the developer released an open-source TypeScript engine on GitHub that handles puzzle generation, validation, solving, and unique-solution verification with zero runtime dependencies. The engine's v0.1.0 pre-release supports both browser and Node.js environments and uses seed-based deterministic generation to ensure reproducible puzzles.

0
ProgrammingDEV Community ·

Critical GiveWP flaw allows unauthenticated attackers to execute server commands

A critical vulnerability, tracked as CVE-2026-82222, has been discovered in GiveWP, a popular WordPress donation plugin, affecting versions 4.16.7.1 and earlier. The flaw allows unauthenticated attackers to chain multiple weaknesses — including a registration bypass, PHP object injection via the last_name field, and a TCPDF gadget chain — to achieve remote code execution on vulnerable servers. Exploitation requires no user interaction and can be carried out entirely through API requests, making it particularly dangerous. Successful attacks could lead to theft of donor data and database credentials, installation of web shells, and lateral movement within the hosting environment. Site administrators are urged to update GiveWP to version 4.16.7.2 or later and audit their installations for suspicious accounts, sessions, and legacy forms.

0
ProgrammingDEV Community ·

PaperCut Issues Second Emergency Patch for Actively Exploited RCE Vulnerabilities

PaperCut has released a second emergency patch addressing two critical flaws, CVE-2026-81578 and CVE-2026-82078, affecting its MF and NG print management software. The vulnerabilities chain an authentication bypass with insecure dynamic class loading, allowing unauthenticated attackers to execute Java code with SYSTEM-level privileges on the server. The initial fix left residual bypass vectors, making the Release 2 update mandatory for full remediation. Active exploitation has been confirmed, with attackers observed stealing credentials, deploying additional payloads, and moving laterally within networks. Administrators are urged to apply Release 2 immediately and restrict management interface access to trusted IPs or VPNs.

0
ProgrammingDEV Community ·

Zabbix Agent Flaw Lets Low-Privileged Users Escalate to Admin via Malicious DLL

A medium-severity vulnerability, tracked as CVE-2026-59781, has been disclosed in Zabbix agent versions prior to 7.0.24 and 7.4.8. The flaw stems from incorrect file access permissions during installation, allowing a local low-privileged attacker to plant a malicious DLL in a path searched by the installer. When an administrator runs the vulnerable installer, it inadvertently loads the attacker's DLL, executing arbitrary code with administrator privileges. Successful exploitation could lead to privilege escalation, credential theft, persistence, and disruption of endpoint monitoring. Users are advised to upgrade to Zabbix agent 7.0.24, 7.4.8, or later, and to restrict write permissions on installer directories.

0
IndiaTimes of India ·

Pakistani Drone Spotted Near LoC in Rajouri, J&K Forces on High Alert

Indian security forces detected a Pakistani drone near the Line of Control in Jammu and Kashmir's Rajouri sector on Friday evening. Military personnel tracked the unmanned aerial vehicle as it approached the border area. The incident is part of a recent pattern of suspected drone sightings reported across Jammu and Kashmir. In response, security forces have stepped up search operations in forward areas to locate any materials that may have been dropped. Authorities continue to monitor the border closely as they await official confirmation and further details.

0
Crypto & Web3CoinDesk ·

Ripple upgrades XRP Ledger with quantum-resistant security ahead of Q-Day

Ripple is working to make the XRP Ledger resistant to quantum computing threats before so-called 'Q-Day' arrives. The move comes amid growing urgency in the crypto industry, as an Anthropic AI model recently reduced the computational work needed to break a leading post-quantum cryptography candidate by a factor of 67 million. Bitcoin and Ethereum have also published their own quantum migration plans this week. The parallel efforts signal a broader push across major blockchain networks to future-proof their security infrastructure against advances in quantum computing.

0
ProgrammingDEV Community ·

Why RAG Systems Need Independent Layer Metrics, Not Just Output Reviews

Retrieval-Augmented Generation (RAG) systems can produce fluent, confident-sounding answers even when the underlying retrieval is failing, making eyeball evaluation dangerously misleading. A real-world demo incident revealed a system retrieving the correct document only 30% of the time, yet appearing flawless because demo questions were hand-picked. Experts argue RAG evaluation must measure the retrieval and generation layers independently using metrics such as Hit Rate, MRR, Precision@k, and NDCG. Hit Rate at k=5 is considered the single most critical metric, with scores below 80% pointing squarely to a broken retriever. Without structured, labelled evaluation sets and layer-specific scoring, teams have no reliable way to identify where quality is being lost or where to focus fixes.

0
IndiaNDTV ·

Trump Announces US Space Academy for Military and Civilian Training

US President Donald Trump has announced plans to establish a Space Academy in the United States. The institution is intended to train both military and civilian recruits for space-related roles. The announcement comes amid an intensifying space race between the US and China, with both nations aiming to land astronauts on the Moon before 2030. This would mark humanity's return to the lunar surface for the first time in over 50 years since the Apollo missions.

0
IndiaTimes of India ·

Ex-Pakistan chief selector accuses Imam-ul-Haq of faking injuries

Former Pakistan chief selector Mohammad Wasim has publicly alleged that opener Imam-ul-Haq has a pattern of feigning injuries. The claim comes after Imam was ruled out of the recent Lord's Test match following a calf injury. Scans confirmed the injury to be a low-grade strain, which sidelined him from the game. The controversy adds to Pakistan's broader struggles in the ongoing Test series against England, where their batters have been dominated by the hosts' pace attack.

0
IndiaTimes of India ·

IGL Raises CNG Prices in Delhi-NCR From August 29 Amid Rising LNG Costs

Indraprastha Gas Limited (IGL) has announced a hike in compressed natural gas prices for Delhi and surrounding areas, effective August 29. The increase is driven by rising costs of imported liquefied natural gas in international markets. Ongoing conflicts in the Middle East have further contributed to supply chain pressures, pushing up freight and fuel costs globally. This latest revision follows several previous rounds of price increases by the distributor. The hike is expected to impact both freight operators and passenger transport services across the Delhi-NCR region.

0
ProgrammingHacker News ·

TurboKV: A High-Performance Key-Value Store Built in Rust

TurboKV is a new key-value store project developed using the Rust programming language, emphasizing high-speed performance. The project has been shared on Hacker News, where it received minimal initial engagement with 5 points and no comments. The source code is publicly available on GitHub under the repository kingroryg/turbokv. Details about its architecture, benchmarks, or intended use cases are not yet widely documented in public discussion.

0
ProgrammingDEV Community ·

How Snowflake Cortex Brings AI Capabilities Into Enterprise Data Analytics

Snowflake Cortex is an AI and machine learning layer built into the Snowflake cloud data platform, designed to extend traditional SQL-based analytics with capabilities like text summarization, sentiment analysis, and natural language processing. Organizations increasingly need to extract insights from both structured and unstructured data at scale, and generative AI is enabling users to query data in plain language rather than writing complex SQL. Cortex allows businesses to run AI-powered workflows within the same environment where their data already lives, reducing the need to move data to separate systems. A practical example involves a sales analytics scenario where SQL handles revenue calculations and regional comparisons, while Cortex can interpret unstructured customer feedback to explain why certain products are underperforming. The approach positions AI as a complement to existing analytics workflows rather than a replacement for them.

0
ProgrammingDEV Community ·

Developer corrects 8x token cost error for Claude Code subagents: 54k, not 436k

A developer team at DEV Community published a correction after discovering their earlier estimate of ~436,000 tokens per Claude Code subagent spawn was roughly eight times too high. Re-measuring with a minimal 'do-nothing' probe agent revealed the true spawn cost is 54,154 tokens, covering the system prompt, tool schemas, and related context written once into the prompt cache. The original figure was inflated because their method summed all input tokens across multiple API requests, counting the same cached context repeatedly at face value rather than accounting for cheaper cache-read pricing. This error shifted their delegation break-even threshold from 200,000 tokens down to approximately 40,000–50,000 tokens, meaning files larger than that threshold should be delegated to a subagent rather than read inline. The team noted the mistake was not conservative but actively costly, as it caused larger files to stay in the parent context and silently increase costs on every subsequent request.

0
ProgrammingDEV Community ·

Lord Acton's Misquoted Maxim and What Power Actually Does to People

Lord Acton's 1887 letter is widely misquoted — he wrote that power 'tends to' corrupt, a nuance that leaves room for human agency rather than treating corruption as inevitable. The author argues that power functions as a reagent, not a verdict, revealing character under pressure rather than determining it. The same logic applies to scrutiny, which can expose whether reputations in any field are built on substance or unchallenged reverence. The piece also contends that the barriers between individuals and meaningful work have shrunk dramatically, with research and tools now widely accessible. Waiting for institutional permission, the author concludes, is a form of self-doubt that costs both the individual and the world.

0
ProgrammingDEV Community ·

Three TypeScript Patterns for Building Rule-Dependent Date Tools in Frontend

A developer on DEV Community has outlined three TypeScript design patterns for building frontend date tools that depend on changing policy rules. The first pattern replaces boolean eligibility flags with discriminated union types, so incomplete inputs cannot silently resolve to false negatives. The second introduces versioned rule objects with effective dates and source metadata, ensuring old results remain traceable when rules are updated. The third pattern bundles evaluation output with route details, rule IDs, input warnings, and source links, making the reasoning behind any date result visible in the UI. The author notes these patterns apply broadly to tax-residency calculators, insurance waiting periods, and any frontend where business rules evolve over time.

0
ProgrammingDEV Community ·

Attest Tool Uses ADK Agents to Audit AI Claims About SEC-Registered Advisers

A developer built Attest, an open-source AI agent, to monitor and audit what large language models say about SEC-registered investment advisers. The tool runs a scheduled battery of factual questions about advisory firms and scores each AI-generated answer against the firm's official Form ADV Part 1A filing. Results are stored in a hash-chained, append-only archive hosted on Google Cloud Storage, making entries tamper-resistant and auditable. The project was created for the All Things Agentic Hackathon and uses Google's Agent Development Kit, with multiple Gemini model versions deliberately separated to avoid a model grading its own output. The tool addresses a regulatory gap highlighted in the SEC's 2026 examination priorities, where firms are increasingly being asked about AI but have no record of how third-party models describe them.

← NewerPage 569 of 3867Older →