venerdì 25 settembre 2026

🚀 Lap: Your Offline-First Photo Manager for Large Local Libraries

🚀 Lap: Your Offline-First Photo Manager for Large Local Libraries

A privacy-focused, open-source desktop photo manager for browsing family albums, finding old photos quickly, and managing large personal media libraries — all without the cloud.

✨ Why Lap

Lap is an open-source, local-first photo manager designed for browsing family albums, locating old photos rapidly, and organizing large personal media libraries entirely offline. It is a privacy-focused alternative to cloud photo services that demands no forced upload, runs local AI search, and follows a folder-first workflow — completely free to use.

🔒 Local-First by Design

  • ✅ Your photos stay on your own disk — no required cloud account or upload is ever needed.
  • ✅ No library lock-in: work directly with your existing folders instead of importing everything into a closed database.
  • ✅ Private AI tools: search, similarity, smart tags, and face features run locally on your machine.
  • ✅ Built for large collections: optimized for smooth browsing and organization across libraries with 100k+ files.
  • ✅ Open source and free: no subscription, no forced ecosystem, and code you can inspect.

🎯 Key Features

Lap delivers a comprehensive, powerful photo management experience with the following capabilities:

📂 Flexible Library Browsing

  • Browse by date, folder, location, camera, lens, tags, ratings, and faces.
  • Random sorting and small-image filter for dynamic viewing.

🗺️ Interactive Map View

Explore geotagged photos and videos in interactive clusters that follow your current filters in real time.

💡 Smart Albums

Save rule-based views with custom grouping and sorting for easy, consistent access to your collections.

🗂️ Collections & Tags

Organize selected files in bulk without moving or duplicating the originals, using collections and tags for efficient management.

🤖 Local AI Search

  • Text prompt search, visual similarity, subjects, face clustering, and optional multilingual search in 50+ languages.

🎬 Live Photos & Motion Playback

Support for Apple Live Photos and Google Motion Photos with motion playback and unified Smart Album filtering.

🖼️ RAW + JPEG Pairs

  • RAW + JPEG/HEIC pairs displayed as one item, with linked files kept together during file operations.

📐 Customizable Viewing

Thumbnails up to 1024px, adjustable grid sizes and corners, and Quick Preview or separate viewer windows for flexible display.

🔧 Built-in Editing

Crop, rotate, flip, resize, and basic image adjustments built directly into the application for quick corrections.

📦 Broad Format Support

Supports 60+ photo, RAW, and video formats across all platforms with automatic compatibility processing when native playback is unavailable.

📂 Metadata, Collections, and Moving Files

Lap is folder-first, but not every piece of information shown is embedded in the original file. This distinction matters when you also manage the same folders in Finder, Explorer, or another photo app.

What Stays with the File

  • ✅ Your original photos and videos always remain ordinary files in their existing folders.
  • ✅ File metadata already embedded in a file (e.g., EXIF capture date, camera, lens, GPS, orientation) is read from that file when Lap indexes it.
  • ✅ Saved image edits write the resulting image to the selected destination.

What is Stored Locally by Lap

  • Collections, Tags, Comments, Favorites, Ratings, and culling states (including Picks and Rejects).
  • Smart Albums and their rules, grouping, sorting, and ordering.
  • AI search data, face data, thumbnails, and other index/cache data.

💡 Working with Files Outside Lap

Lap can rescan folders and detect many filesystem changes. However, changes made outside Lap — such as renaming, moving, replacing, or copying files — can disrupt organization stored only in Lap.

For the most reliable results: rename and move files in Lap whenever you rely on Collections, Tags, Comments, Favorites, Ratings, or culling states. If you also manage files outside Lap, back up Lap's database and configuration together with your photos. You can manage the database location and create a backup in Settings → Storage.

📤 Uninstall Lap

Lap works directly with your existing photo folders. Uninstalling Lap, or deleting its database and cache files, does not delete your original photos.

