Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 56 min 42 sec ago

Show HN: Hologram, photo management and culling built with Tauri

Sun, 07/12/2026 - 7:10pm

Hello Hacker News photographers! Yes, this is essentially my take on photo colling and management, similar to the features that Lightroom and Darktable already have.

Because I shoot in JPEG+RAW, my workflow looks like me going through my JPEG images and then eliminating the JPEGs I don't like afterwards in addition to their corresponding RAWs. At least on my old MacBook, the JPEGs were faster to load than the RAW photos (probably a combination of CR2, the file my EOS 40D, not having embedded JPEG previews and my buggy macOS version). Hologram would be my way of making this workflow easier to do, especially with keyboard shortcuts.

I also never liked the star-based system on Lightroom or Darktable, so I implemented Pick and Reject instead (which matches what I would otherwise do with deleting photos to my system trash when I cull in the Finder app)

Anyways, with my new R7 I found that bursts got more annoying to cull so I decided to create autocull on Hologram as well. This would analyze your photos and help you suggest which photos in a burst to keep, or which photos to keep in a shoot in general.

Currently, this is not notarized or whatever, but let me know what you guys think.

Comments URL: https://news.ycombinator.com/item?id=48885810

Points: 1

# Comments: 0

Categories: Hacker News

How to Get What You Want

Sun, 07/12/2026 - 7:05pm
Categories: Hacker News

Amicro: Micro-Transitions Library

Sun, 07/12/2026 - 7:00pm

Article URL: https://amicro.vercel.app/

Comments URL: https://news.ycombinator.com/item?id=48885761

Points: 2

# Comments: 0

Categories: Hacker News

Argocd-AI-Assistant

Sun, 07/12/2026 - 7:00pm
Categories: Hacker News

Designing and assembling my first PCB

Sun, 07/12/2026 - 6:56pm
Categories: Hacker News

Privacy-First PDF Tools

Sun, 07/12/2026 - 6:56pm

Article URL: https://cleanvault.github.io/

Comments URL: https://news.ycombinator.com/item?id=48885719

Points: 2

# Comments: 1

Categories: Hacker News

Dither Kit: Make your charts dither

Sun, 07/12/2026 - 6:55pm

Article URL: https://www.tripwire.sh/dither-kit

Comments URL: https://news.ycombinator.com/item?id=48885713

Points: 2

# Comments: 0

Categories: Hacker News

Why Vanilla JavaScript

Sun, 07/12/2026 - 6:53pm
Categories: Hacker News

Cyberpunk Comics, Manga and Graphic Novels

Sun, 07/12/2026 - 6:45pm
Categories: Hacker News

Show HN: Lazysusan – run commands on your machines from anywhere with just curl

Sun, 07/12/2026 - 4:26pm

This project might be overkill, but I just wanted a fast, straightforward way to run commands on the machines I work with, especially through LLMs. Setting up SSH each time is cumbersome (and sometimes not possible for protected nodes). The machine just needs outbound internet connectivity. And nothing needs to be installed on the calling side, a simple curl command works.

Use cases can vary, but I think it's good for infra work like debugging a node that's misbehaving, checking logs, setting up a VM with Coolify, Dokploy, etc.

How it works: you install the susan binary on the machine with a single command and run it. It prints a curl string that any LLM (or you) can use to talk to the machine. The connection is ephemeral, so once the susan command is killed, the auth dies with it.

One thing to note: by default, susan connects to the public relay I run. That can be a concern for more private use cases, so I also provide a binary to self-host your own relay (called tray, keeping with the lazy susan theme).

Comments URL: https://news.ycombinator.com/item?id=48884431

Points: 2

# Comments: 0

Categories: Hacker News

Pages