Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)IA
Posts
2
Comments
33
Joined
2 yr. ago

Selfhosted @lemmy.world

Photo management - storing friends' photos

  • 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.

  • '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!

  • 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...

  • 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.

  • 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!

  • Permanently Deleted

    Jump
  • 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/

  • I'll mention this as no one has yet but you can be your own CA. Tools like mkcert make it easy

    https://github.com/FiloSottile/mkcert

    This is potentially more hassle (than using public DNS) as you have to get your CA certs onto every device. However it may be suitable depending on the situation.

  • It's a bit like using directories/folders to organise your work - you don't have to have separate projects in separate folders but it really helps the more projects you have going on. Also once you have two Python projects that require different versions of the same dependency things will get messy.

  • Linux @lemmy.ml

    Photo management at the cmdline - recommendations?