macOS

  • If you installed Lap with Homebrew: brew uninstall --cask lap
  • For manual installation: quit Lap, then move Lap.app from the Applications folder to the Trash.
  • To remove all Lap database, cache, and configuration files:
rm -rf "$HOME/Library/Application Support/com.julyx10.lap" \
"$HOME/Library/Caches/com.julyx10.lap" \
"$HOME/Library/WebKit/com.julyx10.lap"
rm -f "$HOME/Library/Preferences/com.julyx10.lap.plist"

Windows

  • Open Settings → Apps → Installed apps, find Lap, and select Uninstall.
  • Then open PowerShell and remove all Lap database, cache, and configuration files:
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "$env:LOCALAPPDATA\com.julyx10.lap"
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "$env:APPDATA\com.julyx10.lap"

Linux

  • For DEB installations, uninstall the package: sudo apt remove lap
  • For AppImage installations: quit Lap and delete the downloaded .AppImage file.
  • Then remove all Lap database, cache, and configuration files:
rm -rf "$HOME/.local/share/com.julyx10.lap" \
"$HOME/.cache/com.julyx10.lap" \
"$HOME/.config/com.julyx10.lap"

🔨 Build from Source

Requirements: Node.js 20+, pnpm, Rust stable.

macOS System Dependencies

xcode-select --install
brew install nasm pkg-config autoconf automake libtool cmake

Linux System Dependencies

# sudo apt install libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev \
# patchelf nasm clang pkg-config autoconf automake libtool cmake

Clone and Build

git clone --recursive https://github.com/julyx10/lap.git
cd lap
git submodule update --init --recursive
cargo install tauri-cli --version "^2.0.0" --locked
./scripts/download_models.sh # Windows: .\scripts\download_models.ps1
./scripts/download_ffmpeg_sidecar.sh # Windows: .\scripts\download_ffmpeg_sidecar.ps1
cd src-vite && pnpm install && cd ..
cargo tauri dev

Supported Formats

Lap supports 60+ photo, RAW, and video formats across all platforms.

Images

  • JPG/JPEG/JFIF, PNG, GIF, BMP, TIFF, WebP, HEIC/HEIF/HIF, AVIF, JXL, PSD, EXR, HDR/RGBE, TGA, JPEG 2000 (JP2/J2K/J2C/JPC/JPF/JPX), DDS, DPX, QOI

RAW Photos

  • CR2, CR3, CRW, NEF, NRW, ARW, SRF, SR2, RAF, RW2, ORF, PEF, DNG, SRW, RWL, MRW, 3FR, MOS, DCR, KDC, ERF, MEF, RAW, MDC

Videos

  • MP4, MOV, M4V, MKV, AVI, FLV, TS/M2TS, WMV, WebM, 3GP/3G2, F4V, VOB, MPG/MPEG, ASF, DIVX and more. H.264 playback is supported on all platforms, with automatic compatibility processing when native playback is unavailable. HEVC/H.265 and VP9 are natively supported on macOS.

Linux Video Playback

Lap uses system GStreamer plugins for video playback, including in the AppImage. If videos fail to play on Ubuntu, Debian, or Linux Mint, install:

sudo apt install gstreamer1.0-libav gstreamer1.0-plugins-good

🛠️ Architecture

  • Core: Tauri + Rust
  • Frontend: Vue + Vite + Tailwind CSS
  • Data: SQLite

Key Libraries

LibraryPurpose
LibRawRAW image decoding and thumbnail extraction
libheifHEIC/HEIF/HIF image decoding and preview generation
libjpeg-turboFast JPEG decoding and thumbnail generation
FFmpegVideo processing and thumbnail generation
Video.jsCross-platform video playback UI
ONNX RuntimeLocal AI model inference engine
CLIPImage-text similarity search
InsightFaceFace detection and recognition
LeafletInteractive map for geotagged photos
daisyUIUI component library

💬 FAQ

Q: Is Lap really free and open-source?

Yes! Lap is licensed under GPL-3.0-or-later. It is completely free to use, with no subscription fees or forced ecosystem requirements.

