SShortSingh.
0
IndiaNDTV ·

Congress Appoints New UP In-Charge Rajendra Pal Gautam with Bahujan Focus

Congress has appointed Rajendra Pal Gautam as its new Uttar Pradesh in-charge, signaling a strategic shift in the party's approach to the state. Gautam, known for his association with Bahujan community issues, called for unity among those committed to strengthening the Constitution and democracy. The appointment carries political subtext around seat-sharing negotiations within the INDIA bloc in UP. His emphasis on Bahujan outreach suggests Congress may be positioning itself more assertively ahead of future electoral contests in the state.

0
ProgrammingDEV Community ·

Five Open-Source NotebookLM Alternatives Tested for Offline, Private Use

A developer tested five open-source alternatives to Google's NotebookLM over a weekend, focusing on privacy concerns around sharing sensitive documents with cloud services. The projects evaluated were Open Notebook, Notex, KnowNote, NotebookLM-Local, and InsightsLM, each differing in setup time, hardware requirements, and offline capability. Open Notebook offered the broadest feature set with multi-model support and a working offline podcast generator, while Notex stood out as a lightweight single-binary option requiring no Docker or database setup. KnowNote provided the most accessible experience for non-technical users as a desktop app, and NotebookLM-Local bundled a local AI model for fully offline use, though with shallower output quality. InsightsLM was the most complex to deploy but offered programmable document workflows via N8N, making it better suited for teams than individual users.

0
ProgrammingDEV Community ·

Developer builds QR code generator in vanilla JS with 202 tests, zero dependencies

A software developer has built a fully functional QR code generator using pure vanilla JavaScript, implementing the complete QR Code Model 2 algorithm without any external libraries or server-side components. The project follows a strict zero-dependency rule applied across the developer's collection of browser-only tools hosted at devnestio. Building from scratch required deep engagement with a 126-page ISO specification, covering Reed-Solomon error-correcting codes, Galois Field GF(256) arithmetic, and matrix encoding techniques. The tool supports real-time generation, multiple output sizes, four error correction levels, custom colors, and both PNG and SVG downloads. A test suite of 202 tests validates every layer of the algorithm, from mode detection and UTF-8 encoding to mask patterns and format string generation.

0
ProgrammingDEV Community ·

Community Guide: How to Run AI Libraries on AMD Radeon 780M GPU

A developer has published a step-by-step community guide for installing AI libraries on AMD Radeon 780M and other GFX110X-series GPUs. The guide covers both Linux and Windows setups, though it notes that Windows users lack Triton and JAX support. Key requirements include at least 16GB of RAM, a recent Python version, and over 5GB of free disk space, as the ROCm-based packages are large. The guide walks users through GPU verification, Python virtual environment creation, and package installation via AMD's ROCm nightly index. It also covers optional installation of ComfyUI, a popular graphical wrapper for running AI image generation models.

0
IndiaTimes of India ·

Horoscope today: Daily astrological predictions for June 28

Horoscope Today: Read daily horoscope predictions for June 28, 2026. Know all about the astrological events and influences that will be affecting each of the 12 zodiac signs. Our astrologer has analyzed the movements of the planets and the alignment of the stars to bring you the most accurate and up-to-date horoscope predictions for the day ahead. Get ready to discover what the stars have in store for you today.

0
ProgrammingDEV Community ·

Developer open-sources high-performance Solana copy-trading bot built in Rust

A developer has released an open-source copy-trading bot for the Solana blockchain, written in Rust and available on GitHub under the handle DexCrancer. The bot monitors a target wallet's on-chain activity and automatically mirrors its trades on decentralized platforms Raydium and Pump.fun in near real-time. It is designed for developers working in Solana Web3, offering a full-stack architecture that includes wallet integration, on-chain logic, a backend API with WebSockets, and a frontend UI. Users can backtest strategies, apply custom risk rules, and extend the bot with their own market filters before deploying with real capital. The project is intended purely for educational purposes, with the author noting that trading involves risk and users should comply with applicable local laws.

0
ProgrammingDEV Community ·

How FIFA pre-sets the 2026 World Cup bracket before third-place teams are known

