SShortSingh.
0
ProgrammingDEV Community ·

Developer builds authorization layer below app code, invites public to break it

A developer has publicly released a live demo of an insurance claims app called Sentinel, challenging users to breach its access control system using provided credentials and curl commands. Unlike conventional B2B apps that scatter authorization logic across endpoints and components, this system enforces access rules at the infrastructure level, before any application code executes. The demo runs two fictional insurers — Northwind Mutual and Cascade Assurance — on a single deployment, testing both field-level security and tenant isolation. Visitors can verify that policyholders never receive sensitive fields like fraud scores or internal notes, and that each insurer's claims data remains invisible to the other's staff. The developer argues that embedding authorization in application code is inherently fragile, as any single forgotten endpoint can cause a data leak serious enough to warrant a CVE.

0
ProgrammingDEV Community ·

App Translates Bureaucratic Benefit Letters Into Plain Language to Close Aid Gap

A developer has built a web tool called 'The Letter' designed to help people understand complex government benefit letters in plain, spoken language. The app takes an official letter, extracts only what the document actually states, and rewrites it in simple terms — without adding interpretations or eligibility advice. A built-in verification system removes any claim that cannot be traced back verbatim to the source document, preventing the AI from inventing information. The project was inspired by a documented participation gap: in 2023, roughly 29.4 million of the 69.1 million Americans eligible for SNAP did not receive benefits, with researchers citing informational barriers as a key cause. The tool requires no account and is publicly accessible, targeting low-literacy, elderly, visually impaired, and non-native-speaking users who struggle to parse bureaucratic language.

0
ProgrammingHacker News ·

Sol macOS Music Player App Goes Free and Open Source on GitHub

A macOS music player and jukebox application called Sol has been made free and open source by its developer. The project has been published on GitHub under the account FulltimeFeline, making the source code publicly accessible. The announcement was shared on Hacker News, where it received modest early attention. The move allows other developers to view, use, and potentially contribute to the codebase.

0
ProgrammingHacker News ·

GrapheneOS Revamps Default Apps and Introduces Secure Clipboard Feature

GrapheneOS, the privacy-focused Android operating system, has announced a major overhaul of its default applications. The update also introduces an enhanced secure clipboard feature aimed at better protecting sensitive user data. These changes reflect the project's ongoing commitment to improving both security and usability for its users. The announcement was shared via the official GrapheneOS Mastodon account, drawing attention from the open-source and privacy communities.

0
ProgrammingDEV Community ·

SchemaCrawler's 'importance' Command Ranks Database Tables Using Graph Theory

SchemaCrawler offers a feature called the 'importance' command that helps developers navigate large, undocumented databases by ranking tables based on their structural significance. The tool builds a directed graph of the entire schema — treating tables, views, and routines as nodes and foreign keys or dependencies as edges — then applies graph metrics such as in-degree, betweenness centrality, and reachability counts. This approach addresses the shortcoming of simpler proxies like row count, which can mislead by ranking high-volume but peripheral tables, such as event logs, above core business entities. A scoring blend of graph theory and data-modeling heuristics ensures that rich, well-connected entity tables are ranked appropriately over thin bridge or association tables. The ranked output can also be integrated into AI agents to allow automated schema exploration in the way an experienced engineer would approach it.

0
IndiaTimes of India ·

Bradley Carlisle becomes first professional Santa Claus with Down syndrome in the US

Bradley Carlisle has made history by becoming the first professional Santa Claus with Down syndrome in the United States. He completed formal training at a performer school and was inducted into the International Santa Claus Hall of Fame. Carlisle overcame a childhood fear of Santa before pursuing the role, supported by his mother and an outreach program from a Santa association. His achievement highlights the importance of inclusivity and showcases the potential of individuals with Down syndrome in professional performance roles.

0
ProgrammingHacker News ·

Human Archive Project Explores the Ordinary Side of Human Experience

A project called Human Archive has been shared on Hacker News, drawing modest early attention with 7 points and 2 comments. The project, hosted on GitHub Pages, appears to focus on documenting or reflecting on everyday human experiences and imperfections. The title 'They Were Only Human' suggests a thematic focus on the relatable, fallible nature of people. The submission was posted by user sayyss and links to a simple web-based archive. Limited details are available from the post itself, as the project's full scope requires visiting the linked site directly.

0
ProgrammingDEV Community ·

VoiceStudio offers free, local, open-source alternative to cloud voice synthesis tools

Developer Palash Debnath has released VoiceStudio, an open-source desktop application that performs AI voice synthesis, cloning, and video dubbing entirely on local hardware without internet connectivity. The tool integrates 16 text-to-speech engines and 11 speech recognition engines into a single interface, supporting 646 language variants. VoiceStudio can clone a voice from as little as 3–15 seconds of reference audio and automates full video dubbing pipelines including translation and audio sync. It also supports audiobook creation from EPUB and PDF files, and offers an OpenAI-compatible API endpoint for easy integration into existing developer workflows. The project is positioned as a privacy-focused, cost-free alternative to subscription-based cloud platforms like ElevenLabs, deployable via Docker.

0
ProgrammingDEV Community ·