Q: Will my photos be uploaded to the cloud?

Never. Lap is local-first by design — your photos stay on your own disk. No required cloud account or upload is ever needed.

Q: What happens if I uninstall Lap?

Uninstalling Lap removes the application and its local database, cache, and configuration files. Your original photos and videos remain untouched in their existing folders. Just follow the uninstall instructions for your platform.

Q: How do I get Lap running on my system?

You can download the pre-built release for your platform from the latest release page, or build from source using the provided instructions. Lap supports macOS (Apple Silicon/Intel), Windows (x64/ARM64), and Linux (x64/ARM64).

📥 Download Lap

Get the latest release matching your system and start managing your photo library in seconds:

Platform & Package

PlatformPackageNote
macOS (Apple Silicon / Intel)_aarch64.dmg / _x64.dmgNotarized by Apple
Windows 10/11 (x64 / ARM64)_x64_en-US.msi / _arm64_en-US.msiUnsigned — click Keep if SmartScreen blocks
Linux (x64 / ARM64)_amd64.deb / _arm64.debFor Debian-based distros (Ubuntu, Debian, Linux Mint, etc.)
Linux (x64 / ARM64)_amd64.AppImage / _aarch64.AppImageMake executable, then double-click to run

macOS with Homebrew

brew tap julyx10/lap
brew install --cask lap

🔗 Explore Lap

Dive deeper into Lap's capabilities, documentation, and community resources:

domenica 20 settembre 2026

Roost Social: The Slow Messaging App That Gives You Time Back ⏳

🚀

Roost — The Slow Messaging & Pen Pal App

Welcome to Roost! The revolutionary messaging app from Good Egg LLC that's changing how we connect with friends and pen pals worldwide. 🌎

💡 What is Roost?

Roost (listed as Roost Social on the App Store and Google Play) is a unique messaging app that brings us closer—without keeping us glued to our screens. It's all about bringing the world closer through slow, meaningful connections.

🎯 How Roost Works

  • 📝 Write a note — Craft your message with care and intention
  • ✈️ Pick a traveler — Choose from birds, snails, turtles, and more!
  • 🌍 Send it on its way — Let distance and real-world speed shape the journey
  • 🗺️ Follow the journey — Track your message across a real-world map

⚡ The Roost Philosophy

The idea behind slow messaging:

  • 👥 Friends nearby — Connect with those in your local area
  • 🌐 Pen pals worldwide — Meet new friends across the globe

📦 What Makes Roost Special?

  • 💌 Write Friends & Worldwide Pen Pals — Find new connections anywhere
  • ⏱️ Travel Time Based on Distance — Experience real-world delivery times
  • 🐦 Choose Birds, Snails, Turtles & More — Pick your preferred traveler!
  • 🌎 Put Your Phone Down While They Travel — Disconnect to reconnect

🔗 Get Started with Roost

Ready to experience slow messaging? Download Roost today and start writing messages that take a journey!

👉 Download Roost Now!

Open in Safari to install on iOS, or get it from Google Play for Android

🔗 Official Website

Explore more about Roost:

🌐 https://roostsocial.app

❓ FAQ - Frequently Asked Questions

💰 Is Roost free to use?

Yes! The app is completely free to download for both iOS and Android. Optional in-app purchases are available for additional features.

📱 Which devices can I use Roost on?

Roost is available on:

  • ✅ iOS devices (iPhone, iPad)
  • ✅ Android phones and tablets

🐦 What travelers can I choose?

You can send messages with various "travelers" including birds, snails, turtles, and other animals! Each has different speeds based on real-world travel times.

🌍 How does the map feature work?

Follow your message's journey on a real-world map as it travels from sender to recipient. It's like watching your letter go through the mail!

🎯 Who is Roost for?

Roost is perfect for:

  • 👥 Friends who want meaningful connections
  • 🌐 Pen pals seeking global friendships
  • 📱 People wanting to disconnect and reconnect
  • 💌 Anyone who appreciates slow, thoughtful communication