The 2026 FIFA World Cup features 48 teams across 12 groups, with the top two from each group advancing automatically to make 24 qualifiers. To complete a 32-team knockout bracket, the eight best third-placed finishers from across all 12 groups are also admitted, but their identities are unknown until the group stage ends. Despite this uncertainty, the bracket structure — determining who plays whom and where — is fixed well in advance of any matches being played. FIFA achieves this by pre-mapping all possible combinations of which eight groups produce the qualifying third-place teams, assigning each combination a predetermined set of matchups. A key constraint in the draw is that no third-place team can be drawn against the group winner from their own group, since the two sides already met during the group stage.

0
ProgrammingDEV Community ·

DocuShark Launches Collaborative Document Hub With Offline and AI Agent Support

DocuShark has launched a document collaboration platform designed to consolidate multiple work tools into a single hub. The editor supports real-time collaborative editing, simultaneous writing, drawing, and file storage within a single document. Users can continue working offline, with changes syncing automatically once they reconnect to the internet. The platform is built with AI agent integration in mind, offering features like citations, field-based duplication prevention, and targeted edits via MCP endpoints. DocuShark positions itself as an integration layer rather than a competitor to existing tools, aiming to reduce knowledge fragmentation across platforms.

0
SportsESPNcricinfo ·

Australia's Molineux eyes pressure game against must-win India in Women's T20 WC

Australia spinner Beth Molineux has expressed her team's intent to intensify pressure on India in their upcoming Women's T20 World Cup match. India are in a must-win situation, needing a victory to keep their semi-final qualification hopes alive. Australia, by contrast, have already secured their spot in the last four, giving them the freedom to play without pressure. Molineux indicated that Australia plan to exploit India's high-stakes position by ramping up the pressure during the contest.

0
ProgrammingDEV Community ·

Long CLAUDE.md files cause Claude Code to ignore rules, experts warn

Developers using Claude Code often find that adding too many rules to their CLAUDE.md file causes the AI to silently ignore some of them. Research suggests frontier models can reliably follow only around 150–200 instructions at once, meaning rule adherence degrades as more lines are added. Claude Code's own system prompt consumes part of that budget before any project-specific rules are even read, shrinking the effective limit further. Experts recommend treating CLAUDE.md as a strict attention budget rather than a wishlist, keeping only rules critical enough to bet on. For non-negotiable actions — such as never committing secrets — deterministic shell hooks are advised over prose instructions, as hooks fire automatically every time regardless of model behavior.

0
ProgrammingDEV Community ·

Kiponos Java SDK Lets Ops Tune Saga Timeouts Live Without Redeployment

Managing distributed checkout sagas across inventory, payment, and shipping services traditionally requires hardcoded timeouts scattered across multiple Spring Boot configuration files or Helm deployments. Kiponos.io addresses this by providing a shared, hierarchical config tree where every saga participant reads step timeouts, retry budgets, and compensation triggers from local in-memory cache. When operators update a value in the Kiponos dashboard, WebSocket deltas propagate the change to all connected JVMs instantly, eliminating the need to roll out new deployments across services. Each service reads only its relevant subtree locally, keeping the saga executor hot path fast while remaining responsive to live operational changes. This approach allows NOC and risk teams to adjust saga behavior — such as extending a payment timeout during a card processor slowdown — in real time without waiting for a deployment cycle.

0
ProgrammingDEV Community ·

Why letting AI agents publish to the web requires strict access controls

A developer working on AI agent workflows argues that giving an autonomous agent the ability to publish documents to the public internet introduces serious risks around access control, data exposure, and accountability. Unlike a human deliberately hitting publish, an agent may expose unfinished drafts, leave links live indefinitely, or leak sensitive information as a side effect of a larger automated task. The author outlines five key design principles for safer agent-driven publishing: private-by-default links, instant revocability, built-in link expiry, per-viewer analytics, and idempotent URL updates. Implementing these controls through a structured tool layer — such as via the Model Context Protocol — keeps policy enforcement separate from the AI model's decision-making. The author recommends that flipping a link to fully public always remain a deliberate, human-reviewable step rather than something the agent can do autonomously.

0
ProgrammingDEV Community ·

Multi-Agent AI Explained: How Coordinated AI Systems Outperform Solo Agents

