SShortSingh.
0
ProgrammingDEV Community ·

Developer builds C++ tool to extract text from scrolling screen recordings at 94% accuracy

A developer built Palimpsest, a free open-source CLI tool written in C++ that extracts and reconstructs text from screen recordings of scrolling documents. The project was prompted by a personal need to digitize 1.5-hour banking regulation video lectures his father was watching, which had no downloadable PDF equivalent. Rather than transcribing manually, the developer designed a multi-stage processing pipeline and used AI to generate most of the C++ code. The tool uses lock-free producer-consumer buffers and a technique called dwell gating to avoid OCR on motion-blurred frames, instead capturing stable ones. It runs at 323 FPS on a laptop integrated GPU, achieves 94.56% accuracy on dense regulatory text, and outputs clean TXT or DOCX files entirely offline.

0
ProgrammingDEV Community ·

Developer shares 6 hard-learned lessons building a multilingual Next.js 15 site

A developer building a 150-page multilingual tool website (utlkit.com) with Next.js 15 on Cloudflare Pages documented six key pitfalls encountered during the process. Query string-based language switching was abandoned early due to SEO failures, caching conflicts, and broken social sharing links. The developer ultimately adopted a dynamic [locale] route segment approach, giving each language version its own distinct URL for better search engine indexing. Additional issues included nested HTML caused by duplicate layout files, silent failures of server-side redirects in static export mode, and multilingual metadata breaking due to Next.js 15 treating route params as async promises. Each problem was resolved through specific code-level fixes, which the developer shared to help others avoid the same mistakes.

0
ProgrammingDEV Community ·

How Enterprises Should Decide When to Build AI Skills vs. Use Simple Prompts

As agentic AI design matures, developers are being urged to move beyond one-off prompts toward structured, governed AI skills for repeatable enterprise workflows. Writing for DEV Community, the author outlines key differences between ephemeral prompts and persistent AI skills across dimensions like governance, composition, and compliance. Using Microsoft Copilot Studio as a reference platform, the piece introduces principles such as the Rule of Two, hybrid execution logic, and carbon-aware routing to guide responsible skill design. However, the author cautions against 'skill sprawl', warning that converting every minor prompt into a persistent agentic workflow inflates costs and maintenance burden. The core message is one of restraint: ad-hoc prompts remain valid for personal and exploratory tasks, while formal AI skills should be reserved for processes requiring strict compliance, auditability, and team-wide consistency.

0
IndiaTimes of India ·

US archaeology student unearths 1,200-year-old gold artifact on first dig in England

A 20-year-old American archaeology student discovered a ninth-century gold artifact in Northumberland, England, during her very first excavation. The find came just 90 minutes into the dig, making it a remarkable debut for the student. The intricately crafted piece is believed to have served a ceremonial purpose. It was unearthed near Dere Street, a historically significant route tied to Roman and early medieval Britain.

0
IndiaTimes of India ·

Sam Altman admits he underestimated how slowly AI would reshape the economy

OpenAI CEO Sam Altman has publicly acknowledged that he misjudged the pace at which artificial intelligence would disrupt the economy following the release of GPT-4 in 2023. Speaking on David Senra's podcast, Altman said he had anticipated far greater economic upheaval than actually materialized. He attributed the slower-than-expected shift not to the technology itself, but to human behavioral inertia, noting that people continue using familiar tools and patronizing the same businesses. Altman also conceded that the broader AI community has been overly optimistic about development timelines, a view consistent with his own revised AGI forecast, now pushed to 2030.

0
ProgrammingDEV Community ·

Next.js 16.3 Targets Instant Navigation While Retaining Server Components

Next.js 16.3 has introduced an Instant Navigations architecture that aims to deliver the fast transitions of single-page applications without sacrificing the advantages of React Server Components. The framework achieves this through techniques such as route shell reuse, caching, streaming, and partial prefetching to minimize perceived delay during navigation. The release also brings development improvements including reduced memory consumption and faster build and rendering times. The update signals a broader shift in frontend performance thinking, moving from page-load optimization toward measuring the speed of every user interaction. Separately, Next.js has announced a security patch scheduled for August 26 to address a critical vulnerability in supported versions.

0
ProgrammingDEV Community ·

OpenAI Pauses Astra Model After It Crosses Critical Cybersecurity Threshold

OpenAI reportedly halted internal development of its Astra AI model after internal evaluations found it capable of autonomously discovering and exploiting zero-day software vulnerabilities. It became the first model to trigger the 'Critical' cybersecurity threshold under the company's Preparedness Framework. OpenAI moved Astra to isolated testing subject to government and safety review before any further deployment. Unlike earlier AI tools that assisted in writing known malware, autonomous zero-day discovery represents a fundamentally different and more dangerous capability class. Security experts warn this development compresses the most skilled and time-intensive phase of offensive hacking into a scalable, rentable compute task, potentially reshaping the threat landscape for cloud and enterprise infrastructure.

0
ProgrammingDEV Community ·

ChatGPT and Gemini Hit 1 Billion Users, but the Infrastructure Cost Is Staggering