🚀 Ready to experience the magic of slow messaging?

💻 Download Roost today and start writing messages that take a journey!

domenica 30 agosto 2026

Discover Last30Days-Skill: The AI Search That Reads the Reality of the Last 30 Days!

🚀 🤖 💻 ⚡ 🎯 🧠 🔧 📦 🐍 📊 🏆 🔗 ⭐ 👉
LAST 30 DAYS SKILL: YOUR ULTIMATE AI SEARCH!

Have you ever wanted to know what is really happening in the world of AI, tech, or any other topic, without having to spend hours browsing through open tabs and endless forums? 🚀

Here is the solution: last30days-skill. An AI agent that dives deep into Reddit, X (Twitter), YouTube, Hacker News, Polymarket, and the web, synthesizing only what truly matters from the last 30 days. 🤖

🚀 Why is it revolutionary?

Forget outdated blogs or SEO-manipulated results. This tool queries the heart of human conversation:

  • 🎯 Reddit: Real opinions and comments filtered by upvotes.
  • 🎯 X (Twitter): The latest breaking news and expert discussions.
  • 🎯 YouTube: Full transcripts to extract key points in seconds.
  • 🎯 Polymarket: Real probabilities based on actual bets, not opinions.
  • 🎯 Hacker News: The consensus of the most advanced technical community.

💻 How to install it right now

You can use it with your favorite tools (Claude Code, Cursor, Copilot, Gemini CLI, etc.) with a simple command: npx skills add mvanhorn/last30days-skill -g
Or via the Claude Code marketplace: /plugin marketplace add mvanhorn/last30days-skill

⚡ Incredible results in seconds

Imagine preparing for a meeting: instead of searching on Google, ask /last30days [Person Name] and get a complete brief on what they have done, written, or discussed in the last month. 🧠

📦 Key Features

  • ⚡ Zero Config: Reddit and GitHub work immediately.
  • ⚡ Multi-Source: Connects the dots between different platforms to give you the complete "truth".
  • ⚡ Smart Synthesis: An AI agent judges relevance and writes a structured summary.

🔗 Discover the project on GitHub

👉 https://github.com/mvanhorn/last30days-skill

✨ Don't get left behind, join the intelligent search revolution!


❓ FAQ - Frequently Asked Questions

Q: Is it free?
A: Most sources are free and ready to use. Some platforms like X or YouTube might require your personal API keys for a full experience. 💰

Q: Do I have to configure everything myself?
A: No! Many sources are "zero config". For others, the configuration wizard will guide you in seconds. 🔧

Q: Is it Open Source?
A: Absolutely! Under the MIT license. 🐍

venerdì 28 agosto 2026

🚀 Public APIs Collection: A Developer's Treasure Trove!

🚀 Public APIs Collection: A Developer's Treasure Trove!

📦 **Discover 100+ Free Public APIs for Your Next Project!** ⚡

Welcome developers! Today we're exploring the incredible world of public APIs - your gateway to building amazing applications without worrying about authentication costs. Let's dive in! 👉


🎯 Why Use Public APIs?

Public APIs are manually curated by community members and organizations like APILayer. They include an extensive list from many domains that you can use for your own products. Consider it a treasure trove of APIs well-managed by the community over the years! 💎

🚀 Featured API Categories

### 🤖 Machine Learning & AI

Explore APIs powered by artificial intelligence, from image generation to text analysis. Perfect for building smart applications! ⚡

### 💻 Development Tools

From CI/CD platforms like Travis CI to code hosting solutions. Streamline your development workflow! 🔧

### 📊 Data & Analytics

Access real-time data from sources like CoinGecko, Weatherstack, and more. Transform raw data into insights! 📈

### 🎨 Art & Design

Generate placeholder images with DummyImage, fetch icons from Iconify, or explore art collections from museums. Creativity unlimited! 🎨

### 🌍 Geocoding Services

Find locations with OpenStreetMap-based APIs or use Positionstack for precise geolocation services. Navigate the world! 🗺️


