SShortSingh.
0
ProgrammingHacker News ·

Hard-Chat: Open-Source Serverless P2P Terminal Chat That Runs Entirely in RAM

Hard-Chat is a newly released open-source project hosted on GitHub by developer mrhardlint. It is a peer-to-peer terminal-based chat application that operates without any central server. The tool runs exclusively in RAM, meaning no data is written to disk during use, which enhances privacy. The project was shared on Hacker News, where it received modest early attention with 8 points and one comment.

0
ProgrammingDEV Community ·

Dev Builds App That Turns Acts of Generosity Into Shareable Digital Receipts

A developer has built 'Proof of Good,' a web app that documents charitable acts by letting users describe what they gave, who benefited, and attach supporting evidence like photos or receipts. The app uses Google Gemini to assess submitted evidence through structured AI analysis, deliberately avoiding language that implies verified truth. Each documented act can be permanently recorded as a memo on the Solana Devnet blockchain, creating a publicly checkable record. ElevenLabs text-to-speech integration converts the proof into a short spoken narration, making the record feel more personal. The project was submitted to a DEV Community weekend hackathon and is built using Next.js, TypeScript, and Tailwind CSS.

0
IndiaTimes of India ·

Hailee Steinfeld Launches Beau Society Merch Line With Quiet Support From Josh Allen

Actress Hailee Steinfeld has expanded her Beau Society newsletter brand into a limited-edition merchandise collection, including tees and a hat. Steinfeld shared photos of herself wearing the new pieces to promote the launch. Her partner, NFL quarterback Josh Allen, showed his backing by reposting the Beau Society announcement on his Instagram Story. The launch follows the newsletter's recent 100th issue milestone, signaling steady growth for Steinfeld's personal creative project.

0
ProgrammingDEV Community ·

Fort Kitchen: Open-Source, Agent-Native Kitchen OS You Can Self-Host

Fort Kitchen is a self-hosted, open-source kitchen operating system released under the MIT license by The Fort That Holds. It allows users and AI agents to share a structured model of their household kitchen, covering pantry inventory, meal planning, recipes, gear, and restocking needs. The system requires no cloud accounts, paid services, or external infrastructure, and can run locally or on a Cloudflare Worker. A permission system called Zone Law controls what actions an AI agent may take autonomously, keeping sensitive data like allergies and spending decisions under explicit user approval. The project is available to fork on GitHub, with setup guided by an AGENT_INSTALL.md file designed to be handed directly to an AI agent.

0
ProgrammingHacker News ·

Four-Week Vegan Diet Linked to Changes in Inflammation and Aging Markers

A study from the University Medical Center Freiburg found that following a vegan diet for just four weeks can measurably alter biological signs associated with inflammation and aging. Researchers observed shifts in relevant biomarkers among participants who adopted the plant-based eating pattern. The findings suggest that even a short-term dietary change may have meaningful effects on the body's inflammatory and aging-related processes. The research adds to a growing body of evidence exploring how diet influences long-term health outcomes at a molecular level.

0
ProgrammingDEV Community ·

CellularFlow Architecture Claims 83.9% Domain Retention by Replacing Transformer FFN Layers

A researcher named Celcilin C S has proposed CellularFlow, an alternative neural network architecture designed to address catastrophic forgetting in large language models. The core problem it targets is the tendency of models like LLaMA, Mistral, and GPT-4 to lose previously learned domain knowledge when sequentially trained on new subjects. CellularFlow replaces the standard dense feed-forward network layers in Transformers with addressable, multi-head associative memory banks that can be selectively updated without overwriting existing knowledge. The architecture reportedly achieves zero-backpropagation streaming learning and retains 83.9% of domain-specific knowledge across sequential training tasks. To prevent routing failures in sparse memory access, the system injects small Gaussian noise during training to ensure all memory slots receive gradient updates.

0
ProgrammingDEV Community ·

Free MIT tool lets beta readers voice feedback pinned directly to manuscript passages

A free, open-source tool called Beta Reader has been released under the MIT license to streamline manuscript feedback collection. Instead of written notes, readers listen to a text-to-speech rendering of a manuscript, tap any passage, and record spoken or typed reactions in real time. Each reader's notes are automatically committed to a dedicated branch in the author's GitHub repository, with no accounts, databases, or build steps required. The tool consists of a single HTML file and a Cloudflare Worker, and is designed to be set up via AI coding assistants like Claude Code or Cursor using an included AGENTS.md guide. The project is publicly available on GitHub and was created by The Fort That Holds.

