惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
博客园_首页
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
B
Blog
D
DataBreaches.Net
腾讯CDC
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
月光博客
月光博客
V
V2EX
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
The Cloudflare Blog
博客园 - 叶小钗
Y
Y Combinator Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How I Built 4 Custom Apps in One Week to Solve My Real-Li...
Yacov drori · 2026-06-19 · via DEV Community

Yacov drori

We are always told that programming is a tool for problem-solving. But this week, I experienced this truth on a completely different level. Using my autonomous AI Agent (Hermes), software development became my real-time, daily survival tool.

Instead of searching for half-baked third-party apps, dealing with intrusive ads, or compromising on terrible mobile UX, I spent the last few days building four highly customized, production-grade applications to solve exact friction points in my daily life and for my family.

Here is the story of how these four apps came to life.


  1. Remote Terminal (Defeating NoMachine's Screen Rotation Limit) The Problem: I use NoMachine to control my main development PC remotely from my mobile phone. However, I ran into an incredibly frustrating limitation: there was absolutely no way to rotate the remote display viewport by 90 degrees to fit my mobile screen orientation properly.

The Solution: Instead of giving up or hunting for obscure system-level workarounds, I built Remote Terminal. It is a lightweight remote execution client designed with a single killer feature: a built-in, hardware-accelerated 90-degree viewport rotation. Now, I can access and control my remote terminal rig perfectly, at the exact angle I need.


  1. Tefila Meditation (From Print Draft to Interactive PWA) The Problem: I saw the draft of my wife's new meditation and prayer book right before it was sent to the physical print shop. I instantly realized that this content deserved an interactive, accessible digital life.

The Solution: Within 24 hours, we built a generic, highly optimized book framework and compiled it as a Flutter Web PWA and Native Android App.

  • Autoplay-Safe Audio: Implemented a synchronous audio player engine to bypass aggressive mobile browser autoplay blocks.
  • Beautiful Visuals: Added native vector-animated CustomPaint widgets (a flickering flame, flowing water, and rotating mandalas).
  • Offline-First Premium Model: Built a secure offline licensing system that unlocks chapters via secret coupon codes.
  • Live Proofreading Portal: Included a hidden, secure proofreader screen (edit2026) so she can edit chapters and export updated Dart code directly from her phone!
  • Deployed live on GitHub Pages: Check it out here.

  1. My Personal Gym Companion The Problem: Most fitness and gym trackers on the app store are bloated with subscription popups, social feeds, and annoying ads. I just wanted a clean, fast way to log my workout routines and track my personal metrics while at the gym.

The Solution: While heading out to my workout session, I scaffolded a lightweight, completely local Gym Companion app. It is entirely ad-free, runs completely offline, and lets me track my progress, sets, and health metrics with zero distraction.


  1. Today: Visual Food Tracker (With Gemini Vision AI Integration) The Problem: Today, I visited my diabetes specialist. She requested that I start keeping a meticulous daily food diary to monitor my dietary habits. The thought of manually typing every meal, ingredient, and portion size into a clunky text-based app sounded exhausting.

The Solution: I went home and, within a few hours, we built Food Tracker. It is an offline-first, visual-centric tracking app. I just released version 3.0:

  • Multi-Image Support: You can snap multiple photos per meal to track individual food items separately.
  • Smooth Carousel UI: On the home screen, meal cards turn into interactive swipeable carousels (PageView) so you can flip through the photos of your meal.
  • Google Gemini Vision AI Integration: I integrated Google's official google_generative_ai SDK (using Gemini Flash). You take a photo, tap the "🪄 Smart AI Analysis" button, and the AI:
    1. Identifies the food items and auto-updates the captions for each image.
    2. Calculates estimated nutritional values (calories, protein, carbs, and fats).
    3. Automatically writes a detailed nutritional summary in the notes and suggests a cohesive title for the entire meal in Hebrew.

The Takeaway: Software as a Personal Utility

We are living in an era where the barrier between a raw idea and a working, compiled application has completely evaporated. When you pair your domain knowledge with a highly capable, autonomous AI agent, you stop being a mere consumer of software.

You become a producer of your own tools, tailoring technology to fit your life, your health, and your family's needs in real-time.

What is the next custom app you are going to build for yourself? Let me know in the comments!