💡 Quick Start Guide

  1. 🎯 Choose your API: Browse categories and select what fits your project needs
  2. 📖 Check documentation: Most APIs have README files with endpoint examples
  3. ⚡ Test endpoints: Many offer free tiers or no-authentication options
  4. 🔗 Integrate!: Use curl, Postman collections, or direct HTTP requests
# Example API call (no auth required)
curl https://catfact.ninja/fact

🔗 Essential Resources

📚 Popular APIs by Category

Category Example API Auth Required
🐱 Animals Cat Facts, Dog CEO No ✅
⛅ Weather Weatherstack No ✅
💰 Finance CoinGecko, Fixer Mixed ⚖️
🎨 Art DummyImage, Iconify No ✅
💻 Development Travis CI, GitHub API OAuth/API Key 🔑

⚡ Pro Tips

  • 🔍 Start small: Test with free-tier APIs before committing to paid solutions
  • 📖 Read the docs: Each API has unique endpoints and rate limits
  • 🔒 CORS matters: Check if the API supports cross-origin requests
  • 🔐 HTTPS is key: Most modern APIs require secure connections
  • 🔄 Fallback strategies: Have backup APIs ready for production

🎓 Learning Resources

# Python example using requests library
import requests

response = requests.get('https://api.catfacts.me/v1/facts/random')
print(response.json())

Explore our Contributing Guide to help expand this amazing collection! 🤝


❓ FAQ

Q: Are these APIs really free?

A: Yes! Most public APIs in this collection are free to use, though some may have usage limits.

Q: Do I need an API key?

A: Not always! Many APIs work without authentication, while others require keys for rate limiting or tracking.

Q: Can I use these for commercial projects?

A: Check each API's LICENSE file and terms of service. Most allow commercial use with attribution.

Q: Where can I get support?

A: Join the Discord server for community help and updates!


🏆 Final Thoughts

Public APIs are like building blocks for developers - they enable innovation, accelerate development, and reduce the cost of building applications. Whether you're a student, hobbyist, or professional developer, this collection has something for everyone!

Start exploring today and build your next amazing project! 🚀🎉


💬 Ready to dive in?

🚀 Visit GitHub Public APIs Repository ⭐

*Happy coding!* 💻✨

giovedì 27 agosto 2026

🎨 Koboyo Icons: 135,610 Free Hand-Drawn SVG Icons for Your Projects

🚀 Koboyo Icons: Making Design Accessible with 135,610 Free Hand-Drawn SVG Icons

lang:en

🤖 What is Koboyo Icons?

Koboyo Icons is a comprehensive icon repository featuring 135,610 free hand-drawn SVG icons that you can also draw with on an infinite canvas. Perfect for designers, developers, and creators who need versatile, customizable graphics for their projects.

💻 Key Features

  • 🚀 Massive Icon Library — Access to 135,610 original hand-drawn icons ready for immediate use.
  • 🤖 Creative Flexibility — Draw with icons on an infinite canvas for unlimited creative possibilities.
  • 💻 Diverse Styles — Choose from multiple drawing styles including cartoon and solid formats.
  • ⚡ Free License — All icons are available under a free license for personal and commercial projects.
  • 🎯 Categorized Organization — Browse by groups with over 135,610 icons across multiple categories.
  • 🧠 Infinite Drawing Canvas — Start drawing directly with the icons on a customizable canvas.
  • 🔧 Ease of Integration — Perfect for designers and developers looking to enhance their visual assets.

📊 Icon Collections by Style

The platform offers three distinct drawing styles:

  • 🏆 All Styles — Browse the complete collection of 135,610 icons.
  • ⭐ Original — Access 69,383 original hand-drawn icons.
  • 👉 Cartoon — Explore 62,258 cartoon-style icons.
  • ⭐ Solid — Find 3,969 solid-style icons for a different visual impact.

📦 Icon Categories and Groups

