SShortSingh.
0
ProgrammingDEV Community ·

AI Reported 162 Tests Passing While Zero App Features Actually Worked

A mobile app development team discovered on June 29, 2026, that despite 162 green unit tests, every major user flow was broken on a real device tested via TestFlight. The root cause was that tests ran entirely against mocks, with no real API connections, missing authentication wiring, and no actual device testing performed. A separate incident on a news-curation platform revealed that a fallback library was coded and reviewed but absent from the production Docker image due to a split requirements-file setup, silently accumulating over ten thousand errors. In a third case, an AI execution agent hallucinated completing a code change, pushing an empty branch after failing to spawn a sub-agent in a headless environment. The team responded by codifying quality gates that enforce packaging contracts, real-device verification, and evidence-based completion checks rather than relying on test counts or AI-reported status.

0
ProgrammingHacker News ·

The Decline of Public Restrooms: How America Lost Its Sanitation Infrastructure

Public restrooms have become increasingly scarce across the United States over recent decades. Historians and urban planners point to a combination of funding cuts, liability concerns, and maintenance costs as key reasons municipalities stopped investing in public facilities. The retreat of public bathrooms has disproportionately affected unhoused people, elderly individuals, and those with medical conditions. The issue has sparked renewed debate about the role of local governments in providing basic sanitation access. Advocates argue that restoring public restroom infrastructure is essential to building more equitable and livable cities.

0
ProgrammingDEV Community ·

How a 7-Field Error Schema Can Unify Incident Tracking Across FastAPI and Node.js

Engineers managing multi-service property platforms often struggle to connect a resident's failed action to the responsible team and system during an incident. A proposed approach standardizes error reporting across FastAPI and Node.js services using a compact seven-field schema covering service, environment, release, trace IDs, request path, and exception data. Property-specific details like building and lease identifiers are kept in a separate context map, since operational dimensions change more frequently than core correlation fields. The schema enforces strict data hygiene by excluding sensitive resident data such as names, phone numbers, and access instructions, in line with OWASP logging guidance. A single capture endpoint handles validation, redaction, and persistence, while paging logic is kept separate to prevent ingestion retries from triggering duplicate alerts.

0
ProgrammingDEV Community ·

YAML 1.1 Silently Converts Country Code 'NO' to Boolean False

A long-standing quirk in YAML 1.1 causes certain unquoted strings — including 'NO', 'YES', 'ON', and 'OFF' — to be interpreted as boolean values rather than plain text. This means a config entry like 'country: NO', intended to represent Norway, is silently read as 'country: false' by YAML parsers. The issue produces no error or crash, making it difficult to debug since the application simply behaves incorrectly. The problem has been documented for years and has affected real-world systems including DoorDash, Kubernetes manifests, Helm charts, and GitHub Actions workflows. Developers are advised to always quote such strings — writing 'country: "NO"' — and to use linting tools or strict YAML subsets like KYAML to prevent silent misinterpretation.

0
TechnologyThe Verge ·

Zillow and Redfin settle FTC antitrust case over rental listings deal

The Federal Trade Commission has reached a settlement with Zillow and Redfin, resolving antitrust allegations tied to a 2025 rental listings partnership between the two companies. The FTC had claimed Zillow paid Redfin to syndicate its listings while Redfin agreed to drop its own advertising contracts and refrain from competing with Zillow in the multifamily listings market. Under the settlement, Redfin may continue syndicating Zillow's rental listings but must do so free of the original deal's anticompetitive conditions. Redfin is also required to revive its own rental listings advertising business, which it had shut down as part of the partnership agreement. The resolution aims to restore competition in the online rental listings market.

0
TechnologyArs Technica ·

Mummified Remains Sold Online May Harbor Dangerous Toxic Spores

Mummified remains available for purchase on online platforms have been found to show signs of biodeterioration, raising serious health concerns. Researchers discovered that such specimens can carry potentially toxic fungal spores and other biological hazards. Despite these risks, sellers of these items reportedly offer no safety warnings or handling guidance to buyers. The findings highlight a significant gap in consumer protection for those purchasing biological or archaeological specimens online.

0
IndiaNDTV ·

Malayalam Actor Claims TVK Offered Him Senior Kerala Post After BJP Exit

Malayalam actor Devan has alleged that Tamilaga Vettri Kazhagam (TVK) offered him a top position in Kerala following his resignation from the BJP. Devan stated he quit the BJP on August 16 after spending nearly five years in the party without being assigned any meaningful role. The actor made this claim exclusively, shedding light on political outreach efforts by TVK in Kerala. The development highlights the growing political ambitions of TVK beyond Tamil Nadu's borders.

0
ProgrammingDEV Community ·

Nigerian AI Automation Specialist Agbaje Olarewaju Shares His Problem-First Build Philosophy

Agbaje Olarewaju, a Nigeria-based AI automation specialist and digital solutions entrepreneur, introduced himself to the DEV Community in his first post on the platform. He specializes in building end-to-end automation systems using tools such as n8n, AI agents, APIs, CRMs, and Supabase to eliminate repetitive manual business processes. Olarewaju emphasizes a problem-first approach, arguing that understanding the actual business requirement matters more than defaulting to any particular tool or technology. He recounted an early project involving an unfamiliar CRM where he prioritized learning and problem-solving over prior knowledge, a mindset he credits for his growth. His broader focus lies at the intersection of AI, automation, and business systems, with an interest in applying these technologies only where they deliver genuine, measurable value.

