SShortSingh.
Back to feed

MyZubster launches open-source urban farming map with Monero payments and IoT tools

0
·1 views

MyZubster, an open-source decentralized platform, has announced a new green initiative aimed at connecting urban gardeners and permaculturists worldwide. The project introduces a global map where users can register gardens, balconies, or community orchards, alongside a marketplace for selling local produce using Monero (XMR) as payment. Arduino-based sensors for monitoring plant health and guides for building hydroponic systems are also part of the initiative. Nine new contribution issues have been opened on GitHub, with the project seeking developers, gardeners, writers, and translators to help build the ecosystem. The initiative was announced by Daniel Ioni from Rimini in 2026, positioning MyZubster as a hub for privacy-focused, community-driven urban agriculture.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How Delaying Hard Design Decisions Led to Better Software Abstractions

The creator of InversifyJS reflects on a counterintuitive engineering habit developed while building the dependency injection library: deliberately postponing complex design problems rather than forcing premature solutions. Instead of stopping to architect abstractions when a problem felt unclear, he continued implementing simpler, well-understood features and left difficult challenges untouched. Over time, this approach caused hard problems to effectively dissolve — not because of sudden insight, but because incremental development reshaped the system itself, making the right abstractions emerge naturally. This experience aligns with Gall's Law, which states that working complex systems invariably evolve from simpler working ones, rather than being designed as complex systems from the outset. The author argues that collecting concrete implementation evidence before committing to abstractions is a defining trait of sound software design.

0
ProgrammingDEV Community ·

How to Safely Store and Delete Per-User AI Images in Object Storage

A structured key naming convention — using user ID, generation month, and a UUID — is recommended for storing AI-generated images in object storage, ensuring efficient listing and deletion. Object storage has no true folders, only key prefixes, meaning the organizational layout must be deliberately designed by the developer. Application-side deletion should handle explicit events like account closures or moderation actions, while lifecycle rules are better suited for cleaning up temporary files such as scratch renders. A common failure occurs when database rows and storage objects are deleted out of sync, potentially leaving orphaned files that remain billable and accessible via signed URLs. Running a weekly reconciliation job that cross-checks storage prefixes against the database index is advised as the most reliable way to catch and resolve such inconsistencies.

0
ProgrammingDEV Community ·

A Simple Prompt That Helps Catch AI Hallucinations Before You Use the Output

A developer on DEV Community has shared a reusable eight-line prompt designed to audit AI-generated text for hallucinations before the content is acted upon. The prompt instructs an AI model to extract every factual claim, label each as verifiable, suspect, or a fabrication pattern, and rank the three claims most likely to be wrong. In a controlled test using Claude Sonnet, the checker was applied to a five-sentence paragraph containing three planted errors mixed with two true statements. The tool successfully flagged a fabricated study with a named researcher and statistic, an implausible framework-usage figure, and a subtly wrong date — though it could not independently verify correctness, only surface suspicious patterns. The author notes the prompt works on ChatGPT, Claude, or similar models and is intended as a repeatable audit step between AI-generated output and real-world use.

0
ProgrammingDEV Community ·

Hugging Face Highlights: Real-Time Robots, Agentic Search, and Next-Gen RL Top July 30 Papers

On July 30, 2026, the most upvoted AI research papers on Hugging Face pointed to a clear shift in the field: AI systems are moving away from static benchmarks toward real-world action and deployment. Standout work included HiFi-UMI, which argues that high-fidelity demonstration data alone can train robot manipulation policies without costly multi-source fine-tuning. TurboVLA tackled the speed bottleneck in Vision-Language-Action models, achieving 32 Hz inference on an RTX 4090 using under 1 GB of VRAM, making real-time robot control more practical. A third paper proposed reframing document relevance as a dynamic steering signal for multi-step agentic search, rather than a static ranking score. Across all highlighted papers, the overarching theme was closing the gap between research-stage AI and reliable, efficient real-world deployment in robotics, coding assistants, and intelligent agents.

MyZubster launches open-source urban farming map with Monero payments and IoT tools · ShortSingh