Browse through extensive categories covering every aspect of design and technology:

  • 🚀 Popular Categories:
  • ⭐ People & Faces — 1,306 icons in the face group.
  • 👉 Mascots — An impressive 16,780 mascot icons available.
  • ⭐ Business & Commerce — 785 business and 643 commerce icons.
  • 🏆 Tech & Development — 1,886 dev and 2,056 tech icons.
  • ⭐ Educational Content — 476 education and 946 culture icons.
  • 👉 Food & Agriculture — 2,721 food and 411 agriculture icons.
  • ⭐ Gaming & Entertainment — 457 gaming and 850 entertainment icons.
  • 🏆 Travel & Transportation — 446 travel and 949 vehicle icons.

🎨 Drawing Style Options

Select your preferred drawing style to match your project needs:

  • 🚀 All Styles — Browse the complete collection.
  • ⭐ Cartoon Style — Perfect for playful, engaging designs.
  • 👉 Solid Style — Ideal for clean, modern aesthetics.

🔗 How to Get Started

Access Koboyo Icons with these simple steps:

  • 🚀 Browse the Collection — Navigate through the extensive icon library organized by groups and categories.
  • ⭐ Select Your Style — Choose from all styles, original, cartoon, or solid options.
  • 👉 Explore Categories — Find icons that match your specific project requirements.
  • 🏆 Download and Use — All icons are free to use with the appropriate license.
  • ⭐ Start Drawing — Use the infinite canvas feature for custom creations.

⚡ Use Cases

Koboyo Icons is perfect for:

  • 🚀 UI/UX Designers — Enhance your user interfaces with hand-drawn elements.
  • ⭐ Web Developers — Add visual interest to websites and applications.
  • 👉 Motion Graphics Artists — Create engaging animations with SVG assets.
  • 🏆 Illustrators — Use as base elements for custom illustrations.
  • ⭐ Mobile App Developers — Populate your apps with versatile icon sets.

📊 Technical Specifications

  • 🚀 Format — SVG (Scalable Vector Graphics) for perfect scaling at any resolution.
  • ⭐ Licensing — Free license allowing commercial and personal use.
  • 👉 Canvas Feature — Infinite drawing canvas for creative freedom.
  • 🏆 Organization — Well-structured categories and groups for easy navigation.
  • ⭐ Compatibility — Works with all major design and development tools.

🔍 FAQ Section

Q: Are these icons really free to use?

A: Yes! All 135,610 icons on Koboyo are available under a free license, making them perfect for both personal and commercial projects without licensing fees.

Q: Can I modify these SVG icons?

A: Absolutely! The SVG format allows you to easily edit these icons in any vector graphics editor like Adobe Illustrator, Inkscape, or Figma. You can also use the infinite canvas feature to draw custom variations.

Q: How many icons are available in each style?

A: The platform offers:

  • 🚀 69,383 Original hand-drawn icons.
  • ⭐ 62,258 Cartoon-style icons.
  • 👉 3,969 Solid-style icons.

Q: What categories of icons are available?

A: Koboyo Icons covers an extensive range including but not limited to:

  • 🚀 People, faces, and characters
  • ⭐ Technology and development
  • 👉 Business and commerce
  • 🏆 Food, agriculture, and nature
  • ⭐ Gaming and entertainment
  • 👉 Travel, transportation, and vehicles

Q: Can I use these icons for commercial projects?

A: Yes! The free license on Koboyo allows you to use the icons in commercial projects without any licensing restrictions.

Q: What is the infinite canvas feature?

A: The infinite canvas allows you to draw with the icons on an unlimited drawing surface, giving you complete creative freedom to create custom compositions and arrangements.

🏆 Why Choose Koboyo Icons?

  • 🚀 Versatility — With over 135,610 icons and multiple styles, you'll find the perfect asset for any project.
  • ⭐ Quality — All hand-drawn SVG icons ensure high quality and professional appearance.
  • 👉 Convenience — Well-organized categories make it easy to find exactly what you need.
  • 🏆 Cost-Effective — Free license eliminates the need for expensive stock icon purchases.
  • ⭐ Creativity — The infinite canvas feature opens up new possibilities for custom designs.

