SShortSingh.
0
ProgrammingDEV Community ·

Queryable Executables Embed AI and Data Capabilities Directly Into Applications

Queryable executables are a software design approach that embeds database querying, analytics, and decision-making capabilities directly into applications, removing reliance on external systems. Tools like SQLite and platforms such as Redbean and Querio enable real-time data access, natural language queries, and automated decisions within a single executable. This model reduces development complexity, lowers costs, and improves performance in low-resource or privacy-sensitive environments by keeping data local. North America currently leads adoption, representing 35 percent of global usage, though smaller organizations face barriers including skill gaps and implementation costs. As the approach grows more widespread, security risks from malicious embedded scripts are also rising, prompting platforms like Stairwell to offer pre-deployment executable analysis and integrity verification.

0
ProgrammingDEV Community ·

AI Tool Proposed to Help APAC Workers Understand Legal Documents in Local Languages

A developer participating in Google's Gen AI Academy APAC Edition has proposed a multilingual AI assistant aimed at helping daily-wage workers, migrant laborers, and small business owners in the Asia-Pacific region navigate complex legal paperwork. The tool would allow users to upload a photo of a document or submit a voice query, receiving plain-language explanations in their local dialect. It leverages Google's Gemini API for document analysis, Cloud Translation API for regional language conversion, and Text-to-Speech to deliver audio summaries for users with limited literacy. The initiative targets a widespread problem where language and literacy barriers leave vulnerable workers exposed to unfair contracts, missed government benefits, and unresolved workplace grievances. The project is currently at the concept stage, with the developer aiming to build a functional version through the Gen AI Academy program.

0
IndiaTimes of India ·

Fire at Russian gas complex kills 7, nine Chinese workers still missing

A fire at a gas chemical complex in Russia's Amur region killed seven people on Tuesday. Six of the victims were Chinese nationals working at the facility. Nine additional Chinese workers remain unaccounted for following the blaze. The fire was subsequently brought under control and extinguished. The plant's press service confirmed the casualties and the ongoing search for missing personnel.

0
ProgrammingDEV Community ·

How to Handle ACH Return Codes Programmatically in Payout Systems

ACH return codes, defined by Nacha, are standardized signals (R01–R85) that explain why a bank payment has failed, covering issues from insufficient funds to unauthorized transactions. Payment processors receive these returns in batches, typically one to two business days after the original transaction, making timely reconciliation logic essential. Developers can categorize return codes into permanent failures, temporary failures, and disputes, and automate responses such as retrying, escalating to a risk team, or prompting customers to update their bank details. A daily reconciliation job that queries the processor's API, matches returns to pending payouts by trace number, and triggers downstream workflows is recommended best practice. For recipients with high return rates, alternative payment rails like RTP or Visa Direct offer faster failure detection, albeit at a higher cost than ACH's typical $0.25 per transaction.

0
SportsESPNcricinfo ·

Abid Mushtaq's spin sends North Zone into Duleep Trophy semi-finals

North Zone advanced to the semi-finals of the Duleep Trophy after defeating West Zone in a quarter-final clash. Spinner Abid Mushtaq, supported by Nishant Sindhu, proved decisive in wrapping up the contest. The final day had begun with all outcomes still possible, but the pair needed just 6.3 overs to dismiss the remaining West Zone batters. The swift finish underlined North Zone's dominance in the closing stages of the match.

0
ProgrammingDEV Community ·

TypeScript Path Aliases Still Break at Runtime in 2026 — Here Is Why

TypeScript path aliases defined in tsconfig.json only affect type-checking and editor autocomplete, not the JavaScript code the compiler actually emits. When tsc outputs JavaScript, alias imports such as @/components/Button remain unchanged, causing runtime failures because Node.js and other tools cannot resolve them. Every tool in the build pipeline — including Vite, Webpack, esbuild, Jest, and Node.js — requires its own separate alias resolution configuration. Developers often assume a single tsconfig.json paths entry is sufficient, but this misconception is a leading cause of silent production deployment failures. To prevent these issues, teams must treat path aliases as a cross-tool contract and configure resolution consistently across all build and runtime environments.

