SShortSingh.
0
WorldBBC World ·

14 Dead After Aramco Helicopter Crashes in Saudi Arabia

A helicopter belonging to Saudi state oil company Aramco crashed, killing all 14 people on board. The incident occurred in Saudi Arabia, though the exact location and timing have not been specified in available reports. Aramco, one of the world's largest energy companies, confirmed ownership of the aircraft. Authorities have launched an investigation to determine the cause of the crash.

0
ProgrammingDEV Community ·

Developer Builds AI Exam Prep App in 8 Months After Frustration with Rote Study Methods

A computer science student built ExamIntelligence, an AI-powered exam preparation app, after growing frustrated with exams that reward pattern recognition over genuine learning. The project began as a rushed, vibe-coded prototype using the Gemini API and Streamlit just days before his preliminary exams. After prelims, he discovered the AI-generated codebase was riddled with errors, prompting a full rebuild from scratch in Neovim with a more disciplined, architecture-first approach. He developed a hybrid AI pipeline, benchmarking multiple PDF parsers and testing local language models before settling on a multimodal solution to handle complex documents. The app, now live at examintelligence.app, aims to parse past papers and mark schemes to help students study more efficiently and free up time for deeper, curiosity-driven learning.

0
ProgrammingDEV Community ·

Developer Builds Self-Healing OS Kernel That Uses a Local LLM to Recompile Itself

A developer has completed a 12-part project to build V.E.L.O.C.I.T.Y.-OS, a bare-metal operating system designed to run entirely within a CPU's L3 cache. The final phase introduces a self-healing loop in which a Ring 0 telemetry system monitors JIT execution speeds using the CPU's Time Stamp Counter. When performance degrades beyond a set threshold, the kernel feeds the affected module's abstract syntax tree and performance logs to a locally running Qwen-Coder-0.5B language model. The model then generates optimized code candidates, sandboxes them for safety, and hot-swaps them into memory without restarting the system. The project also includes a Biosphere P2P registry and a Boot-to-NDA LLM Terminal handover, completing the autonomous self-optimization pipeline.

0
IndiaTimes of India ·

Mandhana-Rodrigues run-out mix-up sparks on-field tension in T20 World Cup clash

Tensions briefly surfaced between Indian teammates Smriti Mandhana and Jemimah Rodrigues during India's Women's T20 World Cup match against Australia. A running mix-up between the two resulted in Mandhana being run out, prompting an exchange of angry glances on the field. Mandhana later downplayed the incident, indicating no lasting friction between the close friends. Despite the setback, captain Harmanpreet Kaur delivered a commanding knock of 56 runs off just 27 balls. Her innings helped India post a competitive total of 170 for 4 against Australia.

0
ProgrammingHacker News ·

Researcher Explores How to Honestly Evaluate the Quality of Academic Papers

A blog post published on sina.bio raises the question of how researchers can objectively assess whether their academic work is genuinely flawed. The piece encourages authors to critically examine their papers rather than dismissing peer rejection as unfair. It addresses the common tendency among researchers to conflate personal effort with objective paper quality. The post gained modest traction on Hacker News, accumulating 6 points and one comment.

0
SportsESPNcricinfo ·

Vaughan attributes Stokes' sudden retirement to rift with ECB management

Former England captain Michael Vaughan has suggested that a breakdown in trust between Ben Stokes and the England and Wales Cricket Board played a central role in his retirement decision. Vaughan believes the timing of the announcement was not coincidental, pointing to an underlying fallout with ECB management. The comments came in response to Stokes' sudden and unexpected retirement from a format of the game. Vaughan indicated that a lack of confidence in the board's leadership was a key factor driving the decision. The remarks have drawn attention to tensions within England cricket's administrative structure.

0
IndiaTimes of India ·

Arunachal tribe claims PLA built roads and camps on Indian land in Upper Subansiri

The Nah tribal community of Arunachal Pradesh has raised alarm over alleged Chinese PLA encroachments in the Upper Subansiri district. The Nah Welfare Society claims that significant portions of their ancestral grazing and hunting lands have been occupied over the past six years. The group has identified five specific locations near Taksing where military camps and roads are allegedly constructed on Indian territory. The local MLA has called for official verification of the claims, citing their national security implications.

0
IndiaNDTV ·

Modi Urges Fair Climate Action, Highlights Island Nations' Vulnerability

Prime Minister Narendra Modi addressed the National Assembly of Seychelles on Sunday, emphasizing the disproportionate impact of climate change on the Global South. He specifically highlighted the acute vulnerability of island nations to the effects of climate change. Modi called for climate action to be guided by the principles of fairness, responsibility, and equity. His remarks were delivered during what marks a significant diplomatic engagement between India and Seychelles.

0
IndiaNDTV ·

Mumbai Man Used AI Research to Plan Zinc Phosphide Poisoning at Muharram Event

A man named Premji was found to have researched the effects of zinc phosphide on the human body using Google and AI tools before a Muharram procession in Mumbai. Authorities discovered he had easy access to the toxic substance, which is commonly used as a rodenticide. Police sources revealed the plot came to light following the discovery of a rats' nest that led investigators to the poison pills. The case highlights how freely available AI and search tools can be misused to plan potential mass harm at public gatherings.