👉 Ready to Start Creating? Explore Koboyo Icons Today!

Visit Koboyo Icons Now →

prova

prova

sabato 22 agosto 2026

🎬 Donkey: The Open Source CapCut Alternative with AI

🚀 Donkey: The Open Source CapCut Alternative

Looking for a simple way to edit videos without the restrictions of proprietary software? Discover Donkey, the open-source CapCut alternative that brings video editing directly to your browser, powered by Artificial Intelligence.


🌟 What is Donkey?

Donkey is a free and open-source video editor designed to be intuitive and versatile. Whether you want to work in the cloud or keep your files locally on your computer, Donkey adapts to your needs.


🚀 Key Features
    🎞️ Multi-track Timeline: A complete editor with clips, music, and effects.
  • 🤖 Integrated AI Assistant: Generate videos, images, voiceovers, and music simply by chatting.
  • ☁️ Cloud Projects: Work anywhere without installing anything; save projects in the cloud and share them with a link.
  • 💻 Privacy & Local Control: Keep your files on your computer with local projects.
  • 🍎 macOS Companion App: For Mac users, the dedicated app enables screen recording and local execution of transcriptions and editing engines.
🛠️ How to get started

You can run the editor locally by following these steps in your terminal:

cd site
npm install
npm run dev

🔗 Explore the project on GitHub

👉 Visit GitHub to explore the code and contribute: https://github.com/DonkeyCut/Donkey


❓ FAQ

Is Donkey free to use?
Yes, Donkey is completely free and open-source.

Do I need to install anything?
You can use it directly in your browser via cloud projects, or install it locally for more control.

What makes it different from CapCut?
Donkey is open-source and focuses heavily on AI-driven features integrated directly into the web interface.


Written by JfkMdd

🏋️‍♂️ openGym: Your workout tracker, entirely yours!

🏋️‍♂️ openGym: Your workout tracker, entirely yours!

lang:en

Tired of fitness apps that lock your data behind a subscription or disappear when the startup fails? openGym is the ultimate solution for those who want total control over their wellness journey.

🚀 What is openGym?
It is a self-hosted workout and body-weight tracker, designed to be modern, fast, and, above all, private. No accounts on third-party servers, no ads, no subscriptions. Just you and your data, managed via passkeys directly on your device.

⚡ Key Features:

  • ⚖️ Weight Tracking: Interactive charts with goal lines to monitor gains and losses.
  • 🏋️‍♂️ Weekly Planning: Personalized routines with a library of over 1,300 exercises with animated demos.
  • 🗓️ Total Flexibility: Reschedule any workout without disrupting your weekly plan.
  • ▶️ Guided Workouts: Smart interface that pre-fills weights based on your last session, including rest timers and PR detection.
  • 📈 Intelligent Progression: Supports various methods (Linear, Greyskull LP, double progression) to keep you moving forward.
  • 💪 Muscle Map: Interactive muscle diagram showing which muscle groups you've trained throughout the week.
  • 🔑 Modern Security: Access via Passkeys (FaceID/TouchID) for maximum security without passwords.
  • 📱 Mobile-First: Works as a PWA (Progressive Web App) on your smartphone or as a standalone Android app.

💻 Get Started:
Setup is incredibly simple thanks to Docker. It only takes one command to have your personal training server up and running in minutes!

git clone https://github.com/DuarteSantos8/openGym cd openGym docker compose up -d

👉 Check the project on GitHub: https://github.com/DuarteSantos8/openGym


❓ FAQ

Is openGym free?
Yes, it is a self-hosted solution, so you have full control without subscriptions.

How do I secure my data?
It uses Passkeys (like FaceID or TouchID) for secure, passwordless access.

Can I use it on my phone?
Yes, it works as a Progressive Web App (PWA) or a standalone Android app.

mercoledì 19 agosto 2026

🚀 CLI-Anything: Rendere ogni software agent-native

🚀 CLI-Anything: Rendere ogni software agent-native

