SShortSingh.
0
IndiaNDTV ·

Orange Alert Issued for Heavy Rain in Three Uttarakhand Districts

The Meteorological Department has issued an Orange Alert warning of heavy to very heavy rainfall across three districts in Uttarakhand. The alert comes amid ongoing rains that have already triggered landslides affecting villages in the Nainital region. Residential homes in the area are reported to be at risk due to the unstable conditions caused by the persistent downpour. Authorities are monitoring the situation as the threat of further landslides remains high with rain expected to continue.

0
SportsESPNcricinfo ·

Anderson Takes Two Wickets on Comeback But Middlesex Fight Back

James Anderson made his return from injury playing for Lancashire, striking twice early in the match to put Middlesex under pressure. However, Middlesex staged a recovery, with Toby Hollman playing a frustrating innings that blunted Anderson's impact. Anderson was captaining Lancashire on his return, marking a significant moment in his comeback from injury. Despite his early breakthroughs, Middlesex's resilience ensured the contest remained competitive.

0
SportsESPNcricinfo ·

Rain limits play to 10.3 overs in Midlands Derby at Trent Bridge

Only 10.3 overs of cricket were possible at Trent Bridge as rain heavily disrupted the Midlands Derby fixture. The match between the two regional sides was severely curtailed by poor weather conditions. Despite the limited play, Haseeb Hameed achieved a notable personal milestone during the brief time on the field. The inclement weather meant meaningful contest between the sides was largely impossible on the day.

0
TechnologyTechCrunch ·

X Moves US Creator Payouts In-House with X Money, Dropping Stripe

X has announced that creator payouts in the United States will now be processed through its own X Money payments service. The shift effectively replaces the platform's previous payout system, which was powered by Stripe. The change brings financial transactions for creators under X's own infrastructure rather than relying on a third-party provider. No timeline or transition details for affected creators were immediately disclosed.

0
IndiaNDTV ·

UK Man and 12 Others to Face Trial Over Drugging and Rape of Wife

A man in the United Kingdom and 12 co-accused are facing trial over the alleged drugging and sexual assault of a woman, believed to be the first man's wife. The charges, confirmed by Greater Manchester Police, include five counts of rape, three counts of sexual assault, and six counts of assault by penetration. An additional charge relates to the unlawful sharing of intimate photographs or film. Guilty pleas have already been entered across several of these charges. The case is being handled by Greater Manchester Police authorities.

0
ProgrammingDEV Community ·

Developer builds reusable Claude Code skills to automate production website checklists

A developer noticed that AI-assisted tools like Claude Code excel at generating frontend components but consistently skip critical production steps such as SEO metadata, mobile optimization, CSP headers, and deployment configuration. After finding that lengthy prompt instructions were unreliable — with Claude often prioritizing some directives while silently ignoring others — the developer shifted to building focused, reusable skills for each production concern. These skills were published as an open-source repository called senternet-site-skills on GitHub, covering areas including prerendering, Lighthouse tuning, social share images, and analytics integration. The structured approach was applied to two live products, StockCar and BeeReady, resulting in more consistent production readiness and fewer repeated configuration errors across projects. The developer concludes that the greatest leverage in AI-assisted development comes not from writing longer prompts but from encoding operational standards into reusable, composable workflows.

0
IndiaNDTV ·

Trump Proposes Renaming Strait of Hormuz to 'Trump Strait'

US President Donald Trump has suggested renaming the Strait of Hormuz as the 'Trump Strait', the White House confirmed. The proposal marks the latest in a series of geographical renaming ideas floated by Trump. This comes just a week after he ordered the renaming of Lake Ontario to 'Lake America' amid an ongoing trade dispute with Canada. The White House has acknowledged the suggestion, though no further details on formal steps were immediately provided.

0
ProgrammingDEV Community ·

Codename One Adds CodeScanner.scan() for One-Line Barcode Scanning in Apps

Codename One, an open-source cross-platform framework for Java and Kotlin apps, has shipped PR #5575 introducing a high-level barcode scanning API called CodeScanner.scan(). Previously, reading a single QR code required developers to manually configure a camera session, process frames, and manage threading — steps now handled automatically by the new method. CodeScanner.scan() opens a scanner form, runs the barcode analyzer, returns the first detected code, and restores the previous screen, with cancellations and errors handled via a single AsyncResource callback. A companion CodeScannerOptions class lets developers customise on-screen text and restrict accepted barcode formats, preventing unintended reads in format-specific workflows. For embedded use cases, the new VisionCameraView component allows live camera analysis — including face detection — to run directly inside an application form without requiring a separate scanner screen.

0
IndiaTimes of India ·

Xi Jinping Urges Middle East Nations to Chart Independent Security Path

