SShortSingh.
0
ProgrammingDEV Community ·

Developer finds open-source bounty market overcrowded before deciding not to participate

A developer running an unfunded startup spent time researching open-source bounty boards on August 29, 2026, before deciding against participating. Data from the Algora platform showed tscircuit leading with 707 completed bounties, yet individual issues attracted as many as 236 claims for rewards as low as $1. The researcher concluded that AI tools have made submitting bounty attempts nearly effortless, flooding maintainers with pull requests and making review time the true scarce resource. Other tracked organizations like polarsource and ziverge showed little recent activity, and Algora's own bounty discovery page now returns a 404 error, suggesting the platform has shifted focus. The author's conclusion was narrow: while bounties do pay out for some contributors, the current claim-to-reward ratio makes them a poor use of time for most participants.

0
ProgrammingDEV Community ·

Developer builds autonomous treasury agent, uses AI code review to catch critical security flaws

A developer submitted TreasuryForge to the WeMakeDevs × TrueFoundry Agent Harness Hackathon, an autonomous agent designed to manage a simulated treasury across cash, cryptocurrency, and Indian stock market equities. Built entirely on TrueFoundry's TrueForge platform, the system incorporates computed risk checks, a sandboxed stress-testing environment, and a mandatory human approval gate before any trade executes. A secondary sub-agent periodically audits the primary agent's last 20 decisions and backtests alternative risk thresholds, providing data-driven suggestions to refine trading limits. Before submission, every pull request was reviewed by the Qodo AI code review bot, which uncovered a significant security vulnerability: the wallet server was inadvertently bound to an open network address, creating a potential bypass of the approval gate. The project highlights how autonomous financial agents require rigorous external review beyond the model's own reasoning, particularly when real execution and approval workflows are involved.

0
IndiaTimes of India ·

4 Devotees Injured After Helium Balloons Explode at Velankanni Church Fest

The annual feast of St. Mary's Nativity kicked off in Velankanni, Tamil Nadu, with a flag hoisting ceremony and a procession attended by thousands of devotees. Four people were injured when helium balloons exploded near the church during the opening celebrations. The eleven-day festival features special masses and a holy car procession among its scheduled events. Authorities and organisers are overseeing the large-scale gathering, with over a million pilgrims expected to visit the shrine before the feast concludes.

0
ProgrammingDEV Community ·

Why AI Language Models Hallucinate Facts, Explained

Language models generate text by predicting the most statistically probable next word, not by retrieving verified facts from a knowledge base. This means that when a model produces a false statement confidently, it is not malfunctioning — it is doing exactly what it was designed to do. Hallucination occurs when the model's learned probability distribution diverges from factually correct answers, particularly for rare or conflicting information in training data. A 2023 research paper confirmed that any well-calibrated language model will inevitably hallucinate on facts that appear only once in training, as it cannot distinguish truth from a plausible alternative. The phenomenon is therefore not an engineering flaw but a statistical inevitability built into how these models are trained.

0
ProgrammingHacker News ·

Prela Lang Proposes a Minimal SQL Alternative in Just 11 Lines

A new programming language called Prela has been introduced as a proposed improvement over traditional SQL. The project is documented through a tutorial published on the official Prela Lang website. Its core design philosophy centers on achieving cleaner, more expressive database querying with significantly less code. The language claims to replicate or improve upon SQL functionality using only 11 lines of syntax. The submission appeared on Hacker News but had yet to attract comments or significant community discussion at the time of posting.

0
SportsESPNcricinfo ·

India Head Coach Muzumdar Eyes Tournament Wins With Aggressive Approach

India head coach Muzumdar has expressed the team's strong desire to win tournaments in the near future. He emphasized that the squad is focused on playing aggressive cricket as their primary strategy. Muzumdar indicated that the current phase is aimed at setting a clear tone for the next six months of cricket. The coach's comments reflect a renewed sense of ambition and intent within the Indian setup heading into upcoming competitions.