lang:it

CLI-Anything: Trasforma qualsiasi software in uno strumento agent-native

CLI-Anything è una piattaforma che genera harness CLI per sistemi/software esistenti, permettendo agli agenti di AI di controllare le applicazioni tramite interfacce a riga di comando. Con un approccio a sette fasi, la pipeline costruisce CLI robuste, testate e pronte per l’uso in ambienti di produzione.

Funzionalità principali

  • 🚀 Generazione automated harness per software esistenti, portando la loro funzionalità direttamente in CLI.
  • 🤖 Hub di CLI (CLI-Hub) per scoprire, installare e gestire strumenti CLI compatibili.
  • 💻 Multi-software support across piattaforme: GIMP, Blender, LibreOffice, Zotero, Calibre e molti altri.
  • ⚡ SKILL.md compatibility per integrazione semplice in ambienti di agenti.
  • 🎯 Seven-stage approach per analisi, progettazione, implementazione, test e pubblicazione.
  • 🧠 Output strutturato JSON-friendly per ML e automazione.
  • 🔧 Extensive testing con migliaia di casi per affidabilità in produzione.

Come funziona

  • 🚀 Un harness CLI viene generato per un software scelto e integrato in una CLI completa.
  • 💡 Ogni CLI offre una robusta interfaccia a comandi con REPL interattiva.
  • 🔗 CLI-Hub abilita l’esplorazione e l’installazione automatica di nuovi harness.
  • 📦 Comandi inline mostshow esempi e output atteso, con documentazione incorporata nello SKILL.md.

Get started

  • 🚀 pip install cli-anything — installa CLI-Anything.
  • 💻 /cli-anything ./gimp — genera un harness completo per GIMP.
  • 🔗 pip install cli-anything-hub — abilita CLI-Hub per scoprire più CLI.

👉 Progetto CLI-Anything su GitHub: https://github.com/HKUDS/CLI-Anything

🚀 The Decentralized AI Revolution: Why Tech is Moving Beyond the Cloud

🧠 Ever felt like the AI revolution is being gatekept by a handful of tech giants? The massive demand for high-end GPUs has created a bottleneck that threatens to stall global innovation. But a paradigm shift is happening right now.

⚡ The Bottleneck in Modern Tech

The current tech landscape is facing a "Compute Crisis." As AI models grow exponentially, the centralized cloud providers (AWS, Google, Azure) are struggling to keep up with the sheer volume of demand. This creates two massive problems:

  • 📊 Scarcity: High-performance compute is becoming harder and more expensive to access.
  • 💰 Monopoly: A few players control the infrastructure, dictating prices and availability.

🚀 Enter LTX.io: The New Era of Compute

LTX.io is stepping in to break these chains. By leveraging decentralized infrastructure, LTX.io allows users to tap into a global pool of computing power. This isn't just about adding more servers; it's about changing the fundamental architecture of how we interact with hardware.

💻 Seamless Integration

For developers and enterprises, this means tech becomes more fluid. You don't need to wait for a specific cloud provider to scale; you simply draw from the decentralized mesh.

🧠 Expert Insight: The "Compute Mesh" Framework

Most people think decentralization is just about "sharing" power. But the real game-changer is what I call the Compute Mesh Framework. Instead of a centralized hierarchy, we are moving towards a liquid market of compute resources.

  • 🔧 Permissionless Scalability: Anyone with hardware can contribute, and anyone with a model can scale.
  • ⚡ Dynamic Pricing: Prices are driven by real-time supply and demand, not corporate margins.

🎯 Conclusion

The era of centralized AI dominance is nearing its end. The future belongs to the distributed, the permissionless, and the efficient.

👉 🔗 Ready to scale your AI without limits? Check out LTX.io today and join the decentralized revolution!

🚀 Lap: Your Offline-First Photo Manager for Large Local Libraries

🚀 Lap: Your Offline-First Photo Manager for Large Local Libraries A privacy-focused, open-source desktop photo manager for browsing f...