0
ProgrammingDEV Community ·

AI Tools Are Smart But Stuck: The Hidden Productivity Tax of Copy-Paste Work

A software developer's reflection highlights a common but underexamined problem with current AI tools: they function as isolated advisors rather than integrated workspaces. While AI assistants like Claude can generate code, documentation, and data accurately, they cannot act directly within the tools where work actually happens — spreadsheets, editors, or slide decks. This forces users into a repetitive cycle of copying, pasting, and context-switching across dozens of tabs, making them couriers for AI output rather than empowered collaborators. Each tool switch also causes 'context loss,' as the AI has no memory of changes made after a conversation ends, requiring users to constantly re-explain their situation. The author argues that while AI intelligence has advanced rapidly over three years, almost no progress has been made on giving AI the ability to act within real work environments.

0
ProgrammingDEV Community ·

Terraform Can Manage On-Premise AWS-Compatible Infrastructure With Minimal Config Changes

Spinifex is an AWS-compatible cloud platform that runs on private hardware and can be managed using existing Terraform configurations without modifying resource definitions. The platform exposes two endpoints: a main AWS gateway on port 9999 for compute and identity services, and Predastore on port 8443 for S3-compatible object storage. To redirect the Terraform AWS provider to Spinifex, users only need to update the provider block with the correct endpoint URLs and enable path-style S3 addressing for Predastore. Four AWS-specific validation flags must also be disabled, as they reference AWS infrastructure that does not exist in a self-hosted environment, and omitting any one of them will cause provider initialization to fail. Spinifex's repository includes workbooks covering common infrastructure patterns to help teams get started with on-premise deployments.

0
ProgrammingDEV Community ·

Developer Builds Private Notes Assistant Using RAG, Amazon Bedrock and Pinecone

A developer built a personal notes assistant that answers plain-English questions using only the content from privately uploaded text files. The system uses Retrieval-Augmented Generation (RAG), which adds a search step before querying an AI model, allowing it to draw answers from personal documents rather than generic training data. The tech stack includes Python, Flask, Amazon S3, Pinecone, AWS Lambda, API Gateway, and Amazon Bedrock's Nova Lite model. When a note is uploaded, it is chunked into overlapping snippets and converted into numerical vectors via Amazon Titan, then stored in Pinecone for semantic similarity search. At query time, the user's question is similarly vectorized, the top three matching note snippets are retrieved, and the AI generates a grounded answer from that context.

0
ProgrammingDEV Community ·

Developer builds custom binary file format ZAF from scratch using C/C++

A software developer created a custom binary container format called ZAF using C and C++, aiming to understand how file formats fundamentally work. The format allows an entire directory of files to be packed into a single .zaf file and later restored to its original structure. ZAF is structured with magic bytes, version info, file metadata records, byte offsets, and the actual file data stored sequentially. The developer used C++'s std::filesystem to recursively traverse nested directories and record each file's name, path, size, and offset. The project offered hands-on insight into binary parsing, metadata design, and low-level file structure concepts not typically encountered in everyday programming.

0
ProgrammingDEV Community ·

Two AI Labs Set to Control Most of Global Compute by 2028, Analyst Warns

SemiAnalysis founder Dylan Patel, speaking on the Dwarkesh Patel podcast, argues that OpenAI and Anthropic are on track to absorb 40–50% of all new global computing capacity added in 2027, rising to 70–80% by 2028. Both companies are projected to cross into profitability in 2026, with Anthropic reaching revenue of up to $50 million per megawatt of compute — a sharp reversal from negative gross margins just a year earlier. Global AI infrastructure capital expenditure is expected to exceed $1 trillion in 2026 and surpass $2 trillion by 2028, driven largely by the two labs' contracted demand. Supply chain bottlenecks — from ASML lithography machines to power turbines — are intensifying as upstream manufacturers struggle to keep pace with accelerating demand. Patel notes that regulatory restrictions on model releases and data center construction could cap per-megawatt revenue growth, but also risk tightening supply and pushing compute prices even higher.