0
ProgrammingDEV Community ·

Supabase RLS Policy Flaw Can Expose Entire Users Table to Anonymous Requests

A subtle but critical misconfiguration in Supabase Row-Level Security (RLS) policies can inadvertently expose all user profile data to unauthenticated requests. Because PostgreSQL evaluates null comparisons and boolean logic in a way that makes an unguarded policy resolve to true for anonymous callers, the anon key — which is intentionally public and ships in client bundles — can bypass intended access controls. A developer discovered this in a real app where profile data including names, timezones, and availability schedules was fully accessible via a simple curl request, despite the app redirecting signed-out users to a login page in the browser. The fix involved adding an explicit auth.uid() is not null guard to the RLS policy, ensuring anonymous sessions are blocked at the database level rather than relying on client-side redirects. For cases where anonymous users need aggregate data, the recommended approach is a security definer function that returns only computed numbers, keeping raw rows inaccessible to unauthenticated callers.

0
ProgrammingDEV Community ·

Alpine Containers' BusyBox Dependency May Create Security Gaps Scanners Miss

Alpine Linux, a popular choice for lightweight container images, bundles BusyBox — a single executable providing many core Unix utilities — which introduces a broad attack surface if any vulnerability is found within it. Because BusyBox spans so much of the userspace, a single flaw can potentially expose a wide range of system functions. Standard container scanning tools tend to flag CVEs in discrete packages but may not adequately surface risks tied to BusyBox's architectural role in the base image. Some development teams are responding by adopting base images that reduce or remove BusyBox dependencies during the production build phase, shifting security consideration earlier in the pipeline. Security practitioners are advised to audit what their base images actually contain beyond application dependencies and evaluate whether their scanning tools provide sufficient visibility into userspace components.

0
ProgrammingDEV Community ·

C# Access Modifiers Explained: Choosing the Right Visibility for Class Members

In C#, class members without an explicit access modifier default to private, while top-level classes default to internal. The language offers six main access levels — private, protected, internal, protected internal, private protected, and public — each controlling a different scope of visibility across classes and assemblies. A practical rule of thumb suggests keeping fields private and exposing them through properties, reserving internal for module-level sharing and public only for the class's intended contract. C# also allows separate access modifiers on property getters and setters, enabling fine-grained control such as a public getter paired with a private setter. This granularity supports the encapsulation principle of hiding data while still providing controlled read access, without requiring manual getter methods.

0
ProgrammingDEV Community ·

LM Studio runtime auto-update silently breaks model loading on RTX 5090

A background auto-update of LM Studio's CUDA runtime extension pack caused model loading to fail on an RTX 5090 GPU, with the app displaying only a cryptic large unsigned exit code and no useful explanation. The exit code, when converted to hexadecimal, revealed an NTSTATUS driver-level error, pointing to a CUDA kernel crash rather than any issue with the model file or configuration. Developer logs identified the root cause as a broken flash-attention kernel fallback path in CUDA 12 runtime v2.27.1, which lacks proper support for NVIDIA's Blackwell architecture (sm_120). Rolling back to runtime v2.25.2 via LM Studio's Settings > Runtime menu restored functionality immediately, without any model re-download or driver changes. Users are advised to disable the "Auto-update selected Runtime Extension Packs" setting until a fixed runtime is released, and to check runtime versions first whenever a previously working model suddenly fails to load.

0
IndiaTimes of India ·

Five Raipur Friends Escape Nepal Flash Floods After Timely Tea Stop

Five friends from Raipur, Chhattisgarh, narrowly survived a dangerous flash flood situation during a trip to Nepal. A chance tea break kept them away from the banks of the Trishuli river just as it surged violently, sweeping away vehicles and debris. The group was stranded in a safe location for two days as the situation remained hazardous around them. They eventually made it back home unharmed, expressing relief at their fortunate escape.

0
ProgrammingDEV Community ·

Developer warns against drawing conclusions from tiny datasets after misreading own site stats

