starshipwinepineapple

joined 2 years ago
[–] starshipwinepineapple@programming.dev 17 points 1 week ago* (last edited 1 week ago) (3 children)

In your docker-compose.yaml you need to add in your directory if you haven't already

services:
  immich-server:
    volumes:
      # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
      - /etc/localtime:/etc/localtime:ro
+     # Add NAS pictures and videos folders to use as External Libraries
+     - "/volume1/data/ Pictures:/usr/src/app/library/pictures"

Then in immich you need to add this as an external library. Click your profile icon -> administration -> external library -> create library. It will ask for a path and you need to use the library mount point within docker which was /usr/src/app/library/pictures from my example. Click add path

That should get you good to go

You're right to question this.

In machine learning Accuracy means the correct % of overall classifications. There's some other terms like:

  • Precision which is the % of correctly identified positives divided by the number of positive classifications. A high precision score would mean that of everyone who flagged as a match you had relatively few who were not actual shoplifters.
  • Recall (true positive rate) which is the % of correctly identified positives divided by all actual positives. A high recall score measures how many shoplifters you caught and would minimize false negatives, but at the cost of more false positives.

So in the case of classification of shoplifters ideally you would focus on Precision as false positives are undesired, but if a company doesn't care about false positives as much as getting the shoplifters they'd focus on Recall. In either event, Accuracy is a poor metric to use or advertise in an imbalanced data set like shoplifting as most customers are not shoplifters so even if the model didn't classify anyone as a shoplifter they'd still be 99+% accurate.

[–] starshipwinepineapple@programming.dev 3 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I used umami cloud (free tier) on my personal site for 6-12 months and can recommend it. I ultimately decided to switch to just a simple counter for visits and likes because that's all i care about and i don't like collecting more information than i "need". Now my website has no other tracking/analytics and the entire site still works even if Javascript is disabled.

For a business if you're wanting a Google analytics alternative then umami does a great job. Self hosted option available as well.

To your initial question, if you'd actually use the data then i would recommend some form of privacy respecting analytics on your business site though. Since you seem privacy conscious i just wouldn't put more analytics on your website than you'd personally be ok with as an end user

[–] starshipwinepineapple@programming.dev 7 points 2 weeks ago (2 children)

Your github has no source code or licensing. Not sure if that was intentional or not since i see your github acct is only a few days old

Keep that n8n updated. Theres been several high and critical severity CVE's recently and I'm betting more to come

[–] starshipwinepineapple@programming.dev 5 points 1 month ago (1 children)

I see you're new to lemmy so maybe you missed reading the comments from the last time you asked this question https://programming.dev/post/48344373

what you use for your documentation

Hugo (markdown) files that i host on my internal server.

how you organize it

I use basic directory structure. Top level directories are like "dev", "home", "general". Self hosting is a dev/ subdir.

what information you include

Depends on how familiar i am with it and how often I'll be referencing it. Something i know well or access often will be more high level. Things like an annual process i have documented in more detail

how you work documentation into your changes/tinkering flow

My site has an "edit this page" feature which i use to open my IDE and make the change as I'm doing things. Sometimes I'll be lazy and just add in what i did this time and then let future me reconcile the differences 🙃

To be fair MS makes orders of magnitude more money and has the benefit of operations at scale. Whereas codeberg's operational budget for 2025 was 100k euro and they still need to deal with DDoS and bot scraping. They also were running off a single server up until sept'25 when they had two donated hardware services which are now hooked up to make a 3 node ceph cluster.

[–] starshipwinepineapple@programming.dev 2 points 2 months ago* (last edited 2 months ago)

Yup! Mostly symfonium since i mostly use my phone for music. Started using feishin recently for desktop use and have been really impressed with it. I can recommend both!

[–] starshipwinepineapple@programming.dev 2 points 2 months ago* (last edited 2 months ago) (2 children)

for music both jellyfin and navidrome are subsonic API compatible for use with mobile and desktop apps (like symfonium and feishin). Some people choose to just use jellyfin instead of a dedicated music service. Personally i still run navidrome for music. I give some thoughts on that here

This is what i do. Have certbot running every night, and it'll auto skip if it is too soon to renew. If renew is successful then it'll deploy. Pretty much set and forget it.

[–] starshipwinepineapple@programming.dev 8 points 3 months ago (1 children)

I also dropped strava a while ago. For me it was because they updated their privacy policy to blanket allow ai training with your data to both strava and any partners. They claimed it was only for XYZ but the privacy policy allowed it for any use which i consider dangerous for health and geospatial related data without specific, informed consent.

But for alternatives, when i was into cycling/triathlons i used golden cheetah extensively. It's UI takes some getting used but ime it was more powerful than anything else once you got used to it. I used it as a strava premium/trainingpeaks premium alternative and had multiple athletes (me+coaching) in there.

 

(Obligatory self post.) I normally don't care enough to share my content but thought this post i wrote the other week would be of interest to this community.

Tldr from the conclusion:

  • the messages sent to Lumo need to be able to be temporarily decrypted for Lumo to process them.
  • Lumo’s response is generated as unencrypted text prior to be encrypted and sent back to you.
  • portions of the conversation context (previous messages) get resent with each interaction.
 

Hi all, I'm relatively new to this instance but reading through the instance docs I found:

Donations are currently made using snowe’s github sponsors page. If you get another place to donate that is not this it is fake and should be reported to us.

Going to the sponsor page we see the following goal:

@snowe2010's goal is to earn $200 per month

pay for our 📫 SendGrid Account: $20 a month 💻 Vultr VPS for prod and beta sites: Prod is $115-130 a month, beta is $6-10 a month 👩🏼 Paying our admins and devops any amount ◀️ Upgrade tailscale membership: $6-? dollars a month (depends on number of users) Add in better server infrastructure including paid account for Pulsetic and Graphana. Add in better server backups, and be able to expand the team so that it's not so small.

Currently only 30% of the goal to break-even is being met. Please consider setting up a sponsorship, even if it just $1. Decentralized platforms are great but they still have real costs behind the scenes.

Note: I'm not affiliated with the admin team, just sharing something I noticed.

view more: next ›