SShortSingh.
0
TechnologyArs Technica ·

PBS Station Risks Losing 50TB of Data After Cloud Provider Goes Silent

A PBS affiliate is facing the potential loss of 50 terabytes of data after its cloud storage provider, Iron Mountain, became unresponsive. The station has been unable to access its data stored on Iron Mountain's hardware and servers. Iron Mountain confirmed to Ars Technica that the station currently has no access to the data on its servers. The situation highlights the risks broadcasters face when relying on third-party cloud storage providers for critical media assets.

0
IndiaTimes of India ·

Mitch Evans Leads London E-Prix FP1; Wehrlein Third, Dennis Fifth

The London E-Prix got underway on Friday at the ExCeL Circuit in London with the opening practice session. Jaguar TCS Racing's Mitch Evans set the fastest time in FP1, claiming the top spot on the timing sheets. His title rivals Pascal Wehrlein and Jake Dennis also featured prominently, finishing third and fifth respectively. The session sets the stage for further competition as the championship contenders go head-to-head on the London circuit.

0
WorldBBC World ·

Activists Attempt Aid Delivery to West Bank Families Besieged by Israeli Settlers

Two Palestinian families in the occupied West Bank have been trapped inside their homes for several days. Israeli settlers have surrounded the residences, preventing the families from leaving. Activists attempted to deliver humanitarian aid to the besieged households. The incident highlights ongoing tensions between Palestinian residents and Israeli settlers in the occupied West Bank.

0
WorldBBC World ·

UK Removes Hardship Bonus for Diplomats Posted to Buenos Aires

British diplomats posted to Buenos Aires will no longer receive a hardship allowance, according to a recent policy change. The UK government provides civil servants with additional pay when assigned to cities deemed difficult or dangerous. Buenos Aires has been removed from the list of postings that qualify for this extra financial benefit. The decision suggests that the Argentine capital is no longer considered a hardship posting by UK authorities.

0
ProgrammingDEV Community ·

DJAI Open Canvas: Free Open-Source Infinite Canvas for Visual Film Planning

DJAI Open Canvas is a free, open-source, locally run infinite canvas tool designed for visual thinking, storyboarding, and film pre-production. Unlike traditional documents or slides, it offers an open, boundary-free workspace where users can arrange images, notes, diagrams, and references spatially. Filmmakers and video creators can consolidate storyboard frames, character references, camera angles, and production notes into a single visual map instead of scattered folders. The tool is also positioned as useful for AI video workflows, helping creators plan character consistency, shot progression, and scene details before generating clips. By organizing all creative elements visually in one place, it aims to bring structure to the early, often chaotic stages of a production.

0
SpaceNASA ·

NASA's COFFIES Tool Uses AI to Forecast Sun Regions That Trigger Space Storms

NASA scientists have developed an AI-powered tool called COFFIES to predict solar active regions responsible for generating dangerous space weather. The system was built by a team of astrophysicists and data scientists working under the COFFIES project, which stands for Consequence Of Fields and Flows in the Interior and Exterior of the Sun. Space weather, driven primarily by solar activity, poses increasing risks as NASA advances its plans for lunar and deep-space exploration. By identifying storm-causing regions on the Sun earlier, the tool aims to give scientists and mission planners more time to prepare and respond to potential disruptions.

0
WorldBBC World ·

Five Years On, West Struggles to Retain Leverage Over Taliban-Run Afghanistan

Five years have passed since the Taliban seized control of Afghanistan, raising serious questions about Western influence over the country. The international community has largely failed to compel the Taliban to moderate its governance or improve human rights conditions. Western nations, which once held economic and diplomatic leverage, have seen their bargaining power significantly diminish over time. The Taliban has consolidated its rule without meaningfully yielding to foreign pressure, leaving policymakers debating what tools, if any, remain available to the West.

0
ProgrammingDEV Community ·

Observer Pattern: How to Decouple Models from Side Effects in PHP MVC

The Observer Pattern is a behavioral design principle that establishes a one-to-many dependency between objects, so that when one object changes state, all registered dependents are notified automatically. In practice, this means a model's save() method no longer needs to directly handle cache invalidation, audit logging, or notifications — each concern is delegated to a separate observer. A concrete example is the QueryCacheObserver, which automatically invalidates only the relevant cache keys when a model is saved or deleted, without the model or controller being aware of the cache layer. The pattern is distinct from Publish-Subscribe, which adds a message broker intermediary so publishers and subscribers have no direct knowledge of each other. By inverting dependencies and isolating responsibilities, the Observer Pattern allows new behaviors to be added simply by registering a new observer, with no changes required to the subject.

0
IndiaTimes of India ·

Shoaib Akhtar regrets not playing more under Imran Khan's captaincy

Former Pakistan fast bowler Shoaib Akhtar has expressed regret over not having had more opportunities to play under Imran Khan's leadership. Akhtar, one of Pakistan's most prolific pace bowlers, took 178 wickets in 46 Tests and 247 wickets in 163 ODIs during his international career. His time in international cricket came to an end during the 2011 World Cup in India, reportedly due to differences with then-captain Shahid Afridi. Akhtar's comments reflect on what might have been had he played a greater role under Khan's captaincy.