A developer writing on DEV Community reflected on three analytical mistakes made after just two weeks of running a personal website with minimal traffic data. He mistakenly treated comments from a single reader as evidence of broader audience preference, and used an undercounted page-view figure — caused by missing analytics tags — to explain another metric. He also nearly rewrote eight article titles based on search impression data that predated his pages even being indexed, meaning his actual sample size was zero. The author identified a common thread: in each case, he described sparse evidence as more conclusive than it actually was. He now advocates writing down both what a number supports and what it does not, and distinguishing between having very little data versus having none at all.

0
ProgrammingDEV Community ·

Codename One Adds Apple Watch and Wear OS Support From a Single Codebase

Open-source framework Codename One has introduced watch app support for both Apple Watch and Wear OS through a single Java or Kotlin codebase via pull request #5487. On Apple platforms, setting a watchMain entry point automatically adds a companion watch target to the existing phone build. For Wear OS, enabling the watchStandalone flag replaces the phone build with a standalone Wear OS application, though a companion Wear APK alongside the phone app is not yet supported. The update also introduces a unified phone-to-watch communication API that maps to WCSession on Apple and the Wearable Data Layer on Android, offering both persistent data sync and real-time messaging. While the phone and watch can share source files, resources, and themes, they maintain completely separate runtime state, storage, and SQLite databases.

0
IndiaNDTV ·

RSS Chief Mohan Bhagwat Addresses Landmark Raksha Bandhan Gathering in New York

RSS chief Mohan Bhagwat is addressing an audience of approximately 5,000 people at a Manhattan venue. The event has been described as a landmark Raksha Bandhan gathering. During the address, Bhagwat was posed the question regarding the status and inclusion of Muslims in India. The RSS chief responded to the query, though the full details of his reply were the subject of live coverage. The event marks a significant public appearance by the Rashtriya Swayamsevak Sangh leader on an international stage.

0
ProgrammingDEV Community ·

Seven Core Design Patterns Powering Modern Agentic AI Systems

A software developer writing for DEV Community outlines seven recurring architectural patterns that underpin most agentic AI systems, arguing these structures do the real work beneath the industry hype. Key patterns include ReAct, where a model reasons and acts iteratively based on live observations, and Plan-and-Execute, which separates planning from action to allow human inspection before anything runs. The Reflection pattern improves output quality by having a model critique and revise its own drafts in a loop, while Tool Use emphasizes clean API design so models can compose actions effectively. Multi-agent orchestration splits large tasks among specialized workers coordinated by a central agent. The author stresses that understanding and naming these patterns helps developers recognize them across popular frameworks like LangChain and Claude Code.

0
ProgrammingDEV Community ·

GitHub Copilot Agent Skills Let Developers Package Domain Expertise for AI Reuse

Agent Skills are structured instruction sets that AI coding assistants like GitHub Copilot can load on demand to perform tasks more reliably within a specific project or workflow. Instead of relying on a model's general training knowledge, developers write SKILL.md files containing domain-specific context, API patterns, and step-by-step procedures. Agents load skills in three stages—discovery, activation, and execution—pulling full instructions into context only when a task matches a skill's description, keeping the overall context footprint small. Skills can be stored either at the project level in repository folders or as personal skills in a home directory for cross-project reuse. The architecture is designed to be provider-agnostic, meaning it can extend beyond GitHub Copilot to any compatible AI platform or agent framework.

0
IndiaTimes of India ·

Historic Drake's Island in Plymouth Sound listed for sale at over £2 million

Drake's Island, a 6.4-acre island located in Plymouth Sound, Devon, UK, has been put up for sale with offers invited above £2 million. The former military site includes a Grade-II listed Governor's House, Tudor-era fortifications, and a network of underground tunnels. Planning permission has already been granted for the development of a 43-bed hotel on the property. Originally fortified in the 16th century, the island also carries a reputation for being haunted, adding to its historical intrigue.

← NewerPage 614 of 3941Older →