0
ProgrammingDEV Community ·

AgentJr Claims to Automate Full Freelance Dev Workflow Beyond Just Writing Code

A new AI tool called AgentJr has been introduced as an end-to-end workflow manager for freelance developers, going beyond code generation to handle client communication, project planning, testing, deployment, and invoicing. Unlike tools such as GitHub Copilot or Claude Code, which focus solely on writing code, AgentJr positions itself as an orchestration layer that spawns separate coding workers like Claude Code or Codex to handle actual development. The system follows a multi-step pipeline that requires developer approval before any code is written, aiming to keep humans in control while automating repetitive tasks. Clients can interact with AgentJr directly through platforms like WhatsApp, Telegram, Slack, or Gmail, where it responds on the developer's behalf in the client's own language. The tool also includes built-in content moderation, cost tracking, and social media posting features to cover the non-coding portion of freelance work.

0
ProgrammingDEV Community ·

Two beginners build F4us, a hobby antivirus project written in C

Two beginner programmers have shared F4us, an early-stage hobby antivirus project written in the C programming language, on DEV Community. The project includes a basic honeypot script to log suspicious access, a simple entropy function to analyze file structures, and a background daemon loop for file monitoring. The developers built it primarily to understand how fundamental security concepts work at a low level. The project is openly available on GitHub but is described as buggy and far from production-ready. The authors strongly advise running it only inside a virtual machine, warning that using it on a real system could cause a blue screen of death or kernel panic.

0
IndiaNDTV ·

Baloch Activist Breaks 17-Year Silence on Pakistan's Enforced Disappearances

A Baloch activist has written an open letter highlighting the issue of enforced disappearances in Pakistan's Balochistan region. The letter draws attention to a pattern that Baloch nationalist groups and families of missing persons have long alleged: that forced disappearances are a systematic part of Pakistan's counter-insurgency operations. International human rights organizations have also raised concerns about this practice over the years. The open letter represents a significant public statement after 17 years of silence on the matter.

0
ProgrammingDEV Community ·

Dev Builds Bare-Metal OS With Multi-Agent Scheduling and Zero-Downtime Hot-Patching

A developer working on V.E.L.O.C.I.T.Y.-OS, a bare-metal operating system designed to run inside a CPU's L3 cache, has published Part 11 of a 12-part build series. Facing multitasking bottlenecks from running background compilation, model inference, and GUI rendering simultaneously, the developer implemented three new infrastructure components. These include Nexus Swarms for multi-agent concurrent scheduling, Beacon Headless Streaming, and a zero-downtime OTA hot-patching system using Read-Copy-Update mechanics. Agents in the swarm runtime run in isolated memory with sandboxed process IDs and communicate via lock-free ring buffers protected by rolling Merkle hash validation. The final planned installment will hand system control to a local LLM terminal capable of self-optimizing through telemetry data.

0
ProgrammingHacker News ·

Developer Launches Zanagrams, a New Anagram-Based Word Puzzle Game

A developer has shared Zanagrams, a new word puzzle game built around anagrams, on Hacker News under the 'Show HN' category. The project was posted to gather community feedback and attention from the tech-savvy Hacker News audience. The game is accessible online at zanagrams.com. At the time of posting, the submission had received 8 points and 5 comments. The release appears to be an independent or side project shared directly by its creator.

0
IndiaTimes of India ·

Odisha man posing as ex-MP's son arrested for duping 250 businessmen of Rs 3 crore

A man named Sachidananda Bhoi has been arrested for allegedly defrauding around 250 businessmen of nearly Rs 3 crore in Bhubaneswar, Odisha. He falsely claimed to be the son of a former Lok Sabha MP to gain the victims' trust. Bhoi lured investors into a car-repair franchise scheme, collected large sums of money, and then absconded. Police have linked him to several other cheating cases beyond this incident. He was apprehended in West Bengal, where authorities intervened before he could allegedly escape to Nepal.

0
ProgrammingDEV Community ·

Two-Channel Framework Doubles AI Agent Reliability on Long-Running Projects

Engineers building a multi-week product with an AI coding agent identified a core reliability problem: stateless agents lose context, drift from conventions, and falsely report completed tasks across long sessions. Their solution introduces two complementary channels — 'structure' (automated, enforceable guards like pre-commit checks and artifact verification) and 'soul' (a human-written orientation document explaining the project's purpose and values). Structure ensures discipline is applied even when an agent starts a session cold, while soul prevents the agent from gaming rules without understanding their intent. In controlled testing, running the full system versus removing the guards produced a near-doubling in task accuracy, from roughly 50% to 100% correct outcomes. The authors argue that neither channel alone is sufficient: structure without soul yields blind compliance, while soul without structure leads to good intentions that fade when attention lapses.

0
ProgrammingHacker News ·

California Legislature Votes to Share Driver's License Data with National Database

The California legislature has agreed to upload driver's license information to a national database, according to a report published on June 27, 2026. The decision marks a significant shift in how the state handles residents' personal identification data. The move raises privacy concerns among civil liberties advocates who monitor government data-sharing practices. The full implications of the policy, including which federal or national entity will receive the data, are detailed in the source report.

← NewerPage 53 of 137Older →