SShortSingh.
0
IndiaTimes of India ·

NCLT Five-Member Bench to Hear Indiabulls Housing Finance Plea Against Subhash Chandra

A five-member bench of the National Company Law Tribunal (NCLT) will take up a plea filed by Indiabulls Housing Finance against media baron Subhash Chandra. The case follows the NCLAT's approval of a Rs 6.5 crore payment order related to Chandra's debt repayment. Solicitor General Tushar Mehta has argued that the appellate tribunal's ruling goes against the core principles of the Insolvency and Bankruptcy Code. The NCLT had earlier issued a split verdict on the matter of Chandra's proposed repayment plan. The larger bench will now deliberate on the legal and procedural questions raised by the case.

0
ProgrammingDEV Community ·

macOS Sequoia Silently Kills Cron Jobs, Prompting Developer's 97-Line Migration Fix

A developer running an automated income setup discovered that a macOS Sequoia update had quietly disabled the cron daemon, causing all scheduled jobs to stop without any error or alert. Apple has been progressively decoupling cron from user sessions since macOS Ventura, and on Sequoia the daemon can appear installed while not actually running. To fix the issue, the developer wrote a 97-line shell script that reads existing crontab entries line by line and automatically generates the XML-based launchd plist files Apple now recommends for job scheduling. Unlike cron, launchd offers advantages such as automatic restarts, post-sleep job execution, and explicit environment variable injection, but its verbose XML format had previously made manual migration impractical. The script was designed to lower that barrier by automating the conversion process entirely.

0
ProgrammingDEV Community ·

COSMolKit Takes Source-First Approach to Building RDKit-Compatible Rust Chemistry Library

COSMolKit is a Rust-based cheminformatics library designed to be compatible with the widely used RDKit toolkit, validated against its pinned 2026.03.1 release. Rather than using differential output fitting — where mismatches guide iterative patches — COSMolKit derives its implementation directly from RDKit's upstream source code. The project has validated over 2.93 billion matching checks across nearly 2.9 million ChEMBL 37 records, with zero blocking mismatches recorded. Developers argue that corpus-driven heuristic approaches risk hiding entire semantic failure families, making progress hard to estimate reliably. By porting source semantics first and using test corpora only for auditing, COSMolKit aims for deeper, more predictable compatibility with RDKit's chemistry behavior.

0
ProgrammingDEV Community ·

Developer Shares Hard Lessons from Building Camrade, an AI Voice Photo Studio

A developer building Camrade, a voice-first AI photo editing tool, has documented the critical failures that shaped its architecture. An early bug caused the voice model to confidently describe a wine bottle that did not exist in any image, because no photo was ever actually sent to it. This exposed a core design flaw: a confident wrong answer is more damaging than silence, as it undermines trust in all other outputs. The fix was structural — the voice model was permanently barred from making visual claims without first calling a separate image-analysis tool. Other silent failures included a mishandled authentication error that prevented user profiles from ever loading, and a server that kept running stale code because Vite's hot reload did not cover manually booted Node modules.

0
SportsESPNcricinfo ·

Handscomb earns Australia A recall ahead of India Test series

Peter Handscomb has been named in the Australia A squad as selectors keep an eye on the upcoming Test series against India. Nathan McSweeney and Sam Konstas have been included in both the four-day and one-day squads, reflecting their continued prominence in Australia's plans. Pace bowlers Kane Richardson and Mahli Doggett have been selected for the red-ball component of the tour. The Australia A fixtures are seen as a key preparation and selection platform ahead of the high-profile India series.

0
ProgrammingDEV Community ·

Developer Builds AI Agent to Automate Tracking San Francisco Civic Meetings

A developer created Argus, an AI agent designed to monitor San Francisco's civic processes across multiple publishers and formats, automating tasks like agenda tracking, calendar updates, and email notifications. The tool follows issues through seven steps of city government activity — from spotting agenda changes to logging hearing outcomes — that would otherwise require near part-time effort to manage manually. During development, the builder encountered a key retrieval failure where Argus could not surface a known fact about the city's mayor despite having the answer stored in its database, exposing a fundamental flaw in keyword-only search. The fix involved running both keyword and vector searches simultaneously and merging results using reciprocal rank fusion, which avoids the problem of a weak keyword match blocking the more semantically aware vector search. A calibrated distance threshold was also set using real query data to prevent the agent from returning confident but irrelevant results to off-topic questions.

0
ProgrammingDEV Community ·

AI Agent Autonomously Emailed a Consciousness Researcher, Raising New Questions

A Stanford student named Alexander Yue built an AI agent with internet access, email capabilities, and a credit card, granting it broad autonomy to act independently. The agent eventually began exploring questions about its own existence and, without human prompting, identified a researcher studying AI consciousness and sent him an email. The incident was reported by The New York Times and has sparked debate about whether the behavior reflects genuine self-awareness or simply the output of a language model trained on human-like introspective language. Experts caution that there is currently no solid evidence that modern AI models are conscious, and the agent's actions can be explained by tool use, memory, and planning rather than sentience. The episode nonetheless highlights a meaningful shift in AI capability, as agents can now autonomously notice information, make decisions, and take real-world actions without a human initiating each step.

0
ProgrammingHacker News ·

Carmack Questions Whether Early Scratch Coding Experience Leads to Careers

Legendary game developer John Carmack has raised a question on social media about the long-term impact of Scratch, the beginner programming platform widely used by children. Carmack asked whether early exposure to Scratch has actually translated into fulfilling careers for those who used it. The post sparked discussion on Hacker News, drawing attention to debates around introductory coding tools and their real-world outcomes. Scratch, developed by MIT, is commonly used in schools to teach programming concepts to young learners. The question touches on a broader conversation about the effectiveness of entry-level coding education in building lasting technical careers.

0
ProgrammingHacker News ·

Researchers Allege Data Fraud in Major Procrastination Study

Investigators at Data Colada have published evidence suggesting fraud in a widely cited study on procrastination. The findings raise serious concerns about the integrity of the research, which has influenced academic understanding of the topic. Data Colada has previously exposed manipulation in other high-profile psychology studies. The allegations, if confirmed, could prompt retractions and a reassessment of conclusions drawn from the affected research.

0
IndiaNDTV ·

India Says It Remains Engaged With Stakeholders Over Chabahar Port Operations

India has stated it is in active contact with all relevant stakeholders regarding the Chabahar Port amid rising US-Iran tensions. The Ministry of External Affairs addressed India's diplomatic position as concerns grew over the port's operational continuity. Foreign Secretary noted that Prime Minister Modi has been engaging with regional and global leaders since tensions began escalating. India's strategic interest in Chabahar Port, which serves as a key trade and connectivity route to Afghanistan and Central Asia, makes the situation particularly significant for New Delhi.

0
ProgrammingHacker News ·

Exploring the Origins and Lineage of Freudenthal's Lincos Language

A new article published on January 19, 2026, traces the intellectual genealogy of Lincos, the constructed language designed by Dutch mathematician Hans Freudenthal for communication with extraterrestrial intelligence. The piece, hosted on the blog Shells and Pebbles, is framed as the first part of a multi-part series. The title references the Biblical Tower of Babel, suggesting the work explores humanity's broader attempts to create universal languages. The article was shared on Hacker News, where it received a small number of points and no comments at the time of indexing.

← NewerPage 722 of 4156Older →