What method are you using to mount the nas for immich. I ran into issues trying to mount my Nas using docker volume+sshfs but ran into zero problems using docker volume/cifs. With sshfs, immich would run until it suddenly stopped working and backups would constantly fail. Restarting the server would cause it to run for a little time longer.
- 4 Posts
- 25 Comments
I think the issue might be that the config changes haven’t been properly committed. Docker container won’t just update based on docker compose config.
docker container stop docker container rm
You might want to delete and reset any settings which have been set
docker volume ls docker volume rm (IDs from docker volume ls)
(This will also wipe out any backups/accounts made on immich already tho)
But once you have deleted the old containers, running
docker compose up -d
will start the containers with the new config. You can usedocker compose logs -f
to see the server logs and check if everything is working.
Okay wow. I looked into your repo and its a really interesting implementation of a DSL. I think I get what the code is trying to do? You run shimky through bash and it turns into python code? meta programming stuff! I think its a regular language? its hard to tell.
So I’ve actually been studying DSLs for a few months and I can recommend some ways for you to improve this code if you want.
blotz@lemmy.worldto Memes@lemmy.ml•Not looking to pick a fight but.. there's only seven stories in the world.0·1 year agoOkay, I’m gonna prelude this by saying I’m sorry. I was just doing some fact checking and what was meant to be a small comment on plagiarism ended up being a huge critic of your comment. I don’t actually disagree with you. I actually think you make some good arguments and if I were arguing your point, I would probably make similar arguments. Anyways, I probably have brain worms because I spent Way too long on this. At least I had fun researching this topic.
This is such a complicated topic, and I feel like you oversimplified the problem that is at hand, which trivialised the plight of artists. I believe your post doesn’t include many of the issues which artists have with generative tools.
I believe you missed out on is the discussion about plagiarism. Likewise, I believe that generative AI (like DALLE) cannot be compared to previous tools due to the issue of plagiarism. While there isn’t conclusive evidence on whether AI art is plagiarising artists, there is a pretty good argument for.
Rutkowski is a Polish digital artist who uses classical painting styles to create dreamy fantasy landscapes. … His distinctive style is now one of the most commonly used prompts in the new open-source AI art generator Stable Diffusion [1]
Rutkowski was initially surprised but thought it might be a good way to reach new audiences. Then he tried searching for his name to see if a piece he had worked on had been published. The online search brought back work that had his name attached to it but wasn’t his. [1]
Stålenhag is known for haunting paintings that blend natural landscapes with the eerie futurism of giant robots, mysterious industrial machines, and alien creatures. Earlier this week, Stålenhag appeared to experience some dystopian dread of his own when he found that artificial intelligence had been used to mimic his style [2].
A big issue I have with your comment is the statement “We laugh at obvious shop jobs in the news, and even our out of touch representatives know when am image is fake.”. There is a huge amount of evidence and studies online talking about exactly how bad people are at this. Furthermore, there is evidence of scammers using generative AI tools to trick people, which is only possible if these tools are easily accessible and hard to tell apart.
In a study published last month in the journal Scientific Reports, scientists showed 201 participants a mix of AI- and human-generated images and gauged their responses based on factors like age, gender, and attitudes toward technology. The team found that the older participants were more likely to believe that AI-generated images were made by humans. [3]
scammers have wielded increasingly sophisticated generative AI tools to go after older adults. They can use deepfake audio and images sourced from social media to pretend to be a grandchild calling from jail for bail money, or even falsify a relative’s appearance on a video call. [3]
Studies have also found that people can tell the difference between AI generated images and real images only 61% of the time [4].
Another issue with your comment is the statement “The masters of their craft are still masters, the need for a painted canvas never went away.”. You point to serval new technologies as evidence, suggesting that if these new technologies didn’t stop the need for artists, then nothing will. Unlike these previous tools, generative tools are in direct competition with artists[5]. With generative art is in direct competition with artists and is far easier to master, generative AI art trivialises the work of artists which devalues the work of masters.
Finally! On artists incorporating AI tools into their workflows. This is just speculation, and you cannot state this with any finality. There is evidence in either direction. For example, interpolation in animation[6] [7] or this paper/survey I found.
They conclude that visual artists found it hard to actually incorporate TTIG into their creative works in its current form [8]
blotz@lemmy.worldto Memes@lemmy.ml•Not looking to pick a fight but.. there's only seven stories in the world.0·1 year agoRage bait post
+1 ai tools are fine if you already know what you want to write and it speeds up the process of coding. But when ai tools are writing code you don’t understand, you cannot verify that any of the code is actually correct and doesn’t introduce bugs. Ditto for copy-pasting.
blotz@lemmy.worldOPto Programmer Humor@lemmy.ml•I am the Anti-Rust programmer, I will call other languages from Rust.0·2 years agoI wouldn’t want to sully my repo with something as useful as a gitignore.
blotz@lemmy.worldOPto Programmer Humor@lemmy.ml•I am the Anti-Rust programmer, I will call other languages from Rust.0·2 years agoMy code is so bad, GitHub thinks I’ve uploaded an API key.
blotz@lemmy.worldto Selfhosted@lemmy.world•[beta] Help test Shaarli addon on FirefoxEnglish7·2 years agoWhat does the addon do?
Okay this has made it so much worse. i figured that the
s
inhttps
andftps
stands forsecure
like a reasonable person. of course it doesnt xD. you would think that this is at least consistent but alas. guess whats
inssh
doesnt stand for :)
what! thats so dumb xD. so
ftps
stands forfile transfer protocol secure
, andsftp
stands forssh file transfer protocol
? we have reached recursive acronyms.
Nemo/most file explorers have a remote server option. For nemo, “Files > Connect to server”. Once configured, you should be able to view your server files from your file explorer and uploading files should be as easy as drag and drop. I’m pretty sure nautilis has something similar too!
It’s not the best for security because if someone gets your computer, they can access your server through the file explorer. But it’s fast and convenient if you are already using your file explorer.
Feel like this should be included here. I’m pretty sure I found the original pr. I couldn’t find an associate issue so I’m not sure where the miscommunication about waiting happened.
Now This guy entomologyzes.
I understand the frustration get how annoying it is but I also can see it from leah perspective. Honestly I think this is a misunderstanding and I don’t think anyone is trying to be toxic (at least not initially. The your work was shit comment is rude af)
This may not be what you want to hear but I think you should consider whether all this argument and feeling bad is worth the potential upside. What happened was shitty but you shouldn’t let this ruin your day.
Might even say they ran like A55
blotz@lemmy.worldto Linux@lemmy.ml•How to run macOS on Linux (without too much hassle supposedly)0·2 years agoYou are running fedora which is using the dnf package manager. The commands you mentioned (apt/ppa) are part of the apt (aptitude) package manager which is comes with Ubuntu.
Apt is the command to install/manage packages on Ubuntu (and other distros that use apt). A ppa is a special way to tell apt where it can download packages from. It lets you a install 3rd party packages not provided by your distros default selection. It is specific to apt and will not work for dnf.
This isn’t the end of the world and you can still install the package. Because these packages are open source, you can build the package from source. The instructions for which can be found on the github readme. Hopefully this cleared some things up!
[Edit] done some poking around, and I managed to get it running on fedora. I had weird issues building it from scratch, so I did it in a janky way by downloading and extracting the deb (it had precompiled bin inside). Looks to be working tho I couldn’t test it because no qemu
This isn’t really guide. More a tool for finding what makes your system look like a VM. pafish is a good tool for detecting vms. It also tells you what gave it away. You can use pafish to find out what is giving you away and fix it.
Ah yeah that should be good. I’ve never had issues with NFS