

No problems playing the Ethel or megusta releases here. Were you able to play the files initially? They might just be corrupted. Which release group did you grab?
No problems playing the Ethel or megusta releases here. Were you able to play the files initially? They might just be corrupted. Which release group did you grab?
Considering that Israel does the equivalent of an October 7 against civilians in Gaza roughly every few weeks, yeah whether or not rapes happened on October 7th doesn’t really change the overall situation.
To put it into perspective, the October 7 death toll is roughly 1,200. Since then, the death toll in Gaza has been around 40,000. No amount of rapes on October 7th will absolve Israel or change the dynamic.
It gets really addicting, and it’s definitely easy to get carried away micromapping areas you know well. I try to keep in mind that lots of micromapping doesn’t really help the average user (aside from sidewalks and kerb cuts, lots of stuff I mapped like light poles just don’t show up in most maps anyway), and probably the best way to get the biggest impact with the least amount of work is by plotting the locations of shops and adding details like websites and opening hours since most people use maps for navigating to POIs. Even if you can’t add any details, just plotting a pin with the shop name and type still helps a lot as people using streetcomplete will be asked about further details when they are in the area where they can pop into the shop and check those things. It’s a really cool way to have a symbiotic community of people plotting stuff from home using satellite imagery and people on the ground surveying and filling in more details.
I recently finished mapping over 500 individual parking spaces of a parking lot on openstreetmaps, including every disabled space, 99 numbered reserved spaces, curb cuts, pedestrian access aisles, fire hydrants, grassy medians, trees, flowerbeds, and light poles.
It’s actually been really good to get out of the house because I needed to check the numberings and exact placements of various things, to the determent of my wfh day job.
What model size did you run on your laptop? I have an Intel Nuc with an i7 and I run various models on CPU (it doesn’t have a dedicated GPU) and while I can’t run stuff larger than ~14b or so, models up to around ~7b aren’t too slow. If I try to run a 32b then I get a similar experience to you. I tend not to go below 4b because that’s when it starts being dumb and not following instructions well, so just depends on how complex your task is.
Immich is pretty good for this if you take pictures at each location. It has a global map that shows all your photos with a heatmap-style display and a drawer that shows a grid of the photos within your viewport as you can and zoom around. It doesn’t seem like you can view a specific album on the map currently but you can at least filter the map to favorites or a date range.
I think you can use Immich external libraries for this, also to be extra safe you can just mount your external images folder as read only by adding :ro
to the docker volume mount so that the container won’t be able to modify anything as a precaution.
I use a .dev and it just works with letsencrypt. I don’t do anything special with wildcards, I just let traefik request a cert for every subdomain I use and it works. I use the tls challenge which works on port 443, so I don’t think HSTS or port 80 matters, but I still forwarded port 80 it so I can serve an http->https redirect since stuff like curl and probably other tools might not know about HSTS.
Gotcha thanks for the info! It looks like I would be fine with ocis or opencloud, but since my main use case and pain points are with document editing which is collabora, it probably wouldn’t change much besides simplifying the docker setup (I had to make a gross pile of nginx config stuff pieced together from many forum help posts to get the nextcloud fpm container to work smoothly). But it already works so unless it breaks there’s little incentive for me to change.
My conservative parents literally believe that the tariffs are making it faster and easier to build US manufacturing because of the “money it’s raising”…
Ah I see, I guess at least that would help with the main UI, but I’m already using collabora through the collabora code server in next cloud so it sounds like I’ll probably have the same document editing experience with OCIS/opencloud. I used to use onlyoffice but after I tried out their mobile app, it started blocking me from editing documents using the next cloud app (which seemed to use the only office web UI) so I was forced to switch unless I started paying for onlyoffice.
What are the apps that you would miss? I basically only use my NC as a Google drive and docs replacement, so all it has to do is store docx files and let me edit them on desktop or mobile without being glitchy and I’ve really wanted to consider OCIS or similar.
That second requirement for me seems hard because of how complex office suites are, but NC is driving me to my wit’s end with how slow and error prone it is, and how glitchy the NC office UI is (like glitches when selecting text or randomly scrolling you to the beginning).
After I check the usual torrent sites, if I can’t find it on Usenet then I try finding random sketchy streaming sites (just by duckduckgoing title + year + stream) because usually you can youtube-dl them with a little fiddling, then my last resort is a DHT indexer like btdig. That’s more risk with viruses but if you’re paying attention it’s not that hard to avoid, but DHT indexes have lots of ancient stuff so be prepared to wait for seeds if you find it.
Sometimes I also find what I’m looking for on like page 7 of duckduckgo results at archive.org
Edit: also check soulseek - it’s primarily for music but you can share any file. I share my entire movies collection and get a constant stream of people downloading from me daily so it seems people search for and seem to also share TV and movies so it’s worth a check.
Wow, this can only be a disaster. People on the Plex experience preview forum are pissed. The android build hasn’t been updated in a month, I didn’t think it would be rolled out for another 3-6 months.
So many features are missing, the only way to remove Plex rentals/free is by going into your account settings, performance is shit even just scrolling your media.
In case you haven’t realized, the user and pass in the docker compose are for setting the user/pass that you will enter on windows to access the share. It doesn’t have to be the same as the Linux server user account - though mine is the same because it’s easier to remember.
This very community seems to be the largest by far - around 45k followers if I’m seeing it correctly. It feels a lot more active than the average Lemmy community as well.
Hmm, well it doesn’t seem to be any problem with the docker compose then as best as I can tell. I picked a random ext4 flash drive and replicated your setup with the UID and GID set and it seems to work fine:
# /etc/fstab
/dev/sda1 /home/<me>/mount/ext_hdd_01 ext4 defaults 0 2
~/mount % ls -an
total 12
drwxr-xr-x 3 1000 1000 4096 Mar 27 16:22 .
drwx------ 86 1000 1000 4096 Mar 27 16:31 ..
drwxrwxrwx 3 0 0 4096 Mar 27 16:26 ext_hdd_01
~/mount/ext_hdd_01 % ls -an
total 6521728
drwxrwxrwx 3 0 0 4096 Mar 27 16:26 .
drwxr-xr-x 3 1000 1000 4096 Mar 27 16:22 ..
-rw-r--r-- 1 1000 1000 6678214224 May 5 2024 PXL_20240504_233345242.mp4
drwxrwxrwx 2 0 0 16384 May 5 2024 lost+found
-rwxr--r-- 1 1000 1000 5 Mar 27 16:27 test.txt
# ~/samba/docker-compose.yml
services:
samba:
image: dockurr/samba
container_name: samba
environment:
NAME: "Data"
USER: "user"
PASS: "pass"
UID: "1000"
GID: "1000"
ports:
- 445:445
volumes:
- /home/<me>/mount:/storage
restart: always
I was able to play the PXL.mp4 video from my desktop and write back the test.txt file
Have you checked the logs with docker logs -f samba
to see if there’s anything there?
Also you could try to access the HD from within the container, using docker exec -it samba bash
and then cd into /storage and see what happens.
I would suggest adding “UID” and “GID” environment variables to the container, and set them to the numeric values for user and group numbers that show in place of your name when you use “ls -an” inside of the “mount” folder (they will probably be the same number).
For example, if inside your mount folder you see:
ls -an
total 12
drwx------ 2 1001 1001 4096 Mar 27 13:54 .
drwxr-xr-x 3 1000 1000 4096 Mar 27 13:51 ..
-rwx------ 1 1001 1001 0 Mar 27 13:54 hello.txt
-rwx------ 1 1001 1001 4 Mar 27 13:54 test.txt
Then set UID: 1001
and GID: 1001
I get the same error as you when I copy your docker-compose and try to access a folder owned by my user. When I add the UID and GID of my user id to the docker-compose (1001 for me), the error goes away.
I get this 100% of the time now when trying to save photos, between this and comments sections showing up empty almost all the time when the post is from my own instance I’m considering using a different app.