0
IndiaTimes of India ·

Anthropic shifts SF staff to WFH amid security contractor strike threat

Anthropic instructed its San Francisco employees to work from home on Monday and Tuesday following a warning from security contractor Allied Universal about a potential guard strike. However, the Service Employees International Union (SEIU), which represents the security workers, denied issuing any strike threat or calling a strike authorisation vote this week. The union has been in ongoing negotiations with California security firms over wages and healthcare benefits since April. The situation created a precautionary disruption at Anthropic's offices despite the union distancing itself from any imminent strike action.

0
ProgrammingDEV Community ·

Needle 2: 14 MB AI agent model shows promise but has reliability flaws

Cactus Compute has released Needle 2, an ultra-lightweight AI agent model weighing just 14 MB with 45 million parameters and 2-bit quantization, designed to run entirely offline on low-cost edge devices without a GPU. The model is built for three specific tasks: tool calling, device control, and structured data extraction, making it suitable for IoT and embedded hardware deployments. A hands-on technical review found three notable issues: multi-turn conversations cause answer drift over time, confidence scores behave inversely and unreliably, and structured extraction becomes error-prone with multiple fields or non-ISO date formats. A workaround for the context drift issue involves calling an undocumented agent.reset() method to clear conversation state between sessions. Despite its bugs, the model's minimal memory footprint, simple installation, and fully offline operation make it a strong candidate for constrained edge devices like smart home controllers, though it is not suited for general-purpose chat or knowledge-intensive tasks.

0
ProgrammingDEV Community ·

Cloudflare Adds One-Click Zero Trust Login Protection for Internal Worker Apps

Cloudflare has launched a one-click feature that wraps internal Workers applications with its Zero Trust Access layer, requiring users to authenticate via identity providers such as Google Workspace, Okta, or Microsoft Entra before accessing the app. The move addresses a growing security gap created by AI-assisted development, where non-technical staff can quickly build and deploy internal tools that often ship without any authentication. Such apps, once deployed, are publicly reachable by anyone who knows or guesses the URL, posing an unnoticed but real risk — especially for small and mid-sized teams without dedicated security staff. The new protection requires no code changes or security review from the original app builder, making it accessible to teams that previously lacked the engineering resources to add a login layer. Cloudflare notes the fix applies only to Workers-hosted apps; internal tools on other platforms still depend on whatever access controls those platforms provide natively.

0
IndiaTimes of India ·

11-Year-Old Discovers 48-Million-Year-Old Turtle Fossil in Wyoming

An 11-year-old child made a remarkable paleontological discovery by finding a turtle fossil estimated to be 48 million years old in Wyoming. The find was reported by the Times of India, though the exact location within Wyoming and the date of discovery were not specified in the available information. Fossils of this age typically date to the Eocene epoch, a period significant for early mammal and reptile evolution. The discovery highlights how significant paleontological finds can be made by amateur enthusiasts, including young children, in fossil-rich regions like Wyoming.

0
IndiaTimes of India ·

Jewellery Brand Pulls Raksha Bandhan Ad Featuring Kriti Sanon After Outfit Backlash

A jewellery brand has withdrawn its Raksha Bandhan advertisement featuring actress Kriti Sanon following public criticism over her outfit in the campaign. The controversy centred on what viewers deemed an inappropriate choice of clothing for the traditional festival. Sanon defended her attire, emphasising that the spirit and emotional meaning of Raksha Bandhan matter more than what one wears. The brand issued a formal apology to those who felt offended, while reaffirming its respect for Indian culture and festive traditions.

0
IndiaTimes of India ·

Oregon teen launches free platform connecting students with research mentors

Riya Velhal, a high school junior from Oregon, founded StratScholar after facing challenges during her own research internship. The free platform is designed to connect middle and high school students with mentorship and research resources. StratScholar aims to make research experiences more accessible to young students who may otherwise lack guidance. The initiative also focuses on building critical research and communication skills among its users.

← NewerPage 360 of 3502Older →