IanTwenty

joined 2 years ago
 

Figured I'd ask here as thought self-hosters would care most about looking after their photos.

What do you do with friends' photos you'd like to keep hold of? Maybe there's a pic on a chat app or they've sent you a link to an album on google photos.

Would you just throw into your own pile of photos or do you carefully adjust metadata to indicate who took them? Just use dirs to separate them from your own? Interested in any and all thoughts.

[–] IanTwenty@lemmy.world 2 points 6 days ago (1 children)

An example site that takes user submissions and is not a wiki:

https://nerdydaytrips.org/

https://github.com/nerdydaytrips/website

Users submit a form that is turned into a github PR, hosted with cloudflare worker. Site itself is completely static, made with hugo. The data about each map pin is simply key/value in the frontmatter of a markdown file:

https://github.com/NerdyDayTrips/website/blob/main/content/daytrip/eu/gb/1066-battle-of-hastings.md

Simple but effective and can be styled however you need (hugo has themes). Moderation can scale by adding more contributors who can merge PRs.

[–] IanTwenty@lemmy.world 15 points 3 weeks ago

'Last year, we asked the public for their views on smart products in a series of workshops. People shared concerns that products collect too much personal information, and said that they feel powerless to control how their data is used and shared'

Thank you to these people!

[–] IanTwenty@lemmy.world 1 points 1 month ago

I'm checking this out!

[–] IanTwenty@lemmy.world 1 points 1 month ago

I like 'Removable Drive Menu': a status menu for accessing and unmounting removable devices.

https://extensions.gnome.org/extension/7/removable-drive-menu/

[–] IanTwenty@lemmy.world 12 points 1 month ago (6 children)

..could it be your phone's storage is failing then?

[–] IanTwenty@lemmy.world 3 points 1 month ago

Your IRQ 'permission denied' log lines could be caused by this: https://github.com/Irqbalance/irqbalance/issues/336

..to which the answer is currently to wait for kernel fix. Whether this is the cause of the suspend issue as well I couldn't say.

Is this all the logs, from very start of you hitting suspend to when the machine comes back? I ask because I expected to see more things stopping and then restarting...

[–] IanTwenty@lemmy.world 5 points 1 month ago (2 children)

The logs should indicate the device/app that prevents suspend, run 'journalctl -r' after it happens.There are ways to disable devices from preventing suspend but we need to know what's causing it first.

[–] IanTwenty@lemmy.world 4 points 1 month ago

I have not yet had a chance to try it but there's this:

https://domainaware.github.io/parsedmarc/

Currently I use my own Python script to do some basic reporting but would rather pool effort.

[–] IanTwenty@lemmy.world 10 points 2 months ago (1 children)

I don't see anyone talking about the human side so I'll ask - what is the appetite for change? I can see you yourself are motivated and that's great. How do you feel the attitude is with the others there? Migrating a company that's been working analogue for decades sounds like a big change programme regardless of the tech choices you ultimately make. This sounds like process change as well as technology change and that requires using another set of skills to wrangle the people.

I would advise to pick a small area first that's causing the most pain but also very amenable to common tech most people are already familiar with and is only a small change to existing processes. Get an early visible success.

The photo management might be a good start as we all are used to these apps on our phones and the tech is mature and easy to find in FOSS.

Everyone loves Immich though it has some big warnings on its github page about its own maturity. Maybe something simpler: just file/photo synching and a shared gallery? It can always be upgraded in future. Syncthing is solid, some kind of NAS and one of the older/mature galleries running on top. Get your backup process nailed down and run a real recovery process before too many photos are at stake.

Anyway it sounds exciting and kudos to you for looking to FOSS. Good luck!

[–] IanTwenty@lemmy.world 9 points 2 months ago

There is some distribution of effort/expertise at least:

When an individual researcher or an organization discovers a new bug in some product, a CVE program partner — there are currently a few hundred across 40 countries — is asked to assess the vulnerability report and assign a unique CVE identifier for the flaw if and as necessary.

https://www.theregister.com/2025/04/16/homeland_security_funding_for_cve/

 

Can anyone recommend a tool to manage photos at the cmdline? I just want to move photos into dirs based on their metadata (YYYY/DD), occasionally fix up metadata (adjust dates), rename photo filenames to match a template and/or query my photos for certain things. It doesn't need to be a gallery or image touch-up tool, I have other things for that.

I'm aware of exiftool and ImageMagick, perhaps they can do the job but they seem quite low level, really need to build scripts around them - I'd like something that operates at a slightly higher level so I don't have to do too much scripting.

A quick search turned up chee (GPLv3) which can:

  • search photos using a simple query language
  • manage named queries (called collections)
  • copy/symlink images into a custom folder structure

...but it's not had an update in a few years (maybe it's feature complete tho!) Any other suggestions? Thanks.

view more: next ›