0
WorldBBC World ·

Selena Gomez Faces Lawsuit from Wondermind Global Investors

Pop star Selena Gomez is facing a lawsuit filed by investors who backed Wondermind Global, a mental health media company she co-founded. The investors allege that Gomez failed to fulfil commitments she had made in connection with the venture. BBC journalist Ana Guerra-Moore has been examining the details and background of the legal claims. The case centers on whether Gomez met her obligations to those who financially supported the company.

0
SportsESPNcricinfo ·

Bedingham ton powers Durham to One-Day Cup semi-finals with 162-run win

Durham secured a commanding 162-run victory over Lancashire to advance to the One-Day Cup semi-finals. David Bedingham played a pivotal role with a century, anchoring Durham's strong batting performance. Lancashire were unable to mount a meaningful response to Durham's total, eventually succumbing to a heavy defeat. Afghan legspinner Ghafari proved decisive with the ball, claiming four wickets to help bundle out Lancashire. The result confirms Durham's place among the last four teams in the competition.

0
ProgrammingDEV Community ·

RSS Atlas explains its feed ranking system and what it refuses to count

RSS Atlas, an RSS feed directory, has published a detailed breakdown of how it ranks feeds, citing favorites, page views, and AI fetches as its three signals, weighted with time decay so recent engagement matters more. The platform states that payments, ad slots, article volume, and feed age are explicitly excluded from ranking calculations. Ad placements are inserted only at the display layer and have no effect on scores or ordering. To prevent manipulation, AI fetch counts are deduplicated per client per day, scale logarithmically across distinct clients, and sudden spikes are withheld pending review. The platform argues that allowing paid positions would undermine the directory's core value, turning it into an advertisement list rather than a trustworthy reference.

0
ProgrammingHacker News ·

Researchers Propose Contract-Grade Verifier for LLM-Generated GPU Kernels

A research paper published on arXiv proposes a contract-grade verification system targeting GPU kernels generated by large language models. The work addresses concerns around the correctness and reliability of AI-generated low-level code used in high-performance computing. The paper was shared on Hacker News, where it received minimal engagement at the time of publication. Further details on methodology and findings are available in the full paper at arXiv.

0
ProgrammingDEV Community ·

DS Express Errors v1.9.1 Fixes Missing TypeScript Types for Prisma and HTTP Classes

The DS Express Errors library released version 1.9.1 on August 13, 2026, addressing missing TypeScript type definitions. The update fixes absent types in config.d.ts for Prisma error classes and adds missing types in presets.d.ts and index.d.ts for GatewayTimeout and UnprocessableContent. Previously, these omissions caused a poor developer experience in strict TypeScript projects, as required interfaces were not included in error class and preset types. The patch aims to make TypeScript integration smoother and more reliable for developers using the centralized errors library.

0
ProgrammingDEV Community ·

Developer Streamlines Claude Code Workflow With Zsh Upgrades and Smarter CLI Tools

A developer documented how they resolved two recurring friction points when using Claude Code: a bare-bones zsh shell lacking autocomplete and history filtering, and repetitive manual permission prompts for read-only commands. Rather than adopting a full framework like oh-my-zsh, they installed lightweight packages — zsh-autosuggestions and zsh-completions — alongside custom history settings to enable input-based history filtering. Modern CLI replacements were also adopted, swapping ls, cat, and cd for eza, bat, and zoxide respectively, chosen for their minimal footprint and zero impact on shell startup speed. The workflow changes were integrated with Claude Code's permission system to reduce interruptions during collaborative terminal sessions. The post serves as a practical guide for developers seeking incremental, low-overhead improvements to their terminal environment.

0
ProgrammingDEV Community ·

Developer builds ReelCraft Python tool to auto-edit short videos using Gemini and ffmpeg

A developer created ReelCraft, a Python CLI tool that automates the creation of vertical short videos from a folder of photos and video clips. The project began after a misunderstanding about Gemini Omni Flash, which turned out to be a single-video effects model rather than a multi-asset understanding tool. Instead, the pipeline uses Gemini 3.7 Flash to analyze each media file individually, then aggregates the results to generate an edit decision list in a YAML file for human review. Once confirmed, ffmpeg handles the actual cutting and cropping, Lyria 3 generates background music, and subtitles are automatically burned into the final 9:16 video. The developer documented several silent failures in both ffmpeg and Gemini that only became apparent upon playing the finished output.

0
IndiaNDTV ·

Rajasthan to Introduce Uniform Civil Code Bill with Tribal Exemption

The Bhajan Lal government in Rajasthan is preparing to table a Uniform Civil Code (UCC) Bill in the state legislature. A key feature of the proposed legislation is the exclusion of tribal communities from its purview. This decision has sparked fresh debate, particularly in the tribal-dominated regions of south Rajasthan. The exemption is being seen as a significant move that could have implications for tribal identity and customary practices in the state.

← NewerPage 96 of 2651Older →