0
ProgrammingDEV Community ·

How to Turn Raw Security Scan Results into Clear, Actionable Client Reports

Agencies managing client websites often struggle to translate automated security scanner outputs into reports that clients can act on. A practical reporting structure should clearly identify the affected domain, the date of the check, and observable evidence — without overstating what was found or assessed. Each finding should distinguish between concrete actions, context-dependent decisions, and reference observations to avoid inflating urgency. Recommendations must go beyond vague directives, offering specific next steps such as testing a report-only Content Security Policy before enforcement. Reports should also acknowledge their own scope and time limitations, since a clean result does not guarantee a vulnerability-free website.

0
ProgrammingDEV Community ·

Developer argues agent frameworks and runtimes are distinct layers after auditing own codebase

A software developer at soit-ai has published a technical breakdown arguing that 'agent platform' is an umbrella term that conflates at least three separate concerns: the library developers write, the engine that runs it, and the control plane that governs it. Using their open-source repository on GitHub as a specimen, they show the core agent loop — planner, executor, and verifier — totals just 239 lines of code. By contrast, the runtime governance layer, including a policy gateway, spans 475 lines on a single port alone, handling permissions, cost attribution, secret boundaries, and approval interrupts. The executor class itself contains no business logic, deliberately delegating all calls to a port where execution rules are enforced separately from the loop. The author contends this separation is intentional and structural, not incidental, and uses line counts rather than diagrams to make the case.

0
IndiaTimes of India ·

Caitlin Clark Expands Endorsement Portfolio with $4.5B Drinkware Brand Deal

Indiana Fever star Caitlin Clark has added a new endorsement partnership with a major drinkware brand estimated to be worth $4.5 billion. The collaboration, which began in 2025, includes a collection of tumblers and bottles under Clark's Future design. The deal further grows her already substantial off-court commercial presence. Clark previously secured major sponsorships with Nike, Gatorade, State Farm, and Wilson, cementing her status as one of basketball's most marketable athletes.

0
TechnologyThe Verge ·

Seattle Times and Newsday sue OpenAI and Microsoft over copyright infringement

The Seattle Times and Newsday have filed a lawsuit against OpenAI and Microsoft, alleging that their journalism was used without permission to train AI models. The outlets claim OpenAI's systems frequently reproduce passages from their original reporting in response to user queries. Microsoft was named as a co-defendant because its Copilot product is built on OpenAI's technology. The case adds to a growing wave of similar lawsuits, including those filed by The New York Times, Ziff Davis, and Encyclopedia Britannica. The two publishers join nearly 400 local newspapers that have recently taken legal action against the two tech companies.

0
ProgrammingDEV Community ·

How CyberMoranda's CIDS Risk Engine Turns Raw Security Events into Decisions

CyberMoranda's Cyber Intrusion Detection System (CIDS) features a Risk Engine designed to evaluate security events using context, confidence, and behavioral patterns rather than simple point scoring. The engine sits between detection and response layers, ensuring that identical events — such as failed logins — are interpreted differently depending on their surrounding context. It tracks temporal sequences of activity within sessions, allowing it to identify behavioral patterns that isolated event analysis would miss. Risk scores are also designed to decay over time so that outdated suspicious activity does not permanently flag a session. Crucially, the engine separates risk assessment from automated response, requiring a dedicated policy layer to make final decisions based on both risk level and confidence rating.

0
IndiaTimes of India ·

Brittany Mahomes: Athlete, Entrepreneur, and Women's Soccer Trailblazer

Brittany Mahomes has carved out a distinct public identity independent of her husband, NFL star Patrick Mahomes. A former soccer player, she leveraged her athletic background to launch a fitness business. She also became a founding co-owner of the Kansas City Current, a women's professional soccer club. Her involvement with the team has contributed to the advancement of women's soccer, including the creation of a purpose-built stadium. Beyond business and sports, Brittany is active in philanthropy and uses her platform to champion confidence and ambition among women.

← NewerPage 829 of 4584Older →