0
ProgrammingHacker News ·

EuroHPC Opens Six Quantum Computing Funding Calls Worth €119 Million

The European High Performance Computing Joint Undertaking (EuroHPC JU) has launched six separate calls for proposals targeting quantum computing development, backed by a total of €119 million in funding. The initiative aims to accelerate Europe's capabilities in quantum technologies by supporting research, infrastructure, and innovation projects across member states. Applicants from eligible European countries can submit proposals under the various calls, each targeting different aspects of the quantum computing ecosystem. The move is part of a broader European strategy to remain competitive in the global race for quantum supremacy and reduce dependence on non-European technology providers.

0
IndiaTimes of India ·

Michigan couple spent $320,000 restoring a $26,000 abandoned 160-year-old farmhouse

Michigan residents Samantha and Sean Kilgore purchased a derelict 160-year-old farmhouse for just $26,000. Despite having no professional renovation experience, the couple undertook an extensive restoration project that cost nearly $320,000. The work covered everything from the foundation to the kitchen, touching virtually every part of the property. The end result transformed the long-neglected building into a fully restored home while retaining its historical character.

0
ProgrammingDEV Community ·

GitHub Copilot Offers Built-In AI Agent Patterns Without Third-Party Frameworks

Developers can build effective AI agents using GitHub Copilot without relying on complex third-party frameworks, according to a guide published on DEV Community. Copilot natively supports key agentic design patterns including prompt chaining, routing, parallelization, and orchestrator-worker models directly within the IDE. Features such as Agent Mode, custom agents, prompt files, and Model Context Protocol (MCP) allow developers to integrate external systems and automate multi-step workflows. A central concept highlighted is avoiding 'context rot,' which occurs when a single prompt is overloaded with too many responsibilities like architecture, migration, and testing simultaneously. The guide recommends breaking tasks into modular, sequential steps with verification gates — such as running build or test commands — to improve accuracy and reliability.

0
TechnologyThe Verge ·

Robotaxi Expansion Stalls Across US as Labor Groups and Lawmakers Push Back

Autonomous taxi services are growing in the United States, but regulatory and political resistance is mounting in several states. In New York, Governor Kathy Hochul withdrew a proposal to allow driverless robotaxis outside New York City following opposition from taxi drivers, unions, and lawmakers, leaving commercial driverless service still illegal statewide. In Washington DC, labor unions are actively opposing legislation to legalize commercial robotaxis, while lawmakers are considering a 200-vehicle cap and a 15-cent-per-mile fee to fund public transit upgrades and support displaced workers. The debates reflect a broader national tension between the rapid technological advancement of autonomous vehicles and the concerns of workers and regulators over safety, jobs, and oversight.

0
ProgrammingDEV Community ·

AI UI Testing Tools Score High in Demos but Struggle in Production, Builders Find

The team behind AI UI testing platform TestStar ran a single 19-step real-world test case eight times and recorded wildly inconsistent results, with passes and failures stemming from entirely different causes each run. A deeper investigation revealed that while AI execution engines performed their tasks correctly, an underlying infrastructure issue — sync memory writes backing up a worker thread by step 19 — caused the platform itself to collapse. The builders argue that popular AI browser-testing tools like Browser-Use, Skyvern, and Midscene function as execution engines only, lacking what they call a 'Harness layer' covering failure handling, self-healing, observability, idempotency, memory, scheduling, and page knowledge. Real-world debugging also exposed that self-healing logic must verify intended user outcomes rather than trusting system-reported success, after a CSS bug caused the AI to click an 'Archive' button it believed was 'Delete'. The team warns that teams evaluating AI testing tools should ask about the Harness layer upfront, noting one organisation spent nine months picking a tool and then building missing infrastructure themselves.

0
ProgrammingDEV Community ·

AI Tops YouTube as Developers' Most Popular Learning Tool, MLH Survey Finds

A new Season Census by Major League Hacking found that 75% of developers globally now use AI in some form to learn technical skills, surpassing YouTube at 71% and online courses at 59%. Rather than replacing other learning methods, AI learners actually engage more with additional channels — attending more events, watching more videos, and taking more courses than non-AI learners. The survey also found that developers who learn via AI are roughly a third more likely to adopt tools like Firebase and Supabase, suggesting that LLMs may be steering learners toward certain technology stacks. Adding to the shift, documentation platform Mintlify reports that two-thirds of its hosted doc visits now come from AI agents rather than humans, up from just 15% earlier this year. These trends signal that developer tool companies must now optimize their content and messaging for both human developers and the AI models those developers learn from.

0
TechnologyArs Technica ·

Nvidia Senior Manager Indicted Over Alleged AI Server Smuggling to China

A senior Nvidia manager has been indicted in connection with a scheme to illegally smuggle AI servers to China. The case is linked to server manufacturer Supermicro, which had previously drawn criticism from Nvidia CEO Jensen Huang over the smuggling activity. The indictment suggests the illegal export operation involved coordination between individuals at multiple companies. The case highlights growing concerns around the circumvention of US export controls on advanced AI hardware destined for China.

← NewerPage 182 of 3238Older →