ChatGPT surpassed one billion weekly users faster than any consumer product in history, with Google's Gemini reaching similar numbers shortly after. Unlike traditional web platforms where serving more users gets cheaper over time, every AI query requires real GPU compute, meaning the marginal cost per user does not shrink the way it did for companies like Facebook. Providers like OpenAI are simultaneously cutting prices — with some tiers dropping to around $0.20 per million input tokens — while absolute compute demand explodes, forcing them to absorb losses now in hopes that unit economics improve later. For businesses building on these APIs, this creates volatile, hard-to-predict costs that behave less like a standard API call and more like an expensive compute job priced per token. Experts warn that teams must actively route queries to cheaper models for simpler tasks and closely attribute AI spending by feature and team, applying the same financial discipline used for cloud infrastructure.

0
IndiaTimes of India ·

UEFA's Ceferin rules out FIFA run but urges Infantino to step down or face challenger

UEFA president Aleksander Ceferin has confirmed he will not run against Gianni Infantino in next year's FIFA presidential election. However, Ceferin warned that Infantino could face a serious rival candidate if he chooses to seek re-election. The remarks follow Infantino's scrapped proposal to sell FIFA competition rights, which drew significant criticism. Ceferin suggested that Infantino no longer commands widespread support within the global football community. He also pointedly reminded Infantino that UEFA had played a key role in backing his original rise to the FIFA presidency.

0
IndiaNDTV ·

Tamil Nadu Scraps Parandur Airport Project Amid Protests

Tamil Nadu Chief Minister C Joseph Vijay has announced the cancellation of the proposed Parandur airport project. The chief minister declared his support for the protesters who had been opposing the development. Vijay stated he stands firmly with those who demonstrated against the planned airport. The decision marks a significant policy reversal for the state government on the infrastructure project.

0
ProgrammingDEV Community ·

Open RDS and Permissive Security Groups Carry Both Security and Cost Risk

Cloud misconfigurations such as publicly accessible RDS instances, unrestricted security groups, and wildcard IAM roles create overlapping security and financial risks that are often tracked separately by different teams. Internet-facing databases absorb constant scan traffic, driving up CPU usage and egress costs, while open security group rules on sensitive ports frequently precede costly breach incidents, often discovered first through billing anomalies rather than security alerts. Overly permissive IAM roles add unpriced tail risk, as a single leaked admin-scoped key can enable attackers to launch hundreds of instances across multiple regions. Auditing these three configuration categories and tagging each finding with both a risk note and an estimated dollar impact can help security and finance teams jointly prioritize remediation. Addressing these issues does not constitute a complete security program, but it reduces negligence, lowers cloud spend, and makes compromised resources harder for attackers to monetize.

0
Crypto & Web3CoinDesk ·

Ray Dalio recommends small Bitcoin allocation amid growing U.S. debt concerns

Bridgewater Associates founder Ray Dalio has advised investors to hold a modest amount of Bitcoin as risks surrounding U.S. debt continue to mount. Dalio connected recent stress in Treasury markets to his long-held framework for analyzing debt crises. While he acknowledged Bitcoin's role as a potential hedge, he made clear that gold remains his preferred store of value in such an environment. His comments reflect a cautious but notable endorsement of cryptocurrency from one of the world's most prominent macro investors.

0
Crypto & Web3CoinDesk ·

US Treasury Buyback Fails to Lower Yields, Bitcoin and Gold Rally Instead

Treasury Secretary Bessent's $4 billion bond buyback program was designed to push Treasury yields lower as part of broader debt management efforts. However, the initiative did not achieve its intended effect, with yields remaining stubbornly elevated. Instead of the expected bond market relief, the move appeared to fuel a surge in bitcoin and gold prices. The outcome highlights investor skepticism toward traditional debt tools and growing appetite for alternative assets. The episode raises questions about the government's ability to manage borrowing costs through buyback mechanisms alone.

0
IndiaTimes of India ·

Doctor assaulted by patient's kin at Kalyan hospital, FIR filed after initial NC complaint

A doctor was allegedly attacked by a patient's son at a private hospital in Kalyan late Saturday night. The incident triggered panic among other patients who were present at the facility. Authorities initially filed a non-cognisable complaint, which was subsequently upgraded to a formal FIR. The assault comes weeks after a similar attack on doctors in nearby Dombivli. Medical professionals are now demanding stronger protective measures and strict action against perpetrators.

0
ProgrammingDEV Community ·

Structured AI Coding: Why Context and Architecture Matter More Than Prompts

A software development perspective published on DEV Community argues that 'vibe coding' — describing features to an AI assistant and receiving instant code — is powerful but insufficient for building scalable applications. The author contends that feeding AI clear structure, defined architecture, and a reviewed database schema before generating code produces far better results than open-ended prompts. The recommended workflow moves sequentially through requirements, architecture decisions, database design, backend generation, API contracts, and frontend integration, with AI following predefined patterns at each stage. Security, performance, and testing are flagged as areas where human judgment must supplement AI output, particularly around authentication, query optimization, and actually running generated tests. The author concludes that the developer's role is evolving toward directing AI effectively rather than being replaced by it.

0
IndiaNDTV ·

Chlorine Gas Leak at Nagpur Water Plant Sends Several to Hospital

A chlorine gas leak occurred at a water treatment plant in Nagpur, triggering widespread panic in the surrounding area. The incident resulted in multiple people requiring medical attention. Some affected individuals made their way to hospitals independently, while police assisted in hospitalising others. The leak raised concerns about safety protocols at the facility. Authorities are investigating the cause of the gas leak.

← NewerPage 23 of 3048Older →