Developer Maneshwar, creator of the open-source AI code review tool git-lrc, has published a guide explaining how multi-agent AI systems work and why they outperform single-agent setups. A single AI agent is defined as an autonomous system that designs its own workflow using available tools, powered by a large language model, but it faces clear limitations when handling complex, multi-step tasks simultaneously. Multi-agent systems address this by allowing multiple autonomous agents to cooperate within structured arrangements, ranging from flat peer networks to hierarchical supervisor models. Key advantages include flexibility, scalability, and specialization, where individual agents can be optimized for specific tasks such as research, computation, or web scraping. Notably, agents that share feedback and knowledge with one another tend to synthesize information at a significantly higher level than any single agent working alone.

0
Crypto & Web3CoinDesk ·

Bitcoin Falls With Gold and Silver as Fed Hawkishness Unwinds Hedge Trade

Bitcoin is declining alongside gold and silver as a broader market selloff hits traditional safe-haven assets. The cryptocurrency had long been grouped with precious metals as a hedge against a weakening US dollar. A more hawkish stance from the Federal Reserve has prompted investors to unwind that trade. As gold and silver retreat under pressure from the Fed's signals, bitcoin is following suit, undermining its perceived role as a dollar hedge.

0
IndiaNDTV ·

Tripura Man Kills Two Children After Domestic Dispute With Wife

A man in Tripura killed two of his children following a fight with his wife. The incident occurred at the family's residence in the state. The wife managed to flee the house along with one of their children, escaping the violence. Authorities have been informed and the case is under investigation. The motive appears to be linked to a domestic altercation between the couple.

0
IndiaTimes of India ·

Allahabad HC: Survivor's testimony outweighs hymen evidence in rape cases

The Allahabad High Court has upheld a rape conviction dating back to 1983, reinforcing that a survivor's credible testimony holds greater legal weight than medical findings. Justice Santosh Rai clarified that rape is a legal term, not a medical one, and that the condition of a hymen cannot automatically benefit the accused. The court ruled that a torn hymen alone is insufficient grounds to cast doubt on a survivor's account. In its ruling, the court also revised the original sentence, imposing a fine and ordering the convicted individual to surrender.

0
ProgrammingDEV Community ·

QuadBrain-Nexus: Open-Source Physics-Informed AI Targets Edge Anomaly Detection

A developer has released QuadBrain-Nexus, an open-source symbolic pattern learning framework designed to overcome key limitations of traditional machine learning in industrial edge environments. Unlike standard ML models, it embeds physical laws—such as fluid dynamics principles derived from Reynolds number theory—directly into its detection logic, removing the need for large training datasets. The system uses a four-engine concurrent architecture covering frequency analysis, spatial anomaly tracking, data ingestion, and Bayesian decision-making to deliver high-certainty alerts with minimal false positives. Built on vectorized math modules and native multiprocessing, it achieves sub-millisecond processing on resource-constrained hardware like NVIDIA Jetson nodes while bypassing Python's Global Interpreter Lock. The framework is designed to be hardware-agnostic and targets critical production systems such as fluid processing, robotics, and chemical distribution networks.

0
ProgrammingDEV Community ·

Dev Builds Submissions Page and Fixes Navbar for Open-Source App Ekehi

In the week ending 27 June 2026, a frontend developer on the Ekehi project — built with React and TanStack Router — reviewed and helped merge four teammates' pull requests covering detail pages for guides, training, templates, and a contributors layout. The developer then shipped their own feature, issue #148, a three-section Submissions page with a full data layer, client-side validation, and six automated tests. The form follows existing project conventions including Zod types, a shared API service, and a mutation hook that posts new opportunities to the backend as pending for review. A navbar visibility bug was also fixed, making the navigation bar theme-aware so it renders correctly on all pages beyond the home page, not just over the dark hero image. An earlier bug causing contributor card SVGs to disappear in production builds was resolved as well.

0
IndiaNDTV ·

CBI Attaches Rs 53 Crore Assets of Former Assam Police DIG in Graft Case

The Central Bureau of Investigation (CBI) has attached assets worth Rs 53 crore belonging to former Assam Police Deputy Inspector General (DIG) Prashanta Kumar Dutta. The action is part of an ongoing investigation into a disproportionate assets case against the retired senior officer. The attachment marks a significant step in the CBI's crackdown on alleged corruption within the ranks of law enforcement. Disproportionate assets cases typically involve public officials found to be in possession of wealth exceeding their known legitimate sources of income.

← NewerPage 24 of 71Older →