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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
博客园 - 司徒正美
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
D
Docker
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
腾讯CDC
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
I
InfoQ
雷峰网
雷峰网
The Cloudflare Blog
美团技术团队
Engineering at Meta
Engineering at Meta

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap
GitHub - dougdonohoe/ddphotos-app: Desktop app to create ...
dougdonohoe · 2026-06-23 · via Show HN

DD Photos Desktop App

Demo CI License: AGPL v3

logo_256x256.png

DD Photos is a desktop app for quickly and easily publishing your own beautiful photo albums, like our sample site↗. A DD Photos site is wicked-fast, mobile friendly, and distraction free.

Publish for free via Cloudflare Pages↗ or Surge↗. More technical users can self-publish via AWS S3 or rsync.

The DD Photos app is a front end to the ddphotos open-source static photo album site generator. Rather than hand-editing complex configuration files, DD Photos provides a friendly interface for managing your site and album data. You can also run all the major ddphotos commands to generate, test and deploy your site.

screenshots.gif

See Screenshots for full-size screenshots of each screen.

Site Overview

A DD Photos site↗ has a home page, with all of your albums, and their descriptions. You can easily switch between dark and light themes. Click/touch an album and you see a grid of all photos. Click/touch a photo to see the full size version and a caption, if it has one. You can easily swipe between photos (or use arrow keys on a laptop). It works great on mobile, tablet, and desktop.

screenshots.png

How it Works

The idea is that you already use something else to curate and filter your photos. Maybe it is Adobe Lightroom Classic (my tool). Or maybe it is Apple Photos or Google Photos. It doesn't matter, but once you get a selection of photos that comprise an album, you export the photos into a folder. All the photos in a folder make up an album. It's that simple.

With DD Photos, you define where your albums live in the Config tab, and can specify a name, description and choose your cover photo. Here, you also define details about your site, like name, description, optional HTML text and the hero image.

Once you have defined where your photos live, you use the Photogen tab to run the photogen tool, which resizes the photos for web viewing and generates index files that the web app uses.

That's it. You can now view your personal photo albums site on your machine using the dev server started in the Run tab.

Once you are satisfied with you site, you generate the full static site on the Build tab, and verify it via the Serve tab.

The remaining tabs are used to publish your site. Use Export with Wrangler (Cloudflare) or Surge for the simplest path. Use Deploy for total control via rsync or AWS S3.

Installation

See Releases for the latest Mac, Linux and Windows installers.

Installers are built by Donohoe Digital LLC↗ courtesy of a license to ej-technologies' excellent multi-platform installer builder, install4j↗. We are grateful that they provided us an open source license.

Required Software

DD Photos uses the ddphotos↗ command-line tool to generate, test, and deploy your site. That tool runs inside Docker, so you need a couple of things installed before DD Photos can do its work. The built-in Setup Wizard checks for these on first launch and links you to them, but you can install them ahead of time:

  • Docker↗ (all platforms) — DD Photos runs every ddphotos command (photogen, run, build, serve, etc.) inside a Docker container, so Docker must be installed and running. On Mac and Windows, install Docker Desktop; on Linux, the Docker Engine. Docker must be started before you run any commands.

  • Git for Windows↗ (Windows only) — the ddphotos script is a Bash script, so on Windows it runs under Git Bash (bash.exe), which ships with Git for Windows. It is not needed on Mac or Linux, which already have Bash. When installing, it is fine to accept all the default options.

Beta Software

The current version of the DD Photos app is beta software and supports the majority of ddphotos features. However, some features aren't available yet. For example, in the app, you can't currently edit passwords, captions, certain deploy settings, or custom CSS. There may also be bugs.

Support for these features is coming soon. You can still hand-edit the related files as documented in the ddphotos↗ repo, and they will be used when you run ddphotos commands.

TL;DR Running DD Photos From Source

If you are impatient and just want to run the DD Photos app without reading all the developer documentation, follow these steps:

  1. Clone this repo
  2. Install Java 25↗ and Maven 3↗
  3. Run these commands in the root of this repo
source ddphotos.rc
mvn-package-notests
ddphotos-app

Developer Notes

For full details on how to build and run DD Photos from source, please see README-DEV.md.

Copyright and Licenses

Unless otherwise noted, the contents of this repository are Copyright © 2026 Doug Donohoe. All rights reserved.

This project is licensed under the GNU Affero General Public License v3.0 (AGPL v3).

The "DD Photos" and "Donohoe Digital" names and logos, as well as any images, graphics, text, and documentation found in this repository (including but not limited to written documentation, website content, and marketing materials) are licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0). You may not use these assets without explicit written permission for any uses not covered by this License.

If you'd like to use this project under different terms, contact doug [at] donohoe [dot] info.

Third Party Licenses and Other Open Source Code

The core architecture of DD Photos was adapted from the DD Poker↗ open source project, which is licensed under the GNU General Public License v3.0↗ (GPL v3).

DD Photos incorporates other open source code, primarily as Maven dependencies (see the pom.xml files) but also as bundled resources such as fonts. These are explained in code/photos/src/main/resources/config/ddphotos/help/credits.html and the licenses mentioned therein can be found in the docs/license directory.