Chinese President Xi Jinping called on Middle Eastern countries to resist external interference and take control of their own regional security. He made these remarks during talks with Egyptian President Abdel Fattah el-Sisi. Both leaders agreed to strengthen bilateral cooperation across security and economic domains. China's push comes as it seeks to expand its regional influence and protect critical shipping lanes. Egypt, for its part, is broadening its international alliances by deepening engagement with Beijing.

0
ProgrammingDEV Community ·

How an AI agent silently broke a two-Actor data pipeline three different ways

A developer building an automated seller-risk assessment tool connected two existing Apify Actors via an AI agent using the Model Context Protocol, only to find the pipeline produced wrong answers despite showing no errors. The first Actor scrapes marketplace listings for seller tax IDs, while the second checks those IDs against public risk registries; keeping them separate optimises cost and scheduling but creates a tricky data-handoff problem. The agent's first wiring attempt passed a dataset ID between runs, which worked locally using a personal token but silently failed in cloud deployments due to insufficient cross-run read permissions. A subtler issue emerged from input schema design: the agent defaulted to whichever input field appeared first and had the most confident description, so the developer restructured the schema to promote direct value-passing and demote the dataset-ID option with an explicit permissions warning. The case highlights how agentic pipeline failures can be invisible at the infrastructure level, only surfacing when results are manually verified against a known source.

0
TechnologyTechCrunch ·

US Government Backs OpenAI in Copyright Dispute Over AI Training Data

The US government has filed a legal brief supporting OpenAI's position on using copyrighted material to train large language models. The government argued that a strong and competitive American AI industry is in the national interest. Authorities expressed concern that overly restrictive copyright rules could hamper the country's ability to lead global AI development. The brief signals that Washington views AI competitiveness as a strategic priority, aligning federal interests with those of major AI developers like OpenAI.

0
ProgrammingDEV Community ·

Apify MCP Connectors Let Scrapers Write Directly to Third-Party Services

A developer built a custom Apify Actor to eliminate the manual step of exporting scraped product data and pasting it into external tools like Notion or Supabase. Using Apify's newly released MCP (Model Context Protocol) connectors, the Actor can authenticate once with a third-party service and write data directly without ever handling user credentials itself. The Actor is designed to be destination-agnostic, dynamically querying whichever connected service the user selects to discover available write tools and match their argument schemas. The full implementation is published on GitHub at github.com/isolovyev77/apify-card-sink. The author documented six distinct failure modes encountered during development, noting that version mismatches and subtle async errors were among the hardest to diagnose.

0
ProgrammingDEV Community ·

ExtensionDash Tracks Browser Extension Rankings and Keyword Positions via AI Agent

A developer built ExtensionDash after finding that neither the Chrome Web Store nor Firefox's developer dashboard shows search keyword rankings for listed extensions. The free tool scrapes both stores nightly, recording installs, ratings, category ranks, keyword positions, and competitor data along with their full history. A key design focus was making data absence meaningful for AI agents — distinguishing between a keyword never scanned, scanned and found, and scanned but absent — to prevent agents from misreporting nulls as zeros. Every keyword position is also paired with the scan depth at which it was found, so a rank of 12 out of 50 results is never silently reported the same as 12 out of 9. The tool is free and open at extensiondash.com, supports the Model Context Protocol for agent integration, and caps accounts at three extensions and fifteen keywords each.

0
ProgrammingDEV Community ·

Developer adds AI interview mode to open-source STRIDE threat modelling tool

A developer has extended their open-source Python tool, P2 Threat Model Generator, with an agentic interview mode that uses a large language model to gather application details from users conversationally. The tool previously required structured input files such as Docker Compose or Kubernetes manifests, but real threat modelling discussions rarely begin that way. In the new mode, an LLM acts solely as an interviewer, asking one question at a time to populate an ApplicationDescriptor schema, while all security analysis logic remains deterministic and untouched. A strict system prompt prevents the model from inventing architectural details, ensuring it always prompts the user rather than assuming defaults. The developer notes this turn-by-turn approach outperforms single-shot prose extraction, which silently introduced hallucinated values into threat models during earlier testing.

0
ProgrammingHacker News ·

Los Alamos Residents Pitch Black Hole Museum as New Community Attraction

A new proposal has emerged in 2025 to establish a Black Hole Museum in Los Alamos, New Mexico. The concept appears aimed at enriching the local community with a culturally or scientifically themed public space. The idea was reported by the Los Alamos Reporter in late June 2025. The proposal is at an early conceptual stage, drawing initial attention from local residents and online discussions. No further details about funding, location, or timeline have been publicly confirmed.

← NewerPage 751 of 4286Older →