La Liga Club Websites Fail Basic Web Accessibility Standards, Audit Finds

A web developer conducted informal accessibility audits of La Liga club websites, combining automated tools with manual testing including screen reader checks. Clubs such as Deportivo Aláves, Athletic Club, and Atlético de Madrid were found to have issues ranging from missing or misleading image alt text to confusing keyboard navigation. Barcelona's site, despite performing relatively better than peers, drew criticism for poor heading hierarchy and a sticky header that obstructs zoomed views. Betis was flagged for carousels that ignore reduced-motion settings and low-contrast text. The author acknowledges the audit is non-scientific and carried out by a single individual without formal accessibility training.

0
ProgrammingDEV Community ·

Developer Builds AI-Powered Zakat Calculator App in 48-Hour Sprint

A developer has created Give Zakat, a web application designed to help Muslims accurately calculate and fulfill their obligatory annual charity known as Zakat. The app was built over a two-day sprint using TanStack Start and Tailwind CSS for styling. An AI assistant powered by Google Generative AI was later integrated to answer user questions about Zakat and help locate charity-collecting organizations. The project was initially submitted as part of a Weekend Challenge focused on generosity, then extended using Google AI Studio. The tool also includes a search feature to help users find where they can distribute their charitable contributions.

0
ProgrammingDEV Community ·

Developer Builds 10 Docker-Tested Ops Skills for AI Agents to Run Safely

A developer has published a set of ten operations skills designed for AI coding agents like Claude Code, each packaged as a structured folder containing a markdown runbook and reference files. The project addresses a key risk with agent-executed ops tasks: agents tend to guess at gaps in instructions, which can cause dangerous outcomes such as being locked out of a server. To prevent skill documents from becoming outdated, each skill is paired with a Docker-based test that executes the actual steps against a clean Ubuntu 22.04 container, turning documentation drift into a visible test failure. Nine of the ten skills pass automated tests, while one is skipped because it requires two physical network uplinks that no container can provide. Four skills are currently available for free under the MIT license, with six more planned as paid offerings once a checkout system launches.

0
ProgrammingDEV Community ·

OpenPledge Uses Blockchain and AI to Make Charity Donations Fully Transparent

A developer has built OpenPledge, an open-source donation platform designed to give donors complete visibility into where their money goes. Every contribution is recorded on the Solana blockchain, creating a permanent, publicly verifiable transaction record that cannot be altered. Google Gemini generates a personalised thank-you message for each donor, which ElevenLabs then converts into spoken audio, while Snowflake powers a public Impact Dashboard showing aggregate giving trends. The platform requires no login and features a public ledger linking every donation directly to its on-chain record. OpenPledge was submitted as part of a weekend developer challenge and is currently live at open-pledge.vercel.app, with full source code available on GitHub.

0
IndiaTimes of India ·

LSU Student Misses Both Shots at $1M Field Goal Prize on Pat McAfee's GameDay

An LSU student named Bruce got a rare shot at winning $1 million during a College GameDay broadcast backed by sports personality Pat McAfee and Home Depot. Randomly selected from the crowd, Bruce was given two attempts at a 33-yard field goal but failed to convert either kick. The contest is part of McAfee's broader $6 million commitment to GameDay prize challenges this season. In past seasons, similar contests have seen students successfully win large cash prizes, with portions also donated to charity.

0
ProgrammingHacker News ·

Classic Sci-Fi Short Story 'They're Made Out of Meat' Resurfaces on HN

A link to Terry Bisson's well-known 1991 science fiction short story 'They're Made Out of Meat' was shared on Hacker News. The story, hosted on eastoftheweb.com, explores the humorous premise of aliens struggling to comprehend that humans are entirely biological beings. The post received 4 points on the platform at the time of reporting. No comments had been added to the submission yet.

0
ProgrammingHacker News ·

VODForge: Free Desktop App for High-Quality YouTube Video Downloads

A developer has released VODForge, a free local desktop application that enables users to download YouTube videos and playlists at high quality without relying on third-party converter websites. Built on top of yt-dlp and ffmpeg, the tool was originally created to support a connected TV company's media workflow, where optimal bitrate from a single source file was critical. VODForge automatically adjusts output settings based on source quality and frame rate, and supports features such as 4K downloads, MP3 extraction up to 320 kbps, playlist management, and a searchable download library. The developer decided to release it publicly after it proved valuable internally, aiming to offer a maintained, user-friendly alternative to paid software or command-line tools. The project is currently seeking user feedback on experience and potential new features.

0
ProgrammingHacker News ·

Meclaw: Minimal Agentic OS Built on Rust, SQLite, and Per-Entity Sandboxes

A developer has shared Meclaw, an open-source agentic operating system project hosted on GitHub. The system is designed around a minimalist architecture, using a single Rust-compiled Linux binary as its core. Each entity within the system operates within its own isolated sandbox, paired with a dedicated SQLite database. The project was submitted to Hacker News as a community showcase, receiving minimal engagement at the time of posting. Meclaw appears aimed at developers exploring lightweight, sandboxed agent-based computing environments.

← NewerPage 825 of 4575Older →